Pull request #4012 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 27ecde23e7e7c232c519b7432af4c55c27796c68+ab0f97fec4d40b420f2060de726b99c5b26ce4cc (7febd3ea2b4965394d5910503c637ee464f854a0) 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-ssh356815132997958517.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-ssh13550622486639322999.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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4012/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4012/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh14113836314209132551.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4012/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7953241964374260467.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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-ssh6733730279725937339.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4012/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4012/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh18423862677254279172.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-42150 in /w/workspace/edgexfoundry_edgex-go_PR-4012 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit ab0f97fec4d40b420f2060de726b99c5b26ce4cc into PR head commit 27ecde23e7e7c232c519b7432af4c55c27796c68 Merge succeeded, producing 27ecde23e7e7c232c519b7432af4c55c27796c68 Checking out Revision 27ecde23e7e7c232c519b7432af4c55c27796c68 (PR-4012) > 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/4012/head:refs/remotes/origin/PR-4012 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 27ecde23e7e7c232c519b7432af4c55c27796c68 # 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 ab0f97fec4d40b420f2060de726b99c5b26ce4cc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 27ecde23e7e7c232c519b7432af4c55c27796c68 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-09T19:05:46.664Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-09T19:05:46.839Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-09T19:05:46.937Z] ========================================================= [2022-05-09T19:05:46.937Z] EdgeX Global Pipelines Version Info [2022-05-09T19:05:46.937Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-09T19:05:47.740Z] ------------------- [2022-05-09T19:05:47.740Z] stable info: [2022-05-09T19:05:47.740Z] ------------------- [2022-05-09T19:05:47.740Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-09T19:05:47.740Z] Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [2022-05-09T19:05:47.740Z] Message: update stable to v1.0.227 [2022-05-09T19:05:48.313Z] ------------------- [2022-05-09T19:05:48.313Z] experimental info: [2022-05-09T19:05:48.313Z] ------------------- [2022-05-09T19:05:48.313Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-09T19:05:48.313Z] Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c [2022-05-09T19:05:48.313Z] Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-09T19:05:48.559Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-05-09T19:05:48.600Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-05-09T19:05:48.638Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-09T19:05:48.675Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-09T19:05:48.715Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-09T19:05:48.752Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-09T19:05:48.791Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-09T19:05:48.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-05-09T19:05:48.861Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-05-09T19:05:48.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-05-09T19:05:48.936Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-09T19:05:48.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-09T19:05:49.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-09T19:05:49.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-09T19:05:49.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-09T19:05:49.124Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-09T19:05:49.158Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-09T19:05:49.197Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-09T19:05:49.230Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-05-09T19:05:49.261Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-05-09T19:05:49.293Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-09T19:05:49.328Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-09T19:05:49.367Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4012 [Pipeline] echo [2022-05-09T19:05:49.404Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4012 [Pipeline] echo [2022-05-09T19:05:49.446Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4012 [Pipeline] echo [2022-05-09T19:05:49.498Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 27ecde23e7e7c232c519b7432af4c55c27796c68 [Pipeline] echo [2022-05-09T19:05:49.545Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 27ecde2 [Pipeline] echo [2022-05-09T19:05:49.584Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-09T19:05:49.690Z] provisioning config files... [2022-05-09T19:05:49.705Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2224232228072398156tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-09T19:05:50.042Z] ---> docker-login.sh [2022-05-09T19:05:50.042Z] nexus3.edgexfoundry.org:10001 [2022-05-09T19:05:50.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T19:05:50.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T19:05:50.304Z] Configure a credential helper to remove this warning. See [2022-05-09T19:05:50.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T19:05:50.304Z] [2022-05-09T19:05:50.304Z] Login Succeeded [2022-05-09T19:05:50.304Z] nexus3.edgexfoundry.org:10002 [2022-05-09T19:05:50.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T19:05:50.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T19:05:50.567Z] Configure a credential helper to remove this warning. See [2022-05-09T19:05:50.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T19:05:50.567Z] [2022-05-09T19:05:50.567Z] Login Succeeded [2022-05-09T19:05:50.567Z] nexus3.edgexfoundry.org:10003 [2022-05-09T19:05:50.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T19:05:50.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T19:05:50.567Z] Configure a credential helper to remove this warning. See [2022-05-09T19:05:50.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T19:05:50.567Z] [2022-05-09T19:05:50.567Z] Login Succeeded [2022-05-09T19:05:50.567Z] nexus3.edgexfoundry.org:10004 [2022-05-09T19:05:50.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T19:05:50.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T19:05:50.829Z] Configure a credential helper to remove this warning. See [2022-05-09T19:05:50.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T19:05:50.829Z] [2022-05-09T19:05:50.829Z] Login Succeeded [2022-05-09T19:05:50.829Z] docker.io [2022-05-09T19:05:50.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T19:05:51.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T19:05:51.402Z] Configure a credential helper to remove this warning. See [2022-05-09T19:05:51.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T19:05:51.402Z] [2022-05-09T19:05:51.402Z] Login Succeeded [2022-05-09T19:05:51.402Z] ---> docker-login.sh ends [Pipeline] } [2022-05-09T19:05:51.430Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-09T19:05:51.903Z] + 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-05-09T19:05:51.903Z] + dirname cmd/core-command/Dockerfile [2022-05-09T19:05:51.903Z] + cut -d/ -f2 [2022-05-09T19:05:51.903Z] + echo core-command,cmd/core-command/Dockerfile [2022-05-09T19:05:51.903Z] + cut -d/ -f2 [2022-05-09T19:05:51.903Z] + dirname cmd/core-data/Dockerfile [2022-05-09T19:05:51.903Z] + echo core-data,cmd/core-data/Dockerfile [2022-05-09T19:05:51.903Z] + dirname cmd/core-metadata/Dockerfile [2022-05-09T19:05:51.903Z] + cut -d/ -f2 [2022-05-09T19:05:51.903Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-05-09T19:05:51.903Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-05-09T19:05:51.903Z] + cut -d/ -f2 [2022-05-09T19:05:51.903Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-05-09T19:05:51.903Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-05-09T19:05:51.903Z] + cut -d/ -f2 [2022-05-09T19:05:51.903Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-05-09T19:05:51.903Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-05-09T19:05:51.903Z] + cut -d/ -f2 [2022-05-09T19:05:51.903Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-05-09T19:05:51.903Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-05-09T19:05:51.903Z] + cut -d/ -f2 [2022-05-09T19:05:51.903Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-05-09T19:05:51.903Z] + dirname cmd/security-spire-agent/Dockerfile [2022-05-09T19:05:51.903Z] + cut -d/ -f2 [2022-05-09T19:05:51.903Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-05-09T19:05:51.903Z] + dirname cmd/security-spire-config/Dockerfile [2022-05-09T19:05:51.903Z] + cut -d/ -f2 [2022-05-09T19:05:51.903Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-05-09T19:05:51.903Z] + dirname cmd/security-spire-server/Dockerfile [2022-05-09T19:05:51.903Z] + cut -d/ -f2 [2022-05-09T19:05:51.903Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-05-09T19:05:51.903Z] + dirname cmd/support-notifications/Dockerfile [2022-05-09T19:05:51.903Z] + cut -d/ -f2 [2022-05-09T19:05:51.903Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-05-09T19:05:51.903Z] + dirname cmd/support-scheduler/Dockerfile [2022-05-09T19:05:51.903Z] + cut -d/ -f2 [2022-05-09T19:05:51.903Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-05-09T19:05:51.903Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-05-09T19:05:51.903Z] + cut -d/ -f2 [2022-05-09T19:05:51.903Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-05-09T19:05:51.955Z] 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-05-09T19:05:52.449Z] + git rev-list -1 --merges 27ecde23e7e7c232c519b7432af4c55c27796c68~1..27ecde23e7e7c232c519b7432af4c55c27796c68 [Pipeline] echo [2022-05-09T19:05:52.482Z] -----------> git rev-list -1 --merges 27ecde23e7e7c232c519b7432af4c55c27796c68~1..27ecde23e7e7c232c519b7432af4c55c27796c68 27ecde23e7e7c232c519b7432af4c55c27796c68 [false] [Pipeline] sh [2022-05-09T19:05:52.794Z] + git log --format=format:%s -1 27ecde23e7e7c232c519b7432af4c55c27796c68 [Pipeline] echo [2022-05-09T19:05:52.831Z] ========================================================= [2022-05-09T19:05:52.831Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-09T19:05:52.831Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-05-09T19:05:53.313Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-09T19:05:53.313Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-09T19:05:53.313Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-09T19:05:53.313Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-09T19:05:53.313Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-09T19:05:53.313Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-09T19:05:53.313Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-09T19:05:53.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-09T19:05:53.712Z] [2022-05-09T19:05:53.712Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-09T19:05:54.058Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-09T19:05:54.058Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-09T19:05:54.058Z] 1fe172e4850f: Pulling fs layer [2022-05-09T19:05:54.058Z] caf521ccaac6: Pulling fs layer [2022-05-09T19:05:54.058Z] 3ead6fa29328: Pulling fs layer [2022-05-09T19:05:54.058Z] 5c2a1cbceb83: Pulling fs layer [2022-05-09T19:05:54.058Z] a8d5f1318db7: Pulling fs layer [2022-05-09T19:05:54.058Z] c427282e49a2: Pulling fs layer [2022-05-09T19:05:54.058Z] 1827001aaf11: Pulling fs layer [2022-05-09T19:05:54.058Z] 0714d37db230: Pulling fs layer [2022-05-09T19:05:54.058Z] ac28cf19c067: Pulling fs layer [2022-05-09T19:05:54.058Z] ca983d60f3e2: Pulling fs layer [2022-05-09T19:05:54.058Z] 9f894cec8388: Pulling fs layer [2022-05-09T19:05:54.058Z] c427282e49a2: Waiting [2022-05-09T19:05:54.058Z] ca983d60f3e2: Waiting [2022-05-09T19:05:54.058Z] 1827001aaf11: Waiting [2022-05-09T19:05:54.058Z] 9f894cec8388: Waiting [2022-05-09T19:05:54.058Z] 5c2a1cbceb83: Waiting [2022-05-09T19:05:54.058Z] ac28cf19c067: Waiting [2022-05-09T19:05:54.058Z] a8d5f1318db7: Waiting [2022-05-09T19:05:54.058Z] 0714d37db230: Waiting [2022-05-09T19:05:54.058Z] caf521ccaac6: Verifying Checksum [2022-05-09T19:05:54.058Z] caf521ccaac6: Download complete [2022-05-09T19:05:54.058Z] 5c2a1cbceb83: Verifying Checksum [2022-05-09T19:05:54.058Z] 5c2a1cbceb83: Download complete [2022-05-09T19:05:54.058Z] a8d5f1318db7: Verifying Checksum [2022-05-09T19:05:54.318Z] a8d5f1318db7: Download complete [2022-05-09T19:05:54.318Z] 3ead6fa29328: Verifying Checksum [2022-05-09T19:05:54.318Z] 3ead6fa29328: Download complete [2022-05-09T19:05:54.318Z] c427282e49a2: Verifying Checksum [2022-05-09T19:05:54.318Z] c427282e49a2: Download complete [2022-05-09T19:05:54.318Z] 0714d37db230: Download complete [2022-05-09T19:05:54.318Z] ac28cf19c067: Download complete [2022-05-09T19:05:54.318Z] ca983d60f3e2: Verifying Checksum [2022-05-09T19:05:54.318Z] ca983d60f3e2: Download complete [2022-05-09T19:05:54.318Z] 9f894cec8388: Verifying Checksum [2022-05-09T19:05:54.318Z] 9f894cec8388: Download complete [2022-05-09T19:05:54.318Z] 1fe172e4850f: Verifying Checksum [2022-05-09T19:05:54.318Z] 1fe172e4850f: Download complete [2022-05-09T19:05:54.578Z] 1827001aaf11: Verifying Checksum [2022-05-09T19:05:55.531Z] 1fe172e4850f: Pull complete [2022-05-09T19:05:55.792Z] caf521ccaac6: Pull complete [2022-05-09T19:05:56.365Z] 3ead6fa29328: Pull complete [2022-05-09T19:05:56.365Z] 5c2a1cbceb83: Pull complete [2022-05-09T19:05:56.936Z] a8d5f1318db7: Pull complete [2022-05-09T19:05:56.936Z] c427282e49a2: Pull complete [2022-05-09T19:05:59.500Z] 1827001aaf11: Pull complete [2022-05-09T19:05:59.500Z] 0714d37db230: Pull complete [2022-05-09T19:05:59.500Z] ac28cf19c067: Pull complete [2022-05-09T19:05:59.500Z] ca983d60f3e2: Pull complete [2022-05-09T19:05:59.500Z] 9f894cec8388: Pull complete [2022-05-09T19:05:59.500Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-09T19:05:59.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-09T19:05:59.500Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-09T19:05:59.604Z] prd-ubuntu20.04-docker-8c-8g-42150 does not seem to be running inside a container [2022-05-09T19:05:59.644Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-09T19:06:01.073Z] $ docker top 66fa440a70f3f3ae9c2f8efc7d9355d7fa200a07e5490b1bcb46d1f827053b39 -eo pid,comm [2022-05-09T19:06:01.146Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-05-09T19:06:01.146Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-09T19:06:01.268Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-09T19:06:01.269Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-09T19:06:01.396Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-09T19:06:01.402Z] $ docker exec 66fa440a70f3f3ae9c2f8efc7d9355d7fa200a07e5490b1bcb46d1f827053b39 ssh-agent [2022-05-09T19:06:01.537Z] SSH_AUTH_SOCK=/tmp/ssh-H3VsdXmR5NFx/agent.34 [2022-05-09T19:06:01.537Z] SSH_AGENT_PID=40 [2022-05-09T19:06:01.545Z] Running ssh-add (command line suppressed) [2022-05-09T19:06:01.671Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8964294071999343014.key (/w/workspace/edgex-go/1@tmp/private_key_8964294071999343014.key) [2022-05-09T19:06:01.684Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-09T19:06:02.017Z] + git tag --points-at HEAD [Pipeline] } [2022-05-09T19:06:02.046Z] $ docker exec --env ******** --env ******** 66fa440a70f3f3ae9c2f8efc7d9355d7fa200a07e5490b1bcb46d1f827053b39 ssh-agent -k [2022-05-09T19:06:02.160Z] unset SSH_AUTH_SOCK; [2022-05-09T19:06:02.160Z] unset SSH_AGENT_PID; [2022-05-09T19:06:02.160Z] echo Agent pid 40 killed; [2022-05-09T19:06:02.169Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-09T19:06:02.254Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-09T19:06:02.254Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-09T19:06:02.385Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-09T19:06:02.391Z] $ docker exec 66fa440a70f3f3ae9c2f8efc7d9355d7fa200a07e5490b1bcb46d1f827053b39 ssh-agent [2022-05-09T19:06:02.528Z] SSH_AUTH_SOCK=/tmp/ssh-N07fzfuIo6x7/agent.72 [2022-05-09T19:06:02.528Z] SSH_AGENT_PID=78 [2022-05-09T19:06:02.534Z] Running ssh-add (command line suppressed) [2022-05-09T19:06:02.668Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6304081273122338502.key (/w/workspace/edgex-go/1@tmp/private_key_6304081273122338502.key) [2022-05-09T19:06:02.682Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-09T19:06:03.014Z] + git semver init [2022-05-09T19:06:03.278Z] 2022-05-09 19:06:03,230 [run_init] DEBUG init version:0.0.0 force:False [2022-05-09T19:06:03.278Z] 2022-05-09 19:06:03,231 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-05-09T19:06:03.278Z] 2022-05-09 19:06:03,232 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-05-09T19:06:03.278Z] 2022-05-09 19:06:03,232 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2022-05-09T19:06:08.591Z] 2022-05-09 19:06:07,895 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-05-09T19:06:08.591Z] 2022-05-09 19:06:07,896 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4012 with force:False [2022-05-09T19:06:08.591Z] 2022-05-09 19:06:07,896 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4012 [2022-05-09T19:06:08.591Z] 2022-05-09 19:06:07,901 [execute] INFO git cat-file --batch-check [2022-05-09T19:06:08.591Z] 2022-05-09 19:06:07,902 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-05-09T19:06:08.591Z] 2022-05-09 19:06:07,908 [execute] INFO git cat-file --batch [2022-05-09T19:06:08.591Z] 2022-05-09 19:06:07,908 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-05-09T19:06:08.591Z] 2022-05-09 19:06:07,913 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4012 [2022-05-09T19:06:08.591Z] 0.0.0 [Pipeline] } [2022-05-09T19:06:08.620Z] $ docker exec --env ******** --env ******** 66fa440a70f3f3ae9c2f8efc7d9355d7fa200a07e5490b1bcb46d1f827053b39 ssh-agent -k [2022-05-09T19:06:08.739Z] unset SSH_AUTH_SOCK; [2022-05-09T19:06:08.740Z] unset SSH_AGENT_PID; [2022-05-09T19:06:08.740Z] echo Agent pid 78 killed; [2022-05-09T19:06:08.750Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-09T19:06:09.184Z] + git semver [Pipeline] } [2022-05-09T19:06:09.476Z] $ docker stop --time=1 66fa440a70f3f3ae9c2f8efc7d9355d7fa200a07e5490b1bcb46d1f827053b39 [2022-05-09T19:06:10.803Z] $ docker rm -f 66fa440a70f3f3ae9c2f8efc7d9355d7fa200a07e5490b1bcb46d1f827053b39 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-09T19:06:11.228Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-09T19:06:11.606Z] Stashed 1 file(s) [Pipeline] echo [2022-05-09T19:06:11.624Z] [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-05-09T19:06:12.388Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-09T19:06:12.422Z] ========================================================= [2022-05-09T19:06:12.422Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-09T19:06:12.422Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-09T19:06:12.773Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-09T19:06:12.773Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-09T19:06:12.773Z] 59bf1c3509f3: Pulling fs layer [2022-05-09T19:06:12.773Z] 666ba61612fd: Pulling fs layer [2022-05-09T19:06:12.773Z] 8ed8ca486205: Pulling fs layer [2022-05-09T19:06:12.773Z] 4fe6c5a15a65: Pulling fs layer [2022-05-09T19:06:12.773Z] 22a0e8bec74d: Pulling fs layer [2022-05-09T19:06:12.773Z] ca2b28591e48: Pulling fs layer [2022-05-09T19:06:12.773Z] a51346096db8: Pulling fs layer [2022-05-09T19:06:12.773Z] ca2b28591e48: Waiting [2022-05-09T19:06:12.773Z] 22a0e8bec74d: Waiting [2022-05-09T19:06:12.773Z] 4fe6c5a15a65: Waiting [2022-05-09T19:06:12.773Z] daebc70d1ce1: Pulling fs layer [2022-05-09T19:06:12.773Z] a51346096db8: Waiting [2022-05-09T19:06:12.773Z] 0e18a0eac166: Pulling fs layer [2022-05-09T19:06:12.773Z] daebc70d1ce1: Waiting [2022-05-09T19:06:12.773Z] 0e18a0eac166: Waiting [2022-05-09T19:06:12.773Z] 8ed8ca486205: Verifying Checksum [2022-05-09T19:06:12.774Z] 8ed8ca486205: Download complete [2022-05-09T19:06:12.774Z] 666ba61612fd: Download complete [2022-05-09T19:06:12.774Z] 22a0e8bec74d: Download complete [2022-05-09T19:06:12.774Z] ca2b28591e48: Verifying Checksum [2022-05-09T19:06:12.774Z] ca2b28591e48: Download complete [2022-05-09T19:06:12.774Z] 59bf1c3509f3: Verifying Checksum [2022-05-09T19:06:12.774Z] 59bf1c3509f3: Download complete [2022-05-09T19:06:12.774Z] a51346096db8: Verifying Checksum [2022-05-09T19:06:12.774Z] a51346096db8: Download complete [2022-05-09T19:06:13.036Z] daebc70d1ce1: Verifying Checksum [2022-05-09T19:06:13.036Z] daebc70d1ce1: Download complete [2022-05-09T19:06:13.036Z] 59bf1c3509f3: Pull complete [2022-05-09T19:06:13.036Z] 666ba61612fd: Pull complete [2022-05-09T19:06:13.298Z] 8ed8ca486205: Pull complete [2022-05-09T19:06:13.561Z] 0e18a0eac166: Verifying Checksum [2022-05-09T19:06:13.561Z] 0e18a0eac166: Download complete [2022-05-09T19:06:13.561Z] 4fe6c5a15a65: Verifying Checksum [2022-05-09T19:06:13.561Z] 4fe6c5a15a65: Download complete [2022-05-09T19:06:17.774Z] 4fe6c5a15a65: Pull complete [2022-05-09T19:06:17.775Z] 22a0e8bec74d: Pull complete [2022-05-09T19:06:17.775Z] ca2b28591e48: Pull complete [2022-05-09T19:06:18.042Z] a51346096db8: Pull complete [2022-05-09T19:06:18.042Z] daebc70d1ce1: Pull complete [2022-05-09T19:06:20.592Z] 0e18a0eac166: Pull complete [2022-05-09T19:06:20.592Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-09T19:06:20.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-09T19:06:20.592Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-05-09T19:06:20.948Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-09T19:06:20.948Z] WORKDIR /edgex [2022-05-09T19:06:20.948Z] COPY go.mod . [2022-05-09T19:06:20.948Z] RUN go mod download [2022-05-09T19:06:20.948Z] + docker build -t ci-base-image-x86_64 -f - . [2022-05-09T19:06:22.330Z] Sending build context to Docker daemon 335.2MB [2022-05-09T19:06:22.330Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-09T19:06:22.330Z] ---> f018257e8ee9 [2022-05-09T19:06:22.330Z] Step 2/4 : WORKDIR /edgex [2022-05-09T19:06:24.250Z] ---> Running in ad2ce8173917 [2022-05-09T19:06:24.250Z] Removing intermediate container ad2ce8173917 [2022-05-09T19:06:24.250Z] ---> 83f64758c39b [2022-05-09T19:06:24.250Z] Step 3/4 : COPY go.mod . [2022-05-09T19:06:24.510Z] ---> 0bb101f4c157 [2022-05-09T19:06:24.510Z] Step 4/4 : RUN go mod download [2022-05-09T19:06:24.510Z] ---> Running in 2c1e4c64fcb3 [2022-05-09T19:06:27.157Z] Still waiting to schedule task [2022-05-09T19:06:27.158Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-05-09T19:06:39.427Z] Removing intermediate container 2c1e4c64fcb3 [2022-05-09T19:06:39.427Z] ---> 7ea224d5a41b [2022-05-09T19:06:39.427Z] Successfully built 7ea224d5a41b [2022-05-09T19:06:39.427Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-09T19:06:39.754Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-09T19:06:39.754Z] . [Pipeline] withDockerContainer [2022-05-09T19:06:39.841Z] prd-ubuntu20.04-docker-8c-8g-42150 does not seem to be running inside a container [2022-05-09T19:06:39.878Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-09T19:06:40.290Z] $ docker top 6b5375cf66dcb5a93f63f4d73b8868de155fb57d1436cf6efdcd18e513f2ea68 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-09T19:06:40.692Z] + go version [2022-05-09T19:06:40.692Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-09T19:06:40.724Z] $ docker stop --time=1 6b5375cf66dcb5a93f63f4d73b8868de155fb57d1436cf6efdcd18e513f2ea68 [2022-05-09T19:06:42.027Z] $ docker rm -f 6b5375cf66dcb5a93f63f4d73b8868de155fb57d1436cf6efdcd18e513f2ea68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-09T19:06:43.090Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-09T19:06:43.090Z] . [Pipeline] withDockerContainer [2022-05-09T19:06:43.184Z] prd-ubuntu20.04-docker-8c-8g-42150 does not seem to be running inside a container [2022-05-09T19:06:43.221Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-09T19:06:43.621Z] $ docker top 0b52ca464a57b228c98e400fc333c797aca76cbbbedec699606c391786eb9d7f -eo pid,comm [Pipeline] { [Pipeline] echo [2022-05-09T19:06:43.753Z] ========================================================= [2022-05-09T19:06:43.753Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-05-09T19:06:43.753Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-09T19:06:44.109Z] + make test [2022-05-09T19:06:44.109Z] go mod tidy -compat=1.17 [2022-05-09T19:06:44.109Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-05-09T19:06:50.683Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-05-09T19:07:00.671Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-05-09T19:07:00.671Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-05-09T19:07:00.931Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-05-09T19:07:00.931Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-05-09T19:07:00.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-05-09T19:07:00.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-05-09T19:07:00.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-05-09T19:07:00.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-05-09T19:07:00.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-05-09T19:07:00.931Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-05-09T19:07:00.931Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-05-09T19:07:00.931Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-05-09T19:07:00.931Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-05-09T19:07:00.931Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-05-09T19:07:00.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-05-09T19:07:02.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.060s coverage: 28.7% of statements [2022-05-09T19:07:02.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-05-09T19:07:02.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-05-09T19:07:03.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.085s coverage: 98.5% of statements [2022-05-09T19:07:03.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-05-09T19:07:03.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.100s coverage: 53.4% of statements [2022-05-09T19:07:03.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-05-09T19:07:03.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-05-09T19:07:06.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.456s coverage: 89.2% of statements [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-05-09T19:07:06.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.057s coverage: 84.4% of statements [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-05-09T19:07:06.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.446s coverage: 95.6% of statements [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-05-09T19:07:06.697Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.087s coverage: 72.2% of statements [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-05-09T19:07:06.697Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.056s coverage: 60.0% of statements [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-05-09T19:07:06.697Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.059s coverage: 0.9% of statements [2022-05-09T19:07:06.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-05-09T19:07:06.697Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2022-05-09T19:07:06.698Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.040s coverage: 29.6% of statements [2022-05-09T19:07:06.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-05-09T19:07:06.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements [2022-05-09T19:07:06.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.084s coverage: 79.5% of statements [2022-05-09T19:07:06.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2022-05-09T19:07:06.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements [2022-05-09T19:07:06.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2022-05-09T19:07:16.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.064s coverage: 94.4% of statements [2022-05-09T19:07:16.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2022-05-09T19:07:18.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.210s coverage: 82.5% of statements [2022-05-09T19:07:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-05-09T19:07:28.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements [2022-05-09T19:07:28.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-05-09T19:07:28.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-05-09T19:07:28.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-05-09T19:07:28.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 65.1% of statements [2022-05-09T19:07:28.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-05-09T19:07:28.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-05-09T19:07:28.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-05-09T19:07:28.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-05-09T19:07:28.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-05-09T19:07:28.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements [2022-05-09T19:07:28.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-05-09T19:07:28.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-05-09T19:07:28.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements [2022-05-09T19:07:28.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-05-09T19:07:28.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 58.8% of statements [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.0% of statements [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.057s coverage: 87.2% of statements [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.075s coverage: 85.4% of statements [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.145s coverage: 91.2% of statements [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.156s coverage: 64.4% of statements [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.339s coverage: 65.4% of statements [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.172s coverage: 43.8% of statements [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.067s coverage: 89.5% of statements [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.085s coverage: 17.7% of statements [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.163s coverage: 92.3% of statements [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.076s coverage: 63.2% of statements [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.104s coverage: 97.7% of statements [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.056s coverage: 28.9% of statements [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-05-09T19:07:28.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2022-05-09T19:07:28.088Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements [2022-05-09T19:07:28.088Z] 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-05-09T19:07:46.176Z] GO111MODULE=on go vet ./... [2022-05-09T19:07:49.467Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-09T19:07:49.727Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-09T19:07:49.986Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-09T19:07:50.602Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-05-09T19:07:50.914Z] + ls -al . [2022-05-09T19:07:50.914Z] total 672 [2022-05-09T19:07:50.914Z] drwxrwxr-x 10 1001 1001 4096 May 9 19:07 . [2022-05-09T19:07:50.914Z] drwxr-xr-x 4 root root 4096 May 9 19:06 .. [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 11 May 9 19:05 .dockerignore [2022-05-09T19:07:50.914Z] drwxrwxr-x 8 1001 1001 4096 May 9 19:06 .git [2022-05-09T19:07:50.914Z] drwxrwxr-x 3 1001 1001 4096 May 9 19:05 .github [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 879 May 9 19:05 .gitignore [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 42 May 9 19:05 .golangci.yml [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 87 May 9 19:05 .hadolint.yml [2022-05-09T19:07:50.914Z] drwxr-xr-x 3 1001 1001 4096 May 9 19:06 .semver [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 166 May 9 19:05 .sonarcloud.properties [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 1171 May 9 19:05 ADOPTERS.md [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 10086 May 9 19:05 Attribution.txt [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 51732 May 9 19:05 CHANGELOG.md [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 3804 May 9 19:05 CONTRIBUTING.md [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 677 May 9 19:05 GOVERNANCE.md [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 850 May 9 19:05 Jenkinsfile [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 10775 May 9 19:05 LICENSE [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 10389 May 9 19:05 Makefile [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 582 May 9 19:05 OWNERS.md [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 9094 May 9 19:05 README.md [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 6912 May 9 19:05 SECURITY.md [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 5 May 9 19:06 VERSION [2022-05-09T19:07:50.914Z] -rw-rw-r-- 1 1001 1001 4131 May 9 19:05 ZMQWindows.md [2022-05-09T19:07:50.914Z] drwxrwxr-x 2 1001 1001 4096 May 9 19:05 bin [2022-05-09T19:07:50.914Z] drwxrwxr-x 18 1001 1001 4096 May 9 19:05 cmd [2022-05-09T19:07:50.915Z] -rw-r--r-- 1 root root 435134 May 9 19:07 coverage.out [2022-05-09T19:07:50.915Z] -rw-rw-r-- 1 1001 1001 3256 May 9 19:05 go.mod [2022-05-09T19:07:50.915Z] -rw-rw-r-- 1 1001 1001 35162 May 9 19:06 go.sum [2022-05-09T19:07:50.915Z] drwxrwxr-x 8 1001 1001 4096 May 9 19:05 internal [2022-05-09T19:07:50.915Z] drwxrwxr-x 3 1001 1001 4096 May 9 19:05 openapi [2022-05-09T19:07:50.915Z] drwxrwxr-x 4 1001 1001 4096 May 9 19:05 snap [2022-05-09T19:07:50.915Z] -rw-rw-r-- 1 1001 1001 204 May 9 19:05 version.go [Pipeline] sh [2022-05-09T19:07:51.231Z] + '[' -e coverage.out ] [2022-05-09T19:07:51.231Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-05-09T19:07:51.340Z] Stashed 1 file(s) [Pipeline] sh [2022-05-09T19:07:51.638Z] + make build [2022-05-09T19:07:51.638Z] 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-05-09T19:08:06.525Z] 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-05-09T19:08:14.649Z] 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-05-09T19:08:14.649Z] 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-05-09T19:08:21.224Z] 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-05-09T19:08:21.224Z] 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-05-09T19:08:22.163Z] 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-05-09T19:08:23.544Z] 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-05-09T19:08:24.112Z] 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-05-09T19:08:25.061Z] 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-05-09T19:08:25.627Z] 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-05-09T19:08:26.565Z] 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-05-09T19:08:28.480Z] 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-05-09T19:08:29.473Z] $ docker stop --time=1 0b52ca464a57b228c98e400fc333c797aca76cbbbedec699606c391786eb9d7f [2022-05-09T19:08:31.984Z] $ docker rm -f 0b52ca464a57b228c98e400fc333c797aca76cbbbedec699606c391786eb9d7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-09T19:08:33.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-09T19:08:33.297Z] [2022-05-09T19:08:33.297Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-05-09T19:08:33.632Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-09T19:08:33.632Z] latest: Pulling from edgex-devops/edgex-compose [2022-05-09T19:08:33.632Z] cbdbe7a5bc2a: Pulling fs layer [2022-05-09T19:08:33.632Z] ca9280d653b3: Pulling fs layer [2022-05-09T19:08:33.632Z] 7e9c9ca2126c: Pulling fs layer [2022-05-09T19:08:33.632Z] cbdbe7a5bc2a: Verifying Checksum [2022-05-09T19:08:33.632Z] cbdbe7a5bc2a: Download complete [2022-05-09T19:08:33.895Z] ca9280d653b3: Verifying Checksum [2022-05-09T19:08:33.895Z] ca9280d653b3: Download complete [2022-05-09T19:08:33.895Z] cbdbe7a5bc2a: Pull complete [2022-05-09T19:08:34.154Z] 7e9c9ca2126c: Verifying Checksum [2022-05-09T19:08:34.154Z] 7e9c9ca2126c: Download complete [2022-05-09T19:08:34.412Z] ca9280d653b3: Pull complete [2022-05-09T19:08:37.696Z] 7e9c9ca2126c: Pull complete [2022-05-09T19:08:37.696Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-05-09T19:08:37.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-09T19:08:37.696Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-05-09T19:08:37.788Z] prd-ubuntu20.04-docker-8c-8g-42150 does not seem to be running inside a container [2022-05-09T19:08:37.824Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-05-09T19:08:39.191Z] $ docker top 2290ee202c5cdd9ec40f332e413e90beaf504c549b87b30042d4fd04388404a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-09T19:08:39.686Z] + docker-compose build --help [2022-05-09T19:08:39.686Z] + grep parallel [2022-05-09T19:08:40.256Z] --parallel Build images in parallel. [Pipeline] } [2022-05-09T19:08:40.293Z] $ docker stop --time=1 2290ee202c5cdd9ec40f332e413e90beaf504c549b87b30042d4fd04388404a7 [2022-05-09T19:08:41.572Z] $ docker rm -f 2290ee202c5cdd9ec40f332e413e90beaf504c549b87b30042d4fd04388404a7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-09T19:08:42.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-09T19:08:42.159Z] . [Pipeline] withDockerContainer [2022-05-09T19:08:42.260Z] prd-ubuntu20.04-docker-8c-8g-42150 does not seem to be running inside a container [2022-05-09T19:08:42.300Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-05-09T19:08:42.689Z] $ docker top ca013ecd2a9d538456504d56114fd57865fd06a5f1e6b291d5328907dd85abba -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-09T19:08:43.089Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-05-09T19:08:43.660Z] Building core-command ... [2022-05-09T19:08:43.660Z] Building core-data ... [2022-05-09T19:08:43.660Z] Building core-metadata ... [2022-05-09T19:08:43.660Z] Building security-bootstrapper ... [2022-05-09T19:08:43.660Z] Building security-proxy-setup ... [2022-05-09T19:08:43.660Z] Building security-secretstore-setup ... [2022-05-09T19:08:43.660Z] Building security-spiffe-token-provider ... [2022-05-09T19:08:43.660Z] Building security-spire-agent ... [2022-05-09T19:08:43.660Z] Building security-spire-config ... [2022-05-09T19:08:43.660Z] Building security-spire-server ... [2022-05-09T19:08:43.660Z] Building support-notifications ... [2022-05-09T19:08:43.660Z] Building support-scheduler ... [2022-05-09T19:08:43.660Z] Building sys-mgmt-agent ... [2022-05-09T19:08:43.660Z] Building security-bootstrapper [2022-05-09T19:08:43.660Z] Building sys-mgmt-agent [2022-05-09T19:08:43.660Z] Building core-data [2022-05-09T19:08:43.660Z] Building security-spiffe-token-provider [2022-05-09T19:08:43.660Z] Building security-secretstore-setup [2022-05-09T19:09:01.750Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:09:01.750Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:09:01.750Z] ---> 7ea224d5a41b [2022-05-09T19:09:01.750Z] Step 3/20 : WORKDIR /edgex-go [2022-05-09T19:09:01.750Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:09:01.750Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:09:01.750Z] ---> 7ea224d5a41b [2022-05-09T19:09:01.750Z] Step 3/25 : WORKDIR /edgex-go [2022-05-09T19:09:01.750Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:09:01.750Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:09:01.750Z] ---> 7ea224d5a41b [2022-05-09T19:09:01.750Z] Step 3/23 : WORKDIR /edgex-go [2022-05-09T19:09:01.750Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:09:01.750Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:09:01.750Z] ---> 7ea224d5a41b [2022-05-09T19:09:01.750Z] Step 3/23 : WORKDIR /edgex-go [2022-05-09T19:09:01.750Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:09:01.750Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:09:01.750Z] ---> 7ea224d5a41b [2022-05-09T19:09:01.750Z] Step 3/31 : WORKDIR /edgex-go [2022-05-09T19:09:03.134Z] ---> Running in b6bb86bf343d [2022-05-09T19:09:03.134Z] ---> Running in c1d6e497aef5 [2022-05-09T19:09:03.134Z] ---> Running in 4c6d3134444d [2022-05-09T19:09:03.134Z] ---> Running in fad5c997ebc3 [2022-05-09T19:09:03.134Z] ---> Running in bdeb496ee0eb [2022-05-09T19:09:03.134Z] Removing intermediate container fad5c997ebc3 [2022-05-09T19:09:03.134Z] ---> c9974fb7fced [2022-05-09T19:09:03.134Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:09:03.134Z] Removing intermediate container bdeb496ee0eb [2022-05-09T19:09:03.134Z] ---> a61120a7ef05 [2022-05-09T19:09:03.134Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-05-09T19:09:03.134Z] Removing intermediate container b6bb86bf343d [2022-05-09T19:09:03.134Z] ---> abc70ff1ce84 [2022-05-09T19:09:03.134Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:09:03.395Z] Removing intermediate container c1d6e497aef5 [2022-05-09T19:09:03.395Z] ---> 291abc08f0a3 [2022-05-09T19:09:03.395Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:09:03.395Z] Removing intermediate container 4c6d3134444d [2022-05-09T19:09:03.395Z] ---> 8295bae6e30c [2022-05-09T19:09:03.395Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:09:03.395Z] ---> Running in 765cd88e8f88 [2022-05-09T19:09:03.395Z] ---> Running in 99ea8c7827fc [2022-05-09T19:09:03.395Z] ---> Running in fe13ff014914 [2022-05-09T19:09:03.395Z] ---> Running in b2f01eb1a0a2 [2022-05-09T19:09:03.395Z] ---> Running in a360b98c52ab [2022-05-09T19:09:04.334Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:04.334Z] Removing intermediate container 99ea8c7827fc [2022-05-09T19:09:04.334Z] ---> 043abca274bc [2022-05-09T19:09:04.334Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-05-09T19:09:04.334Z] ---> Running in 10b777a5fa0a [2022-05-09T19:09:04.334Z] Removing intermediate container fe13ff014914 [2022-05-09T19:09:04.334Z] ---> 9a99cc48d771 [2022-05-09T19:09:04.334Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-05-09T19:09:04.334Z] ---> Running in ee2d2aed373d [2022-05-09T19:09:04.902Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:04.902Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:05.163Z] Removing intermediate container 765cd88e8f88 [2022-05-09T19:09:05.163Z] ---> a67d40f90092 [2022-05-09T19:09:05.163Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-05-09T19:09:05.163Z] ---> Running in ecd106ac0a6d [2022-05-09T19:09:05.163Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:05.163Z] Removing intermediate container a360b98c52ab [2022-05-09T19:09:05.163Z] ---> 2e164e791cfe [2022-05-09T19:09:05.163Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-05-09T19:09:05.163Z] ---> Running in 6d26fd03d48b [2022-05-09T19:09:05.422Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-09T19:09:05.422Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-09T19:09:05.422Z] OK: 15864 distinct packages available [2022-05-09T19:09:05.422Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:05.422Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:05.422Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:05.683Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:05.942Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:06.200Z] OK: 221 MiB in 52 packages [2022-05-09T19:09:06.200Z] OK: 221 MiB in 52 packages [2022-05-09T19:09:06.200Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:06.200Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:06.200Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:06.463Z] Removing intermediate container 10b777a5fa0a [2022-05-09T19:09:06.463Z] ---> 88d4cbad48f4 [2022-05-09T19:09:06.463Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-09T19:09:06.463Z] Removing intermediate container ee2d2aed373d [2022-05-09T19:09:06.463Z] ---> e0cb4fc2e81b [2022-05-09T19:09:06.463Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-09T19:09:06.722Z] OK: 221 MiB in 52 packages [2022-05-09T19:09:06.722Z] OK: 221 MiB in 52 packages [2022-05-09T19:09:06.722Z] OK: 221 MiB in 52 packages [2022-05-09T19:09:06.722Z] ---> 5be9422932fe [2022-05-09T19:09:06.722Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:09:06.722Z] ---> 1761a3d621fa [2022-05-09T19:09:06.722Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:09:06.722Z] ---> Running in ced5d212df3c [2022-05-09T19:09:06.722Z] ---> Running in fc6d4fec7b2b [2022-05-09T19:09:07.289Z] Removing intermediate container 6d26fd03d48b [2022-05-09T19:09:07.289Z] ---> f03cd1d2e388 [2022-05-09T19:09:07.289Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-09T19:09:07.289Z] Removing intermediate container ecd106ac0a6d [2022-05-09T19:09:07.289Z] ---> e1ae32a78d6c [2022-05-09T19:09:07.289Z] Step 6/31 : COPY go.mod vendor* ./ [2022-05-09T19:09:07.289Z] ---> 6581b2d005b9 [2022-05-09T19:09:07.289Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:09:07.548Z] Removing intermediate container b2f01eb1a0a2 [2022-05-09T19:09:07.548Z] ---> e816b8fb7f3f [2022-05-09T19:09:07.548Z] Step 5/20 : COPY go.mod vendor* ./ [2022-05-09T19:09:07.548Z] ---> Running in 60cef9085cba [2022-05-09T19:09:07.548Z] ---> 9cbe9207d2ae [2022-05-09T19:09:07.548Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:09:07.548Z] ---> Running in 94fa82762067 [2022-05-09T19:09:07.548Z] ---> c17f24f42731 [2022-05-09T19:09:07.548Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:09:07.806Z] ---> Running in 50c810929418 [2022-05-09T19:09:08.065Z] Removing intermediate container ced5d212df3c [2022-05-09T19:09:08.065Z] ---> fa490081a06f [2022-05-09T19:09:08.065Z] Step 8/25 : COPY . . [2022-05-09T19:09:09.446Z] Removing intermediate container fc6d4fec7b2b [2022-05-09T19:09:09.446Z] ---> 9cc103efe437 [2022-05-09T19:09:09.446Z] Step 8/23 : COPY . . [2022-05-09T19:09:09.446Z] Removing intermediate container 60cef9085cba [2022-05-09T19:09:09.446Z] ---> a695f1c32dcc [2022-05-09T19:09:09.446Z] Step 8/23 : COPY . . [2022-05-09T19:09:09.707Z] Removing intermediate container 94fa82762067 [2022-05-09T19:09:09.707Z] ---> c98cc0087fe9 [2022-05-09T19:09:09.707Z] Step 8/31 : COPY . . [2022-05-09T19:09:09.966Z] Removing intermediate container 50c810929418 [2022-05-09T19:09:09.966Z] ---> cff71e8372ee [2022-05-09T19:09:09.966Z] Step 7/20 : COPY . . [2022-05-09T19:09:22.183Z] ---> 380a3d42e5ca [2022-05-09T19:09:22.183Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-05-09T19:09:22.183Z] ---> ca2297ae289a [2022-05-09T19:09:22.183Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-05-09T19:09:22.183Z] ---> c834a9b31804 [2022-05-09T19:09:22.183Z] ---> d3c07231d708 [2022-05-09T19:09:22.183Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-05-09T19:09:22.183Z] [2022-05-09T19:09:22.183Z] ---> Running in e43187f3339f [2022-05-09T19:09:22.183Z] ---> Running in f3b53a7cf6fb [2022-05-09T19:09:22.183Z] ---> 95f21de95a80 [2022-05-09T19:09:22.183Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-05-09T19:09:22.183Z] ---> Running in 13a56b058ebd [2022-05-09T19:09:22.183Z] ---> Running in 2786b887509e [2022-05-09T19:09:22.183Z] ---> Running in 035754314d05 [2022-05-09T19:09:22.183Z] 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-05-09T19:09:22.183Z] 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-05-09T19:09:22.183Z] 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-05-09T19:09:22.183Z] 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-05-09T19:09:22.183Z] 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-05-09T19:09:48.731Z] 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-05-09T19:09:52.029Z] Removing intermediate container 13a56b058ebd [2022-05-09T19:09:52.029Z] ---> b46f0e39042e [2022-05-09T19:09:52.029Z] [2022-05-09T19:09:52.029Z] Step 10/25 : FROM alpine:3.14 [2022-05-09T19:09:52.029Z] Removing intermediate container 035754314d05 [2022-05-09T19:09:52.029Z] ---> 9ad816724890 [2022-05-09T19:09:52.029Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-05-09T19:09:52.029Z] Removing intermediate container f3b53a7cf6fb [2022-05-09T19:09:52.029Z] ---> 5688a9892593 [2022-05-09T19:09:52.029Z] [2022-05-09T19:09:52.029Z] Step 10/31 : FROM alpine:3.14 [2022-05-09T19:09:52.029Z] ---> Running in cf5b8af26fbc [2022-05-09T19:09:52.286Z] 3.14: Pulling from library/alpine [2022-05-09T19:09:52.286Z] 3.14: Pulling from library/alpine [2022-05-09T19:09:53.226Z] 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-05-09T19:09:53.797Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-09T19:09:53.797Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-09T19:09:53.797Z] Status: Image is up to date for alpine:3.14 [2022-05-09T19:09:53.797Z] Status: Downloaded newer image for alpine:3.14 [2022-05-09T19:09:53.797Z] ---> e04c818066af [2022-05-09T19:09:53.797Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-05-09T19:09:53.797Z] ---> e04c818066af [2022-05-09T19:09:53.797Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-05-09T19:09:54.062Z] ---> Running in f6eeb135aded [2022-05-09T19:09:54.062Z] ---> Running in f871b9e3e344 [2022-05-09T19:09:54.062Z] Removing intermediate container e43187f3339f [2022-05-09T19:09:54.062Z] ---> 1a8c9b30a019 [2022-05-09T19:09:54.062Z] [2022-05-09T19:09:54.062Z] Step 10/23 : FROM alpine:3.14 [2022-05-09T19:09:54.062Z] ---> e04c818066af [2022-05-09T19:09:54.062Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-05-09T19:09:54.320Z] ---> Running in 2ff9b3f42164 [2022-05-09T19:09:54.320Z] Removing intermediate container cf5b8af26fbc [2022-05-09T19:09:54.320Z] ---> 87226211bb58 [2022-05-09T19:09:54.320Z] [2022-05-09T19:09:54.320Z] Step 11/23 : FROM docker:20.10.14 [2022-05-09T19:09:54.320Z] Removing intermediate container 2786b887509e [2022-05-09T19:09:54.320Z] ---> 2ee306ea5b31 [2022-05-09T19:09:54.320Z] [2022-05-09T19:09:54.320Z] Step 9/20 : FROM alpine:3.15 [2022-05-09T19:09:54.320Z] Removing intermediate container f871b9e3e344 [2022-05-09T19:09:54.320Z] ---> 647e2d89520a [2022-05-09T19:09:54.320Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-05-09T19:09:54.320Z] ---> Running in 75356b3bf196 [2022-05-09T19:09:54.320Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:54.320Z] Removing intermediate container 2ff9b3f42164 [2022-05-09T19:09:54.320Z] ---> c07bc9bd9d8b [2022-05-09T19:09:54.320Z] Step 12/23 : ENV APP_PORT=59880 [2022-05-09T19:09:54.320Z] 20.10.14: Pulling from library/docker [2022-05-09T19:09:54.320Z] 3.15: Pulling from library/alpine [2022-05-09T19:09:54.320Z] ---> Running in 6e8bf1cf89ee [2022-05-09T19:09:54.582Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:54.582Z] Removing intermediate container 6e8bf1cf89ee [2022-05-09T19:09:54.582Z] ---> 06b210d36ac9 [2022-05-09T19:09:54.582Z] Step 13/23 : EXPOSE $APP_PORT [2022-05-09T19:09:54.582Z] ---> Running in 3479b7094298 [2022-05-09T19:09:54.582Z] (1/3) Installing ca-certificates (20211220-r0) [2022-05-09T19:09:54.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:54.841Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-05-09T19:09:54.841Z] (3/3) Installing su-exec (0.2-r1) [2022-05-09T19:09:54.841Z] Executing busybox-1.33.1-r7.trigger [2022-05-09T19:09:54.841Z] Executing ca-certificates-20211220-r0.trigger [2022-05-09T19:09:54.841Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-09T19:09:54.841Z] Status: Downloaded newer image for alpine:3.15 [2022-05-09T19:09:54.841Z] ---> 0ac33e5f5afa [2022-05-09T19:09:54.841Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-09T19:09:54.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:54.841Z] OK: 6 MiB in 17 packages [2022-05-09T19:09:55.103Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-05-09T19:09:55.103Z] (2/2) Installing su-exec (0.2-r1) [2022-05-09T19:09:55.103Z] Executing busybox-1.33.1-r7.trigger [2022-05-09T19:09:55.103Z] OK: 6 MiB in 16 packages [2022-05-09T19:09:55.103Z] ---> Running in 8c03982c7f54 [2022-05-09T19:09:55.103Z] Removing intermediate container 3479b7094298 [2022-05-09T19:09:55.103Z] ---> 093b630d57d3 [2022-05-09T19:09:55.103Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:09:55.363Z] ---> Running in b7933ae3ef08 [2022-05-09T19:09:55.363Z] Removing intermediate container 8c03982c7f54 [2022-05-09T19:09:55.363Z] ---> 72896425dfb8 [2022-05-09T19:09:55.363Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:09:55.363Z] ---> Running in 8955f646c781 [2022-05-09T19:09:55.632Z] Removing intermediate container 75356b3bf196 [2022-05-09T19:09:55.632Z] ---> a8f871246918 [2022-05-09T19:09:55.632Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-05-09T19:09:55.632Z] Removing intermediate container f6eeb135aded [2022-05-09T19:09:55.632Z] ---> d313ab67b8d9 [2022-05-09T19:09:55.632Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-09T19:09:55.632Z] ---> Running in ff5c31000dd7 [2022-05-09T19:09:55.894Z] ---> Running in 83977ff8fd52 [2022-05-09T19:09:55.894Z] Removing intermediate container ff5c31000dd7 [2022-05-09T19:09:55.894Z] ---> 18b17c2fbf13 [2022-05-09T19:09:55.894Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-05-09T19:09:56.156Z] Removing intermediate container 83977ff8fd52 [2022-05-09T19:09:56.156Z] ---> 4e73953958ed [2022-05-09T19:09:56.156Z] Step 13/25 : WORKDIR / [2022-05-09T19:09:56.156Z] ---> Running in ed30bd55e6f8 [2022-05-09T19:09:56.156Z] ---> Running in 764f0bd7545b [2022-05-09T19:09:56.156Z] Removing intermediate container ed30bd55e6f8 [2022-05-09T19:09:56.156Z] ---> 8ec80135f0a1 [2022-05-09T19:09:56.156Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-05-09T19:09:56.420Z] Removing intermediate container 764f0bd7545b [2022-05-09T19:09:56.420Z] ---> 6ef070e7b9da [2022-05-09T19:09:56.420Z] 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-05-09T19:09:56.420Z] ---> Running in 102a23d8f152 [2022-05-09T19:09:56.420Z] Removing intermediate container b7933ae3ef08 [2022-05-09T19:09:56.420Z] ---> a2fdec8e4aa5 [2022-05-09T19:09:56.420Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-09T19:09:56.680Z] ---> Running in 622033ea083f [2022-05-09T19:09:56.680Z] ---> 16fa995f41da [2022-05-09T19:09:56.680Z] 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-05-09T19:09:56.680Z] Removing intermediate container 8955f646c781 [2022-05-09T19:09:56.680Z] ---> 4ed4ed988fcd [2022-05-09T19:09:56.680Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-05-09T19:09:56.947Z] ---> Running in c6d53a3a2efd [2022-05-09T19:09:56.947Z] ---> d811729c1518 [2022-05-09T19:09:56.947Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-05-09T19:09:57.207Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:57.207Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:57.207Z] ---> 176af64bab67 [2022-05-09T19:09:57.207Z] 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-05-09T19:09:57.207Z] Removing intermediate container 102a23d8f152 [2022-05-09T19:09:57.207Z] ---> 61df76778d06 [2022-05-09T19:09:57.207Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-05-09T19:09:57.467Z] ---> Running in 41435bd923d6 [2022-05-09T19:09:57.467Z] ---> 0a5edb766cc3 [2022-05-09T19:09:57.467Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-05-09T19:09:57.728Z] Removing intermediate container 41435bd923d6 [2022-05-09T19:09:57.728Z] ---> 565510045dc6 [2022-05-09T19:09:57.728Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-05-09T19:09:57.991Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:57.991Z] ---> 80effb0b65a6 [2022-05-09T19:09:57.991Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-05-09T19:09:57.991Z] ---> 420600c3a1ab [2022-05-09T19:09:57.991Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-05-09T19:09:57.991Z] ---> Running in f98e8782a79e [2022-05-09T19:09:57.991Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:58.252Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-09T19:09:58.252Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-09T19:09:58.520Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-09T19:09:58.520Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-09T19:09:58.520Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-09T19:09:58.520Z] OK: 15855 distinct packages available [2022-05-09T19:09:58.520Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-09T19:09:58.520Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:58.782Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-09T19:09:58.782Z] ---> 70fccc3330ec [2022-05-09T19:09:58.782Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-05-09T19:09:58.782Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-09T19:09:58.782Z] Executing busybox-1.33.1-r7.trigger [2022-05-09T19:09:58.782Z] OK: 8 MiB in 20 packages [2022-05-09T19:09:58.782Z] ---> e2f9d4db7390 [2022-05-09T19:09:58.782Z] 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-05-09T19:09:59.043Z] ---> Running in 79aa46ee2310 [2022-05-09T19:09:59.043Z] Removing intermediate container f98e8782a79e [2022-05-09T19:09:59.043Z] ---> fa7b7c13637b [2022-05-09T19:09:59.043Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-09T19:09:59.043Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-05-09T19:09:59.043Z] Status: Downloaded newer image for docker:20.10.14 [2022-05-09T19:09:59.043Z] ---> 7417809fdb73 [2022-05-09T19:09:59.043Z] 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-05-09T19:09:59.043Z] ---> Running in 0663f7f4db31 [2022-05-09T19:09:59.303Z] Removing intermediate container 0663f7f4db31 [2022-05-09T19:09:59.303Z] ---> 441d4503d2b5 [2022-05-09T19:09:59.303Z] 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-05-09T19:09:59.303Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:59.303Z] ---> 998878312add [2022-05-09T19:09:59.303Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-05-09T19:09:59.303Z] ---> Running in f1a79682cce0 [2022-05-09T19:09:59.303Z] Removing intermediate container 622033ea083f [2022-05-09T19:09:59.303Z] ---> 6a1ed9a239e0 [2022-05-09T19:09:59.303Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-09T19:09:59.563Z] (1/9) Installing ca-certificates (20211220-r0) [2022-05-09T19:09:59.825Z] ---> 84bc8b146696 [2022-05-09T19:09:59.825Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-05-09T19:09:59.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:59.825Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-05-09T19:09:59.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:09:59.825Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-05-09T19:09:59.825Z] Removing intermediate container 79aa46ee2310 [2022-05-09T19:09:59.825Z] ---> 456fc2e6b546 [2022-05-09T19:09:59.825Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-05-09T19:09:59.825Z] ---> a730570b124a [2022-05-09T19:09:59.825Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-05-09T19:10:00.088Z] (4/9) Installing libcurl (7.80.0-r1) [2022-05-09T19:10:00.088Z] ---> Running in 28586fa05767 [2022-05-09T19:10:00.088Z] (5/9) Installing curl (7.80.0-r1) [2022-05-09T19:10:00.088Z] (1/43) Installing readline (8.1.1-r0) [2022-05-09T19:10:00.088Z] (2/43) Installing bash (5.1.16-r0) [2022-05-09T19:10:00.088Z] Executing bash-5.1.16-r0.post-install [2022-05-09T19:10:00.088Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-05-09T19:10:00.088Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-05-09T19:10:00.088Z] (5/43) Installing libcurl (7.80.0-r1) [2022-05-09T19:10:00.088Z] (6/43) Installing curl (7.80.0-r1) [2022-05-09T19:10:00.088Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-05-09T19:10:00.088Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-05-09T19:10:00.088Z] (9/43) Installing expat (2.4.7-r0) [2022-05-09T19:10:00.088Z] (10/43) Installing libffi (3.4.2-r1) [2022-05-09T19:10:00.088Z] (11/43) Installing gdbm (1.22-r0) [2022-05-09T19:10:00.088Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-05-09T19:10:00.088Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-05-09T19:10:00.088Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-05-09T19:10:00.088Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-05-09T19:10:00.088Z] Removing intermediate container 28586fa05767 [2022-05-09T19:10:00.088Z] ---> f90e182e1820 [2022-05-09T19:10:00.088Z] Step 23/25 : LABEL arch=x86_64 [2022-05-09T19:10:00.350Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-05-09T19:10:00.350Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-05-09T19:10:00.350Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-05-09T19:10:00.350Z] ---> 1d7b4125ce61 [2022-05-09T19:10:00.350Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-05-09T19:10:00.350Z] ---> fa6209b909a7 [2022-05-09T19:10:00.350Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-05-09T19:10:00.350Z] ---> Running in b530970d5905 [2022-05-09T19:10:00.350Z] (17/43) Installing python3 (3.9.7-r4) [2022-05-09T19:10:00.350Z] (8/9) Installing libucontext (1.1-r0) [2022-05-09T19:10:00.350Z] (9/9) Installing gcompat (1.0.0-r4) [2022-05-09T19:10:00.609Z] Executing busybox-1.34.1-r5.trigger [2022-05-09T19:10:00.609Z] Executing ca-certificates-20211220-r0.trigger [2022-05-09T19:10:00.609Z] Removing intermediate container b530970d5905 [2022-05-09T19:10:00.609Z] ---> 85413c78e91c [2022-05-09T19:10:00.609Z] Step 24/25 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:10:00.609Z] OK: 8 MiB in 23 packages [2022-05-09T19:10:00.884Z] ---> 29a8e4616c40 [2022-05-09T19:10:00.884Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-05-09T19:10:00.884Z] ---> 332169d5da6e [2022-05-09T19:10:00.884Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-05-09T19:10:00.884Z] ---> Running in 5c782d4983f5 [2022-05-09T19:10:00.884Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-05-09T19:10:00.884Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-05-09T19:10:00.884Z] ---> Running in 4f7ea0c16427 [2022-05-09T19:10:00.884Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-05-09T19:10:00.884Z] (21/43) Installing py3-idna (3.3-r0) [2022-05-09T19:10:01.144Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-05-09T19:10:01.144Z] ---> 4e0ba2560566 [2022-05-09T19:10:01.144Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-05-09T19:10:01.144Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-05-09T19:10:01.144Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-05-09T19:10:01.144Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-05-09T19:10:01.144Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-05-09T19:10:01.144Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-05-09T19:10:01.144Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-05-09T19:10:01.144Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-05-09T19:10:01.144Z] Removing intermediate container 5c782d4983f5 [2022-05-09T19:10:01.144Z] ---> a495d292ef8a [2022-05-09T19:10:01.144Z] Step 25/25 : LABEL version=0.0.0 [2022-05-09T19:10:01.144Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-05-09T19:10:01.144Z] (31/43) Installing py3-six (1.16.0-r0) [2022-05-09T19:10:01.144Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-05-09T19:10:01.144Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-05-09T19:10:01.144Z] ---> Running in 51405aeb18aa [2022-05-09T19:10:01.144Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-05-09T19:10:01.144Z] Removing intermediate container 4f7ea0c16427 [2022-05-09T19:10:01.144Z] ---> cf8eb11efba2 [2022-05-09T19:10:01.144Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T19:10:01.441Z] (35/43) Installing py3-packaging (20.9-r1) [2022-05-09T19:10:01.441Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-05-09T19:10:01.441Z] ---> Running in 739a0ca01389 [2022-05-09T19:10:01.441Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-05-09T19:10:01.441Z] (38/43) Installing py3-progress (1.6-r0) [2022-05-09T19:10:01.441Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-05-09T19:10:01.441Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-05-09T19:10:01.441Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-05-09T19:10:01.441Z] ---> Running in c4e0d7eee820 [2022-05-09T19:10:01.441Z] Removing intermediate container c6d53a3a2efd [2022-05-09T19:10:01.441Z] ---> 7b57a841d038 [2022-05-09T19:10:01.441Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-09T19:10:01.441Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-05-09T19:10:01.441Z] Removing intermediate container 51405aeb18aa [2022-05-09T19:10:01.441Z] ---> 76efc67326d7 [2022-05-09T19:10:01.441Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-05-09T19:10:01.441Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-05-09T19:10:01.441Z] Removing intermediate container 739a0ca01389 [2022-05-09T19:10:01.441Z] ---> ae5350266500 [2022-05-09T19:10:01.441Z] [2022-05-09T19:10:01.708Z] Removing intermediate container c4e0d7eee820 [2022-05-09T19:10:01.708Z] ---> 1b08ada57023 [2022-05-09T19:10:01.708Z] Step 21/23 : LABEL arch=x86_64 [2022-05-09T19:10:01.708Z] Successfully built ae5350266500 [2022-05-09T19:10:01.708Z] Successfully tagged security-secretstore-setup:latest [2022-05-09T19:10:01.708Z] Building security-spire-agent [2022-05-09T19:10:01.708Z] ---> 3358a43d5070 [2022-05-09T19:10:01.708Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / Building security-secretstore-setup ... done  [2022-05-09T19:10:01.708Z] ---> 6374ae9090e9 [2022-05-09T19:10:01.708Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-05-09T19:10:01.708Z] ---> Running in 2c995308da31 [2022-05-09T19:10:01.708Z] Executing busybox-1.34.1-r5.trigger [2022-05-09T19:10:01.708Z] OK: 83 MiB in 65 packages [2022-05-09T19:10:01.969Z] ---> Running in 9599e50581e1 [2022-05-09T19:10:02.228Z] Removing intermediate container 2c995308da31 [2022-05-09T19:10:02.228Z] ---> 9298ab651fc7 [2022-05-09T19:10:02.228Z] Step 22/23 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:10:02.808Z] Collecting docker-compose==1.23.2 [2022-05-09T19:10:02.808Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-05-09T19:10:02.808Z] 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-05-09T19:10:02.808Z] Collecting PyYAML<4,>=3.10 [2022-05-09T19:10:02.808Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-05-09T19:10:03.378Z] Collecting websocket-client<1.0,>=0.32.0 [2022-05-09T19:10:03.658Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-05-09T19:10:03.658Z] ---> 3e6e630e27af [2022-05-09T19:10:03.658Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-05-09T19:10:03.658Z] ---> Running in a7dc5a220c8d [2022-05-09T19:10:03.658Z] Collecting docker<4.0,>=3.6.0 [2022-05-09T19:10:03.658Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-05-09T19:10:03.658Z] Collecting texttable<0.10,>=0.9.0 [2022-05-09T19:10:03.658Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-05-09T19:10:03.658Z] Removing intermediate container a7dc5a220c8d [2022-05-09T19:10:03.658Z] ---> 9b3e9ad08e75 [2022-05-09T19:10:03.658Z] Step 23/23 : LABEL version=0.0.0 [2022-05-09T19:10:03.920Z] ---> b839cd64d1c3 [2022-05-09T19:10:03.920Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-05-09T19:10:03.920Z] ---> Running in c40b45daf8d6 [2022-05-09T19:10:03.920Z] ---> Running in e88097b44799 [2022-05-09T19:10:03.920Z] Removing intermediate container c40b45daf8d6 [2022-05-09T19:10:03.920Z] ---> 8b51ff300a06 [2022-05-09T19:10:03.920Z] [2022-05-09T19:10:04.187Z] Collecting docopt<0.7,>=0.6.1 [2022-05-09T19:10:04.187Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-05-09T19:10:04.187Z] Removing intermediate container 9599e50581e1 [2022-05-09T19:10:04.187Z] ---> 865c2b7e2a31 [2022-05-09T19:10:04.187Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-05-09T19:10:04.187Z] Removing intermediate container e88097b44799 [2022-05-09T19:10:04.187Z] ---> 1efc01055e90 [2022-05-09T19:10:04.187Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T19:10:04.187Z] Successfully built 8b51ff300a06 [2022-05-09T19:10:04.187Z] Successfully tagged core-data:latest [2022-05-09T19:10:04.187Z] Building security-spire-config [2022-05-09T19:10:04.187Z]  Building core-data ... done  ---> Running in 6999435abb77 [2022-05-09T19:10:04.447Z] ---> Running in 14f8a77b9f73 [2022-05-09T19:10:04.447Z] Removing intermediate container 6999435abb77 [2022-05-09T19:10:04.447Z] ---> ccc4dc65afdd [2022-05-09T19:10:04.447Z] Step 28/31 : CMD ["gate"] [2022-05-09T19:10:04.447Z] Removing intermediate container 14f8a77b9f73 [2022-05-09T19:10:04.447Z] ---> ca8327cbf5ca [2022-05-09T19:10:04.447Z] Step 18/20 : LABEL arch=x86_64 [2022-05-09T19:10:04.706Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-05-09T19:10:04.706Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-05-09T19:10:04.966Z] Collecting dockerpty<0.5,>=0.4.1 [2022-05-09T19:10:04.966Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-05-09T19:10:05.271Z] Collecting cached-property<2,>=1.2.0 [2022-05-09T19:10:05.271Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-05-09T19:10:05.271Z] Collecting jsonschema<3,>=2.5.1 [2022-05-09T19:10:05.271Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-05-09T19:10:05.271Z] Collecting docker-pycreds>=0.4.0 [2022-05-09T19:10:05.271Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-05-09T19:10:05.271Z] ---> Running in 952694a583a7 [2022-05-09T19:10:05.535Z] 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-05-09T19:10:05.535Z] Collecting chardet<3.1.0,>=3.0.2 [2022-05-09T19:10:05.535Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-05-09T19:10:05.535Z] Collecting urllib3<1.25,>=1.21.1 [2022-05-09T19:10:05.535Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-05-09T19:10:05.535Z] Collecting idna<2.8,>=2.5 [2022-05-09T19:10:05.535Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-05-09T19:10:05.535Z] ---> Running in b1308682a1e7 [2022-05-09T19:10:05.865Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-05-09T19:10:05.865Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-05-09T19:10:05.865Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-05-09T19:10:05.865Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-05-09T19:10:05.865Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-05-09T19:10:05.865Z] Attempting uninstall: urllib3 [2022-05-09T19:10:05.865Z] Found existing installation: urllib3 1.26.7 [2022-05-09T19:10:05.865Z] Uninstalling urllib3-1.26.7: [2022-05-09T19:10:05.865Z] Successfully uninstalled urllib3-1.26.7 [2022-05-09T19:10:06.131Z] Attempting uninstall: idna [2022-05-09T19:10:06.131Z] Found existing installation: idna 3.3 [2022-05-09T19:10:06.131Z] Uninstalling idna-3.3: [2022-05-09T19:10:06.131Z] Removing intermediate container 952694a583a7 [2022-05-09T19:10:06.131Z] ---> e64d3cc74005 [2022-05-09T19:10:06.131Z] Step 29/31 : LABEL arch=x86_64 [2022-05-09T19:10:06.131Z] Successfully uninstalled idna-3.3 [2022-05-09T19:10:06.131Z] Removing intermediate container b1308682a1e7 [2022-05-09T19:10:06.131Z] ---> 2ace199b84e1 [2022-05-09T19:10:06.131Z] Step 19/20 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:10:06.402Z] ---> Running in 06b82325ef4d [2022-05-09T19:10:06.402Z] ---> Running in b99ee092e555 [2022-05-09T19:10:06.402Z] Removing intermediate container 06b82325ef4d [2022-05-09T19:10:06.402Z] ---> b20353ed77b6 [2022-05-09T19:10:06.402Z] Step 30/31 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:10:06.675Z] Removing intermediate container b99ee092e555 [2022-05-09T19:10:06.675Z] ---> e810a3b1bea2 [2022-05-09T19:10:06.675Z] Step 20/20 : LABEL version=0.0.0 [2022-05-09T19:10:06.675Z] ---> Running in 55c56c7ff15a [2022-05-09T19:10:06.675Z] ---> Running in 32d158b20d4a [2022-05-09T19:10:06.675Z] Removing intermediate container 55c56c7ff15a [2022-05-09T19:10:06.675Z] ---> ba35d39386bb [2022-05-09T19:10:06.675Z] [2022-05-09T19:10:06.935Z] Removing intermediate container 32d158b20d4a [2022-05-09T19:10:06.935Z] ---> f04b7581f6d5 [2022-05-09T19:10:06.935Z] Step 31/31 : LABEL version=0.0.0 [2022-05-09T19:10:06.935Z] Successfully built ba35d39386bb [2022-05-09T19:10:06.935Z] Successfully tagged security-spiffe-token-provider:latest [2022-05-09T19:10:06.935Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:10:06.935Z] Building security-spire-server [2022-05-09T19:10:06.935Z]  Building security-spiffe-token-provider ... done Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:10:06.935Z] ---> 7ea224d5a41b [2022-05-09T19:10:06.935Z] Step 3/26 : WORKDIR /edgex-go [2022-05-09T19:10:06.935Z] ---> Using cache [2022-05-09T19:10:06.935Z] ---> 8295bae6e30c [2022-05-09T19:10:06.935Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:10:06.935Z] ---> Using cache [2022-05-09T19:10:06.935Z] ---> 2e164e791cfe [2022-05-09T19:10:06.935Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-09T19:10:06.935Z] Attempting uninstall: requests [2022-05-09T19:10:06.935Z] Found existing installation: requests 2.26.0 [2022-05-09T19:10:06.935Z] Uninstalling requests-2.26.0: [2022-05-09T19:10:07.196Z] Successfully uninstalled requests-2.26.0 [2022-05-09T19:10:07.196Z] ---> Running in 65c9cedb34c5 [2022-05-09T19:10:07.196Z] ---> Running in d79419a78b47 [2022-05-09T19:10:07.459Z] Running setup.py install for texttable: started [2022-05-09T19:10:07.459Z] Removing intermediate container d79419a78b47 [2022-05-09T19:10:07.459Z] ---> 3e2133f5aee7 [2022-05-09T19:10:07.459Z] [2022-05-09T19:10:07.459Z] Successfully built 3e2133f5aee7 [2022-05-09T19:10:07.459Z] Successfully tagged security-bootstrapper:latest [2022-05-09T19:10:07.459Z]  Building security-bootstrapper ... done Building support-notifications [2022-05-09T19:10:07.720Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:10:07.720Z] Running setup.py install for texttable: finished with status 'done' [2022-05-09T19:10:07.721Z] Running setup.py install for PyYAML: started [2022-05-09T19:10:07.980Z] Running setup.py install for PyYAML: finished with status 'done' [2022-05-09T19:10:08.240Z] Running setup.py install for docopt: started [2022-05-09T19:10:08.500Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:10:08.500Z] Running setup.py install for docopt: finished with status 'done' [2022-05-09T19:10:08.500Z] Running setup.py install for dockerpty: started [2022-05-09T19:10:08.763Z] OK: 221 MiB in 52 packages [2022-05-09T19:10:08.763Z] Running setup.py install for dockerpty: finished with status 'done' [2022-05-09T19:10:09.333Z] 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-05-09T19:10:11.882Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:10:11.882Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:10:11.882Z] ---> 7ea224d5a41b [2022-05-09T19:10:11.882Z] Step 3/26 : WORKDIR /edgex-go [2022-05-09T19:10:11.882Z] ---> Using cache [2022-05-09T19:10:11.882Z] ---> 8295bae6e30c [2022-05-09T19:10:11.882Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:10:11.882Z] ---> Using cache [2022-05-09T19:10:11.882Z] ---> 2e164e791cfe [2022-05-09T19:10:11.882Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-09T19:10:13.264Z] ---> Running in 00021886d8ff [2022-05-09T19:10:13.264Z] Removing intermediate container 65c9cedb34c5 [2022-05-09T19:10:13.264Z] ---> 6e89f40b9ca4 [2022-05-09T19:10:13.264Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-09T19:10:13.839Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:10:13.839Z] ---> 2a690e810db3 [2022-05-09T19:10:13.839Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:10:13.839Z] ---> Running in bacdb269c546 [2022-05-09T19:10:14.412Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:10:14.749Z] OK: 221 MiB in 52 packages [2022-05-09T19:10:15.021Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:10:15.021Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:10:15.021Z] ---> 7ea224d5a41b [2022-05-09T19:10:15.021Z] Step 3/25 : WORKDIR /edgex-go [2022-05-09T19:10:15.021Z] ---> Using cache [2022-05-09T19:10:15.021Z] ---> 8295bae6e30c [2022-05-09T19:10:15.021Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:10:15.021Z] ---> Using cache [2022-05-09T19:10:15.021Z] ---> 2e164e791cfe [2022-05-09T19:10:15.021Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-05-09T19:10:15.021Z] ---> Using cache [2022-05-09T19:10:15.021Z] ---> 6e89f40b9ca4 [2022-05-09T19:10:15.021Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-09T19:10:15.021Z] ---> Using cache [2022-05-09T19:10:15.021Z] ---> 2a690e810db3 [2022-05-09T19:10:15.021Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:10:15.626Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:10:15.627Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:10:15.627Z] ---> 7ea224d5a41b [2022-05-09T19:10:15.627Z] Step 3/22 : WORKDIR /edgex-go [2022-05-09T19:10:15.627Z] ---> Using cache [2022-05-09T19:10:15.627Z] ---> 8295bae6e30c [2022-05-09T19:10:15.627Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:10:15.627Z] ---> Using cache [2022-05-09T19:10:15.627Z] ---> 2e164e791cfe [2022-05-09T19:10:15.627Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-05-09T19:10:15.892Z] ---> Running in 6c4b07438e9b [2022-05-09T19:10:15.892Z] ---> Running in 81a762db5b39 [2022-05-09T19:10:15.892Z] Removing intermediate container 00021886d8ff [2022-05-09T19:10:15.892Z] ---> b68725ac5bc0 [2022-05-09T19:10:15.892Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-09T19:10:15.892Z] Removing intermediate container bacdb269c546 [2022-05-09T19:10:15.892Z] ---> 3c618e2488e6 [2022-05-09T19:10:15.892Z] Step 8/26 : COPY . . [2022-05-09T19:10:16.150Z] Removing intermediate container f1a79682cce0 [2022-05-09T19:10:16.150Z] ---> cf287bb25c46 [2022-05-09T19:10:16.150Z] Step 14/23 : ENV APP_PORT=58890 [2022-05-09T19:10:16.150Z] ---> Running in a17b83f05199 [2022-05-09T19:10:16.150Z] ---> 3ade8ab1ce43 [2022-05-09T19:10:16.150Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:10:16.425Z] ---> Running in 91493fc2647d [2022-05-09T19:10:16.425Z] Removing intermediate container a17b83f05199 [2022-05-09T19:10:16.425Z] ---> 4397030f0066 [2022-05-09T19:10:16.425Z] Step 15/23 : EXPOSE $APP_PORT [2022-05-09T19:10:16.425Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:10:17.372Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:10:17.372Z] ---> Running in eae8d463a274 [2022-05-09T19:10:17.633Z] OK: 221 MiB in 52 packages [2022-05-09T19:10:17.893Z] Removing intermediate container eae8d463a274 [2022-05-09T19:10:17.893Z] ---> ba9a29639b04 [2022-05-09T19:10:17.893Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-05-09T19:10:17.893Z] Removing intermediate container 81a762db5b39 [2022-05-09T19:10:17.893Z] ---> fea0d9145661 [2022-05-09T19:10:17.893Z] Step 8/25 : COPY . . [2022-05-09T19:10:18.464Z] Removing intermediate container 6c4b07438e9b [2022-05-09T19:10:18.464Z] ---> 4f9aa86fb753 [2022-05-09T19:10:18.464Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-09T19:10:19.848Z] ---> a85bcd73cceb [2022-05-09T19:10:19.848Z] ---> b4b78b77e9ed [2022-05-09T19:10:19.848Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.tomlStep 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:10:19.848Z] [2022-05-09T19:10:19.848Z] ---> Running in 7c3aac9090d2 [2022-05-09T19:10:19.848Z] Removing intermediate container 91493fc2647d [2022-05-09T19:10:19.848Z] ---> fdd1cdeab2a5 [2022-05-09T19:10:19.848Z] Step 8/26 : COPY . . [2022-05-09T19:10:20.114Z] ---> 136126558576 [2022-05-09T19:10:20.114Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-05-09T19:10:22.128Z] ---> 5e75bb090e18 [2022-05-09T19:10:22.128Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-05-09T19:10:22.697Z] ---> Running in 9d3a205d0bfe [2022-05-09T19:10:22.957Z] ---> 9e087f74439e [2022-05-09T19:10:22.957Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-09T19:10:23.218Z] Removing intermediate container 9d3a205d0bfe [2022-05-09T19:10:23.218Z] ---> 2df4013ee495 [2022-05-09T19:10:23.218Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T19:10:23.218Z] Removing intermediate container 7c3aac9090d2 [2022-05-09T19:10:23.218Z] ---> 404183743f10 [2022-05-09T19:10:23.218Z] Step 8/22 : COPY . . [2022-05-09T19:10:23.218Z] ---> Running in c725e4179a3d [2022-05-09T19:10:23.218Z] ---> Running in c3fd1ea2864d [2022-05-09T19:10:23.479Z] ---> 0bc98d8f2632 [2022-05-09T19:10:23.479Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-05-09T19:10:25.388Z] ---> Running in e6ee394fd469 [2022-05-09T19:10:25.388Z] Removing intermediate container c3fd1ea2864d [2022-05-09T19:10:25.388Z] Removing intermediate container c725e4179a3d [2022-05-09T19:10:25.388Z] ---> ba8ad0618bc6 [2022-05-09T19:10:25.388Z] ---> 251468d82e2f [2022-05-09T19:10:25.388Z] Step 21/23 : LABEL arch=x86_64Step 10/26 : RUN mkdir -p spire-build [2022-05-09T19:10:25.388Z] [2022-05-09T19:10:25.388Z] ---> Running in c15b7bb327fa [2022-05-09T19:10:25.388Z] ---> Running in e3bfe3ea2b29 [2022-05-09T19:10:25.388Z] Removing intermediate container e6ee394fd469 [2022-05-09T19:10:25.388Z] ---> 2dfd5f167697 [2022-05-09T19:10:25.388Z] Step 10/25 : RUN mkdir -p spire-build [2022-05-09T19:10:25.388Z] ---> Running in 99a0ddb41543 [2022-05-09T19:10:25.388Z] ---> bb188db1ddb2 [2022-05-09T19:10:25.388Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-09T19:10:25.388Z] Removing intermediate container c15b7bb327fa [2022-05-09T19:10:25.388Z] ---> 23df708c5143 [2022-05-09T19:10:25.388Z] Step 22/23 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:10:25.658Z] ---> Running in 719b546403e8 [2022-05-09T19:10:25.658Z] ---> Running in 93b0a8670c02 [2022-05-09T19:10:25.918Z] Removing intermediate container 719b546403e8 [2022-05-09T19:10:25.918Z] ---> 009e376a2a49 [2022-05-09T19:10:25.918Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-09T19:10:25.918Z] Removing intermediate container 93b0a8670c02 [2022-05-09T19:10:25.918Z] ---> 25d2f2c02f76 [2022-05-09T19:10:25.918Z] Step 23/23 : LABEL version=0.0.0 [2022-05-09T19:10:25.918Z] ---> Running in 1bffe150d606 [2022-05-09T19:10:25.918Z] ---> Running in 6ffed959b005 [2022-05-09T19:10:26.179Z] Removing intermediate container 6ffed959b005 [2022-05-09T19:10:26.179Z] ---> b1f18a5c226f [2022-05-09T19:10:26.179Z] [2022-05-09T19:10:26.443Z] Successfully built b1f18a5c226f [2022-05-09T19:10:26.443Z] Successfully tagged sys-mgmt-agent:latest [2022-05-09T19:10:26.443Z] Building security-proxy-setup [2022-05-09T19:10:27.387Z]  Building sys-mgmt-agent ... done Removing intermediate container e3bfe3ea2b29 [2022-05-09T19:10:27.388Z] ---> 75c3bf51b3e6 [2022-05-09T19:10:27.388Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-09T19:10:27.956Z] Removing intermediate container 99a0ddb41543 [2022-05-09T19:10:27.956Z] ---> 201c8dca1aa9 [2022-05-09T19:10:27.956Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-05-09T19:10:27.956Z] ---> Running in 10b8fdd846ff [2022-05-09T19:10:27.956Z] ---> Running in 8cf7c2e67f1c [2022-05-09T19:10:28.223Z] Removing intermediate container 1bffe150d606 [2022-05-09T19:10:28.223Z] ---> 5e808a71ce46 [2022-05-09T19:10:28.223Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-09T19:10:28.223Z] Removing intermediate container 10b8fdd846ff [2022-05-09T19:10:28.223Z] ---> 4dada8057903 [2022-05-09T19:10:28.223Z] 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-05-09T19:10:28.223Z] ---> Running in 4670681338f5 [2022-05-09T19:10:28.223Z] Removing intermediate container 8cf7c2e67f1c [2022-05-09T19:10:28.223Z] ---> 9d2b4329df8a [2022-05-09T19:10:28.223Z] 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-05-09T19:10:28.488Z] ---> Running in 4e1793ba0eb7 [2022-05-09T19:10:28.488Z] ---> Running in 3e8a06742a78 [2022-05-09T19:10:28.488Z] Removing intermediate container 4670681338f5 [2022-05-09T19:10:28.488Z] ---> 341a3f4f073e [2022-05-09T19:10:28.488Z] 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-05-09T19:10:28.748Z] ---> Running in ac0612bcbd62 [2022-05-09T19:10:29.702Z] spire-1.2.1/ [2022-05-09T19:10:29.702Z] spire-1.2.1/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.data/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.data/.file [2022-05-09T19:10:29.702Z] spire-1.2.1/.dockerignore [2022-05-09T19:10:29.702Z] spire-1.2.1/.gitattributes [2022-05-09T19:10:29.702Z] spire-1.2.1/.githooks/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.githooks/pre-commit [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/dependabot.yml [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-09T19:10:29.702Z] spire-1.2.1/.gitignore [2022-05-09T19:10:29.702Z] spire-1.2.1/.go-version [2022-05-09T19:10:29.702Z] spire-1.2.1/.golangci.yml [2022-05-09T19:10:29.702Z] spire-1.2.1/ADOPTERS.md [2022-05-09T19:10:29.702Z] spire-1.2.1/CHANGELOG.md [2022-05-09T19:10:29.702Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-09T19:10:29.702Z] spire-1.2.1/CODEOWNERS [2022-05-09T19:10:29.702Z] spire-1.2.1/CONTRIBUTING.md [2022-05-09T19:10:29.702Z] spire-1.2.1/Dockerfile [2022-05-09T19:10:29.702Z] spire-1.2.1/Dockerfile.devspire-1.2.1/.data/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.data/.file [2022-05-09T19:10:29.702Z] spire-1.2.1/.dockerignore [2022-05-09T19:10:29.702Z] spire-1.2.1/.gitattributes [2022-05-09T19:10:29.702Z] spire-1.2.1/.githooks/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.githooks/pre-commit [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/dependabot.yml [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-09T19:10:29.702Z] spire-1.2.1/.gitignore [2022-05-09T19:10:29.702Z] spire-1.2.1/.go-version [2022-05-09T19:10:29.702Z] spire-1.2.1/.golangci.yml [2022-05-09T19:10:29.702Z] spire-1.2.1/ADOPTERS.md [2022-05-09T19:10:29.702Z] spire-1.2.1/CHANGELOG.md [2022-05-09T19:10:29.702Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-09T19:10:29.702Z] spire-1.2.1/CODEOWNERS [2022-05-09T19:10:29.702Z] spire-1.2.1/CONTRIBUTING.md [2022-05-09T19:10:29.702Z] spire-1.2.1/Dockerfile [2022-05-09T19:10:29.702Z] spire-1.2.1/Dockerfile.dev [2022-05-09T19:10:29.702Z] spire-1.2.1/Dockerfile.scratch [2022-05-09T19:10:29.702Z] spire-1.2.1/LICENSE [2022-05-09T19:10:29.702Z] spire-1.2.1/MAINTAINERS.md [2022-05-09T19:10:29.702Z] spire-1.2.1/Makefile [2022-05-09T19:10:29.702Z] spire-1.2.1/README.md [2022-05-09T19:10:29.702Z] spire-1.2.1/ROADMAP.md [2022-05-09T19:10:29.702Z] spire-1.2.1/SECURITY.md [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-09T19:10:29.702Z] spire-1.2.1/Dockerfile.scratch [2022-05-09T19:10:29.702Z] spire-1.2.1/LICENSE [2022-05-09T19:10:29.702Z] spire-1.2.1/MAINTAINERS.md [2022-05-09T19:10:29.702Z] spire-1.2.1/Makefile [2022-05-09T19:10:29.702Z] spire-1.2.1/README.md [2022-05-09T19:10:29.702Z] spire-1.2.1/ROADMAP.md [2022-05-09T19:10:29.702Z] spire-1.2.1/SECURITY.md [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-09T19:10:29.702Z] spire-1.2.1/cmd/spire-server/cli/entry/spire-1.2.1/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.data/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.data/.file [2022-05-09T19:10:29.702Z] spire-1.2.1/.dockerignore [2022-05-09T19:10:29.702Z] spire-1.2.1/.gitattributes [2022-05-09T19:10:29.702Z] spire-1.2.1/.githooks/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.githooks/pre-commit [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/dependabot.yml [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-09T19:10:29.702Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-09T19:10:29.703Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-09T19:10:29.703Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-09T19:10:29.703Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-09T19:10:29.703Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-09T19:10:29.703Z] spire-1.2.1/.gitignore [2022-05-09T19:10:29.703Z] spire-1.2.1/.go-version [2022-05-09T19:10:29.703Z] spire-1.2.1/.golangci.yml [2022-05-09T19:10:29.703Z] spire-1.2.1/ADOPTERS.md [2022-05-09T19:10:29.703Z] spire-1.2.1/CHANGELOG.md [2022-05-09T19:10:29.703Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-09T19:10:29.703Z] spire-1.2.1/CODEOWNERS [2022-05-09T19:10:29.703Z] spire-1.2.1/CONTRIBUTING.md [2022-05-09T19:10:29.703Z] spire-1.2.1/Dockerfile [2022-05-09T19:10:29.703Z] spire-1.2.1/Dockerfile.dev [2022-05-09T19:10:29.703Z] spire-1.2.1/Dockerfile.scratch [2022-05-09T19:10:29.703Z] spire-1.2.1/LICENSE [2022-05-09T19:10:29.703Z] spire-1.2.1/MAINTAINERS.md [2022-05-09T19:10:29.703Z] spire-1.2.1/Makefile [2022-05-09T19:10:29.703Z] spire-1.2.1/README.md [2022-05-09T19:10:29.703Z] spire-1.2.1/ROADMAP.md [2022-05-09T19:10:29.703Z] spire-1.2.1/SECURITY.md [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-09T19:10:29.703Z] spire-1.2.1/conf/ [2022-05-09T19:10:29.703Z] spire-1.2.1/conf/agent/ [2022-05-09T19:10:29.703Z] spire-1.2.1/conf/agent/agent.conf [2022-05-09T19:10:29.703Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-09T19:10:29.703Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-09T19:10:29.703Z] spire-1.2.1/conf/server/ [2022-05-09T19:10:29.703Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-09T19:10:29.703Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-09T19:10:29.703Z] spire-1.2.1/conf/server/server.conf [2022-05-09T19:10:29.703Z] spire-1.2.1/conf/server/server_full.conf [2022-05-09T19:10:29.703Z] spire-1.2.1/doc/ [2022-05-09T19:10:29.703Z] spire-1.2.1/doc/SPIRE101.md [2022-05-09T19:10:29.703Z] spire-1.2.1/doc/auditlog.md [2022-05-09T19:10:29.703Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-09T19:10:29.703Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-09T19:10:29.703Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-09T19:10:29.703Z] spire-1.2.1/doc/images/ [2022-05-09T19:10:29.703Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-09T19:10:29.703Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-09T19:10:29.703Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-09T19:10:29.703Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-09T19:10:29.703Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-09T19:10:29.704Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-09T19:10:29.704Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-09T19:10:29.704Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-09T19:10:29.704Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-09T19:10:29.704Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-09T19:10:29.704Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/ [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/agent/ [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/agent/agent.conf [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/server/ [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/server/server.conf [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/server/server_full.conf [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/ [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/SPIRE101.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/auditlog.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/ [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-09T19:10:29.704Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-09T19:10:29.704Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-09T19:10:29.704Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-09T19:10:29.704Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-09T19:10:29.704Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-09T19:10:29.704Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-09T19:10:29.704Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/ [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/agent/ [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/agent/agent.conf [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/server/ [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/server/server.conf [2022-05-09T19:10:29.704Z] spire-1.2.1/conf/server/server_full.conf [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/ [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/SPIRE101.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/auditlog.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/ [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/scaling_spire.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/spire_agent.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/spire_server.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/supported_integrations.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/telemetry.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/telemetry_config.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/upgrading.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/using_spire.md [2022-05-09T19:10:29.704Z] spire-1.2.1/examples/ [2022-05-09T19:10:29.704Z] spire-1.2.1/examples/README.md [2022-05-09T19:10:29.704Z] spire-1.2.1/go.mod [2022-05-09T19:10:29.704Z] spire-1.2.1/go.sum [2022-05-09T19:10:29.704Z] spire-1.2.1/pkg/ [2022-05-09T19:10:29.704Z] spire-1.2.1/pkg/agent/ [2022-05-09T19:10:29.704Z] spire-1.2.1/pkg/agent/agent.go [2022-05-09T19:10:29.704Z] spire-1.2.1/pkg/agent/api/ [2022-05-09T19:10:29.704Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-09T19:10:29.704Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-09T19:10:29.704Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-09T19:10:29.704Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-09T19:10:29.704Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/scaling_spire.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/spire_agent.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/spire_server.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/supported_integrations.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/telemetry.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/telemetry_config.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/upgrading.md [2022-05-09T19:10:29.704Z] spire-1.2.1/doc/using_spire.md [2022-05-09T19:10:29.704Z] spire-1.2.1/examples/ [2022-05-09T19:10:29.704Z] spire-1.2.1/examples/README.md [2022-05-09T19:10:29.705Z] spire-1.2.1/go.mod [2022-05-09T19:10:29.705Z] spire-1.2.1/go.sum [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/agent.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/config.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/config.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-09T19:10:29.705Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-09T19:10:29.705Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-09T19:10:29.705Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-09T19:10:29.705Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-09T19:10:29.705Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-09T19:10:29.705Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-09T19:10:29.705Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-09T19:10:29.705Z] spire-1.2.1/doc/scaling_spire.md [2022-05-09T19:10:29.705Z] spire-1.2.1/doc/spire_agent.md [2022-05-09T19:10:29.705Z] spire-1.2.1/doc/spire_server.md [2022-05-09T19:10:29.705Z] spire-1.2.1/doc/supported_integrations.md [2022-05-09T19:10:29.705Z] spire-1.2.1/doc/telemetry.md [2022-05-09T19:10:29.705Z] spire-1.2.1/doc/telemetry_config.md [2022-05-09T19:10:29.705Z] spire-1.2.1/doc/upgrading.md [2022-05-09T19:10:29.705Z] spire-1.2.1/doc/using_spire.md [2022-05-09T19:10:29.705Z] spire-1.2.1/examples/ [2022-05-09T19:10:29.705Z] spire-1.2.1/examples/README.md [2022-05-09T19:10:29.705Z] spire-1.2.1/go.mod [2022-05-09T19:10:29.705Z] spire-1.2.1/go.sum [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/agent.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-09T19:10:29.705Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/client/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/common/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/config.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-09T19:10:29.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/svid/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/names.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/auth/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-09T19:10:29.707Z] [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/svid/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/catalog/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-09T19:10:29.707Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/names.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/auth/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-09T19:10:29.708Z] [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cli/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/health/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/health/config.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/health/context.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/health/health.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/svid/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/ [2022-05-09T19:10:29.708Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/idutil/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/log/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/log/log.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/log/options.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/names.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/auth/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-09T19:10:29.709Z] [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pemspire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cli/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/health/ [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/health/config.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/health/context.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/health/health.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-09T19:10:29.709Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cli/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-09T19:10:29.710Z] [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/profiling/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/selector/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/idutil/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/log/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/log/log.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/log/options.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.gospire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/health/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/health/config.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/health/context.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/health/health.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/idutil/ [2022-05-09T19:10:29.710Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/log/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/log/log.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/log/options.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/uptime/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/util/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/util/task.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/version/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/version/version.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/x509util/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/api.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-09T19:10:29.711Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/profiling/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/selector/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/profiling/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/selector/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/health/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/id.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/status.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/uptime/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/uptime/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/ca/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/util/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/util/task.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/version/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/version/version.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/x509util/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/cache/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/catalog/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-09T19:10:29.712Z] [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/api.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/health/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/id.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/status.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-09T19:10:29.712Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/util/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/util/task.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/version/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/version/version.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/x509util/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/api.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/health/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/id.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/middleware/caller_test.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/config.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-09T19:10:29.713Z] [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/status.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/bundle/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/config.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/config.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-09T19:10:29.713Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/registration/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/server.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/server_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/svid/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/ [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/private/ [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/private/server/ [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/private/server/journal/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/ [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/common/ [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/plugin/ [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-09T19:10:29.714Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-09T19:10:29.714Z] spire-1.2.1/release/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-09T19:10:29.714Z] spire-1.2.1/release/spire-extras/ [2022-05-09T19:10:29.714Z] spire-1.2.1/release/spire-extras/README.md [2022-05-09T19:10:29.714Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-09T19:10:29.714Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-09T19:10:29.714Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-09T19:10:29.714Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-09T19:10:29.714Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-09T19:10:29.714Z] spire-1.2.1/release/spire/ [2022-05-09T19:10:29.714Z] spire-1.2.1/release/spire/README.md [2022-05-09T19:10:29.714Z] spire-1.2.1/release/spire/conf/ [2022-05-09T19:10:29.714Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-09T19:10:29.714Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-09T19:10:29.714Z] spire-1.2.1/release/spire/conf/server/ [2022-05-09T19:10:29.714Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-09T19:10:29.714Z] spire-1.2.1/script/ [2022-05-09T19:10:29.714Z] spire-1.2.1/script/build-artifact.sh [2022-05-09T19:10:29.714Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-09T19:10:29.714Z] spire-1.2.1/support/ [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/ [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-09T19:10:29.714Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-09T19:10:29.714Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/registration/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/server.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/server_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/svid/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/ [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/private/ [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/private/server/ [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/private/server/journal/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-09T19:10:29.715Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-09T19:10:29.715Z] [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/ [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/common/ [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/plugin/ [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-09T19:10:29.715Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-09T19:10:29.715Z] spire-1.2.1/release/spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-09T19:10:29.715Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/clock/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/clock/clock.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/config/ [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-09T19:10:29.715Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-09T19:10:29.715Z] spire-1.2.1/release/spire-extras/ [2022-05-09T19:10:29.715Z] spire-1.2.1/release/spire-extras/README.md [2022-05-09T19:10:29.715Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-09T19:10:29.715Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-09T19:10:29.715Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-09T19:10:29.715Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-09T19:10:29.715Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-09T19:10:29.715Z] spire-1.2.1/release/spire/ [2022-05-09T19:10:29.715Z] spire-1.2.1/release/spire/README.md [2022-05-09T19:10:29.715Z] spire-1.2.1/release/spire/conf/ [2022-05-09T19:10:29.715Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-09T19:10:29.715Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-09T19:10:29.715Z] spire-1.2.1/release/spire/conf/server/ [2022-05-09T19:10:29.715Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-09T19:10:29.715Z] spire-1.2.1/script/ [2022-05-09T19:10:29.715Z] spire-1.2.1/script/build-artifact.sh [2022-05-09T19:10:29.715Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-09T19:10:29.715Z] spire-1.2.1/support/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-09T19:10:29.715Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/registration/ [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/server.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/server_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/svid/ [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/ [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/private/ [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/private/server/ [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/private/server/journal/ [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/ [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/common/ [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/plugin/ [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-09T19:10:29.716Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-09T19:10:29.716Z] spire-1.2.1/release/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/fixture.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-09T19:10:29.716Z] spire-1.2.1/release/spire-extras/ [2022-05-09T19:10:29.716Z] spire-1.2.1/release/spire-extras/README.md [2022-05-09T19:10:29.716Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-09T19:10:29.716Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-09T19:10:29.716Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-09T19:10:29.716Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/release/spire/ [2022-05-09T19:10:29.716Z] spire-1.2.1/release/spire/README.md [2022-05-09T19:10:29.716Z] spire-1.2.1/release/spire/conf/ [2022-05-09T19:10:29.716Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-09T19:10:29.716Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/release/spire/conf/server/ [2022-05-09T19:10:29.716Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/script/ [2022-05-09T19:10:29.716Z] spire-1.2.1/script/build-artifact.sh [2022-05-09T19:10:29.716Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-09T19:10:29.716Z] spire-1.2.1/support/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/registration/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/README.md [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/clock/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/clock/clock.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/common [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-09T19:10:29.716Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/clock/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/clock/clock.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-09T19:10:29.716Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/fixture.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/registration/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/fixture.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/common [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/registration/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-09T19:10:29.717Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/common [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-09T19:10:29.717Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-09T19:10:29.718Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-09T19:10:29.981Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-09T19:10:29.982Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-09T19:10:29.983Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/test-one.sh [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/test.sh [2022-05-09T19:10:29.984Z] spire-1.2.1/test/plugintest/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/plugintest/config.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/plugintest/load.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/plugintest/option.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/test-one.sh [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/test.sh [2022-05-09T19:10:29.984Z] spire-1.2.1/test/plugintest/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/plugintest/config.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/plugintest/load.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/plugintest/option.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/dir.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/logs.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/suite.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/x509.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/testca/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/testca/ca.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/testkey/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/testkey/generate.sh [2022-05-09T19:10:29.984Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/testkey/keys.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/testkey/new.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/tpmsimulator/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/util/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/util/cert_generation.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/util/io_redirection.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/util/race.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/util/util.go [2022-05-09T19:10:29.984Z] [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/dir.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/logs.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/suite.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/spiretest/x509.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/testca/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/testca/ca.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/testkey/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/testkey/generate.sh [2022-05-09T19:10:29.984Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/testkey/keys.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/testkey/new.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/tpmsimulator/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/util/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/util/cert_generation.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/util/io_redirection.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/util/race.go [2022-05-09T19:10:29.984Z] spire-1.2.1/test/util/util.go [2022-05-09T19:10:29.984Z] building spire from source... [2022-05-09T19:10:29.984Z] building spire from source... [2022-05-09T19:10:29.984Z] [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-09T19:10:29.984Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/test-one.sh [2022-05-09T19:10:29.985Z] spire-1.2.1/test/integration/test.sh [2022-05-09T19:10:29.985Z] spire-1.2.1/test/plugintest/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/plugintest/config.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/plugintest/load.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/plugintest/option.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/spiretest/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/spiretest/dir.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/spiretest/logs.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/spiretest/suite.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/spiretest/x509.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/testca/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/testca/ca.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/testkey/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/testkey/generate.sh [2022-05-09T19:10:29.985Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/testkey/keys.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/testkey/new.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/tpmsimulator/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/util/ [2022-05-09T19:10:29.985Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/util/cert_generation.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/util/io_redirection.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/util/race.go [2022-05-09T19:10:29.985Z] spire-1.2.1/test/util/util.go [2022-05-09T19:10:29.985Z] building spire from source... [2022-05-09T19:10:29.985Z] Installing go1.17.7... [2022-05-09T19:10:29.985Z] Installing go1.17.7... [2022-05-09T19:10:29.985Z] Installing go1.17.7... [2022-05-09T19:10:30.923Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:10:30.923Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:10:30.923Z] ---> 7ea224d5a41b [2022-05-09T19:10:30.923Z] Step 3/22 : WORKDIR /edgex-go [2022-05-09T19:10:30.923Z] ---> Using cache [2022-05-09T19:10:30.923Z] ---> 8295bae6e30c [2022-05-09T19:10:30.923Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:10:30.923Z] ---> Using cache [2022-05-09T19:10:30.923Z] ---> 2e164e791cfe [2022-05-09T19:10:30.923Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-09T19:10:34.306Z] ---> ecd2962ee596 [2022-05-09T19:10:34.306Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-05-09T19:10:35.259Z] ---> Running in 4c204c07c173 [2022-05-09T19:10:35.519Z] ---> Running in 9ed81d818bc2 [2022-05-09T19:10:35.519Z] Building bin/spire-server... [2022-05-09T19:10:35.779Z] Building bin/spire-server... [2022-05-09T19:10:35.779Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-09T19:10:35.779Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-09T19:10:35.779Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-09T19:10:35.779Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-09T19:10:35.779Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-09T19:10:35.779Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-09T19:10:35.779Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-09T19:10:35.779Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-09T19:10:35.779Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-09T19:10:35.779Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-09T19:10:35.779Z] Building bin/spire-server... [2022-05-09T19:10:35.779Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-09T19:10:35.779Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-09T19:10:35.779Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-09T19:10:35.779Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-09T19:10:35.779Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-09T19:10:35.779Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-09T19:10:35.779Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-09T19:10:35.779Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-09T19:10:35.779Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-09T19:10:35.779Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:10:35.779Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-09T19:10:35.779Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-09T19:10:35.779Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-09T19:10:35.779Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-09T19:10:35.779Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-09T19:10:35.779Z] 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-05-09T19:10:35.779Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-09T19:10:36.039Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-09T19:10:36.039Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-09T19:10:36.039Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-09T19:10:36.039Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-09T19:10:36.039Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-09T19:10:36.039Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-09T19:10:36.039Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-09T19:10:36.039Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-09T19:10:36.039Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-09T19:10:36.039Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-09T19:10:36.039Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-09T19:10:36.039Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-09T19:10:36.039Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-09T19:10:36.039Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-09T19:10:36.039Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-09T19:10:36.039Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-09T19:10:36.039Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-09T19:10:36.039Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-09T19:10:36.039Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-09T19:10:36.039Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-09T19:10:36.039Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-09T19:10:36.039Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-09T19:10:36.039Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-09T19:10:36.039Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-09T19:10:36.039Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-09T19:10:36.039Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-09T19:10:36.039Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-09T19:10:36.039Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-09T19:10:36.039Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-09T19:10:36.299Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-09T19:10:36.299Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-09T19:10:36.299Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-09T19:10:36.299Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-09T19:10:36.299Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-09T19:10:36.300Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-09T19:10:36.300Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-09T19:10:36.300Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-09T19:10:36.300Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-09T19:10:36.300Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-09T19:10:36.300Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-09T19:10:36.300Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-09T19:10:36.300Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-09T19:10:36.300Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-09T19:10:36.300Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-09T19:10:36.300Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-09T19:10:36.300Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-09T19:10:36.300Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-09T19:10:36.300Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-09T19:10:36.300Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-09T19:10:36.300Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-09T19:10:36.300Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-09T19:10:36.568Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-09T19:10:36.568Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-09T19:10:36.568Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-09T19:10:36.568Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-09T19:10:36.568Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-09T19:10:36.568Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-09T19:10:36.568Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-09T19:10:36.568Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-09T19:10:36.568Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-09T19:10:36.568Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-09T19:10:36.568Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-09T19:10:36.568Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-09T19:10:36.568Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-09T19:10:36.568Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-09T19:10:36.568Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-09T19:10:36.568Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-09T19:10:36.568Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-09T19:10:36.568Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-09T19:10:36.568Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-09T19:10:36.568Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-09T19:10:36.568Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-09T19:10:36.568Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-09T19:10:36.568Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-09T19:10:36.568Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-09T19:10:36.568Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-09T19:10:36.568Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-09T19:10:36.568Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-09T19:10:36.568Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-09T19:10:36.568Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-09T19:10:36.568Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-09T19:10:36.568Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-09T19:10:36.568Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-09T19:10:36.568Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-09T19:10:36.568Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-09T19:10:36.568Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-09T19:10:36.568Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-09T19:10:36.568Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-09T19:10:36.568Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-09T19:10:36.568Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-09T19:10:36.568Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-09T19:10:36.568Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-09T19:10:36.568Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-09T19:10:36.840Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-09T19:10:36.840Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-09T19:10:36.840Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-09T19:10:36.840Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-09T19:10:36.840Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-09T19:10:36.840Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-09T19:10:36.840Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-09T19:10:36.840Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-09T19:10:36.840Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-09T19:10:36.840Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-09T19:10:36.840Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-09T19:10:36.840Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-09T19:10:36.840Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-09T19:10:36.840Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-09T19:10:36.840Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-09T19:10:36.840Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-09T19:10:36.840Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-09T19:10:36.840Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-09T19:10:36.840Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-09T19:10:36.840Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-09T19:10:36.840Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-09T19:10:36.840Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-09T19:10:36.840Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-09T19:10:36.840Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-09T19:10:36.840Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-09T19:10:36.840Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-09T19:10:36.840Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-09T19:10:36.840Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-09T19:10:36.840Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-09T19:10:36.840Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-09T19:10:36.840Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-09T19:10:36.840Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-09T19:10:36.840Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-09T19:10:36.840Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-09T19:10:36.840Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-09T19:10:36.840Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-09T19:10:36.840Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-09T19:10:36.840Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-09T19:10:36.840Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-09T19:10:37.348Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-09T19:10:37.348Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-09T19:10:37.348Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-09T19:10:37.348Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-09T19:10:37.348Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-09T19:10:37.348Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-09T19:10:37.348Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-09T19:10:37.348Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-09T19:10:37.348Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-09T19:10:37.348Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-09T19:10:37.348Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-09T19:10:37.607Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:10:38.175Z] OK: 221 MiB in 52 packages [2022-05-09T19:10:38.751Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-09T19:10:38.751Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-09T19:10:38.751Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-09T19:10:38.751Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-09T19:10:39.010Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-09T19:10:39.010Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-09T19:10:39.010Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-09T19:10:39.010Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-09T19:10:39.010Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-09T19:10:39.010Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-09T19:10:39.010Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-09T19:10:39.010Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-09T19:10:39.010Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-09T19:10:39.010Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-09T19:10:39.010Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-09T19:10:43.204Z] go: downloading google.golang.org/api v0.70.0 [2022-05-09T19:10:43.204Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-09T19:10:43.204Z] go: downloading k8s.io/api v0.23.4 [2022-05-09T19:10:43.204Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-09T19:10:43.204Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-09T19:10:43.204Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-09T19:10:43.469Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-09T19:10:43.469Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-09T19:10:43.942Z] go: downloading google.golang.org/api v0.70.0 [2022-05-09T19:10:43.942Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-09T19:10:43.942Z] go: downloading k8s.io/api v0.23.4 [2022-05-09T19:10:43.942Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-09T19:10:43.942Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-09T19:10:43.942Z] go: downloading google.golang.org/api v0.70.0 [2022-05-09T19:10:43.942Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-09T19:10:43.942Z] go: downloading k8s.io/api v0.23.4 [2022-05-09T19:10:43.942Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-09T19:10:43.942Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-09T19:10:43.942Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-09T19:10:43.942Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-09T19:10:43.942Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-09T19:10:44.311Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-09T19:10:44.311Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-09T19:10:44.576Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-09T19:10:44.576Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-09T19:10:44.840Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-09T19:10:44.840Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-09T19:10:45.099Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-09T19:10:45.100Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-09T19:10:45.100Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-09T19:10:45.359Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-09T19:10:45.359Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-09T19:10:45.622Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-09T19:10:45.622Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-09T19:10:45.622Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-09T19:10:45.622Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-09T19:10:45.622Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-09T19:10:45.622Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-09T19:10:46.190Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-09T19:10:46.190Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-09T19:10:46.190Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-09T19:10:46.190Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-09T19:10:46.190Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-09T19:10:46.190Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-09T19:10:46.190Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-09T19:10:46.190Z] Removing intermediate container 4c204c07c173 [2022-05-09T19:10:46.190Z] ---> 3b75faf1b8e2 [2022-05-09T19:10:46.190Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-09T19:10:46.190Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-09T19:10:46.190Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-09T19:10:46.190Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-09T19:10:46.190Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-09T19:10:46.449Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-09T19:10:46.449Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-09T19:10:46.449Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-09T19:10:46.449Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-09T19:10:46.449Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-09T19:10:46.449Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-09T19:10:46.449Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-09T19:10:46.449Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-09T19:10:46.720Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-09T19:10:46.720Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-09T19:10:46.720Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-09T19:10:46.720Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-09T19:10:46.720Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-09T19:10:46.720Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-09T19:10:46.720Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-09T19:10:46.720Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-09T19:10:46.720Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-09T19:10:46.998Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-09T19:10:46.998Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-09T19:10:46.998Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-09T19:10:46.998Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-09T19:10:46.998Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-09T19:10:46.998Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-09T19:10:46.998Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-09T19:10:46.998Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-09T19:10:46.998Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-09T19:10:47.260Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-09T19:10:47.260Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-09T19:10:47.260Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-09T19:10:47.260Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-09T19:10:47.519Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-09T19:10:47.519Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-09T19:10:47.519Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-09T19:10:47.519Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-09T19:10:47.519Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-09T19:10:47.519Z]  ---> b2e4bb91479c [2022-05-09T19:10:47.519Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:10:47.519Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-09T19:10:47.519Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-09T19:10:47.779Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-09T19:10:48.038Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-09T19:10:48.038Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-09T19:10:48.038Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-09T19:10:48.038Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-09T19:10:48.038Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-09T19:10:48.038Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-09T19:10:48.038Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-09T19:10:48.038Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-09T19:10:48.038Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-09T19:10:48.038Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-09T19:10:48.038Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-09T19:10:48.364Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-09T19:10:48.364Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-09T19:10:48.364Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-09T19:10:48.364Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-09T19:10:48.364Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-09T19:10:48.364Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-09T19:10:48.364Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-09T19:10:48.632Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-09T19:10:48.633Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-09T19:10:48.633Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-09T19:10:48.633Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-09T19:10:48.633Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-09T19:10:48.633Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-09T19:10:48.633Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-09T19:10:48.633Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-09T19:10:48.633Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-09T19:10:48.893Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-09T19:10:48.893Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-09T19:10:48.893Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-09T19:10:48.893Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-09T19:10:48.893Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-09T19:10:48.893Z] go: downloading go.opencensus.io v0.23.0 [2022-05-09T19:10:48.893Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-09T19:10:48.893Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-09T19:10:48.893Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-09T19:10:48.893Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-09T19:10:48.893Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-09T19:10:48.893Z]  ---> Running in bfdf978c7b6c [2022-05-09T19:10:48.893Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-09T19:10:48.893Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-09T19:10:48.893Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-09T19:10:49.151Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-09T19:10:49.151Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-09T19:10:49.151Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-09T19:10:49.151Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-09T19:10:49.151Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-09T19:10:49.151Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-09T19:10:49.151Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-09T19:10:49.151Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-09T19:10:49.151Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-09T19:10:49.151Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-09T19:10:49.151Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-09T19:10:49.151Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-09T19:10:49.151Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-09T19:10:49.151Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-09T19:10:49.151Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-09T19:10:49.151Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-09T19:10:49.151Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-09T19:10:49.151Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-09T19:10:49.151Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-09T19:10:49.151Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-09T19:10:49.151Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-09T19:10:49.151Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-09T19:10:49.151Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-09T19:10:49.151Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-09T19:10:49.151Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-09T19:10:49.151Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-09T19:10:49.151Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-09T19:10:49.151Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-09T19:10:49.151Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-09T19:10:49.151Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-09T19:10:49.151Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-09T19:10:49.412Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-09T19:10:49.412Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-09T19:10:49.412Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-09T19:10:49.412Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-09T19:10:49.412Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-09T19:10:49.412Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-09T19:10:49.412Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-09T19:10:49.412Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-09T19:10:49.412Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-09T19:10:49.412Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-09T19:10:49.412Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-09T19:10:49.412Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-09T19:10:49.412Z] go: downloading go.opencensus.io v0.23.0 [2022-05-09T19:10:49.412Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-09T19:10:49.412Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-09T19:10:49.412Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-09T19:10:49.412Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-09T19:10:49.412Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-09T19:10:49.412Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-09T19:10:49.412Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-09T19:10:49.412Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-09T19:10:49.412Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-09T19:10:49.412Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-09T19:10:49.412Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-09T19:10:49.412Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-09T19:10:49.674Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-09T19:10:49.674Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-09T19:10:49.674Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-09T19:10:49.674Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-09T19:10:49.674Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-09T19:10:49.674Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-09T19:10:49.674Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-09T19:10:49.674Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-09T19:10:49.674Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-09T19:10:49.674Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-09T19:10:49.674Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-09T19:10:49.674Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-09T19:10:49.674Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-09T19:10:49.674Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-09T19:10:49.674Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-09T19:10:49.935Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-09T19:10:49.935Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-09T19:10:49.935Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-09T19:10:49.935Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-09T19:10:49.935Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-09T19:10:49.935Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-09T19:10:49.935Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-09T19:10:49.935Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-09T19:10:49.935Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-09T19:10:49.935Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-09T19:10:49.935Z] go: downloading go.opencensus.io v0.23.0 [2022-05-09T19:10:49.935Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-09T19:10:49.935Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-09T19:10:49.935Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-09T19:10:49.935Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-09T19:10:49.935Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-09T19:10:49.935Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-09T19:10:49.935Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-09T19:10:49.935Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-09T19:10:49.935Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-09T19:10:49.935Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-09T19:10:49.935Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-09T19:10:49.935Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-09T19:10:49.935Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-09T19:10:50.198Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-09T19:10:50.198Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-09T19:10:50.198Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-09T19:10:50.198Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-09T19:10:50.198Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-09T19:10:50.198Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-09T19:10:50.198Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-09T19:10:50.198Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-09T19:10:50.198Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-09T19:10:50.198Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-09T19:10:50.198Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-09T19:10:50.198Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-09T19:10:50.198Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-09T19:10:50.198Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-09T19:10:50.198Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-09T19:10:50.198Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-09T19:10:50.198Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-09T19:10:50.198Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-09T19:10:50.198Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-09T19:10:50.198Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-09T19:10:56.836Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-09T19:10:56.836Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-09T19:10:57.099Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-09T19:10:57.099Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-09T19:10:57.099Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-09T19:10:57.099Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-09T19:11:05.262Z] Removing intermediate container bfdf978c7b6c [2022-05-09T19:11:05.262Z] ---> 23a83a5bc88a [2022-05-09T19:11:05.262Z] Step 8/22 : COPY . . [2022-05-09T19:11:20.156Z] Removing intermediate container 9ed81d818bc2 [2022-05-09T19:11:20.156Z] ---> ad912f18bceb [2022-05-09T19:11:20.156Z] [2022-05-09T19:11:20.156Z] Step 10/22 : FROM alpine:3.14 [2022-05-09T19:11:20.156Z] ---> e04c818066af [2022-05-09T19:11:20.156Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-05-09T19:11:20.156Z] ---> Running in a9919add83df [2022-05-09T19:11:20.156Z] ---> aad38b3a4698 [2022-05-09T19:11:20.156Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-05-09T19:11:20.156Z] ---> Running in 30e96f167532 [2022-05-09T19:11:20.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:11:20.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:11:20.156Z] (1/2) Installing ca-certificates (20211220-r0) [2022-05-09T19:11:20.156Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-05-09T19:11:20.156Z] 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-05-09T19:11:20.156Z] Executing busybox-1.33.1-r7.trigger [2022-05-09T19:11:20.156Z] Executing ca-certificates-20211220-r0.trigger [2022-05-09T19:11:20.156Z] OK: 6 MiB in 16 packages [2022-05-09T19:11:21.091Z] Removing intermediate container a9919add83df [2022-05-09T19:11:21.091Z] ---> 30b38334816e [2022-05-09T19:11:21.091Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-09T19:11:21.091Z] ---> Running in 33362c45e0de [2022-05-09T19:11:21.659Z] Removing intermediate container 33362c45e0de [2022-05-09T19:11:21.659Z] ---> 910aa1adca4e [2022-05-09T19:11:21.659Z] Step 13/22 : ENV APP_PORT=59860 [2022-05-09T19:11:21.659Z] ---> Running in 0eda3476164b [2022-05-09T19:11:22.226Z] Removing intermediate container 0eda3476164b [2022-05-09T19:11:22.226Z] ---> 84368a55c0bd [2022-05-09T19:11:22.226Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-09T19:11:22.226Z] ---> Running in 7e0288f702bf [2022-05-09T19:11:22.794Z] Removing intermediate container 7e0288f702bf [2022-05-09T19:11:22.794Z] ---> 9ffb15a41301 [2022-05-09T19:11:22.794Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-09T19:11:23.731Z] ---> dfb820205a25 [2022-05-09T19:11:23.731Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-05-09T19:11:25.637Z] ---> 6b8f506a3d07 [2022-05-09T19:11:25.637Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-05-09T19:11:26.210Z] ---> 69708b80ed57 [2022-05-09T19:11:26.210Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-05-09T19:11:26.210Z] ---> Running in cdc4c3857c2d [2022-05-09T19:11:27.147Z] Removing intermediate container cdc4c3857c2d [2022-05-09T19:11:27.147Z] ---> 06a05e934d6d [2022-05-09T19:11:27.147Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T19:11:27.147Z] ---> Running in 53e40ed92e7e [2022-05-09T19:11:27.713Z] Removing intermediate container 53e40ed92e7e [2022-05-09T19:11:27.713Z] ---> 73ad4e39b625 [2022-05-09T19:11:27.713Z] Step 20/22 : LABEL arch=x86_64 [2022-05-09T19:11:27.971Z] ---> Running in 784e5bec1177 [2022-05-09T19:11:28.542Z] Removing intermediate container 784e5bec1177 [2022-05-09T19:11:28.542Z] ---> 12c7fd2ea7ef [2022-05-09T19:11:28.542Z] Step 21/22 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:11:28.542Z] ---> Running in ca28d37ce7e2 [2022-05-09T19:11:29.109Z] Removing intermediate container ca28d37ce7e2 [2022-05-09T19:11:29.109Z] ---> 131ff2960af7 [2022-05-09T19:11:29.109Z] Step 22/22 : LABEL version=0.0.0 [2022-05-09T19:11:29.109Z] ---> Running in 35a93ca33313 [2022-05-09T19:11:29.679Z] Removing intermediate container 35a93ca33313 [2022-05-09T19:11:29.679Z] ---> efa69ced5135 [2022-05-09T19:11:29.679Z] [2022-05-09T19:11:29.679Z] Successfully built efa69ced5135 [2022-05-09T19:11:29.679Z] Successfully tagged support-notifications:latest [2022-05-09T19:11:29.679Z] Building support-scheduler [2022-05-09T19:11:34.947Z]  Building support-notifications ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:11:34.947Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:11:34.947Z] ---> 7ea224d5a41b [2022-05-09T19:11:34.947Z] Step 3/22 : WORKDIR /edgex-go [2022-05-09T19:11:34.947Z] ---> Using cache [2022-05-09T19:11:34.947Z] ---> 8295bae6e30c [2022-05-09T19:11:34.947Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:11:34.947Z] ---> Using cache [2022-05-09T19:11:34.947Z] ---> 2e164e791cfe [2022-05-09T19:11:34.947Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-09T19:11:34.947Z] ---> Using cache [2022-05-09T19:11:34.947Z] ---> 3b75faf1b8e2 [2022-05-09T19:11:34.947Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-09T19:11:34.947Z] ---> Using cache [2022-05-09T19:11:34.947Z] ---> b2e4bb91479c [2022-05-09T19:11:34.947Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:11:34.947Z] ---> Using cache [2022-05-09T19:11:34.947Z] ---> 23a83a5bc88a [2022-05-09T19:11:34.947Z] Step 8/22 : COPY . . [2022-05-09T19:11:34.947Z] ---> Using cache [2022-05-09T19:11:34.947Z] ---> aad38b3a4698 [2022-05-09T19:11:34.947Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-05-09T19:11:36.851Z] ---> Running in cf5bcaf14366 [2022-05-09T19:11:37.786Z] 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-05-09T19:11:47.764Z] 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-05-09T19:11:54.684Z] Removing intermediate container 30e96f167532 [2022-05-09T19:11:54.684Z] ---> f08b5a506043 [2022-05-09T19:11:54.684Z] [2022-05-09T19:11:54.684Z] Step 10/22 : FROM alpine:3.14 [2022-05-09T19:11:54.684Z] ---> e04c818066af [2022-05-09T19:11:54.684Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-05-09T19:11:54.684Z] ---> Running in 1b54a0bdd0ee [2022-05-09T19:11:55.622Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:11:55.881Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:11:55.881Z] (1/6) Installing ca-certificates (20211220-r0) [2022-05-09T19:11:56.141Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-05-09T19:11:56.141Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-05-09T19:11:56.141Z] (4/6) Installing libcurl (7.79.1-r1) [2022-05-09T19:11:56.141Z] (5/6) Installing curl (7.79.1-r1) [2022-05-09T19:11:56.141Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-05-09T19:11:56.141Z] Executing busybox-1.33.1-r7.trigger [2022-05-09T19:11:56.141Z] Executing ca-certificates-20211220-r0.trigger [2022-05-09T19:11:56.141Z] OK: 8 MiB in 20 packages [2022-05-09T19:11:57.530Z] Removing intermediate container 1b54a0bdd0ee [2022-05-09T19:11:57.530Z] ---> a5c99e2c8625 [2022-05-09T19:11:57.530Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-09T19:11:57.530Z] ---> Running in 32d3ffd8af52 [2022-05-09T19:11:57.799Z] Removing intermediate container 32d3ffd8af52 [2022-05-09T19:11:57.799Z] ---> 3f7aba5840a5 [2022-05-09T19:11:57.799Z] Step 13/22 : WORKDIR /edgex [2022-05-09T19:11:57.799Z] ---> Running in d060cc50e331 [2022-05-09T19:11:58.366Z] Removing intermediate container d060cc50e331 [2022-05-09T19:11:58.366Z] ---> ce2bbab9dff0 [2022-05-09T19:11:58.366Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-05-09T19:11:58.935Z] ---> 65b3cb3ea431 [2022-05-09T19:11:58.935Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-05-09T19:11:59.952Z] ---> e09e1a27906e [2022-05-09T19:11:59.952Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-05-09T19:12:01.331Z] ---> ba8df8f79ddb [2022-05-09T19:12:01.331Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-05-09T19:12:01.899Z] ---> 65ef8edcfb9f [2022-05-09T19:12:01.900Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-05-09T19:12:01.900Z] ---> Running in 99e554460f5d [2022-05-09T19:12:04.441Z] Removing intermediate container 99e554460f5d [2022-05-09T19:12:04.441Z] ---> 7be290210dd5 [2022-05-09T19:12:04.441Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-05-09T19:12:04.441Z] ---> Running in fb09c8d2a69d [2022-05-09T19:12:04.441Z] Removing intermediate container fb09c8d2a69d [2022-05-09T19:12:04.441Z] ---> c872fe8335ba [2022-05-09T19:12:04.441Z] Step 20/22 : LABEL arch=x86_64 [2022-05-09T19:12:04.701Z] ---> Running in 1fd4c56dddf9 [2022-05-09T19:12:04.962Z] Removing intermediate container 1fd4c56dddf9 [2022-05-09T19:12:04.962Z] ---> dcbc4195a947 [2022-05-09T19:12:04.962Z] Step 21/22 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:12:04.962Z] ---> Running in 8380832ca63b [2022-05-09T19:12:05.531Z] Removing intermediate container 8380832ca63b [2022-05-09T19:12:05.531Z] ---> ba13689e886c [2022-05-09T19:12:05.531Z] Step 22/22 : LABEL version=0.0.0 [2022-05-09T19:12:05.531Z] ---> Running in 2bdacbb70676 [2022-05-09T19:12:05.791Z] Removing intermediate container 2bdacbb70676 [2022-05-09T19:12:05.791Z] ---> 143b13fd84f2 [2022-05-09T19:12:05.791Z] [2022-05-09T19:12:05.791Z] Successfully built 143b13fd84f2 [2022-05-09T19:12:05.791Z] Successfully tagged security-proxy-setup:latest [2022-05-09T19:12:05.791Z] Building core-metadata [2022-05-09T19:12:11.325Z]  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:12:11.325Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:12:11.325Z] ---> 7ea224d5a41b [2022-05-09T19:12:11.325Z] Step 3/23 : WORKDIR /edgex-go [2022-05-09T19:12:11.325Z] ---> Using cache [2022-05-09T19:12:11.325Z] ---> 8295bae6e30c [2022-05-09T19:12:11.325Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:12:11.325Z] ---> Using cache [2022-05-09T19:12:11.325Z] ---> 2e164e791cfe [2022-05-09T19:12:11.325Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-09T19:12:11.325Z] ---> Using cache [2022-05-09T19:12:11.325Z] ---> 3b75faf1b8e2 [2022-05-09T19:12:11.325Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-09T19:12:11.325Z] ---> Using cache [2022-05-09T19:12:11.325Z] ---> b2e4bb91479c [2022-05-09T19:12:11.325Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:12:11.325Z] ---> Using cache [2022-05-09T19:12:11.325Z] ---> 23a83a5bc88a [2022-05-09T19:12:11.325Z] Step 8/23 : COPY . . [2022-05-09T19:12:11.325Z] ---> Using cache [2022-05-09T19:12:11.325Z] ---> aad38b3a4698 [2022-05-09T19:12:11.325Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-05-09T19:12:13.239Z] ---> Running in f32785128e0f [2022-05-09T19:12:14.620Z] 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-05-09T19:12:26.849Z] Removing intermediate container cf5bcaf14366 [2022-05-09T19:12:26.849Z] ---> b28a83eb04bf [2022-05-09T19:12:26.849Z] [2022-05-09T19:12:26.849Z] Step 10/22 : FROM alpine:3.14 [2022-05-09T19:12:26.849Z] ---> e04c818066af [2022-05-09T19:12:26.849Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-05-09T19:12:26.849Z] ---> Running in b8b6f3b06716 [2022-05-09T19:12:26.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:12:26.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:12:26.849Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-05-09T19:12:26.849Z] Executing busybox-1.33.1-r7.trigger [2022-05-09T19:12:26.849Z] OK: 6 MiB in 15 packages [2022-05-09T19:12:28.229Z] Removing intermediate container b8b6f3b06716 [2022-05-09T19:12:28.229Z] ---> 0f6b10255939 [2022-05-09T19:12:28.229Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-09T19:12:28.229Z] ---> Running in 31b2a8bad2d6 [2022-05-09T19:12:28.797Z] Removing intermediate container 31b2a8bad2d6 [2022-05-09T19:12:28.797Z] ---> 4e7f4b44ed3c [2022-05-09T19:12:28.797Z] Step 13/22 : ENV APP_PORT=59861 [2022-05-09T19:12:28.797Z] ---> Running in 7169b16fb9f5 [2022-05-09T19:12:29.373Z] Removing intermediate container 7169b16fb9f5 [2022-05-09T19:12:29.373Z] ---> 349658b12a1b [2022-05-09T19:12:29.373Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-09T19:12:29.633Z] ---> Running in 01e9ff719500 [2022-05-09T19:12:30.201Z] Removing intermediate container 01e9ff719500 [2022-05-09T19:12:30.201Z] ---> 0f3d57167917 [2022-05-09T19:12:30.201Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-09T19:12:31.143Z] ---> 6b092c33d12c [2022-05-09T19:12:31.143Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-05-09T19:12:32.522Z] ---> ee9a6f05db79 [2022-05-09T19:12:32.522Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-05-09T19:12:33.092Z] ---> 6fa1096dfe37 [2022-05-09T19:12:33.092Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-05-09T19:12:33.369Z] ---> Running in 00f4e39fc0b8 [2022-05-09T19:12:34.365Z] Removing intermediate container 00f4e39fc0b8 [2022-05-09T19:12:34.365Z] ---> add71d12fc33 [2022-05-09T19:12:34.365Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T19:12:34.935Z] ---> Running in 4e8219fe0030 [2022-05-09T19:12:35.252Z] Removing intermediate container 4e8219fe0030 [2022-05-09T19:12:35.252Z] ---> 09b7c8b362ff [2022-05-09T19:12:35.252Z] Step 20/22 : LABEL arch=x86_64 [2022-05-09T19:12:35.820Z] ---> Running in 3da7dafb6aee [2022-05-09T19:12:36.768Z] Removing intermediate container 3da7dafb6aee [2022-05-09T19:12:36.768Z] ---> be03b40c374d [2022-05-09T19:12:36.768Z] Step 21/22 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:12:37.336Z] ---> Running in 8586fb110cb7 [2022-05-09T19:12:37.595Z] Removing intermediate container 8586fb110cb7 [2022-05-09T19:12:37.595Z] ---> bf624739dc69 [2022-05-09T19:12:37.595Z] Step 22/22 : LABEL version=0.0.0 [2022-05-09T19:12:37.595Z] ---> Running in 9ef3092beaf1 [2022-05-09T19:12:38.167Z] Removing intermediate container 9ef3092beaf1 [2022-05-09T19:12:38.167Z] ---> 4572d9ca3ad8 [2022-05-09T19:12:38.167Z] [2022-05-09T19:12:38.167Z] Successfully built 4572d9ca3ad8 [2022-05-09T19:12:38.167Z] Successfully tagged support-scheduler:latest [2022-05-09T19:12:38.167Z]  Building support-scheduler ... done Building core-command [2022-05-09T19:12:43.446Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:12:43.446Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:12:43.446Z] ---> 7ea224d5a41b [2022-05-09T19:12:43.446Z] Step 3/23 : WORKDIR /edgex-go [2022-05-09T19:12:43.446Z] ---> Using cache [2022-05-09T19:12:43.446Z] ---> 8295bae6e30c [2022-05-09T19:12:43.446Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:12:43.446Z] ---> Using cache [2022-05-09T19:12:43.446Z] ---> 2e164e791cfe [2022-05-09T19:12:43.446Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-09T19:12:43.446Z] ---> Using cache [2022-05-09T19:12:43.446Z] ---> 3b75faf1b8e2 [2022-05-09T19:12:43.446Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-09T19:12:43.446Z] ---> Using cache [2022-05-09T19:12:43.446Z] ---> b2e4bb91479c [2022-05-09T19:12:43.446Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:12:43.446Z] ---> Using cache [2022-05-09T19:12:43.446Z] ---> 23a83a5bc88a [2022-05-09T19:12:43.446Z] Step 8/23 : COPY . . [2022-05-09T19:12:43.446Z] ---> Using cache [2022-05-09T19:12:43.446Z] ---> aad38b3a4698 [2022-05-09T19:12:43.446Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-05-09T19:12:47.638Z] ---> Running in 74237a94d1aa [2022-05-09T19:12:48.585Z] 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-05-09T19:12:53.860Z] Removing intermediate container f32785128e0f [2022-05-09T19:12:53.860Z] ---> 2d8668ac29d4 [2022-05-09T19:12:53.860Z] [2022-05-09T19:12:53.860Z] Step 10/23 : FROM alpine:3.14 [2022-05-09T19:12:53.860Z] ---> e04c818066af [2022-05-09T19:12:53.860Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-09T19:12:53.860Z] ---> Using cache [2022-05-09T19:12:53.860Z] ---> 0f6b10255939 [2022-05-09T19:12:53.860Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-09T19:12:53.860Z] ---> Using cache [2022-05-09T19:12:53.860Z] ---> 4e7f4b44ed3c [2022-05-09T19:12:53.860Z] Step 13/23 : ENV APP_PORT=59881 [2022-05-09T19:12:53.860Z] ---> Running in fcb2ba81977b [2022-05-09T19:12:54.119Z] Removing intermediate container fcb2ba81977b [2022-05-09T19:12:54.119Z] ---> 52c53bccb596 [2022-05-09T19:12:54.119Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-09T19:12:54.378Z] ---> Running in 701067e1a603 [2022-05-09T19:12:54.960Z] Removing intermediate container 701067e1a603 [2022-05-09T19:12:54.960Z] ---> 6770bdc382cc [2022-05-09T19:12:54.960Z] Step 15/23 : WORKDIR / [2022-05-09T19:12:54.960Z] ---> Running in e8452ef3ceb2 [2022-05-09T19:12:55.527Z] Removing intermediate container e8452ef3ceb2 [2022-05-09T19:12:55.527Z] ---> 7110305e8309 [2022-05-09T19:12:55.527Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-09T19:12:56.462Z] ---> 54b4cd1ce754 [2022-05-09T19:12:56.462Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-05-09T19:12:57.398Z] ---> 73f279599bb5 [2022-05-09T19:12:57.398Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-05-09T19:12:57.966Z] ---> 2a28526efc1f [2022-05-09T19:12:57.966Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-05-09T19:12:58.224Z] ---> Running in 5f90b3f9e931 [2022-05-09T19:12:58.514Z] Removing intermediate container 5f90b3f9e931 [2022-05-09T19:12:58.514Z] ---> 8118666d8bbc [2022-05-09T19:12:58.514Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T19:12:58.774Z] ---> Running in c40476df52eb [2022-05-09T19:12:59.358Z] Removing intermediate container c40476df52eb [2022-05-09T19:12:59.358Z] ---> 8036bed6f4b6 [2022-05-09T19:12:59.358Z] Step 21/23 : LABEL arch=x86_64 [2022-05-09T19:12:59.618Z] ---> Running in 2434980f7291 [2022-05-09T19:13:00.186Z] Removing intermediate container 2434980f7291 [2022-05-09T19:13:00.186Z] ---> a53a6543cfb1 [2022-05-09T19:13:00.186Z] Step 22/23 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:13:00.186Z] ---> Running in 36f7dc7ec01b [2022-05-09T19:13:00.779Z] Removing intermediate container 36f7dc7ec01b [2022-05-09T19:13:00.779Z] ---> 3f8993c003d6 [2022-05-09T19:13:00.779Z] Step 23/23 : LABEL version=0.0.0 [2022-05-09T19:13:01.045Z] ---> Running in c5b437a3cddc [2022-05-09T19:13:01.304Z] Removing intermediate container c5b437a3cddc [2022-05-09T19:13:01.304Z] ---> b533c5f618aa [2022-05-09T19:13:01.304Z] [2022-05-09T19:13:01.304Z] Successfully built b533c5f618aa [2022-05-09T19:13:01.304Z] Successfully tagged core-metadata:latest [2022-05-09T19:13:23.251Z]  Building core-metadata ... done Removing intermediate container 74237a94d1aa [2022-05-09T19:13:23.251Z] ---> 05af734c5f52 [2022-05-09T19:13:23.251Z] [2022-05-09T19:13:23.251Z] Step 10/23 : FROM alpine:3.14 [2022-05-09T19:13:23.251Z] ---> e04c818066af [2022-05-09T19:13:23.251Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-09T19:13:23.251Z] ---> Using cache [2022-05-09T19:13:23.251Z] ---> 0f6b10255939 [2022-05-09T19:13:23.251Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-09T19:13:23.251Z] ---> Using cache [2022-05-09T19:13:23.251Z] ---> 4e7f4b44ed3c [2022-05-09T19:13:23.251Z] Step 13/23 : ENV APP_PORT=59882 [2022-05-09T19:13:23.251Z] ---> Running in 70b8dd33c50d [2022-05-09T19:13:23.251Z] Removing intermediate container 70b8dd33c50d [2022-05-09T19:13:23.251Z] ---> c2e9a906ba40 [2022-05-09T19:13:23.251Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-09T19:13:23.251Z] ---> Running in 0948def2f2ff [2022-05-09T19:13:23.251Z] Removing intermediate container 0948def2f2ff [2022-05-09T19:13:23.251Z] ---> cb1a8928e337 [2022-05-09T19:13:23.251Z] Step 15/23 : WORKDIR / [2022-05-09T19:13:23.251Z] ---> Running in 10fe4fbaee7b [2022-05-09T19:13:23.251Z] Removing intermediate container 10fe4fbaee7b [2022-05-09T19:13:23.251Z] ---> 53712e64c8f3 [2022-05-09T19:13:23.251Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-09T19:13:23.510Z] ---> 90a998eeadd4 [2022-05-09T19:13:23.510Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-05-09T19:13:23.771Z] ---> dc568227cad8 [2022-05-09T19:13:23.772Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-05-09T19:13:24.031Z] ---> 6bf92378f043 [2022-05-09T19:13:24.031Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-05-09T19:13:24.031Z] ---> Running in 4cd837eae13a [2022-05-09T19:13:24.291Z] Removing intermediate container 4cd837eae13a [2022-05-09T19:13:24.291Z] ---> 88fcfc9e725b [2022-05-09T19:13:24.291Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T19:13:24.291Z] ---> Running in 7fc7affa9b22 [2022-05-09T19:13:24.291Z] Removing intermediate container 7fc7affa9b22 [2022-05-09T19:13:24.291Z] ---> fb9c5fac8236 [2022-05-09T19:13:24.291Z] Step 21/23 : LABEL arch=x86_64 [2022-05-09T19:13:24.551Z] ---> Running in 245232269dfa [2022-05-09T19:13:24.552Z] Removing intermediate container 245232269dfa [2022-05-09T19:13:24.552Z] ---> d03c1a837652 [2022-05-09T19:13:24.552Z] Step 22/23 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:13:24.552Z] ---> Running in 375eed26507a [2022-05-09T19:13:24.812Z] Removing intermediate container 375eed26507a [2022-05-09T19:13:24.812Z] ---> 28e7dd5e076b [2022-05-09T19:13:24.812Z] Step 23/23 : LABEL version=0.0.0 [2022-05-09T19:13:24.812Z] ---> Running in c3cd9aeca93b [2022-05-09T19:13:24.812Z] Removing intermediate container c3cd9aeca93b [2022-05-09T19:13:24.812Z] ---> 0795b305f8b8 [2022-05-09T19:13:24.812Z] [2022-05-09T19:13:25.072Z] Successfully built 0795b305f8b8 [2022-05-09T19:13:25.072Z] Successfully tagged core-command:latest [2022-05-09T19:14:11.973Z]  Building core-command ... done Building bin/spire-agent... [2022-05-09T19:14:11.973Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-09T19:14:11.973Z] Building bin/spire-agent... [2022-05-09T19:14:11.973Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-09T19:14:11.973Z] Building bin/spire-agent... [2022-05-09T19:14:11.973Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-09T19:14:11.973Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-09T19:14:11.973Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-09T19:14:11.973Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-09T19:14:11.973Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-09T19:14:11.973Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-09T19:14:11.973Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-09T19:14:11.973Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-09T19:14:11.973Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-09T19:14:11.973Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-09T19:14:11.973Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-09T19:14:11.973Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-09T19:14:11.973Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-09T19:14:11.973Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-09T19:14:11.973Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-09T19:14:11.973Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-09T19:14:11.973Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-09T19:14:11.973Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-09T19:14:11.973Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-09T19:14:11.973Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-09T19:14:11.973Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-09T19:14:11.973Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-09T19:14:11.973Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-09T19:14:11.973Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-09T19:14:11.973Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-09T19:14:11.973Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-09T19:14:11.973Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-09T19:14:11.973Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-09T19:14:11.973Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-09T19:14:11.973Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-09T19:14:11.973Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-09T19:14:11.973Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-09T19:14:11.973Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-09T19:14:11.973Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-09T19:14:11.973Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-09T19:14:11.973Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-09T19:14:11.973Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-09T19:14:43.348Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-42229 in /w/workspace/edgexfoundry_edgex-go_PR-4012 [Pipeline] { [Pipeline] ws [2022-05-09T19:14:43.389Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-05-09T19:14:43.861Z] The recommended git tool is: git [2022-05-09T19:14:49.866Z] using credential edgex-jenkins-ssh [2022-05-09T19:14:49.885Z] Cloning the remote Git repository [2022-05-09T19:14:49.954Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-05-09T19:14:50.034Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-05-09T19:14:50.131Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-05-09T19:14:50.132Z] > git --version # timeout=10 [2022-05-09T19:14:50.152Z] > git --version # 'git version 2.25.1' [2022-05-09T19:14:50.154Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-09T19:14:50.222Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-09T19:15:07.855Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-05-09T19:15:07.887Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-09T19:15:07.916Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-05-09T19:15:07.948Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-05-09T19:15:07.949Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-09T19:15:07.964Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4012/head:refs/remotes/origin/PR-4012 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-05-09T19:15:08.726Z] Merging remotes/origin/main commit ab0f97fec4d40b420f2060de726b99c5b26ce4cc into PR head commit 27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:15:09.087Z] Merge succeeded, producing 27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:15:09.087Z] Checking out Revision 27ecde23e7e7c232c519b7432af4c55c27796c68 (PR-4012) [2022-05-09T19:15:08.752Z] > git config core.sparsecheckout # timeout=10 [2022-05-09T19:15:08.767Z] > git checkout -f 27ecde23e7e7c232c519b7432af4c55c27796c68 # timeout=10 [2022-05-09T19:15:09.011Z] > git remote # timeout=10 [2022-05-09T19:15:09.028Z] > git config --get remote.origin.url # timeout=10 [2022-05-09T19:15:09.040Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-09T19:15:09.053Z] > git merge ab0f97fec4d40b420f2060de726b99c5b26ce4cc # timeout=10 [2022-05-09T19:15:09.079Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-09T19:15:09.100Z] > git config core.sparsecheckout # timeout=10 [2022-05-09T19:15:09.123Z] > git checkout -f 27ecde23e7e7c232c519b7432af4c55c27796c68 # timeout=10 [2022-05-09T19:15:13.660Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2022-05-09T19:15:13.724Z] > git --version # timeout=10 [2022-05-09T19:15:13.736Z] > git --version # 'git version 2.25.1' [2022-05-09T19:15:13.753Z] fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-09T19:15:14.832Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-09T19:15:14.832Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-09T19:15:14.832Z] Dload Upload Total Spent Left Speed [2022-05-09T19:15:15.107Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 38203 0 --:--:-- --:--:-- --:--:-- 38203 [Pipeline] sh [2022-05-09T19:15:15.634Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-09T19:15:15.991Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-09T19:15:15.991Z] + sudo tee /etc/docker/daemon.new [2022-05-09T19:15:15.991Z] { [2022-05-09T19:15:15.991Z] "registry-mirrors": [ [2022-05-09T19:15:15.991Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-09T19:15:15.991Z] ], [2022-05-09T19:15:15.991Z] "bip": "10.250.0.254/24", [2022-05-09T19:15:15.991Z] "hosts": [ [2022-05-09T19:15:15.991Z] "tcp://0.0.0.0:5555", [2022-05-09T19:15:15.991Z] "unix:///var/run/docker.sock" [2022-05-09T19:15:15.991Z] ], [2022-05-09T19:15:15.991Z] "mtu": 1458, [2022-05-09T19:15:15.991Z] "selinux-enabled": true, [2022-05-09T19:15:15.991Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-09T19:15:15.991Z] } [Pipeline] sh [2022-05-09T19:15:16.360Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-09T19:15:16.722Z] + sudo service docker restart [2022-05-09T19:15:33.450Z] Removing intermediate container 4e1793ba0eb7 [2022-05-09T19:15:33.450Z] ---> f8c49014cdaf [2022-05-09T19:15:33.450Z] [2022-05-09T19:15:33.450Z] Step 13/26 : FROM alpine:3.15 [2022-05-09T19:15:33.450Z] ---> 0ac33e5f5afa [2022-05-09T19:15:33.450Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-09T19:15:33.450Z] ---> Using cache [2022-05-09T19:15:33.450Z] ---> 72896425dfb8 [2022-05-09T19:15:33.450Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:15:33.450Z] ---> Using cache [2022-05-09T19:15:33.450Z] ---> 4ed4ed988fcd [2022-05-09T19:15:33.450Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-09T19:15:33.450Z] ---> Running in d1f3816c745f [2022-05-09T19:15:33.450Z] Removing intermediate container 3e8a06742a78 [2022-05-09T19:15:33.450Z] ---> 3d94f5ab111d [2022-05-09T19:15:33.450Z] [2022-05-09T19:15:33.450Z] Step 13/25 : FROM alpine:3.15 [2022-05-09T19:15:33.450Z] ---> 0ac33e5f5afa [2022-05-09T19:15:33.450Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-09T19:15:33.450Z] ---> Using cache [2022-05-09T19:15:33.450Z] ---> 72896425dfb8 [2022-05-09T19:15:33.450Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:15:33.450Z] ---> Using cache [2022-05-09T19:15:33.450Z] ---> 4ed4ed988fcd [2022-05-09T19:15:33.450Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-09T19:15:33.450Z] Removing intermediate container ac0612bcbd62 [2022-05-09T19:15:33.450Z] ---> b01e8985b0e2 [2022-05-09T19:15:33.450Z] [2022-05-09T19:15:33.450Z] Step 13/26 : FROM alpine:3.15 [2022-05-09T19:15:33.450Z] ---> 0ac33e5f5afa [2022-05-09T19:15:33.450Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-09T19:15:33.450Z] ---> Using cache [2022-05-09T19:15:33.450Z] ---> 72896425dfb8 [2022-05-09T19:15:33.450Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:15:33.450Z] ---> Using cache [2022-05-09T19:15:33.450Z] ---> 4ed4ed988fcd [2022-05-09T19:15:33.450Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-05-09T19:15:33.450Z] ---> Running in 5b90d0f6ea5b [2022-05-09T19:15:33.450Z] ---> Running in 6c8cd836960c [2022-05-09T19:15:33.450Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:15:33.712Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:15:33.712Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:15:34.281Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:15:34.541Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:15:34.541Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:15:34.801Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-09T19:15:34.801Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-09T19:15:34.801Z] OK: 15855 distinct packages available [2022-05-09T19:15:34.801Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:15:34.801Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-09T19:15:34.801Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-09T19:15:34.801Z] OK: 15855 distinct packages available [2022-05-09T19:15:34.801Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T19:15:35.060Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-09T19:15:35.060Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-09T19:15:35.060Z] OK: 15855 distinct packages available [2022-05-09T19:15:35.060Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-09T19:15:35.155Z] provisioning config files... [2022-05-09T19:15:35.190Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config449629493900741357tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-09T19:15:35.615Z] ---> docker-login.sh [2022-05-09T19:15:35.615Z] nexus3.edgexfoundry.org:10001 [2022-05-09T19:15:35.633Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:15:35.633Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:15:35.892Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T19:15:35.892Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-05-09T19:15:36.153Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-05-09T19:15:36.153Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-05-09T19:15:36.153Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-05-09T19:15:36.153Z] (3/5) Installing libucontext (1.1-r0) [2022-05-09T19:15:36.153Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-05-09T19:15:36.153Z] (3/4) Installing libucontext (1.1-r0) [2022-05-09T19:15:36.153Z] (4/5) Installing gcompat (1.0.0-r4) [2022-05-09T19:15:36.153Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-05-09T19:15:36.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T19:15:36.415Z] (4/4) Installing gcompat (1.0.0-r4) [2022-05-09T19:15:36.416Z] (5/5) Installing openssl (1.1.1n-r0) [2022-05-09T19:15:36.416Z] (3/5) Installing libucontext (1.1-r0) [2022-05-09T19:15:36.416Z] Executing busybox-1.34.1-r5.trigger [2022-05-09T19:15:36.416Z] OK: 6 MiB in 18 packages [2022-05-09T19:15:36.416Z] (4/5) Installing gcompat (1.0.0-r4) [2022-05-09T19:15:36.416Z] Executing busybox-1.34.1-r5.trigger [2022-05-09T19:15:36.416Z] OK: 6 MiB in 19 packages [2022-05-09T19:15:36.416Z] (5/5) Installing openssl (1.1.1n-r0) [2022-05-09T19:15:36.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T19:15:36.491Z] Configure a credential helper to remove this warning. See [2022-05-09T19:15:36.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T19:15:36.491Z] [2022-05-09T19:15:36.491Z] Login Succeeded [2022-05-09T19:15:36.491Z] nexus3.edgexfoundry.org:10002 [2022-05-09T19:15:36.674Z] Executing busybox-1.34.1-r5.trigger [2022-05-09T19:15:36.674Z] OK: 6 MiB in 19 packages [2022-05-09T19:15:36.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T19:15:36.933Z] Removing intermediate container 6c8cd836960c [2022-05-09T19:15:36.933Z] ---> a921fc653428 [2022-05-09T19:15:36.933Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-09T19:15:37.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T19:15:37.043Z] Configure a credential helper to remove this warning. See [2022-05-09T19:15:37.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T19:15:37.043Z] [2022-05-09T19:15:37.043Z] Login Succeeded [2022-05-09T19:15:37.043Z] nexus3.edgexfoundry.org:10003 [2022-05-09T19:15:37.190Z] Removing intermediate container d1f3816c745f [2022-05-09T19:15:37.190Z] ---> 28387d8f7bbe [2022-05-09T19:15:37.190Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-05-09T19:15:37.190Z] Removing intermediate container 5b90d0f6ea5b [2022-05-09T19:15:37.190Z] ---> d55a38639bd0 [2022-05-09T19:15:37.190Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-09T19:15:37.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T19:15:37.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T19:15:37.599Z] Configure a credential helper to remove this warning. See [2022-05-09T19:15:37.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T19:15:37.599Z] [2022-05-09T19:15:37.599Z] Login Succeeded [2022-05-09T19:15:37.599Z] nexus3.edgexfoundry.org:10004 [2022-05-09T19:15:37.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T19:15:38.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T19:15:38.151Z] Configure a credential helper to remove this warning. See [2022-05-09T19:15:38.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T19:15:38.151Z] [2022-05-09T19:15:38.151Z] Login Succeeded [2022-05-09T19:15:38.151Z] docker.io [2022-05-09T19:15:38.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T19:15:38.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T19:15:38.703Z] Configure a credential helper to remove this warning. See [2022-05-09T19:15:38.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T19:15:38.703Z] [2022-05-09T19:15:38.703Z] Login Succeeded [2022-05-09T19:15:38.703Z] ---> docker-login.sh ends [Pipeline] } [2022-05-09T19:15:38.732Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2022-05-09T19:15:39.097Z] ---> a3e786e58458 [2022-05-09T19:15:39.097Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-09T19:15:39.097Z] ---> 1cb8568c039b [2022-05-09T19:15:39.097Z] ---> ed187455b8c7 [2022-05-09T19:15:39.097Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-05-09T19:15:39.097Z] [2022-05-09T19:15:39.097Z] ---> 848a7cc379cc [2022-05-09T19:15:39.098Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl ---> 6b70a11e8152 [2022-05-09T19:15:39.098Z] [2022-05-09T19:15:39.098Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-05-09T19:15:39.356Z] ---> Running in bc1e03be4752 [Pipeline] echo [2022-05-09T19:15:39.478Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-09T19:15:39.512Z] ========================================================= [2022-05-09T19:15:39.512Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-09T19:15:39.512Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-09T19:15:39.913Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-09T19:15:39.926Z] ---> b82e6a83f531 [2022-05-09T19:15:39.926Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-05-09T19:15:39.926Z] Removing intermediate container bc1e03be4752 [2022-05-09T19:15:39.926Z] ---> 022bfa3b6ef6 [2022-05-09T19:15:39.926Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-05-09T19:15:40.184Z] ---> 63f5419a8156 [2022-05-09T19:15:40.184Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-09T19:15:40.184Z] ---> eb9c68a6999d [2022-05-09T19:15:40.184Z] Step 21/26 : WORKDIR / [2022-05-09T19:15:40.184Z] ---> e835a81a2af7 [2022-05-09T19:15:40.184Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-05-09T19:15:40.184Z] ---> Running in f0bd11e4139f [2022-05-09T19:15:40.184Z] ---> Running in 503e1b7e860d [2022-05-09T19:15:40.189Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-09T19:15:40.189Z] 9b3977197b4f: Pulling fs layer [2022-05-09T19:15:40.189Z] 1a89e8eeedd5: Pulling fs layer [2022-05-09T19:15:40.189Z] 94645a83ff95: Pulling fs layer [2022-05-09T19:15:40.189Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-09T19:15:40.189Z] 0c92f367c5e7: Pulling fs layer [2022-05-09T19:15:40.189Z] 3096ccb668a1: Pulling fs layer [2022-05-09T19:15:40.189Z] e8cf19c19ddd: Pulling fs layer [2022-05-09T19:15:40.189Z] a4caa8a26152: Pulling fs layer [2022-05-09T19:15:40.189Z] 3f3a8bcf1eab: Waiting [2022-05-09T19:15:40.189Z] 0c92f367c5e7: Waiting [2022-05-09T19:15:40.189Z] 3096ccb668a1: Waiting [2022-05-09T19:15:40.189Z] e8cf19c19ddd: Waiting [2022-05-09T19:15:40.189Z] a4caa8a26152: Waiting [2022-05-09T19:15:40.189Z] 94645a83ff95: Verifying Checksum [2022-05-09T19:15:40.189Z] 94645a83ff95: Download complete [2022-05-09T19:15:40.189Z] 1a89e8eeedd5: Verifying Checksum [2022-05-09T19:15:40.189Z] 1a89e8eeedd5: Download complete [2022-05-09T19:15:40.189Z] 0c92f367c5e7: Verifying Checksum [2022-05-09T19:15:40.189Z] 0c92f367c5e7: Download complete [2022-05-09T19:15:40.189Z] 3096ccb668a1: Verifying Checksum [2022-05-09T19:15:40.189Z] 3096ccb668a1: Download complete [2022-05-09T19:15:40.189Z] 9b3977197b4f: Verifying Checksum [2022-05-09T19:15:40.189Z] e8cf19c19ddd: Verifying Checksum [2022-05-09T19:15:40.189Z] e8cf19c19ddd: Download complete [2022-05-09T19:15:40.444Z] Removing intermediate container f0bd11e4139f [2022-05-09T19:15:40.444Z] ---> c9433e3ebc61 [2022-05-09T19:15:40.444Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-09T19:15:40.444Z] ---> Running in 48a5e229f87d [2022-05-09T19:15:40.444Z] ---> af7048166684 [2022-05-09T19:15:40.444Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-05-09T19:15:40.444Z] Removing intermediate container 503e1b7e860d [2022-05-09T19:15:40.444Z] ---> f5160b8f3678 [2022-05-09T19:15:40.444Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-09T19:15:40.444Z] ---> Running in a442ba660a35 [2022-05-09T19:15:40.705Z] Removing intermediate container 48a5e229f87d [2022-05-09T19:15:40.705Z] ---> 3d44bd532679 [2022-05-09T19:15:40.705Z] Step 23/25 : LABEL arch=x86_64 [2022-05-09T19:15:40.705Z] ---> Running in 7c7da6fc8fd3 [2022-05-09T19:15:40.705Z] Removing intermediate container a442ba660a35 [2022-05-09T19:15:40.705Z] ---> a48609233109 [2022-05-09T19:15:40.705Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-09T19:15:40.705Z] ---> 8d3e27c596b2 [2022-05-09T19:15:40.705Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-05-09T19:15:40.705Z] ---> Running in eefda6004ccd [2022-05-09T19:15:40.705Z] Removing intermediate container 7c7da6fc8fd3 [2022-05-09T19:15:40.705Z] ---> 44cba933cf27 [2022-05-09T19:15:40.705Z] Step 24/25 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:15:40.970Z] ---> Running in faf06402b9ab [2022-05-09T19:15:40.970Z] Removing intermediate container eefda6004ccd [2022-05-09T19:15:40.970Z] ---> f043d2f84c50 [2022-05-09T19:15:40.970Z] Step 24/26 : LABEL arch=x86_64 [2022-05-09T19:15:40.970Z] ---> 3c85237e6351 [2022-05-09T19:15:40.970Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-09T19:15:40.970Z] ---> Running in b9a95392052d [2022-05-09T19:15:41.179Z] 9b3977197b4f: Pull complete [2022-05-09T19:15:41.231Z] ---> Running in 091ee0d13614 [2022-05-09T19:15:41.231Z] Removing intermediate container faf06402b9ab [2022-05-09T19:15:41.231Z] ---> a760e5e4a197 [2022-05-09T19:15:41.231Z] Step 25/25 : LABEL version=0.0.0 [2022-05-09T19:15:41.231Z] ---> Running in 4499f4d18708 [2022-05-09T19:15:41.231Z] Removing intermediate container b9a95392052d [2022-05-09T19:15:41.231Z] ---> beeede03a465 [2022-05-09T19:15:41.231Z] Step 25/26 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:15:41.231Z] Removing intermediate container 091ee0d13614 [2022-05-09T19:15:41.231Z] ---> 597d76992cf7 [2022-05-09T19:15:41.231Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-09T19:15:41.231Z] ---> Running in 0733b0b3ec29 [2022-05-09T19:15:41.231Z] ---> Running in 6bd719be72fc [2022-05-09T19:15:41.231Z] Removing intermediate container 4499f4d18708 [2022-05-09T19:15:41.231Z] ---> cd327e0679b3 [2022-05-09T19:15:41.231Z] [2022-05-09T19:15:41.462Z] 1a89e8eeedd5: Pull complete [2022-05-09T19:15:41.493Z] Removing intermediate container 0733b0b3ec29 [2022-05-09T19:15:41.493Z] ---> 611d25139b2f [2022-05-09T19:15:41.493Z] Step 26/26 : LABEL version=0.0.0 [2022-05-09T19:15:41.493Z] Removing intermediate container 6bd719be72fc [2022-05-09T19:15:41.493Z] ---> d637ffcd1736 [2022-05-09T19:15:41.493Z] Step 24/26 : LABEL arch=x86_64 [2022-05-09T19:15:41.493Z] Successfully built cd327e0679b3 [2022-05-09T19:15:41.493Z] Successfully tagged security-spire-server:latest [2022-05-09T19:15:41.493Z]  Building security-spire-server ... done  ---> Running in 74dc46bab6f1 [2022-05-09T19:15:41.493Z] ---> Running in 58321ab25ff2 [2022-05-09T19:15:41.493Z] Removing intermediate container 74dc46bab6f1 [2022-05-09T19:15:41.493Z] ---> 8339908b3ba0 [2022-05-09T19:15:41.493Z] [2022-05-09T19:15:41.752Z] Removing intermediate container 58321ab25ff2 [2022-05-09T19:15:41.752Z] ---> 7e951c4b7a61 [2022-05-09T19:15:41.752Z] Step 25/26 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:15:41.752Z] ---> Running in 0607d2a436a0 [2022-05-09T19:15:41.752Z] Successfully built 8339908b3ba0 [2022-05-09T19:15:41.752Z] Successfully tagged security-spire-config:latest [2022-05-09T19:15:41.752Z]  Building security-spire-config ... done Removing intermediate container 0607d2a436a0 [2022-05-09T19:15:41.752Z] ---> de8f61260789 [2022-05-09T19:15:41.752Z] Step 26/26 : LABEL version=0.0.0 [2022-05-09T19:15:41.752Z] ---> Running in 3ccb3e35cf6a [2022-05-09T19:15:42.013Z] Removing intermediate container 3ccb3e35cf6a [2022-05-09T19:15:42.013Z] ---> 9b10c389b604 [2022-05-09T19:15:42.013Z] [2022-05-09T19:15:42.013Z] Successfully built 9b10c389b604 [2022-05-09T19:15:42.013Z] Successfully tagged security-spire-agent:latest [2022-05-09T19:15:42.068Z] 94645a83ff95: Pull complete [2022-05-09T19:15:42.281Z]  Building security-spire-agent ... done  [Pipeline] } [2022-05-09T19:15:42.296Z] $ docker stop --time=1 ca013ecd2a9d538456504d56114fd57865fd06a5f1e6b291d5328907dd85abba [2022-05-09T19:15:42.346Z] a4caa8a26152: Verifying Checksum [2022-05-09T19:15:42.346Z] a4caa8a26152: Download complete [2022-05-09T19:15:42.946Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-09T19:15:42.946Z] 3f3a8bcf1eab: Download complete [2022-05-09T19:15:43.671Z] $ docker rm -f ca013ecd2a9d538456504d56114fd57865fd06a5f1e6b291d5328907dd85abba [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-09T19:15:44.139Z] + docker images [2022-05-09T19:15:44.139Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-09T19:15:44.139Z] security-spire-server latest cd327e0679b3 2 seconds ago 87.3MB [2022-05-09T19:15:44.139Z] security-spire-agent latest 9b10c389b604 2 seconds ago 127MB [2022-05-09T19:15:44.139Z] security-spire-config latest 8339908b3ba0 2 seconds ago 86.7MB [2022-05-09T19:15:44.139Z] b01e8985b0e2 27 seconds ago 4.43GB [2022-05-09T19:15:44.139Z] 3d94f5ab111d 27 seconds ago 4.43GB [2022-05-09T19:15:44.139Z] f8c49014cdaf 27 seconds ago 4.43GB [2022-05-09T19:15:44.139Z] core-command latest 0795b305f8b8 2 minutes ago 16.1MB [2022-05-09T19:15:44.139Z] 05af734c5f52 2 minutes ago 1.49GB [2022-05-09T19:15:44.139Z] core-metadata latest b533c5f618aa 2 minutes ago 17MB [2022-05-09T19:15:44.139Z] 2d8668ac29d4 2 minutes ago 1.5GB [2022-05-09T19:15:44.139Z] support-scheduler latest 4572d9ca3ad8 3 minutes ago 26.3MB [2022-05-09T19:15:44.139Z] b28a83eb04bf 3 minutes ago 1.55GB [2022-05-09T19:15:44.139Z] security-proxy-setup latest 143b13fd84f2 3 minutes ago 26.9MB [2022-05-09T19:15:44.139Z] f08b5a506043 3 minutes ago 1.5GB [2022-05-09T19:15:44.139Z] support-notifications latest efa69ced5135 4 minutes ago 26.9MB [2022-05-09T19:15:44.139Z] ad912f18bceb 4 minutes ago 1.55GB [2022-05-09T19:15:44.139Z] sys-mgmt-agent latest b1f18a5c226f 5 minutes ago 299MB [2022-05-09T19:15:44.139Z] security-bootstrapper latest 3e2133f5aee7 5 minutes ago 19.1MB [2022-05-09T19:15:44.139Z] security-spiffe-token-provider latest ba35d39386bb 5 minutes ago 28.8MB [2022-05-09T19:15:44.139Z] core-data latest 8b51ff300a06 5 minutes ago 22.5MB [2022-05-09T19:15:44.139Z] security-secretstore-setup latest ae5350266500 5 minutes ago 28.5MB [2022-05-09T19:15:44.139Z] 87226211bb58 5 minutes ago 1.49GB [2022-05-09T19:15:44.139Z] 2ee306ea5b31 5 minutes ago 1.54GB [2022-05-09T19:15:44.139Z] 1a8c9b30a019 5 minutes ago 1.52GB [2022-05-09T19:15:44.139Z] 5688a9892593 5 minutes ago 1.5GB [2022-05-09T19:15:44.139Z] b46f0e39042e 5 minutes ago 1.5GB [2022-05-09T19:15:44.139Z] ci-base-image-x86_64 latest 7ea224d5a41b 9 minutes ago 895MB [2022-05-09T19:15:44.139Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine f018257e8ee9 2 weeks ago 562MB [2022-05-09T19:15:44.139Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver latest a97f223af7a3 2 weeks ago 254MB [2022-05-09T19:15:44.139Z] docker 20.10.14 7417809fdb73 4 weeks ago 218MB [2022-05-09T19:15:44.139Z] alpine 3.14 e04c818066af 4 weeks ago 5.59MB [2022-05-09T19:15:44.139Z] alpine 3.15 0ac33e5f5afa 4 weeks ago 5.57MB [2022-05-09T19:15:44.139Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 22 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-05-09T19:15:55.354Z] 3f3a8bcf1eab: Pull complete [2022-05-09T19:15:55.354Z] 0c92f367c5e7: Pull complete [2022-05-09T19:15:55.630Z] 3096ccb668a1: Pull complete [2022-05-09T19:15:55.911Z] e8cf19c19ddd: Pull complete [2022-05-09T19:16:02.637Z] a4caa8a26152: Pull complete [2022-05-09T19:16:02.637Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-09T19:16:02.637Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-09T19:16:02.637Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-05-09T19:16:03.041Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-09T19:16:03.041Z] WORKDIR /edgex [2022-05-09T19:16:03.041Z] COPY go.mod . [2022-05-09T19:16:03.041Z] RUN go mod download [2022-05-09T19:16:03.041Z] + docker build -t ci-base-image-arm64 -f - . [2022-05-09T19:16:05.675Z] Sending build context to Docker daemon 169.3MB [2022-05-09T19:16:05.675Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-09T19:16:05.675Z] ---> 725f1c02e7f9 [2022-05-09T19:16:05.675Z] Step 2/4 : WORKDIR /edgex [2022-05-09T19:16:07.657Z] ---> Running in b6dd7269c241 [2022-05-09T19:16:07.657Z] Removing intermediate container b6dd7269c241 [2022-05-09T19:16:07.657Z] ---> 3b52bc1b63c7 [2022-05-09T19:16:07.657Z] Step 3/4 : COPY go.mod . [2022-05-09T19:16:08.254Z] ---> cf13289731e4 [2022-05-09T19:16:08.254Z] Step 4/4 : RUN go mod download [2022-05-09T19:16:08.254Z] ---> Running in 05b985414679 [2022-05-09T19:16:55.249Z] Removing intermediate container 05b985414679 [2022-05-09T19:16:55.249Z] ---> cf9cb12b05a2 [2022-05-09T19:16:55.249Z] Successfully built cf9cb12b05a2 [2022-05-09T19:16:55.249Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-09T19:16:55.623Z] + docker inspect -f . ci-base-image-arm64 [2022-05-09T19:16:55.623Z] . [Pipeline] withDockerContainer [2022-05-09T19:16:55.866Z] prd-ubuntu20.04-docker-arm64-4c-16g-42229 does not seem to be running inside a container [2022-05-09T19:16:55.956Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-09T19:16:57.352Z] $ docker top 5fed90c91942cf00a977491d21a2fa60526f2af4a39c95e4a16eb2e12b512ac2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-09T19:16:58.324Z] + go version [2022-05-09T19:16:58.324Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-09T19:16:58.363Z] $ docker stop --time=1 5fed90c91942cf00a977491d21a2fa60526f2af4a39c95e4a16eb2e12b512ac2 [2022-05-09T19:17:00.043Z] $ docker rm -f 5fed90c91942cf00a977491d21a2fa60526f2af4a39c95e4a16eb2e12b512ac2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-09T19:17:00.949Z] + docker inspect -f . ci-base-image-arm64 [2022-05-09T19:17:00.949Z] . [Pipeline] withDockerContainer [2022-05-09T19:17:01.218Z] prd-ubuntu20.04-docker-arm64-4c-16g-42229 does not seem to be running inside a container [2022-05-09T19:17:01.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-09T19:17:02.797Z] $ docker top fbf7ffcedf63ba79eaf08323bdaf2191a0f53d8684b83bb7fea2ea43d6515428 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-05-09T19:17:03.159Z] ========================================================= [2022-05-09T19:17:03.159Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-05-09T19:17:03.159Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-09T19:17:03.868Z] + make test [2022-05-09T19:17:03.868Z] go mod tidy -compat=1.17 [2022-05-09T19:17:04.861Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-05-09T19:17:43.913Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-05-09T19:19:20.817Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-05-09T19:19:21.832Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-05-09T19:19:23.831Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-05-09T19:19:23.831Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-05-09T19:19:32.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-05-09T19:19:32.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-05-09T19:19:32.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-05-09T19:19:32.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-05-09T19:19:32.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-05-09T19:19:32.160Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-05-09T19:19:32.160Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-05-09T19:19:32.766Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-05-09T19:19:32.766Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-05-09T19:19:32.766Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-05-09T19:19:32.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-05-09T19:19:47.907Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.234s coverage: 28.7% of statements [2022-05-09T19:19:47.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-05-09T19:19:47.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-05-09T19:19:53.388Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.548s coverage: 98.5% of statements [2022-05-09T19:19:53.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-05-09T19:19:53.388Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.435s coverage: 53.4% of statements [2022-05-09T19:19:53.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-05-09T19:19:53.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-05-09T19:20:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.153s coverage: 89.2% of statements [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-05-09T19:20:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.465s coverage: 84.4% of statements [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-05-09T19:20:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.613s coverage: 95.6% of statements [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-05-09T19:20:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.338s coverage: 72.2% of statements [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-05-09T19:20:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.583s coverage: 60.0% of statements [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-05-09T19:20:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.746s coverage: 0.9% of statements [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-05-09T19:20:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.349s coverage: 58.8% of statements [2022-05-09T19:20:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.323s coverage: 29.6% of statements [2022-05-09T19:20:20.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-05-09T19:20:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.361s coverage: 47.1% of statements [2022-05-09T19:20:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.333s coverage: 79.5% of statements [2022-05-09T19:20:20.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.205s coverage: 94.1% of statements [2022-05-09T19:20:21.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.253s coverage: 96.3% of statements [2022-05-09T19:20:21.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.213s coverage: 87.5% of statements [2022-05-09T19:20:34.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.279s coverage: 94.4% of statements [2022-05-09T19:20:34.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.233s coverage: 44.8% of statements [2022-05-09T19:20:40.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.737s coverage: 82.5% of statements [2022-05-09T19:20:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-05-09T19:20:47.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.300s coverage: 92.9% of statements [2022-05-09T19:20:47.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-05-09T19:20:47.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-05-09T19:20:47.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-05-09T19:20:47.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements [2022-05-09T19:20:47.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-05-09T19:20:47.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-05-09T19:20:47.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-05-09T19:20:47.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-05-09T19:20:47.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-05-09T19:20:47.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.226s coverage: 87.2% of statements [2022-05-09T19:20:47.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-05-09T19:20:47.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-05-09T19:20:47.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.185s coverage: 100.0% of statements [2022-05-09T19:20:47.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-05-09T19:20:47.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.279s coverage: 58.8% of statements [2022-05-09T19:20:47.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-05-09T19:20:47.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.279s coverage: 80.0% of statements [2022-05-09T19:20:47.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.258s coverage: 87.2% of statements [2022-05-09T19:20:47.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.508s coverage: 85.4% of statements [2022-05-09T19:20:47.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.949s coverage: 91.2% of statements [2022-05-09T19:20:47.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-05-09T19:20:53.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.099s coverage: 64.4% of statements [2022-05-09T19:20:53.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-05-09T19:20:53.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-05-09T19:20:53.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.279s coverage: 100.0% of statements [2022-05-09T19:20:53.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 89.4% of statements [2022-05-09T19:20:53.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.077s coverage: 100.0% of statements [2022-05-09T19:20:53.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements [2022-05-09T19:20:53.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements [2022-05-09T19:21:04.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.637s coverage: 65.4% of statements [2022-05-09T19:21:04.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-05-09T19:21:04.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-05-09T19:21:04.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-05-09T19:21:06.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.987s coverage: 43.8% of statements [2022-05-09T19:21:06.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-05-09T19:21:06.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-05-09T19:21:06.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.286s coverage: 89.5% of statements [2022-05-09T19:21:06.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-05-09T19:21:06.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.281s coverage: 84.8% of statements [2022-05-09T19:21:06.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-05-09T19:21:06.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-05-09T19:21:06.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-05-09T19:21:06.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-05-09T19:21:15.137Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.411s coverage: 17.7% of statements [2022-05-09T19:21:15.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-05-09T19:21:15.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-05-09T19:21:15.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-05-09T19:21:15.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-05-09T19:21:15.137Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.850s coverage: 92.3% of statements [2022-05-09T19:21:15.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-05-09T19:21:15.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-05-09T19:21:15.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-05-09T19:21:15.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-05-09T19:21:15.137Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.409s coverage: 63.2% of statements [2022-05-09T19:21:15.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-05-09T19:21:15.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-05-09T19:21:17.769Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.543s coverage: 97.7% of statements [2022-05-09T19:21:17.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-05-09T19:21:17.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-05-09T19:21:17.769Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-05-09T19:21:17.769Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-05-09T19:21:17.769Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.231s coverage: 28.9% of statements [2022-05-09T19:21:17.769Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-05-09T19:21:17.769Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-05-09T19:21:17.769Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-05-09T19:21:17.769Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-05-09T19:21:17.769Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-05-09T19:21:17.769Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-05-09T19:21:17.769Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.257s coverage: 100.0% of statements [2022-05-09T19:21:17.769Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.105s coverage: 96.9% of statements [2022-05-09T19:21:18.366Z] 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-05-09T19:21:18.366Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-05-09T19:21:18.366Z] GO111MODULE=on go vet ./... [2022-05-09T19:23:10.272Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-09T19:23:10.272Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-09T19:23:11.715Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-09T19:23:15.172Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-05-09T19:23:15.874Z] + ls -al . [2022-05-09T19:23:15.874Z] total 668 [2022-05-09T19:23:15.874Z] drwxrwxr-x 9 1001 1001 4096 May 9 19:23 . [2022-05-09T19:23:15.874Z] drwxr-xr-x 4 root root 4096 May 9 19:17 .. [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 11 May 9 19:15 .dockerignore [2022-05-09T19:23:15.874Z] drwxrwxr-x 8 1001 1001 4096 May 9 19:15 .git [2022-05-09T19:23:15.874Z] drwxrwxr-x 3 1001 1001 4096 May 9 19:15 .github [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 879 May 9 19:15 .gitignore [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 42 May 9 19:15 .golangci.yml [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 87 May 9 19:15 .hadolint.yml [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 166 May 9 19:15 .sonarcloud.properties [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 1171 May 9 19:15 ADOPTERS.md [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 10086 May 9 19:15 Attribution.txt [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 51732 May 9 19:15 CHANGELOG.md [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 3804 May 9 19:15 CONTRIBUTING.md [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 677 May 9 19:15 GOVERNANCE.md [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 850 May 9 19:15 Jenkinsfile [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 10775 May 9 19:15 LICENSE [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 10389 May 9 19:15 Makefile [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 582 May 9 19:15 OWNERS.md [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 9094 May 9 19:15 README.md [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 6912 May 9 19:15 SECURITY.md [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 5 May 9 19:06 VERSION [2022-05-09T19:23:15.874Z] -rw-rw-r-- 1 1001 1001 4131 May 9 19:15 ZMQWindows.md [2022-05-09T19:23:15.874Z] drwxrwxr-x 2 1001 1001 4096 May 9 19:15 bin [2022-05-09T19:23:15.874Z] drwxrwxr-x 18 1001 1001 4096 May 9 19:15 cmd [2022-05-09T19:23:15.875Z] -rw-r--r-- 1 root root 435134 May 9 19:21 coverage.out [2022-05-09T19:23:15.875Z] -rw-rw-r-- 1 1001 1001 3256 May 9 19:15 go.mod [2022-05-09T19:23:15.875Z] -rw-rw-r-- 1 1001 1001 35162 May 9 19:17 go.sum [2022-05-09T19:23:15.875Z] drwxrwxr-x 8 1001 1001 4096 May 9 19:15 internal [2022-05-09T19:23:15.875Z] drwxrwxr-x 3 1001 1001 4096 May 9 19:15 openapi [2022-05-09T19:23:15.875Z] drwxrwxr-x 4 1001 1001 4096 May 9 19:15 snap [2022-05-09T19:23:15.875Z] -rw-rw-r-- 1 1001 1001 204 May 9 19:15 version.go [Pipeline] sh [2022-05-09T19:23:16.561Z] + '[' -e coverage.out ] [2022-05-09T19:23:16.561Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-05-09T19:23:16.599Z] Warning: overwriting stash ‘coverage-report’ [2022-05-09T19:23:17.420Z] Stashed 1 file(s) [Pipeline] sh [2022-05-09T19:23:18.089Z] + make build [2022-05-09T19:23:18.089Z] 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-05-09T19:24:39.953Z] 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-05-09T19:25:48.018Z] 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-05-09T19:25:48.018Z] 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-05-09T19:26:20.390Z] 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-05-09T19:26:20.390Z] 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-05-09T19:26:21.832Z] 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-05-09T19:26:28.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/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-05-09T19:26:31.964Z] 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-05-09T19:26:37.546Z] 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-05-09T19:26:40.337Z] 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-05-09T19:26:44.699Z] 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-05-09T19:26:52.973Z] 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-05-09T19:26:57.294Z] $ docker stop --time=1 fbf7ffcedf63ba79eaf08323bdaf2191a0f53d8684b83bb7fea2ea43d6515428 [2022-05-09T19:26:59.253Z] $ docker rm -f fbf7ffcedf63ba79eaf08323bdaf2191a0f53d8684b83bb7fea2ea43d6515428 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-09T19:27:01.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-09T19:27:01.606Z] [2022-05-09T19:27:01.606Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-09T19:27:01.982Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-09T19:27:02.265Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-05-09T19:27:02.265Z] 29e5d40040c1: Pulling fs layer [2022-05-09T19:27:02.265Z] 1ce36da41761: Pulling fs layer [2022-05-09T19:27:02.265Z] 25b303627fd3: Pulling fs layer [2022-05-09T19:27:02.265Z] 29e5d40040c1: Download complete [2022-05-09T19:27:02.539Z] 1ce36da41761: Verifying Checksum [2022-05-09T19:27:02.539Z] 1ce36da41761: Download complete [2022-05-09T19:27:02.810Z] 29e5d40040c1: Pull complete [2022-05-09T19:27:04.248Z] 25b303627fd3: Verifying Checksum [2022-05-09T19:27:04.248Z] 25b303627fd3: Download complete [2022-05-09T19:27:04.248Z] 1ce36da41761: Pull complete [2022-05-09T19:27:16.668Z] 25b303627fd3: Pull complete [2022-05-09T19:27:16.668Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-05-09T19:27:16.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-09T19:27:16.668Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-05-09T19:27:16.937Z] prd-ubuntu20.04-docker-arm64-4c-16g-42229 does not seem to be running inside a container [2022-05-09T19:27:17.036Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-05-09T19:27:19.472Z] $ docker top f655812d597f0048507f0ce8c3ae3bfe2fd750e029dda57f52292344f9150009 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-09T19:27:20.457Z] + docker-compose build --help [2022-05-09T19:27:20.457Z] + grep parallel [2022-05-09T19:27:25.844Z] --parallel Build images in parallel. [Pipeline] } [2022-05-09T19:27:25.883Z] $ docker stop --time=1 f655812d597f0048507f0ce8c3ae3bfe2fd750e029dda57f52292344f9150009 [2022-05-09T19:27:27.577Z] $ docker rm -f f655812d597f0048507f0ce8c3ae3bfe2fd750e029dda57f52292344f9150009 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-09T19:27:28.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-09T19:27:28.330Z] . [Pipeline] withDockerContainer [2022-05-09T19:27:28.584Z] prd-ubuntu20.04-docker-arm64-4c-16g-42229 does not seem to be running inside a container [2022-05-09T19:27:28.666Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-05-09T19:27:30.005Z] $ docker top 32a620bc49e9167db35f85649e503c18992a3f3687012a4ac5174b132433c9ab -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-09T19:27:31.003Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-05-09T19:27:36.387Z] Building core-command ... [2022-05-09T19:27:36.387Z] Building core-data ... [2022-05-09T19:27:36.387Z] Building core-metadata ... [2022-05-09T19:27:36.387Z] Building security-bootstrapper ... [2022-05-09T19:27:36.387Z] Building security-proxy-setup ... [2022-05-09T19:27:36.387Z] Building security-secretstore-setup ... [2022-05-09T19:27:36.387Z] Building security-spiffe-token-provider ... [2022-05-09T19:27:36.387Z] Building security-spire-agent ... [2022-05-09T19:27:36.387Z] Building security-spire-config ... [2022-05-09T19:27:36.387Z] Building security-spire-server ... [2022-05-09T19:27:36.387Z] Building support-notifications ... [2022-05-09T19:27:36.387Z] Building support-scheduler ... [2022-05-09T19:27:36.387Z] Building sys-mgmt-agent ... [2022-05-09T19:27:36.387Z] Building core-command [2022-05-09T19:27:36.387Z] Building security-secretstore-setup [2022-05-09T19:27:36.387Z] Building sys-mgmt-agent [2022-05-09T19:27:36.387Z] Building security-spiffe-token-provider [2022-05-09T19:27:36.387Z] Building security-bootstrapper [2022-05-09T19:29:13.181Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:29:13.181Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:29:13.181Z] ---> cf9cb12b05a2 [2022-05-09T19:29:13.181Z] Step 3/31 : WORKDIR /edgex-go [2022-05-09T19:29:13.181Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:29:13.181Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:29:13.181Z] ---> cf9cb12b05a2 [2022-05-09T19:29:13.181Z] Step 3/25 : WORKDIR /edgex-go [2022-05-09T19:29:13.181Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:29:13.181Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:29:13.181Z] ---> cf9cb12b05a2 [2022-05-09T19:29:13.181Z] Step 3/23 : WORKDIR /edgex-go [2022-05-09T19:29:13.181Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:29:13.181Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:29:13.181Z] ---> cf9cb12b05a2 [2022-05-09T19:29:13.181Z] Step 3/23 : WORKDIR /edgex-go [2022-05-09T19:29:13.181Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:29:13.181Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:29:13.182Z] ---> cf9cb12b05a2 [2022-05-09T19:29:13.182Z] Step 3/20 : WORKDIR /edgex-go [2022-05-09T19:29:13.182Z] ---> Running in de4d721e97b0 [2022-05-09T19:29:13.182Z] ---> Running in b7140b194cc6 [2022-05-09T19:29:13.182Z] ---> Running in 5e7eefae6178 [2022-05-09T19:29:13.182Z] ---> Running in b9fabe3e41dd [2022-05-09T19:29:13.182Z] ---> Running in 0c5027726b41 [2022-05-09T19:29:13.182Z] Removing intermediate container 5e7eefae6178 [2022-05-09T19:29:13.182Z] ---> fd72bf45fd8d [2022-05-09T19:29:13.182Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:29:13.182Z] ---> Running in cffff42e19bd [2022-05-09T19:29:13.182Z] Removing intermediate container b7140b194cc6 [2022-05-09T19:29:13.182Z] ---> 8c4ee313f53e [2022-05-09T19:29:13.182Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:29:13.182Z] Removing intermediate container de4d721e97b0 [2022-05-09T19:29:13.182Z] ---> 7efc445f2b9a [2022-05-09T19:29:13.182Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-05-09T19:29:13.182Z] ---> Running in b5183318fc03 [2022-05-09T19:29:13.182Z] Removing intermediate container b9fabe3e41dd [2022-05-09T19:29:13.182Z] ---> Running in b45d14f9030f [2022-05-09T19:29:13.182Z] ---> 1cc1ae0a7a39 [2022-05-09T19:29:13.182Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:29:13.182Z] Removing intermediate container 0c5027726b41 [2022-05-09T19:29:13.182Z] ---> f0e12cd9cd07 [2022-05-09T19:29:13.182Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:29:13.182Z] ---> Running in 2828f5825b9b [2022-05-09T19:29:13.182Z] ---> Running in 0351b07f10b4 [2022-05-09T19:29:13.182Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:29:13.182Z] Removing intermediate container cffff42e19bd [2022-05-09T19:29:13.182Z] ---> 15a9283fe409 [2022-05-09T19:29:13.182Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-09T19:29:13.182Z] ---> Running in 319c93374b82 [2022-05-09T19:29:13.182Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:29:13.182Z] Removing intermediate container b45d14f9030f [2022-05-09T19:29:13.182Z] ---> 985a313affc7 [2022-05-09T19:29:13.182Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-05-09T19:29:13.182Z] Removing intermediate container 0351b07f10b4 [2022-05-09T19:29:13.182Z] ---> 11804aa60b25 [2022-05-09T19:29:13.182Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-05-09T19:29:13.182Z] Removing intermediate container 2828f5825b9b [2022-05-09T19:29:13.182Z] ---> c03369660f3b [2022-05-09T19:29:13.182Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-05-09T19:29:13.182Z] ---> Running in 1764f46e627a [2022-05-09T19:29:13.182Z] ---> Running in bf1a46e75f99 [2022-05-09T19:29:13.182Z] ---> Running in 97e1431ae05d [2022-05-09T19:29:13.182Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-09T19:29:13.182Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-09T19:29:13.182Z] OK: 15741 distinct packages available [2022-05-09T19:29:13.182Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:29:13.182Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:29:13.182Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:29:13.182Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:29:13.182Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:29:13.182Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:29:13.182Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:29:13.182Z] OK: 220 MiB in 52 packages [2022-05-09T19:29:13.182Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:29:13.182Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:29:13.182Z] OK: 220 MiB in 52 packages [2022-05-09T19:29:13.182Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:29:13.182Z] OK: 220 MiB in 52 packages [2022-05-09T19:29:13.182Z] Removing intermediate container b5183318fc03 [2022-05-09T19:29:13.182Z] ---> e905889da881 [2022-05-09T19:29:13.182Z] Step 5/20 : COPY go.mod vendor* ./ [2022-05-09T19:29:13.182Z] OK: 220 MiB in 52 packages [2022-05-09T19:29:13.182Z] OK: 220 MiB in 52 packages [2022-05-09T19:29:13.182Z] Removing intermediate container 319c93374b82 [2022-05-09T19:29:13.182Z] ---> 29e30fe8700d [2022-05-09T19:29:13.182Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-09T19:29:13.182Z] ---> 65c1c24e6064 [2022-05-09T19:29:13.182Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:29:13.182Z] Removing intermediate container 1764f46e627a [2022-05-09T19:29:13.182Z] ---> eaa881246519 [2022-05-09T19:29:13.182Z] Step 6/31 : COPY go.mod vendor* ./ [2022-05-09T19:29:13.182Z] ---> Running in a329d8f8ba70 [2022-05-09T19:29:13.460Z] Removing intermediate container bf1a46e75f99 [2022-05-09T19:29:13.460Z] ---> 55dc1001f375 [2022-05-09T19:29:13.460Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-09T19:29:13.738Z] ---> e60a6b22dc08 [2022-05-09T19:29:13.738Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:29:13.738Z] Removing intermediate container 97e1431ae05d [2022-05-09T19:29:13.738Z] ---> 82c6ac4a4b21 [2022-05-09T19:29:13.738Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-09T19:29:13.738Z] ---> Running in 61bc85f9cd75 [2022-05-09T19:29:14.740Z] ---> ce5f533c2e73 [2022-05-09T19:29:14.740Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:29:14.740Z] ---> 4c27a42e07a2 [2022-05-09T19:29:14.740Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:29:15.022Z] ---> Running in 43f9832b34f1 [2022-05-09T19:29:15.302Z] ---> Running in f19cfe180e4e [2022-05-09T19:29:15.588Z] ---> ee4ed4c850cc [2022-05-09T19:29:15.588Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:29:15.868Z] ---> Running in 01bfb454fd9c [2022-05-09T19:29:17.866Z] Removing intermediate container a329d8f8ba70 [2022-05-09T19:29:17.867Z] ---> ad082cd00434 [2022-05-09T19:29:17.867Z] Step 7/20 : COPY . . [2022-05-09T19:29:18.867Z] Removing intermediate container 61bc85f9cd75 [2022-05-09T19:29:18.867Z] ---> e0b907f7defd [2022-05-09T19:29:18.867Z] Step 8/23 : COPY . . [2022-05-09T19:29:21.520Z] Removing intermediate container f19cfe180e4e [2022-05-09T19:29:21.520Z] ---> 4e475b8fdb00 [2022-05-09T19:29:21.520Z] Step 8/23 : COPY . . [2022-05-09T19:29:21.520Z] Removing intermediate container 43f9832b34f1 [2022-05-09T19:29:21.520Z] ---> eedfefa84871 [2022-05-09T19:29:21.520Z] Step 8/31 : COPY . . [2022-05-09T19:29:21.520Z] Removing intermediate container 01bfb454fd9c [2022-05-09T19:29:21.520Z] ---> aafff795b1f5 [2022-05-09T19:29:21.520Z] Step 8/25 : COPY . . [2022-05-09T19:29:53.919Z] ---> 109f73e75729 [2022-05-09T19:29:53.919Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-05-09T19:29:53.919Z] ---> 0b9a64ff037f [2022-05-09T19:29:53.919Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-05-09T19:29:53.919Z] ---> 870da9486c34 [2022-05-09T19:29:53.919Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-05-09T19:29:53.919Z] ---> Running in e15c5a1a898d [2022-05-09T19:29:53.919Z] ---> Running in 3e5090b8c145 [2022-05-09T19:29:53.919Z] ---> Running in c5aa6c24de18 [2022-05-09T19:29:53.919Z] ---> b912afd68ccf [2022-05-09T19:29:53.919Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-05-09T19:29:53.919Z] ---> Running in 2361c7bc2c34 [2022-05-09T19:29:53.919Z] ---> 7b1d337d9377 [2022-05-09T19:29:53.919Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-05-09T19:29:53.919Z] ---> Running in 1674f09e2387 [2022-05-09T19:29:53.919Z] 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-05-09T19:29:53.919Z] 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-05-09T19:29:53.919Z] 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-05-09T19:29:53.919Z] 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-05-09T19:29:54.204Z] 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-05-09T19:35:01.431Z] 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-05-09T19:35:01.431Z] Removing intermediate container e15c5a1a898d [2022-05-09T19:35:01.431Z] ---> 9919b3153c35 [2022-05-09T19:35:01.431Z] [2022-05-09T19:35:01.431Z] Step 10/23 : FROM alpine:3.14 [2022-05-09T19:35:01.431Z] 3.14: Pulling from library/alpine [2022-05-09T19:35:01.431Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-09T19:35:01.431Z] Status: Downloaded newer image for alpine:3.14 [2022-05-09T19:35:01.431Z] ---> ac73e934f311 [2022-05-09T19:35:01.431Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-09T19:35:01.431Z] Removing intermediate container 1674f09e2387 [2022-05-09T19:35:01.431Z] ---> 9bb8de072114 [2022-05-09T19:35:01.431Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-05-09T19:35:01.431Z] ---> Running in 9198c693982b [2022-05-09T19:35:01.431Z] ---> Running in 04436bef008b [2022-05-09T19:35:01.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:35:01.431Z] 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-05-09T19:35:01.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:35:01.431Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-05-09T19:35:01.431Z] Executing busybox-1.33.1-r7.trigger [2022-05-09T19:35:01.431Z] OK: 5 MiB in 15 packages [2022-05-09T19:35:03.439Z] Removing intermediate container 9198c693982b [2022-05-09T19:35:03.439Z] ---> 7e8aa62dc161 [2022-05-09T19:35:03.439Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-09T19:35:03.439Z] ---> Running in 96ffb6e1bd9d [2022-05-09T19:35:04.431Z] Removing intermediate container 04436bef008b [2022-05-09T19:35:04.431Z] ---> 65ae62a9b269 [2022-05-09T19:35:04.431Z] [2022-05-09T19:35:04.431Z] Step 11/23 : FROM docker:20.10.14 [2022-05-09T19:35:04.431Z] Removing intermediate container 96ffb6e1bd9d [2022-05-09T19:35:04.431Z] ---> c881831a8881 [2022-05-09T19:35:04.431Z] Step 13/23 : ENV APP_PORT=59882 [2022-05-09T19:35:04.722Z] 20.10.14: Pulling from library/docker [2022-05-09T19:35:05.000Z] ---> Running in af2c77831282 [2022-05-09T19:35:06.993Z] Removing intermediate container af2c77831282 [2022-05-09T19:35:06.993Z] ---> aa83549dd352 [2022-05-09T19:35:06.993Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-09T19:35:07.269Z] ---> Running in 90a8d1961806 [2022-05-09T19:35:08.730Z] Removing intermediate container 90a8d1961806 [2022-05-09T19:35:08.730Z] ---> da4543ea8684 [2022-05-09T19:35:08.730Z] Step 15/23 : WORKDIR / [2022-05-09T19:35:09.005Z] ---> Running in b1860b0bc01c [2022-05-09T19:35:10.449Z] Removing intermediate container b1860b0bc01c [2022-05-09T19:35:10.450Z] ---> 8a97927e485c [2022-05-09T19:35:10.450Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-09T19:35:10.450Z] Removing intermediate container 2361c7bc2c34 [2022-05-09T19:35:10.450Z] ---> 4237bd24b816 [2022-05-09T19:35:10.450Z] [2022-05-09T19:35:10.450Z] Step 10/25 : FROM alpine:3.14 [2022-05-09T19:35:10.450Z] ---> ac73e934f311 [2022-05-09T19:35:10.450Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-05-09T19:35:11.064Z] ---> Running in 0140e4e8f759 [2022-05-09T19:35:13.048Z] ---> a290b629ec2a [2022-05-09T19:35:13.048Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-05-09T19:35:13.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:35:13.947Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:35:13.947Z] Removing intermediate container 3e5090b8c145 [2022-05-09T19:35:13.947Z] ---> 938c0c52b37d [2022-05-09T19:35:13.947Z] [2022-05-09T19:35:13.947Z] Step 10/31 : FROM alpine:3.14 [2022-05-09T19:35:13.947Z] ---> ac73e934f311 [2022-05-09T19:35:13.947Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-05-09T19:35:14.221Z] ---> Running in 67d4d3218ed8 [2022-05-09T19:35:14.828Z] (1/3) Installing ca-certificates (20211220-r0) [2022-05-09T19:35:15.108Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-05-09T19:35:15.108Z] (3/3) Installing su-exec (0.2-r1) [2022-05-09T19:35:15.108Z] Executing busybox-1.33.1-r7.trigger [2022-05-09T19:35:15.108Z] Executing ca-certificates-20211220-r0.trigger [2022-05-09T19:35:15.405Z] OK: 6 MiB in 17 packages [2022-05-09T19:35:15.405Z] Removing intermediate container 67d4d3218ed8 [2022-05-09T19:35:15.405Z] ---> 54ce449b72d7 [2022-05-09T19:35:15.405Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-05-09T19:35:15.702Z] ---> Running in 5cf7017d843a [2022-05-09T19:35:17.157Z] ---> 904e4589c5bf [2022-05-09T19:35:17.157Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-05-09T19:35:19.151Z] ---> 51e6ee399eee [2022-05-09T19:35:19.151Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-05-09T19:35:19.151Z] ---> Running in 3343755084d0 [2022-05-09T19:35:19.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:35:20.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:35:20.053Z] Removing intermediate container 0140e4e8f759 [2022-05-09T19:35:20.053Z] ---> ac5ffc970e83 [2022-05-09T19:35:20.053Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-09T19:35:20.053Z] Removing intermediate container 3343755084d0 [2022-05-09T19:35:20.054Z] ---> af3df374eebe [2022-05-09T19:35:20.054Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T19:35:20.336Z] ---> Running in a7b5dc3251d6 [2022-05-09T19:35:20.622Z] ---> Running in be663d20f3f7 [2022-05-09T19:35:20.909Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-05-09T19:35:20.909Z] (2/2) Installing su-exec (0.2-r1) [2022-05-09T19:35:20.909Z] Executing busybox-1.33.1-r7.trigger [2022-05-09T19:35:20.909Z] OK: 6 MiB in 16 packages [2022-05-09T19:35:21.188Z] Removing intermediate container a7b5dc3251d6 [2022-05-09T19:35:21.188Z] ---> 6d2fa44c49ca [2022-05-09T19:35:21.188Z] Step 13/25 : WORKDIR / [2022-05-09T19:35:21.464Z] ---> Running in 7823aaa772e7 [2022-05-09T19:35:22.070Z] Removing intermediate container be663d20f3f7 [2022-05-09T19:35:22.070Z] ---> 79846fa922ea [2022-05-09T19:35:22.070Z] Step 21/23 : LABEL arch=arm64 [2022-05-09T19:35:22.350Z] ---> Running in 5eabc9f7a53e [2022-05-09T19:35:22.955Z] Removing intermediate container 7823aaa772e7 [2022-05-09T19:35:22.955Z] ---> 356641811bd7 [2022-05-09T19:35:22.955Z] 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-05-09T19:35:23.230Z] Removing intermediate container 5cf7017d843a [2022-05-09T19:35:23.230Z] ---> 497661c635f3 [2022-05-09T19:35:23.230Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-05-09T19:35:23.518Z] ---> Running in 3fa1a91ba724 [2022-05-09T19:35:23.518Z] Removing intermediate container 5eabc9f7a53e [2022-05-09T19:35:23.518Z] ---> bc8f95a8d1b8 [2022-05-09T19:35:23.518Z] Step 22/23 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:35:23.795Z] ---> Running in 30ed4c90bd22 [2022-05-09T19:35:24.797Z] Removing intermediate container 30ed4c90bd22 [2022-05-09T19:35:24.797Z] ---> 3357be5372d7 [2022-05-09T19:35:24.797Z] Step 23/23 : LABEL version=0.0.0 [2022-05-09T19:35:24.797Z] Removing intermediate container 3fa1a91ba724 [2022-05-09T19:35:24.797Z] ---> acb4c441f62f [2022-05-09T19:35:24.797Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-05-09T19:35:24.797Z] ---> 5d284083e715 [2022-05-09T19:35:24.798Z] 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-05-09T19:35:25.083Z] ---> Running in 44b007d8496d [2022-05-09T19:35:25.083Z] ---> Running in 657a7610706d [2022-05-09T19:35:26.084Z] Removing intermediate container 657a7610706d [2022-05-09T19:35:26.084Z] ---> b1975da1b895 [2022-05-09T19:35:26.084Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-05-09T19:35:26.084Z] Removing intermediate container 44b007d8496d [2022-05-09T19:35:26.084Z] ---> ce7691f49207 [2022-05-09T19:35:26.084Z] [2022-05-09T19:35:26.084Z] ---> Running in 547fd6266e56 [2022-05-09T19:35:26.084Z] ---> f7ed75bc4e6e [2022-05-09T19:35:26.084Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-05-09T19:35:27.547Z] Successfully built ce7691f49207 [2022-05-09T19:35:27.547Z] Successfully tagged core-command-arm64:latest [2022-05-09T19:35:27.547Z]  Building core-command ... done Building security-spire-agent [2022-05-09T19:35:28.167Z] ---> 9b0836f861bc [2022-05-09T19:35:28.167Z] 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-05-09T19:35:30.179Z] Removing intermediate container 547fd6266e56 [2022-05-09T19:35:30.179Z] ---> 1e790ca2b6e1 [2022-05-09T19:35:30.179Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-05-09T19:35:30.179Z] ---> ed62ef7ff697 [2022-05-09T19:35:30.179Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-05-09T19:35:30.179Z] ---> Running in e2ed6afb8b6a [2022-05-09T19:35:31.640Z] Removing intermediate container e2ed6afb8b6a [2022-05-09T19:35:31.640Z] ---> c937f541fc7f [2022-05-09T19:35:31.640Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-05-09T19:35:33.093Z] ---> c6fafb51c958 [2022-05-09T19:35:33.093Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-05-09T19:35:33.093Z] ---> 48518a0af67b [2022-05-09T19:35:33.093Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-05-09T19:35:33.389Z] ---> Running in dab5b67000bb [2022-05-09T19:35:36.029Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-05-09T19:35:36.029Z] Status: Downloaded newer image for docker:20.10.14 [2022-05-09T19:35:36.029Z] ---> c346e9eafbab [2022-05-09T19:35:36.029Z] 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-05-09T19:35:36.029Z] ---> Running in 4de7236bb469 [2022-05-09T19:35:37.040Z] Removing intermediate container 4de7236bb469 [2022-05-09T19:35:37.040Z] ---> c70ad44209cc [2022-05-09T19:35:37.040Z] 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-05-09T19:35:37.326Z] ---> 3480e29a336e [2022-05-09T19:35:37.326Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-05-09T19:35:37.326Z] ---> Running in 4a3cd4c0dffb [2022-05-09T19:35:38.322Z] Removing intermediate container dab5b67000bb [2022-05-09T19:35:38.322Z] ---> 2791ec672c7d [2022-05-09T19:35:38.322Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-09T19:35:39.784Z] ---> f5194a7c9b7f [2022-05-09T19:35:39.784Z] 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-05-09T19:35:39.784Z] ---> Running in 378d6b025199 [2022-05-09T19:35:40.065Z] ---> 90030d08d289 [2022-05-09T19:35:40.065Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-05-09T19:35:40.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:35:40.687Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:35:41.677Z] (1/43) Installing readline (8.1.1-r0) [2022-05-09T19:35:41.677Z] (2/43) Installing bash (5.1.16-r0) [2022-05-09T19:35:41.677Z] Executing bash-5.1.16-r0.post-install [2022-05-09T19:35:41.677Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-05-09T19:35:41.677Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-05-09T19:35:41.953Z] (5/43) Installing libcurl (7.80.0-r1) [2022-05-09T19:35:41.953Z] (6/43) Installing curl (7.80.0-r1) [2022-05-09T19:35:41.953Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-05-09T19:35:41.953Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-05-09T19:35:41.953Z] (9/43) Installing expat (2.4.7-r0) [2022-05-09T19:35:41.953Z] (10/43) Installing libffi (3.4.2-r1) [2022-05-09T19:35:41.953Z] (11/43) Installing gdbm (1.22-r0) [2022-05-09T19:35:41.953Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-05-09T19:35:41.953Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-05-09T19:35:41.953Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-05-09T19:35:41.953Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-05-09T19:35:41.953Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-05-09T19:35:41.953Z] (17/43) Installing python3 (3.9.7-r4) [2022-05-09T19:35:43.410Z] ---> 3c74436309ff [2022-05-09T19:35:43.410Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-05-09T19:35:44.870Z] Removing intermediate container 378d6b025199 [2022-05-09T19:35:44.870Z] ---> fbb551f69610 [2022-05-09T19:35:44.870Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-05-09T19:35:44.870Z] ---> 097753fc456f [2022-05-09T19:35:44.870Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-05-09T19:35:44.870Z] ---> Running in f0dcc764b064 [2022-05-09T19:35:44.870Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-05-09T19:35:44.870Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-05-09T19:35:45.147Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-05-09T19:35:45.147Z] (21/43) Installing py3-idna (3.3-r0) [2022-05-09T19:35:45.147Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-05-09T19:35:45.147Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-05-09T19:35:45.147Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-05-09T19:35:45.147Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-05-09T19:35:45.147Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-05-09T19:35:45.425Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-05-09T19:35:45.425Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-05-09T19:35:45.425Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-05-09T19:35:45.425Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-05-09T19:35:45.425Z] (31/43) Installing py3-six (1.16.0-r0) [2022-05-09T19:35:45.425Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-05-09T19:35:45.425Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-05-09T19:35:45.425Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-05-09T19:35:45.425Z] (35/43) Installing py3-packaging (20.9-r1) [2022-05-09T19:35:45.425Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-05-09T19:35:45.702Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-05-09T19:35:45.702Z] (38/43) Installing py3-progress (1.6-r0) [2022-05-09T19:35:45.702Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-05-09T19:35:45.702Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-05-09T19:35:45.702Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-05-09T19:35:45.979Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-05-09T19:35:45.979Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-05-09T19:35:45.979Z] Removing intermediate container f0dcc764b064 [2022-05-09T19:35:45.979Z] ---> 760533dd8c0f [2022-05-09T19:35:45.979Z] Step 23/25 : LABEL arch=arm64 [2022-05-09T19:35:46.255Z] ---> Running in 35c893017074 [2022-05-09T19:35:46.255Z] ---> 0013314c230e [2022-05-09T19:35:46.255Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-05-09T19:35:46.863Z] Executing busybox-1.34.1-r5.trigger [2022-05-09T19:35:46.863Z] OK: 82 MiB in 65 packages [2022-05-09T19:35:47.140Z] Removing intermediate container 35c893017074 [2022-05-09T19:35:47.140Z] ---> 002ecc80e9f2 [2022-05-09T19:35:47.140Z] Step 24/25 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:35:47.140Z] ---> Running in a0aee0098d54 [2022-05-09T19:35:47.635Z] ---> 1ab13e3c2221 [2022-05-09T19:35:47.635Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-05-09T19:35:48.527Z] ---> Running in 847113ca1a77 [2022-05-09T19:35:48.527Z] Removing intermediate container a0aee0098d54 [2022-05-09T19:35:48.527Z] ---> a4ebb9678682 [2022-05-09T19:35:48.527Z] Step 25/25 : LABEL version=0.0.0 [2022-05-09T19:35:48.527Z] ---> Running in 47810e88dc66 [2022-05-09T19:35:49.578Z] Removing intermediate container 847113ca1a77 [2022-05-09T19:35:49.578Z] ---> 4fc5c8f9a3f2 [2022-05-09T19:35:49.578Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-05-09T19:35:49.578Z] Removing intermediate container 47810e88dc66 [2022-05-09T19:35:49.578Z] ---> fa51a6ac8a64 [2022-05-09T19:35:49.578Z] [2022-05-09T19:35:51.690Z] Successfully built fa51a6ac8a64 [2022-05-09T19:35:51.690Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-05-09T19:35:51.690Z]  Building security-secretstore-setup ... done Building support-scheduler [2022-05-09T19:35:51.690Z] ---> 9cb3135ae164 [2022-05-09T19:35:51.690Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-05-09T19:35:52.006Z] ---> Running in 4d65f9d99463 [2022-05-09T19:35:53.050Z] Collecting docker-compose==1.23.2 [2022-05-09T19:35:53.346Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-05-09T19:35:53.949Z] Collecting cached-property<2,>=1.2.0 [2022-05-09T19:35:54.306Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-05-09T19:35:54.306Z] 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-05-09T19:35:54.587Z] Collecting websocket-client<1.0,>=0.32.0 [2022-05-09T19:35:54.587Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-05-09T19:35:54.878Z] Collecting docopt<0.7,>=0.6.1 [2022-05-09T19:35:54.878Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-05-09T19:35:55.871Z] Removing intermediate container 4d65f9d99463 [2022-05-09T19:35:55.871Z] ---> 1ef54895b44b [2022-05-09T19:35:55.871Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-05-09T19:35:56.153Z] ---> Running in ceebbf6c9432 [2022-05-09T19:35:56.759Z] Removing intermediate container ceebbf6c9432 [2022-05-09T19:35:56.759Z] ---> 048c53317d7b [2022-05-09T19:35:56.759Z] Step 28/31 : CMD ["gate"] [2022-05-09T19:35:57.358Z] ---> Running in de4a81409ed8 [2022-05-09T19:35:57.631Z] Collecting texttable<0.10,>=0.9.0 [2022-05-09T19:35:57.631Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-05-09T19:35:57.902Z] Removing intermediate container de4a81409ed8 [2022-05-09T19:35:57.902Z] ---> b9c1b0e0c8d0 [2022-05-09T19:35:57.902Z] Step 29/31 : LABEL arch=arm64 [2022-05-09T19:35:58.179Z] ---> Running in 6c25f39329d0 [2022-05-09T19:35:58.781Z] Removing intermediate container 6c25f39329d0 [2022-05-09T19:35:58.781Z] ---> 5ce2532475eb [2022-05-09T19:35:58.781Z] Step 30/31 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:35:59.387Z] ---> Running in 6ae382f00755 [2022-05-09T19:35:59.990Z] Removing intermediate container 6ae382f00755 [2022-05-09T19:35:59.990Z] ---> 7caab978653f [2022-05-09T19:35:59.990Z] Step 31/31 : LABEL version=0.0.0 [2022-05-09T19:36:00.261Z] ---> Running in 7f90523125d9 [2022-05-09T19:36:01.243Z] Removing intermediate container 7f90523125d9 [2022-05-09T19:36:01.243Z] ---> 9922b131840e [2022-05-09T19:36:01.243Z] [2022-05-09T19:36:01.243Z] Collecting PyYAML<4,>=3.10 [2022-05-09T19:36:01.243Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-05-09T19:36:02.236Z] Successfully built 9922b131840e [2022-05-09T19:36:02.236Z] Successfully tagged security-bootstrapper-arm64:latest [2022-05-09T19:36:02.236Z]  Building security-bootstrapper ... done Building security-proxy-setup [2022-05-09T19:36:02.513Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:36:02.514Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:36:02.514Z] ---> cf9cb12b05a2 [2022-05-09T19:36:02.514Z] Step 3/26 : WORKDIR /edgex-go [2022-05-09T19:36:02.514Z] ---> Using cache [2022-05-09T19:36:02.514Z] ---> f0e12cd9cd07 [2022-05-09T19:36:02.514Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:36:02.514Z] ---> Using cache [2022-05-09T19:36:02.514Z] ---> c03369660f3b [2022-05-09T19:36:02.514Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-09T19:36:02.514Z] ---> Running in be725d0b4253 [2022-05-09T19:36:03.953Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:36:04.939Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:36:05.929Z] OK: 220 MiB in 52 packages [2022-05-09T19:36:06.532Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-05-09T19:36:06.813Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-05-09T19:36:06.813Z] Collecting dockerpty<0.5,>=0.4.1 [2022-05-09T19:36:06.813Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-05-09T19:36:08.256Z] Removing intermediate container be725d0b4253 [2022-05-09T19:36:08.256Z] ---> addc114f5746 [2022-05-09T19:36:08.256Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-09T19:36:09.240Z] ---> a1e1ccf072f7 [2022-05-09T19:36:09.519Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:36:09.519Z] ---> Running in 608527f0ba32 [2022-05-09T19:36:10.116Z] Collecting docker<4.0,>=3.6.0 [2022-05-09T19:36:10.116Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-05-09T19:36:10.720Z] Collecting jsonschema<3,>=2.5.1 [2022-05-09T19:36:10.720Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-05-09T19:36:10.995Z] Collecting docker-pycreds>=0.4.0 [2022-05-09T19:36:10.995Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-05-09T19:36:10.995Z] Removing intermediate container c5aa6c24de18 [2022-05-09T19:36:10.995Z] ---> 565691603b2d [2022-05-09T19:36:10.995Z] [2022-05-09T19:36:10.995Z] Step 9/20 : FROM alpine:3.15 [2022-05-09T19:36:11.282Z] 3.15: Pulling from library/alpine [2022-05-09T19:36:11.282Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-09T19:36:11.282Z] Status: Downloaded newer image for alpine:3.15 [2022-05-09T19:36:11.559Z] ---> 3fb3c9af89a9 [2022-05-09T19:36:11.559Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-09T19:36:11.559Z] ---> Running in 87984847da23 [2022-05-09T19:36:12.171Z] Removing intermediate container 87984847da23 [2022-05-09T19:36:12.171Z] ---> d2d1a3d4f6fd [2022-05-09T19:36:12.171Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:36:12.171Z] Collecting idna<2.8,>=2.5 [2022-05-09T19:36:12.171Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-05-09T19:36:12.171Z] ---> Running in 38a8eca4db24 [2022-05-09T19:36:13.158Z] Collecting urllib3<1.25,>=1.21.1 [2022-05-09T19:36:13.158Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-05-09T19:36:13.444Z] Collecting chardet<3.1.0,>=3.0.2 [2022-05-09T19:36:13.444Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-05-09T19:36:13.444Z] 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-05-09T19:36:13.719Z] Removing intermediate container 608527f0ba32 [2022-05-09T19:36:13.719Z] ---> 8cfbfc5f8423 [2022-05-09T19:36:13.719Z] Step 8/26 : COPY . . [2022-05-09T19:36:13.719Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-05-09T19:36:13.719Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-05-09T19:36:13.719Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-05-09T19:36:13.719Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-05-09T19:36:15.183Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-05-09T19:36:15.183Z] Attempting uninstall: urllib3 [2022-05-09T19:36:15.183Z] Found existing installation: urllib3 1.26.7 [2022-05-09T19:36:15.183Z] Uninstalling urllib3-1.26.7: [2022-05-09T19:36:15.183Z] Successfully uninstalled urllib3-1.26.7 [2022-05-09T19:36:15.183Z] Removing intermediate container 38a8eca4db24 [2022-05-09T19:36:15.183Z] ---> 1bdae3d66d26 [2022-05-09T19:36:15.183Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-05-09T19:36:15.471Z] ---> Running in d6678d50c72d [2022-05-09T19:36:16.083Z] Attempting uninstall: idna [2022-05-09T19:36:16.083Z] Found existing installation: idna 3.3 [2022-05-09T19:36:16.083Z] Uninstalling idna-3.3: [2022-05-09T19:36:16.083Z] Successfully uninstalled idna-3.3 [2022-05-09T19:36:17.539Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:36:18.523Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:36:19.132Z] Attempting uninstall: requests [2022-05-09T19:36:19.132Z] Found existing installation: requests 2.26.0 [2022-05-09T19:36:19.132Z] Uninstalling requests-2.26.0: [2022-05-09T19:36:19.132Z] Successfully uninstalled requests-2.26.0 [2022-05-09T19:36:19.744Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-09T19:36:19.744Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-09T19:36:19.744Z] OK: 15732 distinct packages available [2022-05-09T19:36:19.744Z] Running setup.py install for texttable: started [2022-05-09T19:36:19.744Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:36:20.731Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:36:21.726Z] (1/9) Installing ca-certificates (20211220-r0) [2022-05-09T19:36:22.001Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-05-09T19:36:22.001Z] Running setup.py install for texttable: finished with status 'done' [2022-05-09T19:36:22.001Z] Running setup.py install for PyYAML: started [2022-05-09T19:36:22.278Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-05-09T19:36:22.278Z] (4/9) Installing libcurl (7.80.0-r1) [2022-05-09T19:36:22.278Z] (5/9) Installing curl (7.80.0-r1) [2022-05-09T19:36:22.554Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-05-09T19:36:22.554Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-05-09T19:36:22.554Z] (8/9) Installing libucontext (1.1-r0) [2022-05-09T19:36:22.834Z] (9/9) Installing gcompat (1.0.0-r4) [2022-05-09T19:36:22.834Z] Executing busybox-1.34.1-r5.trigger [2022-05-09T19:36:22.834Z] Executing ca-certificates-20211220-r0.trigger [2022-05-09T19:36:23.138Z] OK: 8 MiB in 23 packages [2022-05-09T19:36:25.172Z] Running setup.py install for PyYAML: finished with status 'done' [2022-05-09T19:36:25.449Z] Running setup.py install for docopt: started [2022-05-09T19:36:26.905Z] Removing intermediate container d6678d50c72d [2022-05-09T19:36:26.905Z] ---> 6eafb4b3105f [2022-05-09T19:36:26.905Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-09T19:36:27.510Z] Running setup.py install for docopt: finished with status 'done' [2022-05-09T19:36:27.510Z] Running setup.py install for dockerpty: started [2022-05-09T19:36:28.113Z] ---> b7f9060fc4c6 [2022-05-09T19:36:28.113Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-05-09T19:36:29.573Z] Running setup.py install for dockerpty: finished with status 'done' [2022-05-09T19:36:31.571Z] 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-05-09T19:36:32.174Z] ---> 34b85d2e1a22 [2022-05-09T19:36:32.174Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-05-09T19:36:33.643Z] ---> 16ad0bdb0024 [2022-05-09T19:36:33.643Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-05-09T19:36:33.919Z] ---> Running in 243dec862ce7 [2022-05-09T19:36:34.521Z] Removing intermediate container 243dec862ce7 [2022-05-09T19:36:34.521Z] ---> dd745faccb4d [2022-05-09T19:36:34.521Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T19:36:34.521Z] ---> Running in cf1d6840fe3a [2022-05-09T19:36:35.512Z] Removing intermediate container cf1d6840fe3a [2022-05-09T19:36:35.512Z] ---> 5f060569c4dd [2022-05-09T19:36:35.512Z] Step 18/20 : LABEL arch=arm64 [2022-05-09T19:36:35.512Z] ---> Running in bf3f4569e9fc [2022-05-09T19:36:36.113Z] Removing intermediate container bf3f4569e9fc [2022-05-09T19:36:36.113Z] ---> 52637cc3b4d2 [2022-05-09T19:36:36.113Z] Step 19/20 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:36:36.387Z] ---> Running in 63464de09bec [2022-05-09T19:36:36.990Z] Removing intermediate container 63464de09bec [2022-05-09T19:36:36.990Z] ---> 5dbeab735c69 [2022-05-09T19:36:36.990Z] Step 20/20 : LABEL version=0.0.0 [2022-05-09T19:36:37.265Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:36:37.265Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:36:37.265Z] ---> cf9cb12b05a2 [2022-05-09T19:36:37.265Z] Step 3/22 : WORKDIR /edgex-go [2022-05-09T19:36:37.265Z] ---> Using cache [2022-05-09T19:36:37.265Z] ---> f0e12cd9cd07 [2022-05-09T19:36:37.265Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:36:37.265Z] ---> Using cache [2022-05-09T19:36:37.265Z] ---> c03369660f3b [2022-05-09T19:36:37.265Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-09T19:36:37.265Z] ---> Using cache [2022-05-09T19:36:37.265Z] ---> 82c6ac4a4b21 [2022-05-09T19:36:37.265Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-09T19:36:37.265Z] ---> Using cache [2022-05-09T19:36:37.265Z] ---> ee4ed4c850cc [2022-05-09T19:36:37.265Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." ---> Running in f735699d6a5e [2022-05-09T19:36:37.265Z] [2022-05-09T19:36:37.265Z] ---> Using cache [2022-05-09T19:36:37.265Z] ---> aafff795b1f5 [2022-05-09T19:36:37.265Z] Step 8/22 : COPY . . [2022-05-09T19:36:37.873Z] ---> Using cache [2022-05-09T19:36:37.873Z] ---> b912afd68ccf [2022-05-09T19:36:37.873Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-05-09T19:36:38.152Z] ---> Running in c6d355ecc004 [2022-05-09T19:36:38.152Z] Removing intermediate container f735699d6a5e [2022-05-09T19:36:38.152Z] ---> d82306305cb7 [2022-05-09T19:36:38.152Z] [2022-05-09T19:36:39.163Z] Successfully built d82306305cb7 [2022-05-09T19:36:39.441Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-05-09T19:36:39.441Z] Building support-notifications [2022-05-09T19:36:39.721Z]  Building security-spiffe-token-provider ... done 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-05-09T19:36:44.057Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:36:44.057Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:36:44.057Z] ---> cf9cb12b05a2 [2022-05-09T19:36:44.057Z] Step 3/22 : WORKDIR /edgex-go [2022-05-09T19:36:44.057Z] ---> Using cache [2022-05-09T19:36:44.057Z] ---> f0e12cd9cd07 [2022-05-09T19:36:44.057Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:36:44.057Z] ---> Using cache [2022-05-09T19:36:44.057Z] ---> c03369660f3b [2022-05-09T19:36:44.057Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-09T19:36:44.057Z] ---> Using cache [2022-05-09T19:36:44.057Z] ---> 82c6ac4a4b21 [2022-05-09T19:36:44.057Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-09T19:36:44.057Z] ---> Using cache [2022-05-09T19:36:44.057Z] ---> ee4ed4c850cc [2022-05-09T19:36:44.057Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:36:44.057Z] ---> Using cache [2022-05-09T19:36:44.057Z] ---> aafff795b1f5 [2022-05-09T19:36:44.057Z] Step 8/22 : COPY . . [2022-05-09T19:36:44.057Z] ---> Using cache [2022-05-09T19:36:44.057Z] ---> b912afd68ccf [2022-05-09T19:36:44.057Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-05-09T19:36:45.496Z] ---> Running in 269c3f049c34 [2022-05-09T19:36:47.496Z] 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-05-09T19:36:54.244Z] Removing intermediate container 4a3cd4c0dffb [2022-05-09T19:36:54.244Z] ---> 3e0f67de5537 [2022-05-09T19:36:54.244Z] Step 14/23 : ENV APP_PORT=58890 [2022-05-09T19:36:54.244Z] ---> ec062ed92a21 [2022-05-09T19:36:54.244Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-09T19:36:54.244Z] ---> Running in ca8be3a15332 [2022-05-09T19:36:54.244Z] ---> Running in 8c5041cf9c3e [2022-05-09T19:36:55.265Z] Removing intermediate container 8c5041cf9c3e [2022-05-09T19:36:55.265Z] ---> 669d068cecff [2022-05-09T19:36:55.265Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-09T19:36:55.265Z] Removing intermediate container ca8be3a15332 [2022-05-09T19:36:55.265Z] ---> 00e3ade04f9d [2022-05-09T19:36:55.265Z] Step 15/23 : EXPOSE $APP_PORT [2022-05-09T19:36:55.542Z] ---> Running in aa87cacbf3d3 [2022-05-09T19:36:55.542Z] ---> Running in 15c67faa59b4 [2022-05-09T19:36:56.534Z] Removing intermediate container 15c67faa59b4 [2022-05-09T19:36:56.534Z] ---> d34c5e5b622d [2022-05-09T19:36:56.534Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-05-09T19:36:59.975Z] ---> c9eeb0381ef3 [2022-05-09T19:36:59.975Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-05-09T19:36:59.976Z] Removing intermediate container aa87cacbf3d3 [2022-05-09T19:36:59.976Z] ---> db308ed8cb2a [2022-05-09T19:36:59.976Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-09T19:36:59.976Z] ---> Running in 85ac70f9b884 [2022-05-09T19:37:00.994Z] Removing intermediate container 85ac70f9b884 [2022-05-09T19:37:00.994Z] ---> a05408684a08 [2022-05-09T19:37:00.994Z] 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-05-09T19:37:01.283Z] ---> 88420662050f [2022-05-09T19:37:01.284Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-05-09T19:37:01.284Z] ---> Running in 45dec61ce935 [2022-05-09T19:37:03.948Z] ---> 5704759ec2c9 [2022-05-09T19:37:03.948Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-05-09T19:37:04.223Z] ---> Running in 5829a5ff907f [2022-05-09T19:37:04.500Z] spire-1.2.1/ [2022-05-09T19:37:04.776Z] spire-1.2.1/.data/ [2022-05-09T19:37:04.776Z] spire-1.2.1/.data/.file [2022-05-09T19:37:04.776Z] spire-1.2.1/.dockerignore [2022-05-09T19:37:04.776Z] spire-1.2.1/.gitattributes [2022-05-09T19:37:04.776Z] spire-1.2.1/.githooks/ [2022-05-09T19:37:04.776Z] spire-1.2.1/.githooks/pre-commit [2022-05-09T19:37:04.776Z] spire-1.2.1/.github/ [2022-05-09T19:37:04.776Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-09T19:37:04.776Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-09T19:37:04.776Z] spire-1.2.1/.github/dependabot.yml [2022-05-09T19:37:04.776Z] spire-1.2.1/.github/workflows/ [2022-05-09T19:37:04.776Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-09T19:37:04.776Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-09T19:37:04.776Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-09T19:37:04.776Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-09T19:37:04.776Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-09T19:37:04.776Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-09T19:37:04.776Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-09T19:37:04.776Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-09T19:37:04.776Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-09T19:37:04.776Z] spire-1.2.1/.gitignore [2022-05-09T19:37:04.776Z] spire-1.2.1/.go-version [2022-05-09T19:37:04.776Z] spire-1.2.1/.golangci.yml [2022-05-09T19:37:04.776Z] spire-1.2.1/ADOPTERS.md [2022-05-09T19:37:04.776Z] spire-1.2.1/CHANGELOG.md [2022-05-09T19:37:04.776Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-09T19:37:04.776Z] spire-1.2.1/CODEOWNERS [2022-05-09T19:37:04.776Z] spire-1.2.1/CONTRIBUTING.md [2022-05-09T19:37:04.776Z] spire-1.2.1/Dockerfile [2022-05-09T19:37:04.776Z] spire-1.2.1/Dockerfile.dev [2022-05-09T19:37:04.776Z] spire-1.2.1/Dockerfile.scratch [2022-05-09T19:37:04.776Z] spire-1.2.1/LICENSE [2022-05-09T19:37:04.776Z] spire-1.2.1/MAINTAINERS.md [2022-05-09T19:37:04.776Z] spire-1.2.1/Makefile [2022-05-09T19:37:04.776Z] spire-1.2.1/README.md [2022-05-09T19:37:04.776Z] spire-1.2.1/ROADMAP.md [2022-05-09T19:37:04.776Z] spire-1.2.1/SECURITY.md [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-09T19:37:04.776Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-09T19:37:04.776Z] spire-1.2.1/conf/ [2022-05-09T19:37:04.776Z] spire-1.2.1/conf/agent/ [2022-05-09T19:37:04.776Z] spire-1.2.1/conf/agent/agent.conf [2022-05-09T19:37:04.776Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-09T19:37:04.776Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-09T19:37:04.776Z] spire-1.2.1/conf/server/ [2022-05-09T19:37:04.776Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-09T19:37:04.776Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-09T19:37:04.776Z] spire-1.2.1/conf/server/server.conf [2022-05-09T19:37:04.776Z] spire-1.2.1/conf/server/server_full.conf [2022-05-09T19:37:04.776Z] spire-1.2.1/doc/ [2022-05-09T19:37:04.776Z] spire-1.2.1/doc/SPIRE101.md [2022-05-09T19:37:04.776Z] spire-1.2.1/doc/auditlog.md [2022-05-09T19:37:04.776Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-09T19:37:04.776Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-09T19:37:04.776Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-09T19:37:04.776Z] spire-1.2.1/doc/images/ [2022-05-09T19:37:04.776Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-09T19:37:04.776Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-09T19:37:04.776Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-09T19:37:04.777Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.mdRemoving intermediate container 5829a5ff907f [2022-05-09T19:37:04.777Z] ---> 824238b68a7b [2022-05-09T19:37:04.777Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T19:37:05.058Z] [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-09T19:37:05.058Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-09T19:37:05.059Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-09T19:37:05.059Z] spire-1.2.1/doc/scaling_spire.md [2022-05-09T19:37:05.059Z] spire-1.2.1/doc/spire_agent.md [2022-05-09T19:37:05.059Z] spire-1.2.1/doc/spire_server.md [2022-05-09T19:37:05.059Z] spire-1.2.1/doc/supported_integrations.md [2022-05-09T19:37:05.059Z] spire-1.2.1/doc/telemetry.md [2022-05-09T19:37:05.059Z] spire-1.2.1/doc/telemetry_config.md [2022-05-09T19:37:05.059Z] spire-1.2.1/doc/upgrading.md [2022-05-09T19:37:05.059Z] spire-1.2.1/doc/using_spire.md [2022-05-09T19:37:05.059Z] spire-1.2.1/examples/ [2022-05-09T19:37:05.059Z] spire-1.2.1/examples/README.md [2022-05-09T19:37:05.059Z] spire-1.2.1/go.mod [2022-05-09T19:37:05.059Z] spire-1.2.1/go.sum [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/agent.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/client/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/common/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/config.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go ---> Running in 46ab97f98992 [2022-05-09T19:37:05.059Z] [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-09T19:37:05.059Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/svid/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/names.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/auth/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cli/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/health/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/health/config.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/health/context.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/health/health.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/idutil/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/log/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/log/log.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/log/options.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-09T19:37:05.338Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/profiling/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/selector/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/uptime/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/util/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/util/task.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/version/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/version/version.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/x509util/ [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-09T19:37:05.339Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/api.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/health/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/id.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/status.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/bundle/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/ca/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/cache/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/catalog/ [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-09T19:37:05.631Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/config.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-09T19:37:05.632Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-09T19:37:05.633Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/registration/ [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/server.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/server_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/svid/ [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/ [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/private/ [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/private/server/ [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/private/server/journal/ [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/ [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/common/ [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/plugin/ [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-09T19:37:05.929Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-09T19:37:05.929Z] spire-1.2.1/release/ [2022-05-09T19:37:05.929Z] spire-1.2.1/release/spire-extras/ [2022-05-09T19:37:05.929Z] spire-1.2.1/release/spire-extras/README.md [2022-05-09T19:37:05.929Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-09T19:37:05.929Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-09T19:37:05.929Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-09T19:37:05.929Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-09T19:37:05.929Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-09T19:37:05.929Z] spire-1.2.1/release/spire/ [2022-05-09T19:37:05.929Z] spire-1.2.1/release/spire/README.md [2022-05-09T19:37:05.929Z] spire-1.2.1/release/spire/conf/ [2022-05-09T19:37:05.929Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-09T19:37:05.929Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-09T19:37:05.929Z] spire-1.2.1/release/spire/conf/server/ [2022-05-09T19:37:05.929Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-09T19:37:05.929Z] spire-1.2.1/script/ [2022-05-09T19:37:05.929Z] spire-1.2.1/script/build-artifact.sh [2022-05-09T19:37:05.929Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-09T19:37:05.929Z] spire-1.2.1/support/ [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/ [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-09T19:37:05.929Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/Removing intermediate container 46ab97f98992 [2022-05-09T19:37:05.929Z] ---> 6a7bf83d096a [2022-05-09T19:37:05.929Z] Step 21/23 : LABEL arch=arm64 [2022-05-09T19:37:05.930Z] [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-09T19:37:05.930Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-09T19:37:06.210Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-09T19:37:06.210Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-09T19:37:06.210Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-09T19:37:06.210Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/clock/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/clock/clock.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go ---> Running in 54e41bf82b1a [2022-05-09T19:37:06.210Z] [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/fixture.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/registration/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-09T19:37:06.210Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/README.md [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/common [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-09T19:37:06.210Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-09T19:37:06.211Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-09T19:37:06.487Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-09T19:37:06.488Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/test-one.sh [2022-05-09T19:37:06.774Z] spire-1.2.1/test/integration/test.sh [2022-05-09T19:37:06.774Z] spire-1.2.1/test/plugintest/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/plugintest/config.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/plugintest/load.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/plugintest/option.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/spiretest/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/spiretest/dir.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/spiretest/logs.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/spiretest/suite.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/spiretest/x509.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/testca/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/testca/ca.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/testkey/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/testkey/generate.sh [2022-05-09T19:37:06.774Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/testkey/keys.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/testkey/new.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/tpmsimulator/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/util/ [2022-05-09T19:37:06.774Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/util/cert_generation.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/util/io_redirection.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/util/race.go [2022-05-09T19:37:06.774Z] spire-1.2.1/test/util/util.go [2022-05-09T19:37:06.774Z] building spire from source... [2022-05-09T19:37:06.774Z] Removing intermediate container 54e41bf82b1a [2022-05-09T19:37:06.774Z] ---> e8449ba97a3d [2022-05-09T19:37:06.774Z] Step 22/23 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:37:07.053Z] ---> Running in 70b749de28b6 [2022-05-09T19:37:07.327Z] Installing go1.17.7... [2022-05-09T19:37:07.929Z] Removing intermediate container 70b749de28b6 [2022-05-09T19:37:07.929Z] ---> baead3a4bd1a [2022-05-09T19:37:07.929Z] Step 23/23 : LABEL version=0.0.0 [2022-05-09T19:37:08.205Z] ---> Running in b7e99cd1649d [2022-05-09T19:37:08.808Z] Removing intermediate container b7e99cd1649d [2022-05-09T19:37:08.808Z] ---> b375afa8e8fa [2022-05-09T19:37:08.808Z] [2022-05-09T19:37:09.414Z] Successfully built b375afa8e8fa [2022-05-09T19:37:09.414Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-05-09T19:37:09.414Z] Building core-data [2022-05-09T19:37:14.878Z]  Building sys-mgmt-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:37:14.878Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:37:14.878Z] ---> cf9cb12b05a2 [2022-05-09T19:37:14.878Z] Step 3/22 : WORKDIR /edgex-go [2022-05-09T19:37:14.878Z] ---> Using cache [2022-05-09T19:37:14.878Z] ---> f0e12cd9cd07 [2022-05-09T19:37:14.878Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:37:14.878Z] ---> Using cache [2022-05-09T19:37:14.878Z] ---> c03369660f3b [2022-05-09T19:37:14.878Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-05-09T19:37:14.878Z] ---> Running in fd3fa3b4fa89 [2022-05-09T19:37:16.349Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:37:17.355Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:37:18.820Z] OK: 220 MiB in 52 packages [2022-05-09T19:37:20.851Z] Removing intermediate container fd3fa3b4fa89 [2022-05-09T19:37:20.851Z] ---> f384e74c5214 [2022-05-09T19:37:20.851Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-09T19:37:21.861Z] ---> b22362a0d4ee [2022-05-09T19:37:21.861Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:37:21.861Z] ---> Running in 8b7c8eab5f57 [2022-05-09T19:37:28.649Z] Removing intermediate container 8b7c8eab5f57 [2022-05-09T19:37:28.649Z] ---> 76e01f63b926 [2022-05-09T19:37:28.649Z] Step 8/22 : COPY . . [2022-05-09T19:37:36.990Z] Building bin/spire-server... [2022-05-09T19:37:36.990Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-09T19:37:36.990Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-09T19:37:36.990Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-09T19:37:37.600Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-09T19:37:37.880Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-09T19:37:42.207Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:37:42.207Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:37:42.207Z] ---> cf9cb12b05a2 [2022-05-09T19:37:42.207Z] Step 3/23 : WORKDIR /edgex-go [2022-05-09T19:37:42.207Z] ---> Using cache [2022-05-09T19:37:42.207Z] ---> f0e12cd9cd07 [2022-05-09T19:37:42.207Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:37:42.207Z] ---> Using cache [2022-05-09T19:37:42.207Z] ---> c03369660f3b [2022-05-09T19:37:42.207Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-05-09T19:37:42.207Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-09T19:37:43.208Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-09T19:37:43.208Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-09T19:37:43.208Z]  ---> Running in f4c8dd992cf8 [2022-05-09T19:37:43.208Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-09T19:37:43.816Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-09T19:37:44.420Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-09T19:37:44.420Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-09T19:37:44.420Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-09T19:37:44.696Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-09T19:37:44.973Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-09T19:37:44.973Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-09T19:37:44.973Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-09T19:37:44.973Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-09T19:37:45.252Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:37:46.711Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:37:46.711Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-09T19:37:46.711Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-09T19:37:47.327Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-09T19:37:47.327Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-09T19:37:48.334Z] OK: 220 MiB in 52 packages [2022-05-09T19:37:48.334Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-09T19:37:49.338Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-09T19:37:49.338Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-09T19:37:50.807Z] Removing intermediate container f4c8dd992cf8 [2022-05-09T19:37:50.808Z] ---> e0471960b504 [2022-05-09T19:37:50.808Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-09T19:37:52.265Z] ---> 61ab878b44d9 [2022-05-09T19:37:52.265Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:37:52.545Z] ---> Running in d3a257088739 [2022-05-09T19:37:58.009Z] ---> fadef2c44693 [2022-05-09T19:37:58.009Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-05-09T19:37:58.009Z] ---> Running in dc05dd3d25f4 [2022-05-09T19:37:59.465Z] Removing intermediate container d3a257088739 [2022-05-09T19:37:59.465Z] ---> 8fd1b41b6370 [2022-05-09T19:37:59.465Z] Step 8/23 : COPY . . [2022-05-09T19:38:00.068Z] 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-05-09T19:38:18.422Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-09T19:38:18.422Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-09T19:38:18.422Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-09T19:38:18.422Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-09T19:38:18.422Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-09T19:38:18.422Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-09T19:38:18.422Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-09T19:38:18.422Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-09T19:38:18.422Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-09T19:38:18.422Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-09T19:38:18.703Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-09T19:38:18.704Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-09T19:38:18.704Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-09T19:38:19.007Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-09T19:38:19.007Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-09T19:38:20.047Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-09T19:38:20.047Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-09T19:38:20.336Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-09T19:38:20.336Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-09T19:38:20.336Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-09T19:38:20.336Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-09T19:38:20.336Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-09T19:38:20.628Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-09T19:38:20.628Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-09T19:38:20.909Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-09T19:38:21.188Z]  ---> 9e1864163d26 [2022-05-09T19:38:21.188Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-05-09T19:38:21.470Z] ---> Running in 0530763d34d7 [2022-05-09T19:38:21.752Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-09T19:38:21.752Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-09T19:38:21.752Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-09T19:38:21.752Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-09T19:38:22.746Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-09T19:38:23.353Z] 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-05-09T19:38:25.358Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-09T19:38:30.813Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-09T19:38:30.813Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-09T19:38:30.813Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-09T19:38:30.813Z] go: downloading google.golang.org/api v0.70.0 [2022-05-09T19:38:30.813Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-09T19:38:30.813Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-09T19:39:09.921Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-09T19:39:09.921Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-09T19:39:09.921Z] go: downloading k8s.io/api v0.23.4 [2022-05-09T19:39:09.921Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-09T19:39:10.198Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-09T19:39:18.529Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-09T19:39:18.811Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-09T19:39:18.811Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-09T19:39:20.279Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-09T19:39:20.279Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-09T19:39:20.564Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-09T19:39:20.564Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-09T19:39:23.214Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-09T19:39:23.818Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-09T19:39:24.094Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-09T19:39:25.541Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-09T19:39:25.541Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-09T19:39:25.541Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-09T19:39:25.818Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-09T19:39:26.096Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-09T19:39:26.096Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-09T19:39:26.373Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-09T19:39:26.374Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-09T19:39:26.651Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-09T19:39:26.930Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-09T19:39:28.376Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-09T19:39:28.376Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-09T19:39:28.376Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-09T19:39:29.758Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-09T19:39:30.840Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-09T19:39:31.121Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-09T19:39:31.404Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-09T19:39:38.824Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-09T19:39:39.427Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-09T19:39:40.032Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-09T19:39:40.032Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-09T19:39:40.032Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-09T19:39:40.310Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-09T19:39:40.915Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-09T19:39:40.915Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-09T19:39:40.915Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-09T19:39:41.194Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-09T19:39:41.194Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-09T19:39:41.194Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-09T19:39:41.194Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-09T19:39:41.475Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-09T19:39:41.475Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-09T19:39:41.475Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-09T19:39:41.475Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-09T19:39:42.926Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-09T19:39:42.926Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-09T19:39:43.541Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-09T19:39:43.817Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-09T19:39:43.817Z] go: downloading go.opencensus.io v0.23.0 [2022-05-09T19:39:44.803Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-09T19:39:46.792Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-09T19:39:46.792Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-09T19:39:46.792Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-09T19:39:50.204Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-09T19:39:50.204Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-09T19:39:50.805Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-09T19:39:51.082Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-09T19:39:51.082Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-09T19:39:51.683Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-09T19:39:54.318Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-09T19:39:54.318Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-09T19:39:54.595Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-09T19:39:54.595Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-09T19:39:54.877Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-09T19:39:55.480Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-09T19:39:55.758Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-09T19:39:56.037Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-09T19:39:56.037Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-09T19:39:56.314Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-09T19:39:56.314Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-09T19:39:56.592Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-09T19:40:09.027Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-09T19:40:09.027Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-09T19:40:09.027Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-09T19:40:09.027Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-09T19:40:48.044Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-09T19:40:48.044Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-09T19:41:35.043Z] 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-05-09T19:41:50.148Z] Removing intermediate container 269c3f049c34 [2022-05-09T19:41:50.148Z] ---> fc9ab2d3ba98 [2022-05-09T19:41:50.148Z] [2022-05-09T19:41:50.148Z] Step 10/22 : FROM alpine:3.14 [2022-05-09T19:41:50.148Z] ---> ac73e934f311 [2022-05-09T19:41:50.148Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-05-09T19:41:50.148Z] ---> Running in 22bbd0985fa6 [2022-05-09T19:41:51.600Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:41:52.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:41:53.647Z] (1/6) Installing ca-certificates (20211220-r0) [2022-05-09T19:41:53.647Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-05-09T19:41:53.647Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-05-09T19:41:53.647Z] (4/6) Installing libcurl (7.79.1-r1) [2022-05-09T19:41:53.648Z] (5/6) Installing curl (7.79.1-r1) [2022-05-09T19:41:53.648Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-05-09T19:41:53.648Z] Executing busybox-1.33.1-r7.trigger [2022-05-09T19:41:53.648Z] Executing ca-certificates-20211220-r0.trigger [2022-05-09T19:41:54.250Z] OK: 8 MiB in 20 packages [2022-05-09T19:41:56.247Z] Removing intermediate container 22bbd0985fa6 [2022-05-09T19:41:56.247Z] ---> 21104ebd599d [2022-05-09T19:41:56.247Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-09T19:41:56.529Z] ---> Running in 265112f35ab5 [2022-05-09T19:41:57.137Z] Removing intermediate container 265112f35ab5 [2022-05-09T19:41:57.137Z] ---> e2523a92339b [2022-05-09T19:41:57.137Z] Step 13/22 : WORKDIR /edgex [2022-05-09T19:41:57.137Z] ---> Running in 6037cb9f13d8 [2022-05-09T19:41:57.418Z] Removing intermediate container 6037cb9f13d8 [2022-05-09T19:41:57.418Z] ---> 46ed5581ec4e [2022-05-09T19:41:57.418Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-05-09T19:41:58.422Z] ---> c81bbe080571 [2022-05-09T19:41:58.422Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-05-09T19:42:00.432Z] ---> abc0be586efa [2022-05-09T19:42:00.432Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-05-09T19:42:01.902Z] ---> 77360d7dcda8 [2022-05-09T19:42:01.902Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-05-09T19:42:02.901Z] ---> 0c4984b6111a [2022-05-09T19:42:02.901Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-05-09T19:42:02.901Z] ---> Running in 1702a46a54bb [2022-05-09T19:42:06.340Z] Removing intermediate container 1702a46a54bb [2022-05-09T19:42:06.340Z] ---> e102c5013892 [2022-05-09T19:42:06.340Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-05-09T19:42:06.340Z] ---> Running in 47c1b2ed9689 [2022-05-09T19:42:06.617Z] Removing intermediate container 47c1b2ed9689 [2022-05-09T19:42:06.617Z] ---> 97319936d513 [2022-05-09T19:42:06.617Z] Step 20/22 : LABEL arch=arm64 [2022-05-09T19:42:06.894Z] ---> Running in 393fcfd58d1f [2022-05-09T19:42:07.502Z] Removing intermediate container 393fcfd58d1f [2022-05-09T19:42:07.502Z] ---> 9e86f46cafff [2022-05-09T19:42:07.502Z] Step 21/22 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:42:07.502Z] ---> Running in 598504a13f7e [2022-05-09T19:42:08.107Z] Removing intermediate container 598504a13f7e [2022-05-09T19:42:08.107Z] ---> d19bc7fcc619 [2022-05-09T19:42:08.107Z] Step 22/22 : LABEL version=0.0.0 [2022-05-09T19:42:08.107Z] ---> Running in 92a16568f229 [2022-05-09T19:42:08.718Z] Removing intermediate container 92a16568f229 [2022-05-09T19:42:08.718Z] ---> 18af3ab596f0 [2022-05-09T19:42:08.718Z] [2022-05-09T19:42:09.322Z] Successfully built 18af3ab596f0 [2022-05-09T19:42:09.322Z] Successfully tagged security-proxy-setup-arm64:latest [2022-05-09T19:42:09.322Z] Building security-spire-server [2022-05-09T19:42:41.730Z]  Building security-proxy-setup ... done Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:42:41.730Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:42:41.730Z] ---> cf9cb12b05a2 [2022-05-09T19:42:41.730Z] Step 3/25 : WORKDIR /edgex-go [2022-05-09T19:42:41.730Z] ---> Using cache [2022-05-09T19:42:41.730Z] ---> f0e12cd9cd07 [2022-05-09T19:42:41.730Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:42:41.730Z] ---> Using cache [2022-05-09T19:42:41.730Z] ---> c03369660f3b [2022-05-09T19:42:41.730Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-05-09T19:42:41.730Z] ---> Using cache [2022-05-09T19:42:41.730Z] ---> addc114f5746 [2022-05-09T19:42:41.730Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-09T19:42:41.730Z] ---> Using cache [2022-05-09T19:42:41.730Z] ---> a1e1ccf072f7 [2022-05-09T19:42:41.730Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:42:41.730Z] ---> Using cache [2022-05-09T19:42:41.730Z] ---> 8cfbfc5f8423 [2022-05-09T19:42:41.730Z] Step 8/25 : COPY . . [2022-05-09T19:42:41.730Z] ---> Using cache [2022-05-09T19:42:41.730Z] ---> ec062ed92a21 [2022-05-09T19:42:41.730Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-05-09T19:42:41.730Z] ---> Using cache [2022-05-09T19:42:41.730Z] ---> 669d068cecff [2022-05-09T19:42:41.730Z] Step 10/25 : RUN mkdir -p spire-build [2022-05-09T19:42:41.730Z] ---> Using cache [2022-05-09T19:42:41.730Z] ---> db308ed8cb2a [2022-05-09T19:42:41.730Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-05-09T19:42:41.730Z] ---> Using cache [2022-05-09T19:42:41.730Z] ---> a05408684a08 [2022-05-09T19:42:41.730Z] 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-05-09T19:42:41.730Z] ---> Running in 70a6497ea537 [2022-05-09T19:42:41.730Z] spire-1.2.1/ [2022-05-09T19:42:41.730Z] spire-1.2.1/.data/ [2022-05-09T19:42:41.730Z] spire-1.2.1/.data/.file [2022-05-09T19:42:41.730Z] spire-1.2.1/.dockerignore [2022-05-09T19:42:41.730Z] spire-1.2.1/.gitattributes [2022-05-09T19:42:41.730Z] spire-1.2.1/.githooks/ [2022-05-09T19:42:41.730Z] spire-1.2.1/.githooks/pre-commit [2022-05-09T19:42:41.730Z] spire-1.2.1/.github/ [2022-05-09T19:42:41.730Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-09T19:42:41.730Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-09T19:42:41.730Z] spire-1.2.1/.github/dependabot.yml [2022-05-09T19:42:41.730Z] spire-1.2.1/.github/workflows/ [2022-05-09T19:42:41.730Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-09T19:42:41.730Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-09T19:42:41.730Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-09T19:42:41.730Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-09T19:42:41.730Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-09T19:42:41.730Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-09T19:42:41.730Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-09T19:42:41.730Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-09T19:42:41.730Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-09T19:42:41.730Z] spire-1.2.1/.gitignore [2022-05-09T19:42:41.730Z] spire-1.2.1/.go-version [2022-05-09T19:42:41.730Z] spire-1.2.1/.golangci.yml [2022-05-09T19:42:41.730Z] spire-1.2.1/ADOPTERS.md [2022-05-09T19:42:41.730Z] spire-1.2.1/CHANGELOG.md [2022-05-09T19:42:41.730Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-09T19:42:41.730Z] spire-1.2.1/CODEOWNERS [2022-05-09T19:42:41.730Z] spire-1.2.1/CONTRIBUTING.md [2022-05-09T19:42:41.730Z] spire-1.2.1/Dockerfile [2022-05-09T19:42:41.730Z] spire-1.2.1/Dockerfile.dev [2022-05-09T19:42:41.730Z] spire-1.2.1/Dockerfile.scratch [2022-05-09T19:42:41.730Z] spire-1.2.1/LICENSE [2022-05-09T19:42:41.730Z] spire-1.2.1/MAINTAINERS.md [2022-05-09T19:42:41.730Z] spire-1.2.1/Makefile [2022-05-09T19:42:41.730Z] spire-1.2.1/README.md [2022-05-09T19:42:41.730Z] spire-1.2.1/ROADMAP.md [2022-05-09T19:42:41.730Z] spire-1.2.1/SECURITY.md [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/ [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/ [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/ [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-09T19:42:41.730Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-09T19:42:41.731Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-09T19:42:41.731Z] spire-1.2.1/conf/ [2022-05-09T19:42:41.731Z] spire-1.2.1/conf/agent/ [2022-05-09T19:42:41.731Z] spire-1.2.1/conf/agent/agent.conf [2022-05-09T19:42:41.731Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-09T19:42:41.731Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-09T19:42:41.731Z] spire-1.2.1/conf/server/ [2022-05-09T19:42:41.731Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-09T19:42:41.731Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-09T19:42:41.731Z] spire-1.2.1/conf/server/server.conf [2022-05-09T19:42:41.731Z] spire-1.2.1/conf/server/server_full.conf [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/ [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/SPIRE101.md [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/auditlog.md [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/images/ [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-09T19:42:41.731Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/scaling_spire.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/spire_agent.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/spire_server.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/supported_integrations.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/telemetry.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/telemetry_config.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/upgrading.md [2022-05-09T19:42:42.008Z] spire-1.2.1/doc/using_spire.md [2022-05-09T19:42:42.008Z] spire-1.2.1/examples/ [2022-05-09T19:42:42.008Z] spire-1.2.1/examples/README.md [2022-05-09T19:42:42.008Z] spire-1.2.1/go.mod [2022-05-09T19:42:42.008Z] spire-1.2.1/go.sum [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/agent.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/client/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/common/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/config.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-09T19:42:42.008Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/svid/ [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/common/ [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/common/api/ [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-09T19:42:42.009Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/names.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/auth/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cli/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/health/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/health/config.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/health/context.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/health/health.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/idutil/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/log/ [2022-05-09T19:42:42.285Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/log/log.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/log/options.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/profiling/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/selector/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-09T19:42:42.286Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-09T19:42:42.561Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/uptime/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/util/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/util/task.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/version/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/version/version.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/x509util/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/api.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/health/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/id.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/status.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/bundle/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/ca/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/cache/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/catalog/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/config.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-09T19:42:42.562Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/ [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-09T19:42:42.563Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-09T19:42:42.838Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/registration/ [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/server.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/server_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/svid/ [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/ [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/private/ [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/private/server/ [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/private/server/journal/ [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/ [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/common/ [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/plugin/ [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-09T19:42:42.839Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-09T19:42:42.839Z] spire-1.2.1/release/ [2022-05-09T19:42:42.839Z] spire-1.2.1/release/spire-extras/ [2022-05-09T19:42:42.839Z] spire-1.2.1/release/spire-extras/README.md [2022-05-09T19:42:42.839Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-09T19:42:42.839Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-09T19:42:42.839Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-09T19:42:42.839Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-09T19:42:42.839Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-09T19:42:42.839Z] spire-1.2.1/release/spire/ [2022-05-09T19:42:42.839Z] spire-1.2.1/release/spire/README.md [2022-05-09T19:42:42.839Z] spire-1.2.1/release/spire/conf/ [2022-05-09T19:42:42.839Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-09T19:42:42.839Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-09T19:42:42.839Z] spire-1.2.1/release/spire/conf/server/ [2022-05-09T19:42:42.839Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-09T19:42:42.839Z] spire-1.2.1/script/ [2022-05-09T19:42:42.839Z] spire-1.2.1/script/build-artifact.sh [2022-05-09T19:42:42.839Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-09T19:42:42.839Z] spire-1.2.1/support/ [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/ [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-09T19:42:42.839Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-09T19:42:42.840Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-09T19:42:42.840Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-09T19:42:42.840Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-09T19:42:42.840Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-09T19:42:42.840Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-09T19:42:42.840Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-09T19:42:42.840Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-09T19:42:43.116Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-09T19:42:43.116Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-09T19:42:43.116Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-09T19:42:43.116Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-09T19:42:43.116Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-09T19:42:43.116Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-09T19:42:43.116Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-09T19:42:43.117Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-09T19:42:43.117Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-09T19:42:43.117Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-09T19:42:43.117Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-09T19:42:43.117Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-09T19:42:43.117Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-09T19:42:43.117Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-09T19:42:43.117Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-09T19:42:43.117Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/clock/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/clock/clock.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/fixture.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/registration/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-09T19:42:43.117Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/README.md [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/common [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-09T19:42:43.117Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-09T19:42:43.118Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-09T19:42:43.397Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/test-one.sh [2022-05-09T19:42:43.398Z] spire-1.2.1/test/integration/test.sh [2022-05-09T19:42:43.398Z] spire-1.2.1/test/plugintest/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/plugintest/config.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/plugintest/load.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/plugintest/option.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/spiretest/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/spiretest/dir.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/spiretest/logs.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/spiretest/suite.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/spiretest/x509.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/testca/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/testca/ca.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/testkey/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/testkey/generate.sh [2022-05-09T19:42:43.398Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/testkey/keys.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/testkey/new.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/tpmsimulator/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/util/ [2022-05-09T19:42:43.398Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/util/cert_generation.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/util/io_redirection.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/util/race.go [2022-05-09T19:42:43.398Z] spire-1.2.1/test/util/util.go [2022-05-09T19:42:43.398Z] building spire from source... [2022-05-09T19:42:44.388Z] Installing go1.17.7... [2022-05-09T19:43:11.217Z] Building bin/spire-server... [2022-05-09T19:43:11.217Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-09T19:43:11.217Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-09T19:43:11.217Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-09T19:43:12.206Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-09T19:43:12.206Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-09T19:43:12.810Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-09T19:43:13.413Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-09T19:43:14.403Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-09T19:43:15.008Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-09T19:43:17.645Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-09T19:43:17.645Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-09T19:43:17.645Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-09T19:43:17.645Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-09T19:43:17.922Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-09T19:43:17.922Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-09T19:43:17.922Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-09T19:43:17.922Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-09T19:43:18.909Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-09T19:43:18.909Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-09T19:43:19.186Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-09T19:43:19.484Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-09T19:43:19.484Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-09T19:43:20.477Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-09T19:43:20.756Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-09T19:43:35.897Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-09T19:43:35.897Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-09T19:43:35.897Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-09T19:43:35.897Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-09T19:43:35.897Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-09T19:43:35.897Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-09T19:43:36.173Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-09T19:43:36.173Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-09T19:43:36.451Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-09T19:43:36.451Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-09T19:43:36.451Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-09T19:43:37.058Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-09T19:43:37.058Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-09T19:43:37.336Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-09T19:43:37.336Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-09T19:43:37.613Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-09T19:43:38.600Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-09T19:43:39.201Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-09T19:43:39.477Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-09T19:43:39.477Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-09T19:43:39.477Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-09T19:43:39.477Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-09T19:43:39.754Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-09T19:43:39.754Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-09T19:43:39.754Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-09T19:43:52.171Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-09T19:43:52.171Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-09T19:43:52.445Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-09T19:43:52.445Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-09T19:43:52.722Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-09T19:43:52.722Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-09T19:43:53.004Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-09T19:43:53.004Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-09T19:43:53.004Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-09T19:43:53.992Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-09T19:43:53.992Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-09T19:43:53.992Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-09T19:44:20.841Z] Removing intermediate container c6d355ecc004 [2022-05-09T19:44:20.841Z] ---> 45ea31f8e0c4 [2022-05-09T19:44:20.841Z] [2022-05-09T19:44:20.841Z] Step 10/22 : FROM alpine:3.14 [2022-05-09T19:44:20.841Z] ---> ac73e934f311 [2022-05-09T19:44:20.841Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-05-09T19:44:20.841Z] ---> Using cache [2022-05-09T19:44:20.841Z] ---> 7e8aa62dc161 [2022-05-09T19:44:20.841Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-09T19:44:20.841Z] ---> Using cache [2022-05-09T19:44:20.841Z] ---> c881831a8881 [2022-05-09T19:44:20.841Z] Step 13/22 : ENV APP_PORT=59861 [2022-05-09T19:44:20.841Z] ---> Running in 379eceb81d5c [2022-05-09T19:44:21.121Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-09T19:44:21.121Z] go: downloading google.golang.org/api v0.70.0 [2022-05-09T19:44:21.121Z] go: downloading k8s.io/api v0.23.4 [2022-05-09T19:44:21.407Z] Removing intermediate container 379eceb81d5c [2022-05-09T19:44:21.407Z] ---> ecf2d56cefed [2022-05-09T19:44:21.407Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-09T19:44:21.407Z] ---> Running in f09e91304674 [2022-05-09T19:44:22.020Z] Removing intermediate container f09e91304674 [2022-05-09T19:44:22.020Z] ---> 110a4e79c0a9 [2022-05-09T19:44:22.020Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-09T19:44:23.010Z] ---> 0b47af319207 [2022-05-09T19:44:23.010Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-05-09T19:44:26.419Z] ---> bbd08055bcdf [2022-05-09T19:44:26.419Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-05-09T19:44:27.021Z] ---> f1edbed03b16 [2022-05-09T19:44:27.021Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-05-09T19:44:27.298Z] ---> Running in f4d521797b68 [2022-05-09T19:44:27.656Z] Removing intermediate container f4d521797b68 [2022-05-09T19:44:27.656Z] ---> 5c59912d9356 [2022-05-09T19:44:27.656Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T19:44:28.028Z] ---> Running in dd8720e57226 [2022-05-09T19:44:28.350Z] Removing intermediate container dd8720e57226 [2022-05-09T19:44:28.350Z] ---> 12184db2ea3c [2022-05-09T19:44:28.350Z] Step 20/22 : LABEL arch=arm64 [2022-05-09T19:44:28.734Z] ---> Running in d7eab3d09090 [2022-05-09T19:44:29.404Z] Removing intermediate container d7eab3d09090 [2022-05-09T19:44:29.404Z] ---> 5ce5afc3c8c4 [2022-05-09T19:44:29.404Z] Step 21/22 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:44:29.404Z] ---> Running in 19438ee7ed81 [2022-05-09T19:44:30.053Z] Removing intermediate container 19438ee7ed81 [2022-05-09T19:44:30.053Z] ---> 3d698adf478b [2022-05-09T19:44:30.053Z] Step 22/22 : LABEL version=0.0.0 [2022-05-09T19:44:30.339Z] ---> Running in 9bf15db8ff0a [2022-05-09T19:44:30.955Z] Removing intermediate container 9bf15db8ff0a [2022-05-09T19:44:30.955Z] ---> 697177a108d7 [2022-05-09T19:44:30.955Z] [2022-05-09T19:44:31.578Z] Successfully built 697177a108d7 [2022-05-09T19:44:31.578Z] Successfully tagged support-scheduler-arm64:latest [2022-05-09T19:44:31.578Z] Building core-metadata [2022-05-09T19:44:36.431Z]  Building support-scheduler ... done go: downloading github.com/google/go-tpm v0.3.3 [2022-05-09T19:44:37.039Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-09T19:44:38.043Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-09T19:44:40.038Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-09T19:44:42.694Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-09T19:44:43.311Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-09T19:44:47.684Z] Removing intermediate container 0530763d34d7 [2022-05-09T19:44:47.684Z] ---> 24233ca2c121 [2022-05-09T19:44:47.684Z] [2022-05-09T19:44:47.684Z] Step 10/23 : FROM alpine:3.14 [2022-05-09T19:44:47.684Z] ---> ac73e934f311 [2022-05-09T19:44:47.684Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-05-09T19:44:47.684Z] ---> Running in ca349050a7a0 [2022-05-09T19:44:48.692Z] Removing intermediate container ca349050a7a0 [2022-05-09T19:44:48.693Z] ---> ee41b7c504e6 [2022-05-09T19:44:48.693Z] Step 12/23 : ENV APP_PORT=59880 [2022-05-09T19:44:48.693Z] ---> Running in ca059a6ff94d [2022-05-09T19:44:49.693Z] Removing intermediate container ca059a6ff94d [2022-05-09T19:44:49.693Z] ---> 10451fb05125 [2022-05-09T19:44:49.693Z] Step 13/23 : EXPOSE $APP_PORT [2022-05-09T19:44:49.979Z] ---> Running in c5d216f55e93 [2022-05-09T19:44:50.978Z] Removing intermediate container c5d216f55e93 [2022-05-09T19:44:50.978Z] ---> 110a912a3f3f [2022-05-09T19:44:50.978Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:44:50.978Z] ---> Running in 084645b19abd [2022-05-09T19:44:55.325Z] Removing intermediate container 084645b19abd [2022-05-09T19:44:55.325Z] ---> 18622e938c51 [2022-05-09T19:44:55.325Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-09T19:44:55.325Z] ---> Running in e0d4ea849a19 [2022-05-09T19:44:57.960Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:45:03.390Z] WARNING: Ignoring https://nl.alpinelinux.org/alpine/v3.14/main: temporary error (try again later) [2022-05-09T19:45:03.390Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:45:03.995Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:45:03.995Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:45:03.995Z] ---> cf9cb12b05a2 [2022-05-09T19:45:03.995Z] Step 3/23 : WORKDIR /edgex-go [2022-05-09T19:45:03.995Z] ---> Using cache [2022-05-09T19:45:03.995Z] ---> f0e12cd9cd07 [2022-05-09T19:45:03.995Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:45:03.995Z] ---> Using cache [2022-05-09T19:45:03.995Z] ---> c03369660f3b [2022-05-09T19:45:03.995Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-09T19:45:03.995Z] ---> Using cache [2022-05-09T19:45:03.995Z] ---> 82c6ac4a4b21 [2022-05-09T19:45:03.995Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-09T19:45:03.995Z] ---> Using cache [2022-05-09T19:45:03.995Z] ---> ee4ed4c850cc [2022-05-09T19:45:03.995Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:45:03.995Z] ---> Using cache [2022-05-09T19:45:03.995Z] ---> aafff795b1f5 [2022-05-09T19:45:03.995Z] Step 8/23 : COPY . . [2022-05-09T19:45:03.995Z] ---> Using cache [2022-05-09T19:45:03.995Z] ---> b912afd68ccf [2022-05-09T19:45:03.995Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-05-09T19:45:04.985Z] ---> Running in 03128967bd0c [2022-05-09T19:45:06.974Z] 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-05-09T19:45:07.578Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-09T19:45:07.578Z] WARNING: Ignoring https://nl.alpinelinux.org/alpine/v3.14/community: temporary error (try again later) [2022-05-09T19:45:07.578Z] ERROR: unable to select packages: [2022-05-09T19:45:07.855Z]  dumb-init (no such package): [2022-05-09T19:45:07.855Z] required by: world[dumb-init] [2022-05-09T19:45:07.855Z] zeromq (no such package): [2022-05-09T19:45:07.855Z] required by: world[zeromq] [2022-05-09T19:45:07.855Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-09T19:45:07.855Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-09T19:45:07.855Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-09T19:45:08.842Z] Building security-spire-config [2022-05-09T19:45:09.830Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-09T19:45:10.108Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-09T19:45:10.388Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-09T19:45:11.380Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-09T19:45:11.380Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-09T19:45:11.659Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-09T19:45:11.936Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-09T19:45:12.213Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-09T19:45:12.494Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-09T19:45:12.494Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-09T19:45:13.098Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-09T19:45:13.098Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-09T19:45:14.544Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-09T19:45:14.544Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-09T19:45:14.544Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-09T19:45:14.823Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-09T19:45:21.565Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-09T19:45:21.565Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-09T19:45:21.565Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-09T19:45:21.842Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-09T19:45:22.444Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-09T19:45:22.722Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-09T19:45:23.008Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-09T19:45:24.002Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-09T19:45:24.280Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-09T19:45:24.883Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-09T19:45:25.160Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-09T19:45:25.160Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-09T19:45:25.160Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-09T19:45:25.446Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-09T19:45:25.446Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-09T19:45:25.732Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-09T19:45:26.015Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-09T19:45:26.015Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-09T19:45:26.015Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-09T19:45:26.293Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-09T19:45:26.293Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-09T19:45:28.308Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-09T19:45:28.587Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-09T19:45:29.194Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-09T19:45:29.195Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-09T19:45:29.473Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-09T19:45:31.469Z] go: downloading go.opencensus.io v0.23.0 [2022-05-09T19:45:33.462Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-09T19:45:33.462Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-09T19:45:33.462Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-09T19:45:34.064Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-09T19:45:34.340Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-09T19:45:35.341Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-09T19:45:38.757Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-09T19:45:38.757Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-09T19:45:38.757Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-09T19:45:41.398Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-09T19:45:41.398Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-09T19:45:41.398Z] ---> cf9cb12b05a2 [2022-05-09T19:45:41.398Z] Step 3/26 : WORKDIR /edgex-go [2022-05-09T19:45:41.398Z] ---> Using cache [2022-05-09T19:45:41.398Z] ---> f0e12cd9cd07 [2022-05-09T19:45:41.398Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T19:45:41.398Z] ---> Using cache [2022-05-09T19:45:41.398Z] ---> c03369660f3b [2022-05-09T19:45:41.398Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-09T19:45:41.398Z] ---> Using cache [2022-05-09T19:45:41.398Z] ---> addc114f5746 [2022-05-09T19:45:41.398Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-09T19:45:41.398Z] ---> Using cache [2022-05-09T19:45:41.398Z] ---> a1e1ccf072f7 [2022-05-09T19:45:41.398Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T19:45:41.398Z] ---> Using cache [2022-05-09T19:45:41.398Z] ---> 8cfbfc5f8423 [2022-05-09T19:45:41.398Z] Step 8/26 : COPY . . [2022-05-09T19:45:41.398Z] ---> Using cache [2022-05-09T19:45:41.398Z] ---> ec062ed92a21 [2022-05-09T19:45:41.398Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-09T19:45:41.398Z] ---> Using cache [2022-05-09T19:45:41.398Z] ---> 669d068cecff [2022-05-09T19:45:41.398Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-09T19:45:41.398Z] ---> Using cache [2022-05-09T19:45:41.398Z] ---> db308ed8cb2a [2022-05-09T19:45:41.398Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-09T19:45:41.398Z] ---> Using cache [2022-05-09T19:45:41.398Z] ---> a05408684a08 [2022-05-09T19:45:41.398Z] 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-05-09T19:45:42.002Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-09T19:45:42.002Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-09T19:45:42.295Z]  ---> Running in 5b266c2f8189 [2022-05-09T19:45:42.894Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-09T19:45:42.894Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-09T19:45:43.171Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-09T19:45:43.773Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-09T19:45:44.048Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-09T19:45:44.049Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-09T19:45:44.325Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-09T19:45:44.325Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-09T19:45:44.325Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-09T19:45:44.603Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-09T19:45:45.211Z] spire-1.2.1/ [2022-05-09T19:45:45.211Z] spire-1.2.1/.data/ [2022-05-09T19:45:45.211Z] spire-1.2.1/.data/.file [2022-05-09T19:45:45.211Z] spire-1.2.1/.dockerignore [2022-05-09T19:45:45.211Z] spire-1.2.1/.gitattributes [2022-05-09T19:45:45.211Z] spire-1.2.1/.githooks/ [2022-05-09T19:45:45.211Z] spire-1.2.1/.githooks/pre-commit [2022-05-09T19:45:45.211Z] spire-1.2.1/.github/ [2022-05-09T19:45:45.211Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-09T19:45:45.211Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-09T19:45:45.211Z] spire-1.2.1/.github/dependabot.yml [2022-05-09T19:45:45.211Z] spire-1.2.1/.github/workflows/ [2022-05-09T19:45:45.211Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-09T19:45:45.211Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-09T19:45:45.211Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-09T19:45:45.211Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-09T19:45:45.211Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-09T19:45:45.211Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-09T19:45:45.211Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-09T19:45:45.211Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-09T19:45:45.211Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-09T19:45:45.211Z] spire-1.2.1/.gitignore [2022-05-09T19:45:45.211Z] spire-1.2.1/.go-version [2022-05-09T19:45:45.211Z] spire-1.2.1/.golangci.yml [2022-05-09T19:45:45.211Z] spire-1.2.1/ADOPTERS.md [2022-05-09T19:45:45.211Z] spire-1.2.1/CHANGELOG.md [2022-05-09T19:45:45.211Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-09T19:45:45.211Z] spire-1.2.1/CODEOWNERS [2022-05-09T19:45:45.211Z] spire-1.2.1/CONTRIBUTING.md [2022-05-09T19:45:45.211Z] spire-1.2.1/Dockerfile [2022-05-09T19:45:45.211Z] spire-1.2.1/Dockerfile.dev [2022-05-09T19:45:45.211Z] spire-1.2.1/Dockerfile.scratch [2022-05-09T19:45:45.211Z] spire-1.2.1/LICENSE [2022-05-09T19:45:45.211Z] spire-1.2.1/MAINTAINERS.md [2022-05-09T19:45:45.211Z] spire-1.2.1/Makefile [2022-05-09T19:45:45.211Z] spire-1.2.1/README.md [2022-05-09T19:45:45.211Z] spire-1.2.1/ROADMAP.md [2022-05-09T19:45:45.211Z] spire-1.2.1/SECURITY.md [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/ [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/ [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/ [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-09T19:45:45.211Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-09T19:45:45.212Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-09T19:45:45.212Z] spire-1.2.1/conf/ [2022-05-09T19:45:45.212Z] spire-1.2.1/conf/agent/ [2022-05-09T19:45:45.212Z] spire-1.2.1/conf/agent/agent.conf [2022-05-09T19:45:45.212Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-09T19:45:45.212Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-09T19:45:45.212Z] spire-1.2.1/conf/server/ [2022-05-09T19:45:45.212Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-09T19:45:45.212Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-09T19:45:45.212Z] spire-1.2.1/conf/server/server.conf [2022-05-09T19:45:45.212Z] spire-1.2.1/conf/server/server_full.conf [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/ [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/SPIRE101.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/auditlog.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/images/ [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-09T19:45:45.212Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/scaling_spire.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/spire_agent.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/spire_server.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/supported_integrations.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/telemetry.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/telemetry_config.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/upgrading.md [2022-05-09T19:45:45.490Z] spire-1.2.1/doc/using_spire.md [2022-05-09T19:45:45.490Z] spire-1.2.1/examples/ [2022-05-09T19:45:45.490Z] spire-1.2.1/examples/README.md [2022-05-09T19:45:45.490Z] spire-1.2.1/go.mod [2022-05-09T19:45:45.490Z] spire-1.2.1/go.sum [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/agent.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/client/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/common/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/config.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-09T19:45:45.490Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/svid/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/names.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/auth/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cli/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-09T19:45:45.491Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-09T19:45:45.492Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-09T19:45:45.767Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-09T19:45:45.767Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-09T19:45:45.767Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-09T19:45:45.767Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-09T19:45:45.767Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-09T19:45:45.767Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-09T19:45:45.767Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-09T19:45:45.767Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-09T19:45:45.767Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/health/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/health/config.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/health/context.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/health/health.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/idutil/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/log/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/log/log.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/log/options.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/profiling/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/selector/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/uptime/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/util/ [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-09T19:45:45.768Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/util/task.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/version/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/version/version.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/x509util/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/api.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/health/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/id.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/status.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/bundle/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/ca/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/cache/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/catalog/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/config.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/datastore/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-09T19:45:45.769Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-09T19:45:46.049Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-09T19:45:46.050Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/registration/ [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/server.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/server_test.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/svid/ [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-09T19:45:46.051Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/ [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/private/ [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/private/server/ [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/private/server/journal/ [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/ [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/common/ [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/plugin/ [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-09T19:45:46.051Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-09T19:45:46.327Z] spire-1.2.1/release/ [2022-05-09T19:45:46.327Z] spire-1.2.1/release/spire-extras/ [2022-05-09T19:45:46.327Z] spire-1.2.1/release/spire-extras/README.md [2022-05-09T19:45:46.327Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-09T19:45:46.327Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-09T19:45:46.327Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-09T19:45:46.327Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-09T19:45:46.327Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-09T19:45:46.327Z] spire-1.2.1/release/spire/ [2022-05-09T19:45:46.327Z] spire-1.2.1/release/spire/README.md [2022-05-09T19:45:46.327Z] spire-1.2.1/release/spire/conf/ [2022-05-09T19:45:46.327Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-09T19:45:46.327Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-09T19:45:46.327Z] spire-1.2.1/release/spire/conf/server/ [2022-05-09T19:45:46.327Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-09T19:45:46.327Z] spire-1.2.1/script/ [2022-05-09T19:45:46.327Z] spire-1.2.1/script/build-artifact.sh [2022-05-09T19:45:46.327Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-09T19:45:46.327Z] spire-1.2.1/support/ [2022-05-09T19:45:46.327Z] spire-1.2.1/support/k8s/ [2022-05-09T19:45:46.327Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-09T19:45:46.327Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-09T19:45:46.327Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-09T19:45:46.328Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-09T19:45:46.328Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-09T19:45:46.328Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/clock/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/clock/clock.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/fixture.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/registration/ [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-09T19:45:46.328Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-09T19:45:46.329Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-09T19:45:46.329Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/README.md [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/common [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-09T19:45:46.329Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-09T19:45:46.606Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-09T19:45:46.607Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/test-one.sh [2022-05-09T19:45:46.608Z] spire-1.2.1/test/integration/test.sh [2022-05-09T19:45:46.608Z] spire-1.2.1/test/plugintest/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/plugintest/config.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/plugintest/load.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/plugintest/option.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/spiretest/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/spiretest/dir.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/spiretest/logs.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/spiretest/suite.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/spiretest/x509.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/testca/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/testca/ca.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/testkey/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/testkey/generate.sh [2022-05-09T19:45:46.608Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/testkey/keys.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/testkey/new.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/tpmsimulator/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/util/ [2022-05-09T19:45:46.608Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/util/cert_generation.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/util/io_redirection.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/util/race.go [2022-05-09T19:45:46.608Z] spire-1.2.1/test/util/util.go [2022-05-09T19:45:46.608Z] building spire from source... [2022-05-09T19:45:47.209Z] Installing go1.17.7... [2022-05-09T19:45:57.411Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-09T19:45:57.412Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-09T19:45:57.412Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-09T19:45:57.412Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-09T19:45:59.413Z] Removing intermediate container dc05dd3d25f4 [2022-05-09T19:45:59.413Z] ---> 3363ed7f1740 [2022-05-09T19:45:59.413Z] [2022-05-09T19:45:59.413Z] Step 10/22 : FROM alpine:3.14 [2022-05-09T19:45:59.413Z] ---> ac73e934f311 [2022-05-09T19:45:59.413Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-05-09T19:45:59.688Z] ---> Running in 38ba7f64cf92 [2022-05-09T19:46:01.705Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-09T19:46:01.985Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-09T19:46:02.977Z] (1/2) Installing ca-certificates (20211220-r0) [2022-05-09T19:46:03.254Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-05-09T19:46:03.254Z] Executing busybox-1.33.1-r7.trigger [2022-05-09T19:46:03.254Z] Executing ca-certificates-20211220-r0.trigger [2022-05-09T19:46:03.861Z] OK: 6 MiB in 16 packages [2022-05-09T19:46:06.525Z] Removing intermediate container 38ba7f64cf92 [2022-05-09T19:46:06.525Z] ---> ccb6e0f68a04 [2022-05-09T19:46:06.525Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-09T19:46:06.525Z] ---> Running in 3e25902483b6 [2022-05-09T19:46:06.805Z] Removing intermediate container 3e25902483b6 [2022-05-09T19:46:06.805Z] ---> f9a2e2bd5332 [2022-05-09T19:46:06.805Z] Step 13/22 : ENV APP_PORT=59860 [2022-05-09T19:46:07.080Z] ---> Running in 7f473f2eff10 [2022-05-09T19:46:07.681Z] Removing intermediate container 7f473f2eff10 [2022-05-09T19:46:07.681Z] ---> 8f9259dfd4c2 [2022-05-09T19:46:07.681Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-09T19:46:07.681Z] ---> Running in 7042954669c3 [2022-05-09T19:46:08.302Z] Removing intermediate container 7042954669c3 [2022-05-09T19:46:08.302Z] ---> c60aba17fc9c [2022-05-09T19:46:08.302Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-09T19:46:09.754Z] ---> 56a6ed2e4239 [2022-05-09T19:46:09.754Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-05-09T19:46:12.392Z] ---> 66dcc87390f5 [2022-05-09T19:46:12.393Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-05-09T19:46:13.383Z] ---> e8ede4e9e042 [2022-05-09T19:46:13.384Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-05-09T19:46:13.384Z] ---> Running in ef8b1ccf06d6 [2022-05-09T19:46:13.980Z] Removing intermediate container ef8b1ccf06d6 [2022-05-09T19:46:13.980Z] ---> 1daf84da07ed [2022-05-09T19:46:13.980Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T19:46:13.980Z] ---> Running in a2aab98e9fe9 [2022-05-09T19:46:14.600Z] Removing intermediate container a2aab98e9fe9 [2022-05-09T19:46:14.600Z] ---> c3ac27310c8d [2022-05-09T19:46:14.600Z] Step 20/22 : LABEL arch=arm64 [2022-05-09T19:46:14.600Z] ---> Running in e949b584c15c [2022-05-09T19:46:15.200Z] Removing intermediate container e949b584c15c [2022-05-09T19:46:15.201Z] ---> ab2cae3a0f94 [2022-05-09T19:46:15.201Z] Step 21/22 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:46:15.483Z] ---> Running in f5b5f49c2384 [2022-05-09T19:46:16.096Z] Removing intermediate container f5b5f49c2384 [2022-05-09T19:46:16.096Z] ---> 337fee157772 [2022-05-09T19:46:16.096Z] Step 22/22 : LABEL version=0.0.0 [2022-05-09T19:46:16.096Z] ---> Running in 355fff1231b5 [2022-05-09T19:46:17.082Z] Removing intermediate container 355fff1231b5 [2022-05-09T19:46:17.082Z] ---> 8d4d3abb1be2 [2022-05-09T19:46:17.082Z] [2022-05-09T19:46:17.356Z] Successfully built 8d4d3abb1be2 [2022-05-09T19:46:17.356Z] Successfully tagged support-notifications-arm64:latest [2022-05-09T19:46:17.952Z]  Building support-notifications ... done Building bin/spire-server... [2022-05-09T19:46:17.952Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-09T19:46:17.952Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-09T19:46:17.952Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-09T19:46:18.548Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-09T19:46:18.548Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-09T19:46:21.952Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-09T19:46:21.952Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-09T19:46:21.952Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-09T19:46:22.225Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-09T19:46:22.225Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-09T19:46:22.828Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-09T19:46:22.828Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-09T19:46:22.828Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-09T19:46:23.103Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-09T19:46:23.380Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-09T19:46:23.380Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-09T19:46:23.380Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-09T19:46:23.658Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-09T19:46:23.935Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-09T19:46:23.935Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-09T19:46:24.920Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-09T19:46:25.196Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-09T19:46:28.607Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-09T19:46:28.607Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-09T19:46:46.949Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-09T19:46:46.949Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-09T19:46:46.949Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-09T19:46:46.949Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-09T19:46:46.949Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-09T19:46:46.949Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-09T19:46:46.949Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-09T19:46:46.949Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-09T19:46:46.949Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-09T19:46:46.949Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-09T19:46:46.949Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-09T19:46:46.949Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-09T19:46:46.949Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-09T19:46:46.949Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-09T19:46:46.949Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-09T19:46:46.949Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-09T19:46:46.949Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-09T19:46:46.949Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-09T19:46:46.949Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-09T19:46:46.949Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-09T19:46:47.226Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-09T19:46:47.503Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-09T19:46:47.503Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-09T19:46:47.503Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-09T19:46:47.780Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-09T19:46:47.780Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-09T19:46:48.059Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-09T19:46:48.674Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-09T19:46:48.954Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-09T19:46:48.954Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-09T19:46:49.228Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-09T19:46:49.835Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-09T19:46:50.444Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-09T19:46:52.438Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-09T19:46:56.766Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-09T19:46:56.766Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-09T19:46:56.766Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-09T19:46:56.766Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-09T19:47:15.111Z] go: downloading google.golang.org/api v0.70.0 [2022-05-09T19:47:15.111Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-09T19:47:15.111Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-09T19:47:15.111Z] go: downloading k8s.io/api v0.23.4 [2022-05-09T19:47:25.298Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-09T19:47:25.298Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-09T19:47:26.744Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-09T19:47:28.733Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-09T19:47:29.011Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-09T19:47:51.229Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-09T19:47:51.229Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-09T19:47:51.229Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-09T19:47:51.229Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-09T19:47:51.507Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-09T19:47:51.507Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-09T19:47:51.782Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-09T19:47:52.768Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-09T19:47:52.768Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-09T19:47:53.047Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-09T19:47:53.047Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-09T19:47:53.322Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-09T19:47:53.600Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-09T19:47:53.600Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-09T19:47:53.876Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-09T19:47:55.191Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-09T19:47:55.672Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-09T19:47:55.961Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-09T19:47:55.961Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-09T19:47:56.236Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-09T19:47:56.514Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-09T19:48:02.083Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-09T19:48:02.686Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-09T19:48:02.962Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-09T19:48:02.962Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-09T19:48:03.565Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-09T19:48:03.565Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-09T19:48:03.565Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-09T19:48:04.556Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-09T19:48:05.157Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-09T19:48:05.434Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-09T19:48:05.711Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-09T19:48:05.711Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-09T19:48:05.987Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-09T19:48:05.988Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-09T19:48:05.988Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-09T19:48:05.988Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-09T19:48:06.265Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-09T19:48:06.542Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-09T19:48:06.542Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-09T19:48:06.542Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-09T19:48:06.817Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-09T19:48:07.806Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-09T19:48:07.806Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-09T19:48:08.080Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-09T19:48:08.356Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-09T19:48:08.356Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-09T19:48:09.790Z] go: downloading go.opencensus.io v0.23.0 [2022-05-09T19:48:10.772Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-09T19:48:10.772Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-09T19:48:10.772Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-09T19:48:11.048Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-09T19:48:11.324Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-09T19:48:11.599Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-09T19:48:13.584Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-09T19:48:13.584Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-09T19:48:13.861Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-09T19:48:15.868Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-09T19:48:15.868Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-09T19:48:16.146Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-09T19:48:16.423Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-09T19:48:16.423Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-09T19:48:17.030Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-09T19:48:17.030Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-09T19:48:17.307Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-09T19:48:17.307Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-09T19:48:17.585Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-09T19:48:17.585Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-09T19:48:17.864Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-09T19:48:26.172Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-09T19:48:26.172Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-09T19:48:26.172Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-09T19:48:26.172Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-09T19:48:53.004Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-09T19:48:53.004Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-09T19:49:40.010Z] Removing intermediate container 03128967bd0c [2022-05-09T19:49:40.010Z] ---> 1fe45f5b5260 [2022-05-09T19:49:40.010Z] [2022-05-09T19:49:40.010Z] Step 10/23 : FROM alpine:3.14 [2022-05-09T19:49:40.010Z] ---> ac73e934f311 [2022-05-09T19:49:40.010Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-09T19:49:40.010Z] ---> Using cache [2022-05-09T19:49:40.010Z] ---> 7e8aa62dc161 [2022-05-09T19:49:40.010Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-09T19:49:40.010Z] ---> Using cache [2022-05-09T19:49:40.010Z] ---> c881831a8881 [2022-05-09T19:49:40.010Z] Step 13/23 : ENV APP_PORT=59881 [2022-05-09T19:49:40.010Z] ---> Running in 6733d147707a [2022-05-09T19:49:40.010Z] Removing intermediate container 6733d147707a [2022-05-09T19:49:40.010Z] ---> ae935321852b [2022-05-09T19:49:40.010Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-09T19:49:40.010Z] ---> Running in c4f3e6169855 [2022-05-09T19:49:40.010Z] Removing intermediate container c4f3e6169855 [2022-05-09T19:49:40.010Z] ---> 3700acd3f199 [2022-05-09T19:49:40.010Z] Step 15/23 : WORKDIR / [2022-05-09T19:49:40.010Z] ---> Running in 04ef69ec4031 [2022-05-09T19:49:40.294Z] Removing intermediate container 04ef69ec4031 [2022-05-09T19:49:40.294Z] ---> bee9049ecf82 [2022-05-09T19:49:40.294Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-09T19:49:41.280Z] ---> a3671d2f5467 [2022-05-09T19:49:41.280Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-05-09T19:49:43.280Z] ---> 07907f9f2f61 [2022-05-09T19:49:43.280Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-05-09T19:49:43.891Z] ---> 3c42e025754e [2022-05-09T19:49:43.891Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-05-09T19:49:44.171Z] ---> Running in 4789a9efcf3b [2022-05-09T19:49:44.776Z] Removing intermediate container 4789a9efcf3b [2022-05-09T19:49:44.776Z] ---> d6a0ba39b011 [2022-05-09T19:49:44.776Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T19:49:44.776Z] ---> Running in e7ff79eca7f0 [2022-05-09T19:49:45.380Z] Removing intermediate container e7ff79eca7f0 [2022-05-09T19:49:45.380Z] ---> 61b3459133bc [2022-05-09T19:49:45.380Z] Step 21/23 : LABEL arch=arm64 [2022-05-09T19:49:45.656Z] ---> Running in 7b53a9e2e737 [2022-05-09T19:49:46.266Z] Removing intermediate container 7b53a9e2e737 [2022-05-09T19:49:46.266Z] ---> 8c33daf3445a [2022-05-09T19:49:46.266Z] Step 22/23 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T19:49:46.266Z] ---> Running in b48a5b6f7d18 [2022-05-09T19:49:46.874Z] Removing intermediate container b48a5b6f7d18 [2022-05-09T19:49:46.874Z] ---> fd7869e41143 [2022-05-09T19:49:46.874Z] Step 23/23 : LABEL version=0.0.0 [2022-05-09T19:49:47.150Z] ---> Running in 10e3c23e105a [2022-05-09T19:49:47.766Z] Removing intermediate container 10e3c23e105a [2022-05-09T19:49:47.766Z] ---> f044bc4a86f3 [2022-05-09T19:49:47.766Z] [2022-05-09T19:49:48.044Z] Successfully built f044bc4a86f3 [2022-05-09T19:49:48.044Z] Successfully tagged core-metadata-arm64:latest [2022-05-09T20:12:42.357Z]  Building core-metadata ... done Building bin/spire-agent... [2022-05-09T20:12:42.357Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-09T20:12:42.357Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-09T20:12:42.357Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-09T20:12:42.357Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-09T20:12:42.357Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-09T20:12:42.357Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-09T20:12:42.357Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-09T20:12:42.357Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-09T20:12:42.357Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-09T20:12:42.357Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-09T20:12:42.357Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-09T20:12:42.357Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-09T20:12:42.357Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-09T20:15:49.433Z] Building bin/spire-agent... [2022-05-09T20:15:49.433Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-09T20:15:49.433Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-09T20:15:49.433Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-09T20:15:49.433Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-09T20:15:49.433Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-09T20:15:49.433Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-09T20:15:49.433Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-09T20:15:49.433Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-09T20:15:49.433Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-09T20:15:49.433Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-09T20:15:49.433Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-09T20:15:49.433Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-09T20:15:49.433Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-09T20:17:26.334Z] Building bin/spire-agent... [2022-05-09T20:17:26.334Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-09T20:17:26.334Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-09T20:17:26.334Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-09T20:17:26.334Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-09T20:17:26.334Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-09T20:17:26.334Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-09T20:17:26.334Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-09T20:17:26.334Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-09T20:17:26.334Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-09T20:17:26.334Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-09T20:17:26.334Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-09T20:17:26.334Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-09T20:17:26.334Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-09T20:18:34.456Z] Removing intermediate container 45dec61ce935 [2022-05-09T20:18:34.456Z] ---> 4454cefa3659 [2022-05-09T20:18:34.456Z] [2022-05-09T20:18:34.456Z] Step 13/26 : FROM alpine:3.15 [2022-05-09T20:18:34.456Z] ---> 3fb3c9af89a9 [2022-05-09T20:18:34.456Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-09T20:18:34.456Z] ---> Using cache [2022-05-09T20:18:34.456Z] ---> d2d1a3d4f6fd [2022-05-09T20:18:34.456Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T20:18:34.456Z] ---> Using cache [2022-05-09T20:18:34.456Z] ---> 1bdae3d66d26 [2022-05-09T20:18:34.456Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-09T20:18:34.456Z] ---> Running in 5df08c3aa599 [2022-05-09T20:18:34.456Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T20:18:34.456Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T20:18:34.456Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-09T20:18:34.456Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-09T20:18:34.456Z] OK: 15732 distinct packages available [2022-05-09T20:18:34.456Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T20:18:34.456Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T20:18:35.063Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-05-09T20:18:35.063Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-05-09T20:18:35.063Z] (3/5) Installing libucontext (1.1-r0) [2022-05-09T20:18:35.063Z] (4/5) Installing gcompat (1.0.0-r4) [2022-05-09T20:18:35.346Z] (5/5) Installing openssl (1.1.1n-r0) [2022-05-09T20:18:35.346Z] Executing busybox-1.34.1-r5.trigger [2022-05-09T20:18:35.821Z] OK: 6 MiB in 19 packages [2022-05-09T20:18:38.786Z] Removing intermediate container 5df08c3aa599 [2022-05-09T20:18:38.786Z] ---> 9d878e403dc9 [2022-05-09T20:18:38.786Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-05-09T20:18:47.280Z] ---> 91fdfa64cab4 [2022-05-09T20:18:47.280Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-09T20:18:57.534Z] ---> fc28eb6d0d74 [2022-05-09T20:18:57.534Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-05-09T20:18:57.534Z] ---> 04b445009ec7 [2022-05-09T20:18:57.534Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-05-09T20:18:58.990Z] ---> 86366d9fa665 [2022-05-09T20:18:58.990Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-05-09T20:19:00.460Z] ---> 966ae47e31e3 [2022-05-09T20:19:00.460Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-09T20:19:00.460Z] ---> Running in ce52ff4668d0 [2022-05-09T20:19:01.079Z] Removing intermediate container ce52ff4668d0 [2022-05-09T20:19:01.079Z] ---> 6f5dbb26d39b [2022-05-09T20:19:01.079Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-09T20:19:01.363Z] ---> Running in ac0694951405 [2022-05-09T20:19:01.974Z] Removing intermediate container ac0694951405 [2022-05-09T20:19:01.974Z] ---> 8c76ced5190a [2022-05-09T20:19:01.974Z] Step 24/26 : LABEL arch=arm64 [2022-05-09T20:19:02.254Z] ---> Running in 24205073347f [2022-05-09T20:19:02.863Z] Removing intermediate container 24205073347f [2022-05-09T20:19:02.863Z] ---> 1170cfaaea35 [2022-05-09T20:19:02.863Z] Step 25/26 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T20:19:02.863Z] ---> Running in fa7a70f622e4 [2022-05-09T20:19:03.472Z] Removing intermediate container fa7a70f622e4 [2022-05-09T20:19:03.472Z] ---> 6fc57b196d2c [2022-05-09T20:19:03.472Z] Step 26/26 : LABEL version=0.0.0 [2022-05-09T20:19:03.755Z] ---> Running in 3c16569b7dec [2022-05-09T20:19:04.381Z] Removing intermediate container 3c16569b7dec [2022-05-09T20:19:04.381Z] ---> 383843721a8f [2022-05-09T20:19:04.381Z] [2022-05-09T20:19:04.658Z] Successfully built 383843721a8f [2022-05-09T20:19:04.658Z] Successfully tagged security-spire-agent-arm64:latest [2022-05-09T20:21:41.948Z]  Building security-spire-agent ... done Removing intermediate container 70a6497ea537 [2022-05-09T20:21:41.948Z] ---> b6e6d83dab28 [2022-05-09T20:21:41.948Z] [2022-05-09T20:21:41.948Z] Step 13/25 : FROM alpine:3.15 [2022-05-09T20:21:41.948Z] ---> 3fb3c9af89a9 [2022-05-09T20:21:41.948Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-09T20:21:41.948Z] ---> Using cache [2022-05-09T20:21:41.948Z] ---> d2d1a3d4f6fd [2022-05-09T20:21:41.948Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T20:21:41.948Z] ---> Using cache [2022-05-09T20:21:41.948Z] ---> 1bdae3d66d26 [2022-05-09T20:21:41.948Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-09T20:21:41.948Z] ---> Using cache [2022-05-09T20:21:41.948Z] ---> 9d878e403dc9 [2022-05-09T20:21:41.948Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-09T20:21:42.546Z] ---> e750ea929b89 [2022-05-09T20:21:42.546Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-05-09T20:21:43.530Z] ---> daa059f57c24 [2022-05-09T20:21:43.530Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-05-09T20:21:44.129Z] ---> d165747fabfa [2022-05-09T20:21:44.129Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-05-09T20:21:45.109Z] ---> 86689e12746e [2022-05-09T20:21:45.109Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-09T20:21:45.109Z] ---> Running in b07781965ca9 [2022-05-09T20:21:45.393Z] Removing intermediate container b07781965ca9 [2022-05-09T20:21:45.393Z] ---> 03baa812221e [2022-05-09T20:21:45.393Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-09T20:21:45.669Z] ---> Running in 8fdda11bb503 [2022-05-09T20:21:45.945Z] Removing intermediate container 8fdda11bb503 [2022-05-09T20:21:45.945Z] ---> 07cdfe15d3d9 [2022-05-09T20:21:45.945Z] Step 23/25 : LABEL arch=arm64 [2022-05-09T20:21:46.219Z] ---> Running in 7a50bca82e17 [2022-05-09T20:21:46.817Z] Removing intermediate container 7a50bca82e17 [2022-05-09T20:21:46.817Z] ---> 70de343e67ae [2022-05-09T20:21:46.817Z] Step 24/25 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T20:21:46.817Z] ---> Running in acc17e70baa3 [2022-05-09T20:21:47.414Z] Removing intermediate container acc17e70baa3 [2022-05-09T20:21:47.414Z] ---> a11c5369a1e9 [2022-05-09T20:21:47.414Z] Step 25/25 : LABEL version=0.0.0 [2022-05-09T20:21:47.414Z] ---> Running in 71eec7fc3eb8 [2022-05-09T20:21:48.013Z] Removing intermediate container 71eec7fc3eb8 [2022-05-09T20:21:48.013Z] ---> 70e124127fe6 [2022-05-09T20:21:48.013Z] [2022-05-09T20:21:48.291Z] Successfully built 70e124127fe6 [2022-05-09T20:21:48.291Z] Successfully tagged security-spire-server-arm64:latest [2022-05-09T20:22:20.996Z]  Building security-spire-server ... done Removing intermediate container 5b266c2f8189 [2022-05-09T20:22:20.996Z] ---> 9f30103a3651 [2022-05-09T20:22:20.996Z] [2022-05-09T20:22:20.996Z] Step 13/26 : FROM alpine:3.15 [2022-05-09T20:22:20.996Z] ---> 3fb3c9af89a9 [2022-05-09T20:22:20.996Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-09T20:22:20.996Z] ---> Using cache [2022-05-09T20:22:20.996Z] ---> d2d1a3d4f6fd [2022-05-09T20:22:20.996Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T20:22:20.996Z] ---> Using cache [2022-05-09T20:22:20.996Z] ---> 1bdae3d66d26 [2022-05-09T20:22:20.996Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-05-09T20:22:20.996Z] ---> Running in b8e5bd09dba0 [2022-05-09T20:22:20.996Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T20:22:20.996Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T20:22:20.996Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-09T20:22:20.996Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-09T20:22:20.996Z] OK: 15732 distinct packages available [2022-05-09T20:22:20.996Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T20:22:21.593Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T20:22:22.572Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-05-09T20:22:22.572Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-05-09T20:22:22.572Z] (3/4) Installing libucontext (1.1-r0) [2022-05-09T20:22:22.572Z] (4/4) Installing gcompat (1.0.0-r4) [2022-05-09T20:22:22.844Z] Executing busybox-1.34.1-r5.trigger [2022-05-09T20:22:22.844Z] OK: 6 MiB in 18 packages [2022-05-09T20:22:23.832Z] Removing intermediate container b8e5bd09dba0 [2022-05-09T20:22:23.832Z] ---> 1c8655d14e70 [2022-05-09T20:22:23.832Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-09T20:22:27.218Z] ---> 05024e1879c3 [2022-05-09T20:22:27.218Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-05-09T20:22:27.816Z] ---> 3f47f20b9b03 [2022-05-09T20:22:27.816Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-05-09T20:22:28.092Z] ---> Running in af1a7fee8235 [2022-05-09T20:22:28.365Z] Removing intermediate container af1a7fee8235 [2022-05-09T20:22:28.365Z] ---> 4442758ebad8 [2022-05-09T20:22:28.365Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-05-09T20:22:28.961Z] ---> 1ea9b733e8b9 [2022-05-09T20:22:28.961Z] Step 21/26 : WORKDIR / [2022-05-09T20:22:29.237Z] ---> Running in 1b86a0eba6f4 [2022-05-09T20:22:29.508Z] Removing intermediate container 1b86a0eba6f4 [2022-05-09T20:22:29.509Z] ---> 1784bc8eaf77 [2022-05-09T20:22:29.509Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-09T20:22:29.509Z] ---> Running in 796ee5102f89 [2022-05-09T20:22:29.782Z] Removing intermediate container 796ee5102f89 [2022-05-09T20:22:29.782Z] ---> e6b7ad0e24fd [2022-05-09T20:22:29.782Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-09T20:22:30.055Z] ---> Running in bd448c0d7f20 [2022-05-09T20:22:30.330Z] Removing intermediate container bd448c0d7f20 [2022-05-09T20:22:30.330Z] ---> 4a32c7e63a63 [2022-05-09T20:22:30.330Z] Step 24/26 : LABEL arch=arm64 [2022-05-09T20:22:30.330Z] ---> Running in 798cf30a350f [2022-05-09T20:22:30.605Z] Removing intermediate container 798cf30a350f [2022-05-09T20:22:30.605Z] ---> 14391b8129d1 [2022-05-09T20:22:30.605Z] Step 25/26 : LABEL git_sha=27ecde23e7e7c232c519b7432af4c55c27796c68 [2022-05-09T20:22:30.878Z] ---> Running in 1878cbc7b16d [2022-05-09T20:22:31.150Z] Removing intermediate container 1878cbc7b16d [2022-05-09T20:22:31.150Z] ---> faf7e615005d [2022-05-09T20:22:31.150Z] Step 26/26 : LABEL version=0.0.0 [2022-05-09T20:22:31.150Z] ---> Running in 95a92e281b5c [2022-05-09T20:22:31.425Z] Removing intermediate container 95a92e281b5c [2022-05-09T20:22:31.425Z] ---> 0a982ecc3ee3 [2022-05-09T20:22:31.425Z] [2022-05-09T20:22:31.700Z] Successfully built 0a982ecc3ee3 [2022-05-09T20:22:31.700Z] Successfully tagged security-spire-config-arm64:latest [2022-05-09T20:22:31.700Z]  Building security-spire-config ... done  [2022-05-09T20:22:31.700Z] ERROR: for core-data (, "The command '/bin/sh -c apk add --update --no-cache zeromq dumb-init' returned a non-zero code: 2") [2022-05-09T20:22:31.700Z] Service 'core-data' failed to build: The command '/bin/sh -c apk add --update --no-cache zeromq dumb-init' returned a non-zero code: 2 [Pipeline] } [2022-05-09T20:22:32.332Z] $ docker stop --time=1 32a620bc49e9167db35f85649e503c18992a3f3687012a4ac5174b132433c9ab [2022-05-09T20:22:34.060Z] $ docker rm -f 32a620bc49e9167db35f85649e503c18992a3f3687012a4ac5174b132433c9ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-09T20:22:35.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-09T20:22:35.187Z] [2022-05-09T20:22:35.187Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-09T20:22:35.569Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-09T20:22:35.843Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-09T20:22:35.843Z] 8998bd30e6a1: Pulling fs layer [2022-05-09T20:22:35.843Z] 04944245beec: Pulling fs layer [2022-05-09T20:22:35.843Z] 699f458cf7ca: Pulling fs layer [2022-05-09T20:22:35.843Z] 765212b225bb: Pulling fs layer [2022-05-09T20:22:35.843Z] f23df028b6ca: Pulling fs layer [2022-05-09T20:22:35.843Z] d65c8cfc05b1: Pulling fs layer [2022-05-09T20:22:35.843Z] 2437ff75d9bd: Pulling fs layer [2022-05-09T20:22:35.843Z] f23df028b6ca: Waiting [2022-05-09T20:22:35.843Z] 765212b225bb: Waiting [2022-05-09T20:22:35.843Z] 2437ff75d9bd: Waiting [2022-05-09T20:22:35.843Z] d65c8cfc05b1: Waiting [2022-05-09T20:22:35.843Z] 04944245beec: Verifying Checksum [2022-05-09T20:22:35.843Z] 04944245beec: Download complete [2022-05-09T20:22:35.843Z] 765212b225bb: Verifying Checksum [2022-05-09T20:22:35.843Z] 765212b225bb: Download complete [2022-05-09T20:22:35.843Z] f23df028b6ca: Verifying Checksum [2022-05-09T20:22:35.843Z] f23df028b6ca: Download complete [2022-05-09T20:22:35.843Z] d65c8cfc05b1: Verifying Checksum [2022-05-09T20:22:35.843Z] d65c8cfc05b1: Download complete [2022-05-09T20:22:36.116Z] 699f458cf7ca: Verifying Checksum [2022-05-09T20:22:36.116Z] 699f458cf7ca: Download complete [2022-05-09T20:22:36.715Z] 8998bd30e6a1: Verifying Checksum [2022-05-09T20:22:36.715Z] 8998bd30e6a1: Download complete [2022-05-09T20:22:39.337Z] 2437ff75d9bd: Verifying Checksum [2022-05-09T20:22:39.337Z] 2437ff75d9bd: Download complete [2022-05-09T20:22:41.314Z] 8998bd30e6a1: Pull complete [2022-05-09T20:22:41.592Z] 04944245beec: Pull complete [2022-05-09T20:22:43.570Z] 699f458cf7ca: Pull complete [2022-05-09T20:22:43.570Z] 765212b225bb: Pull complete [2022-05-09T20:22:44.552Z] f23df028b6ca: Pull complete [2022-05-09T20:22:44.825Z] d65c8cfc05b1: Pull complete [2022-05-09T20:23:03.127Z] 2437ff75d9bd: Pull complete [2022-05-09T20:23:03.127Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-09T20:23:03.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-09T20:23:03.127Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-09T20:23:03.368Z] prd-ubuntu20.04-docker-arm64-4c-16g-42229 does not seem to be running inside a container [2022-05-09T20:23:03.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-05-09T20:23:06.218Z] $ docker top 692d198e32069c3f8a95e1a3622dc1ca5857881054732c850ccf5a4ce57d9a80 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-09T20:23:07.228Z] ---> job-cost.sh [2022-05-09T20:23:07.228Z] lf-activate-venv: SKIPPING [2022-05-09T20:23:07.228Z] INFO: No Stack... [2022-05-09T20:23:07.821Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-09T20:23:08.794Z] INFO: Archiving Costs [Pipeline] sh [2022-05-09T20:23:09.481Z] + cut -d, -f6 [2022-05-09T20:23:09.481Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2022-05-09T20:23:09.533Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4012-1-stack-cost] [2022-05-09T20:23:09.538Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4012-1-stack-cost] did not exist. Created. [2022-05-09T20:23:09.538Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4012-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-09T20:23:10.283Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-09T20:23:10.501Z] Stashed 1 file(s) [Pipeline] } [2022-05-09T20:23:10.515Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4012-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-09T20:23:10.573Z] $ docker stop --time=1 692d198e32069c3f8a95e1a3622dc1ca5857881054732c850ccf5a4ce57d9a80 [2022-05-09T20:23:12.111Z] $ docker rm -f 692d198e32069c3f8a95e1a3622dc1ca5857881054732c850ccf5a4ce57d9a80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-09T20:23:12.881Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-05-09T20:23:14.406Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-05-09T20:23:14.743Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-09T20:23:15.656Z] ---> package-listing.sh [2022-05-09T20:23:15.656Z] ++ facter osfamily [2022-05-09T20:23:15.656Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-09T20:23:15.918Z] + OS_FAMILY=debian [2022-05-09T20:23:15.918Z] + workspace=/w/workspace/edgex-go/1 [2022-05-09T20:23:15.918Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-09T20:23:15.918Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-09T20:23:15.918Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-09T20:23:15.918Z] + PACKAGES=/tmp/packages_start.txt [2022-05-09T20:23:15.918Z] + '[' /w/workspace/edgex-go/1 ']' [2022-05-09T20:23:15.918Z] + PACKAGES=/tmp/packages_end.txt [2022-05-09T20:23:15.918Z] + case "${OS_FAMILY}" in [2022-05-09T20:23:15.918Z] + dpkg -l [2022-05-09T20:23:15.918Z] + grep '^ii' [2022-05-09T20:23:15.918Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-09T20:23:15.918Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-09T20:23:15.918Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-09T20:23:15.918Z] + '[' /w/workspace/edgex-go/1 ']' [2022-05-09T20:23:15.918Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-05-09T20:23:15.918Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-05-09T20:23:15.952Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-09T20:23:16.248Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-09T20:23:16.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-09T20:23:16.842Z] [2022-05-09T20:23:16.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-09T20:23:17.184Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-09T20:23:17.185Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-09T20:23:17.185Z] 5eb5b503b376: Pulling fs layer [2022-05-09T20:23:17.185Z] 5c69ac0246d0: Pulling fs layer [2022-05-09T20:23:17.185Z] ec43610c2a17: Pulling fs layer [2022-05-09T20:23:17.185Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-09T20:23:17.185Z] 33b1e0a273af: Pulling fs layer [2022-05-09T20:23:17.185Z] 5d3b04190fa2: Pulling fs layer [2022-05-09T20:23:17.185Z] 2f39f015ded8: Pulling fs layer [2022-05-09T20:23:17.185Z] 5d3b04190fa2: Waiting [2022-05-09T20:23:17.185Z] 3a2ae6a8a46f: Waiting [2022-05-09T20:23:17.185Z] 2f39f015ded8: Waiting [2022-05-09T20:23:17.185Z] 33b1e0a273af: Waiting [2022-05-09T20:23:17.185Z] 5c69ac0246d0: Verifying Checksum [2022-05-09T20:23:17.185Z] 5c69ac0246d0: Download complete [2022-05-09T20:23:17.185Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-09T20:23:17.185Z] 3a2ae6a8a46f: Download complete [2022-05-09T20:23:17.185Z] 33b1e0a273af: Verifying Checksum [2022-05-09T20:23:17.185Z] ec43610c2a17: Verifying Checksum [2022-05-09T20:23:17.185Z] ec43610c2a17: Download complete [2022-05-09T20:23:17.185Z] 5d3b04190fa2: Verifying Checksum [2022-05-09T20:23:17.185Z] 5d3b04190fa2: Download complete [2022-05-09T20:23:17.444Z] 5eb5b503b376: Verifying Checksum [2022-05-09T20:23:17.444Z] 5eb5b503b376: Download complete [2022-05-09T20:23:18.012Z] 2f39f015ded8: Download complete [2022-05-09T20:23:18.615Z] 5eb5b503b376: Pull complete [2022-05-09T20:23:18.876Z] 5c69ac0246d0: Pull complete [2022-05-09T20:23:19.139Z] ec43610c2a17: Pull complete [2022-05-09T20:23:19.398Z] 3a2ae6a8a46f: Pull complete [2022-05-09T20:23:19.659Z] 33b1e0a273af: Pull complete [2022-05-09T20:23:19.659Z] 5d3b04190fa2: Pull complete [2022-05-09T20:23:23.860Z] 2f39f015ded8: Pull complete [2022-05-09T20:23:23.860Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-09T20:23:23.860Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-09T20:23:23.860Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-09T20:23:23.959Z] prd-ubuntu20.04-docker-8c-8g-42150 does not seem to be running inside a container [2022-05-09T20:23:23.995Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-09T20:23:26.186Z] $ docker top e1f134fed95c860e78265cd46b5b8408f1c968818377a9e7cc5fbcee74c29474 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-09T20:23:26.595Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-09T20:23:26.913Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-09T20:23:27.226Z] + ls /var/log/sa-host [2022-05-09T20:23:27.226Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-09T20:23:27.380Z] provisioning config files... [2022-05-09T20:23:27.392Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5330029489713880080tmp [Pipeline] { [Pipeline] echo [2022-05-09T20:23:27.434Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-09T20:23:27.747Z] ---> create-netrc.sh [Pipeline] } [2022-05-09T20:23:27.776Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-09T20:23:28.170Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-09T20:23:28.201Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-09T20:23:28.514Z] ---> sudo-logs.sh [2022-05-09T20:23:28.514Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-09T20:23:28.596Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-09T20:23:28.910Z] ---> job-cost.sh [2022-05-09T20:23:28.910Z] lf-activate-venv: SKIPPING [2022-05-09T20:23:28.910Z] DEBUG: total: 0.2199999988079071 [2022-05-09T20:23:28.910Z] INFO: Retrieving Stack Cost... [2022-05-09T20:23:29.171Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-09T20:23:29.743Z] INFO: Archiving Costs [Pipeline] echo [2022-05-09T20:23:29.785Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-09T20:23:30.104Z] ---> logs-deploy.sh [2022-05-09T20:23:30.104Z] lf-activate-venv: SKIPPING [2022-05-09T20:23:30.104Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4012/1 [2022-05-09T20:23:30.104Z] INFO: archiving workspace using pattern(s): [2022-05-09T20:23:31.042Z] Archives upload complete. [2022-05-09T20:23:31.301Z] INFO: archiving logs to Nexus [2022-05-09T20:23:31.870Z] ---> uname -a: [2022-05-09T20:23:31.870Z] Linux prd-ubuntu20-04-docker-8c-8g-42150 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-05-09T20:23:31.870Z] [2022-05-09T20:23:31.870Z] [2022-05-09T20:23:31.870Z] ---> lscpu: [2022-05-09T20:23:31.870Z] Architecture: x86_64 [2022-05-09T20:23:31.870Z] CPU op-mode(s): 32-bit, 64-bit [2022-05-09T20:23:31.870Z] Byte Order: Little Endian [2022-05-09T20:23:31.870Z] Address sizes: 40 bits physical, 48 bits virtual [2022-05-09T20:23:31.870Z] CPU(s): 8 [2022-05-09T20:23:31.870Z] On-line CPU(s) list: 0-7 [2022-05-09T20:23:31.870Z] Thread(s) per core: 1 [2022-05-09T20:23:31.870Z] Core(s) per socket: 1 [2022-05-09T20:23:31.870Z] Socket(s): 8 [2022-05-09T20:23:31.870Z] NUMA node(s): 1 [2022-05-09T20:23:31.870Z] Vendor ID: AuthenticAMD [2022-05-09T20:23:31.870Z] CPU family: 23 [2022-05-09T20:23:31.870Z] Model: 49 [2022-05-09T20:23:31.870Z] Model name: AMD EPYC-Rome Processor [2022-05-09T20:23:31.870Z] Stepping: 0 [2022-05-09T20:23:31.870Z] CPU MHz: 2799.998 [2022-05-09T20:23:31.870Z] BogoMIPS: 5599.99 [2022-05-09T20:23:31.870Z] Virtualization: AMD-V [2022-05-09T20:23:31.870Z] Hypervisor vendor: KVM [2022-05-09T20:23:31.870Z] Virtualization type: full [2022-05-09T20:23:31.870Z] L1d cache: 256 KiB [2022-05-09T20:23:31.870Z] L1i cache: 256 KiB [2022-05-09T20:23:31.870Z] L2 cache: 4 MiB [2022-05-09T20:23:31.870Z] L3 cache: 128 MiB [2022-05-09T20:23:31.870Z] NUMA node0 CPU(s): 0-7 [2022-05-09T20:23:31.870Z] Vulnerability Itlb multihit: Not affected [2022-05-09T20:23:31.870Z] Vulnerability L1tf: Not affected [2022-05-09T20:23:31.870Z] Vulnerability Mds: Not affected [2022-05-09T20:23:31.870Z] Vulnerability Meltdown: Not affected [2022-05-09T20:23:31.870Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-05-09T20:23:31.870Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-05-09T20:23:31.870Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-05-09T20:23:31.870Z] Vulnerability Srbds: Not affected [2022-05-09T20:23:31.870Z] Vulnerability Tsx async abort: Not affected [2022-05-09T20:23:31.870Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-05-09T20:23:31.870Z] [2022-05-09T20:23:31.870Z] [2022-05-09T20:23:31.870Z] ---> nproc: [2022-05-09T20:23:31.870Z] 8 [2022-05-09T20:23:31.870Z] [2022-05-09T20:23:31.870Z] [2022-05-09T20:23:31.870Z] ---> df -h: [2022-05-09T20:23:31.870Z] Filesystem Size Used Avail Use% Mounted on [2022-05-09T20:23:31.870Z] overlay 155G 27G 128G 18% / [2022-05-09T20:23:31.870Z] tmpfs 64M 0 64M 0% /dev [2022-05-09T20:23:31.870Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-05-09T20:23:31.871Z] shm 64M 0 64M 0% /dev/shm [2022-05-09T20:23:31.871Z] /dev/vda1 155G 27G 128G 18% /facter-os [2022-05-09T20:23:31.871Z] [2022-05-09T20:23:31.871Z]