Pull request #189 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/ci-build-images Obtained Jenkinsfile from 8575537e11ba04bbfedb538823e3dc173bd9f708+066a52470c43edc983056563796aa29643293c1d (23ac5049fc00099160a0e8728fdf05d82d5ddee3) 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-ssh16462905971092016566.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-ssh5933883081331283206.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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/ci-build-images/branches/PR-189/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/ci-build-images/branches/PR-189/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh9168996625719996770.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/ci-build-images/branches/PR-189/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh10600454028317371528.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > 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-ssh17793600758871034016.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/ci-build-images/branches/PR-189/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/ci-build-images/branches/PR-189/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh17543094387857792930.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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 ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-spire-base, mavenSettings:ci-build-images-settings, dockerImageName:edgex-spire-base, dockerNamespace:edgex-devops, dockerNexusRepo:staging, dockerTags:[1.2.1], releaseBranchOverride:spiffe-spire] ========================================================= [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 ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: ci-build-images-settings PROJECT: edgex-spire-base USE_SEMVER: false DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-spire-base DOCKER_REGISTRY_NAMESPACE: edgex-devops DOCKER_NEXUS_REPO: staging DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-spire-base-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org RELEASE_BRANCH_OVERRIDE: spiffe-spire DOCKER_CUSTOM_TAGS: 1.2.1 [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-64529 in /w/workspace/exfoundry_ci-build-images_PR-189 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/ci-build-images.git > git init /w/workspace/exfoundry_ci-build-images_PR-189 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.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/ci-build-images.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/spiffe-spire commit 066a52470c43edc983056563796aa29643293c1d into PR head commit 8575537e11ba04bbfedb538823e3dc173bd9f708 Merge succeeded, producing 8575537e11ba04bbfedb538823e3dc173bd9f708 Checking out Revision 8575537e11ba04bbfedb538823e3dc173bd9f708 (PR-189) > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.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/ci-build-images.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/189/head:refs/remotes/origin/PR-189 +refs/heads/spiffe-spire:refs/remotes/origin/spiffe-spire # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8575537e11ba04bbfedb538823e3dc173bd9f708 # 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 066a52470c43edc983056563796aa29643293c1d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8575537e11ba04bbfedb538823e3dc173bd9f708 # timeout=10 Commit message: "ci: init new Spire image with pre-compiled binaries" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-24T21:42:49.781Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-24T21:42:49.921Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-24T21:42:50.003Z] ========================================================= [2022-05-24T21:42:50.003Z] EdgeX Global Pipelines Version Info [2022-05-24T21:42:50.003Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-24T21:42:51.176Z] ------------------- [2022-05-24T21:42:51.176Z] stable info: [2022-05-24T21:42:51.176Z] ------------------- [2022-05-24T21:42:51.176Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-24T21:42:51.176Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-24T21:42:51.176Z] Message: update stable to v1.0.230 [2022-05-24T21:42:51.438Z] ------------------- [2022-05-24T21:42:51.438Z] experimental info: [2022-05-24T21:42:51.438Z] ------------------- [2022-05-24T21:42:51.438Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-24T21:42:51.438Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-24T21:42:51.438Z] Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2022-05-24T21:42:51.773Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = ci-build-images-settings [Pipeline] echo [2022-05-24T21:42:51.808Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-spire-base [Pipeline] echo [2022-05-24T21:42:51.841Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo [2022-05-24T21:42:51.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-24T21:42:51.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-24T21:42:51.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-spire-base [Pipeline] echo [2022-05-24T21:42:51.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo [2022-05-24T21:42:52.033Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-24T21:42:52.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2022-05-24T21:42:52.100Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-24T21:42:52.141Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2022-05-24T21:42:52.175Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-spire-base-archive.tar.gz [Pipeline] echo [2022-05-24T21:42:52.210Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-24T21:42:52.245Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-24T21:42:52.283Z] [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = spiffe-spire [Pipeline] echo [2022-05-24T21:42:52.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 1.2.1 [Pipeline] echo [2022-05-24T21:42:52.357Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-189 [Pipeline] echo [2022-05-24T21:42:52.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-189 [Pipeline] echo [2022-05-24T21:42:52.437Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-189 [Pipeline] echo [2022-05-24T21:42:52.473Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8575537e11ba04bbfedb538823e3dc173bd9f708 [Pipeline] echo [2022-05-24T21:42:52.508Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8575537 [Pipeline] echo [2022-05-24T21:42:52.546Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-24T21:42:52.648Z] provisioning config files... [2022-05-24T21:42:52.664Z] copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-189@tmp/config4751200075454026395tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-24T21:42:53.016Z] ---> docker-login.sh [2022-05-24T21:42:53.016Z] nexus3.edgexfoundry.org:10001 [2022-05-24T21:42:53.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-24T21:42:53.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-24T21:42:53.278Z] Configure a credential helper to remove this warning. See [2022-05-24T21:42:53.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-24T21:42:53.278Z] [2022-05-24T21:42:53.278Z] Login Succeeded [2022-05-24T21:42:53.278Z] nexus3.edgexfoundry.org:10002 [2022-05-24T21:42:53.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-24T21:42:53.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-24T21:42:53.539Z] Configure a credential helper to remove this warning. See [2022-05-24T21:42:53.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-24T21:42:53.539Z] [2022-05-24T21:42:53.539Z] Login Succeeded [2022-05-24T21:42:53.539Z] nexus3.edgexfoundry.org:10003 [2022-05-24T21:42:53.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-24T21:42:53.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-24T21:42:53.539Z] Configure a credential helper to remove this warning. See [2022-05-24T21:42:53.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-24T21:42:53.539Z] [2022-05-24T21:42:53.539Z] Login Succeeded [2022-05-24T21:42:53.539Z] nexus3.edgexfoundry.org:10004 [2022-05-24T21:42:53.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-24T21:42:53.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-24T21:42:53.799Z] Configure a credential helper to remove this warning. See [2022-05-24T21:42:53.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-24T21:42:53.799Z] [2022-05-24T21:42:53.799Z] Login Succeeded [2022-05-24T21:42:53.799Z] docker.io [2022-05-24T21:42:53.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-24T21:42:54.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-24T21:42:54.379Z] Configure a credential helper to remove this warning. See [2022-05-24T21:42:54.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-24T21:42:54.379Z] [2022-05-24T21:42:54.379Z] Login Succeeded [2022-05-24T21:42:54.379Z] ---> docker-login.sh ends [Pipeline] } [2022-05-24T21:42:54.406Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [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] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-24T21:42:55.119Z] provisioning config files... [2022-05-24T21:42:55.129Z] copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-189@tmp/config5409418329294121076tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-24T21:42:55.470Z] ---> docker-login.sh [2022-05-24T21:42:55.470Z] nexus3.edgexfoundry.org:10001 [2022-05-24T21:42:55.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-24T21:42:55.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-24T21:42:55.470Z] Configure a credential helper to remove this warning. See [2022-05-24T21:42:55.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-24T21:42:55.470Z] [2022-05-24T21:42:55.470Z] Login Succeeded [2022-05-24T21:42:55.470Z] nexus3.edgexfoundry.org:10002 [2022-05-24T21:42:55.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-24T21:42:55.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-24T21:42:55.732Z] Configure a credential helper to remove this warning. See [2022-05-24T21:42:55.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-24T21:42:55.732Z] [2022-05-24T21:42:55.732Z] Login Succeeded [2022-05-24T21:42:55.732Z] nexus3.edgexfoundry.org:10003 [2022-05-24T21:42:55.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-24T21:42:55.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-24T21:42:55.732Z] Configure a credential helper to remove this warning. See [2022-05-24T21:42:55.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-24T21:42:55.732Z] [2022-05-24T21:42:55.732Z] Login Succeeded [2022-05-24T21:42:55.732Z] nexus3.edgexfoundry.org:10004 [2022-05-24T21:42:56.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-24T21:42:56.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-24T21:42:56.016Z] Configure a credential helper to remove this warning. See [2022-05-24T21:42:56.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-24T21:42:56.016Z] [2022-05-24T21:42:56.016Z] Login Succeeded [2022-05-24T21:42:56.016Z] docker.io [2022-05-24T21:42:56.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-24T21:42:56.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-24T21:42:56.277Z] Configure a credential helper to remove this warning. See [2022-05-24T21:42:56.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-24T21:42:56.277Z] [2022-05-24T21:42:56.277Z] Login Succeeded [2022-05-24T21:42:56.277Z] ---> docker-login.sh ends [Pipeline] } [2022-05-24T21:42:56.302Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-24T21:42:57.599Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-24T21:42:57.922Z] + ls -al . [2022-05-24T21:42:57.922Z] total 28 [2022-05-24T21:42:57.922Z] drwxrwxr-x 4 jenkins jenkins 4096 May 24 21:42 . [2022-05-24T21:42:57.922Z] drwxrwxr-x 4 jenkins jenkins 4096 May 24 21:42 .. [2022-05-24T21:42:57.922Z] drwxrwxr-x 8 jenkins jenkins 4096 May 24 21:42 .git [2022-05-24T21:42:57.922Z] drwxrwxr-x 2 jenkins jenkins 4096 May 24 21:42 .github [2022-05-24T21:42:57.922Z] -rw-rw-r-- 1 jenkins jenkins 771 May 24 21:42 Dockerfile [2022-05-24T21:42:57.922Z] -rw-rw-r-- 1 jenkins jenkins 886 May 24 21:42 Jenkinsfile [2022-05-24T21:42:57.922Z] -rw-rw-r-- 1 jenkins jenkins 1932 May 24 21:42 README.md [Pipeline] isUnix [Pipeline] sh [2022-05-24T21:42:58.374Z] + docker build -t edgex-devops/edgex-spire-base -f Dockerfile --build-arg ARCH=amd64 --label git_sha=8575537e11ba04bbfedb538823e3dc173bd9f708 --label arch=amd64 . [2022-05-24T21:42:58.374Z] Sending build context to Docker daemon 429.6kB [2022-05-24T21:42:58.374Z] Step 1/13 : FROM golang:1.17-alpine3.15 as builder [2022-05-24T21:42:58.948Z] 1.17-alpine3.15: Pulling from library/golang [2022-05-24T21:42:58.948Z] df9b9388f04a: Pulling fs layer [2022-05-24T21:42:58.948Z] 52dc419b0ee2: Pulling fs layer [2022-05-24T21:42:58.948Z] 25bc292e5bac: Pulling fs layer [2022-05-24T21:42:58.948Z] 114826534d7a: Pulling fs layer [2022-05-24T21:42:58.948Z] 4657fd5d0bcf: Pulling fs layer [2022-05-24T21:42:59.220Z] 25bc292e5bac: Download complete [2022-05-24T21:42:59.220Z] 52dc419b0ee2: Verifying Checksum [2022-05-24T21:42:59.220Z] 52dc419b0ee2: Download complete [2022-05-24T21:42:59.220Z] df9b9388f04a: Verifying Checksum [2022-05-24T21:42:59.220Z] df9b9388f04a: Download complete [2022-05-24T21:42:59.220Z] 4657fd5d0bcf: Verifying Checksum [2022-05-24T21:42:59.220Z] 4657fd5d0bcf: Download complete [2022-05-24T21:42:59.482Z] df9b9388f04a: Pull complete [2022-05-24T21:42:59.482Z] 52dc419b0ee2: Pull complete [2022-05-24T21:42:59.482Z] 25bc292e5bac: Pull complete [2022-05-24T21:43:00.428Z] 114826534d7a: Download complete [2022-05-24T21:43:04.644Z] 114826534d7a: Pull complete [2022-05-24T21:43:04.644Z] 4657fd5d0bcf: Pull complete [2022-05-24T21:43:04.644Z] Digest: sha256:bd691ea289762398cf06aec6b4888a9cc6c177aff2ad4f3b2699c1a29ac522b2 [2022-05-24T21:43:04.644Z] Status: Downloaded newer image for golang:1.17-alpine3.15 [2022-05-24T21:43:04.644Z] ---> a15b7f2336ee [2022-05-24T21:43:04.644Z] Step 2/13 : ARG SPIRE_RELEASE=1.2.1 [2022-05-24T21:43:06.036Z] ---> Running in 5d1662765e48 [2022-05-24T21:43:06.036Z] Removing intermediate container 5d1662765e48 [2022-05-24T21:43:06.036Z] ---> 4d9617f92a8f [2022-05-24T21:43:06.036Z] Step 3/13 : WORKDIR /edgex-go [2022-05-24T21:43:06.299Z] ---> Running in aceb4dcb0c74 [2022-05-24T21:43:06.299Z] Removing intermediate container aceb4dcb0c74 [2022-05-24T21:43:06.299Z] ---> e3fc6ff16255 [2022-05-24T21:43:06.299Z] Step 4/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-24T21:43:06.560Z] ---> Running in 3d3cfdad59b0 [2022-05-24T21:43:07.135Z] Removing intermediate container 3d3cfdad59b0 [2022-05-24T21:43:07.135Z] ---> eb696564afe8 [2022-05-24T21:43:07.135Z] Step 5/13 : RUN apk add --update --no-cache make git build-base curl [2022-05-24T21:43:07.397Z] ---> Running in 14153ed0e1b0 [2022-05-24T21:43:07.662Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-24T21:43:08.608Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-24T21:43:08.872Z] (1/27) Installing libgcc (10.3.1_git20211027-r0) [2022-05-24T21:43:09.134Z] (2/27) Installing libstdc++ (10.3.1_git20211027-r0) [2022-05-24T21:43:09.134Z] (3/27) Installing binutils (2.37-r3) [2022-05-24T21:43:09.402Z] (4/27) Installing libmagic (5.41-r0) [2022-05-24T21:43:09.402Z] (5/27) Installing file (5.41-r0) [2022-05-24T21:43:09.402Z] (6/27) Installing libgomp (10.3.1_git20211027-r0) [2022-05-24T21:43:09.664Z] (7/27) Installing libatomic (10.3.1_git20211027-r0) [2022-05-24T21:43:09.664Z] (8/27) Installing libgphobos (10.3.1_git20211027-r0) [2022-05-24T21:43:09.911Z] Still waiting to schedule task [2022-05-24T21:43:09.911Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-05-24T21:43:09.926Z] (9/27) Installing gmp (6.2.1-r1) [2022-05-24T21:43:09.926Z] (10/27) Installing isl22 (0.22-r0) [2022-05-24T21:43:09.926Z] (11/27) Installing mpfr4 (4.1.0-r0) [2022-05-24T21:43:10.187Z] (12/27) Installing mpc1 (1.2.1-r0) [2022-05-24T21:43:10.187Z] (13/27) Installing gcc (10.3.1_git20211027-r0) [2022-05-24T21:43:12.115Z] (14/27) Installing musl-dev (1.2.2-r7) [2022-05-24T21:43:13.512Z] (15/27) Installing libc-dev (0.7.2-r3) [2022-05-24T21:43:13.512Z] (16/27) Installing g++ (10.3.1_git20211027-r0) [2022-05-24T21:43:14.904Z] (17/27) Installing make (4.3-r0) [2022-05-24T21:43:14.904Z] (18/27) Installing fortify-headers (1.1-r1) [2022-05-24T21:43:15.167Z] (19/27) Installing patch (2.7.6-r7) [2022-05-24T21:43:15.167Z] (20/27) Installing build-base (0.5-r2) [2022-05-24T21:43:15.167Z] (21/27) Installing brotli-libs (1.0.9-r5) [2022-05-24T21:43:15.430Z] (22/27) Installing nghttp2-libs (1.46.0-r0) [2022-05-24T21:43:15.430Z] (23/27) Installing libcurl (7.80.0-r1) [2022-05-24T21:43:15.430Z] (24/27) Installing curl (7.80.0-r1) [2022-05-24T21:43:15.691Z] (25/27) Installing expat (2.4.7-r0) [2022-05-24T21:43:15.691Z] (26/27) Installing pcre2 (10.39-r0) [2022-05-24T21:43:15.691Z] (27/27) Installing git (2.34.2-r0) [2022-05-24T21:43:16.265Z] Executing busybox-1.34.1-r5.trigger [2022-05-24T21:43:16.265Z] OK: 210 MiB in 42 packages [2022-05-24T21:43:19.571Z] Removing intermediate container 14153ed0e1b0 [2022-05-24T21:43:19.571Z] ---> ba89ee98e12e [2022-05-24T21:43:19.571Z] Step 6/13 : RUN mkdir -p spire-build [2022-05-24T21:43:19.571Z] ---> Running in b5568bfb9c5f [2022-05-24T21:43:20.509Z] Removing intermediate container b5568bfb9c5f [2022-05-24T21:43:20.509Z] ---> 81f297a445ce [2022-05-24T21:43:20.509Z] Step 7/13 : 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" [2022-05-24T21:43:20.509Z] ---> Running in 8fa855a1fffd [2022-05-24T21:43:21.463Z] spire-1.2.1/ [2022-05-24T21:43:21.463Z] spire-1.2.1/.data/ [2022-05-24T21:43:21.463Z] spire-1.2.1/.data/.file [2022-05-24T21:43:21.463Z] spire-1.2.1/.dockerignore [2022-05-24T21:43:21.463Z] spire-1.2.1/.gitattributes [2022-05-24T21:43:21.463Z] spire-1.2.1/.githooks/ [2022-05-24T21:43:21.463Z] spire-1.2.1/.githooks/pre-commit [2022-05-24T21:43:21.463Z] spire-1.2.1/.github/ [2022-05-24T21:43:21.463Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-24T21:43:21.463Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-24T21:43:21.463Z] spire-1.2.1/.github/dependabot.yml [2022-05-24T21:43:21.463Z] spire-1.2.1/.github/workflows/ [2022-05-24T21:43:21.463Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-24T21:43:21.463Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-24T21:43:21.463Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-24T21:43:21.463Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-24T21:43:21.463Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-24T21:43:21.463Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-24T21:43:21.463Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-24T21:43:21.463Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-24T21:43:21.463Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-24T21:43:21.463Z] spire-1.2.1/.gitignore [2022-05-24T21:43:21.463Z] spire-1.2.1/.go-version [2022-05-24T21:43:21.463Z] spire-1.2.1/.golangci.yml [2022-05-24T21:43:21.463Z] spire-1.2.1/ADOPTERS.md [2022-05-24T21:43:21.463Z] spire-1.2.1/CHANGELOG.md [2022-05-24T21:43:21.463Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-24T21:43:21.463Z] spire-1.2.1/CODEOWNERS [2022-05-24T21:43:21.463Z] spire-1.2.1/CONTRIBUTING.md [2022-05-24T21:43:21.463Z] spire-1.2.1/Dockerfile [2022-05-24T21:43:21.463Z] spire-1.2.1/Dockerfile.dev [2022-05-24T21:43:21.463Z] spire-1.2.1/Dockerfile.scratch [2022-05-24T21:43:21.463Z] spire-1.2.1/LICENSE [2022-05-24T21:43:21.463Z] spire-1.2.1/MAINTAINERS.md [2022-05-24T21:43:21.463Z] spire-1.2.1/Makefile [2022-05-24T21:43:21.463Z] spire-1.2.1/README.md [2022-05-24T21:43:21.463Z] spire-1.2.1/ROADMAP.md [2022-05-24T21:43:21.463Z] spire-1.2.1/SECURITY.md [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/ [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/ [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-24T21:43:21.463Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/ [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-24T21:43:21.464Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-24T21:43:21.464Z] spire-1.2.1/conf/ [2022-05-24T21:43:21.464Z] spire-1.2.1/conf/agent/ [2022-05-24T21:43:21.464Z] spire-1.2.1/conf/agent/agent.conf [2022-05-24T21:43:21.464Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-24T21:43:21.464Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-24T21:43:21.464Z] spire-1.2.1/conf/server/ [2022-05-24T21:43:21.464Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-24T21:43:21.464Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-24T21:43:21.464Z] spire-1.2.1/conf/server/server.conf [2022-05-24T21:43:21.464Z] spire-1.2.1/conf/server/server_full.conf [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/ [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/SPIRE101.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/auditlog.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/images/ [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/scaling_spire.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/spire_agent.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/spire_server.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/supported_integrations.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/telemetry.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/telemetry_config.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/upgrading.md [2022-05-24T21:43:21.464Z] spire-1.2.1/doc/using_spire.md [2022-05-24T21:43:21.464Z] spire-1.2.1/examples/ [2022-05-24T21:43:21.464Z] spire-1.2.1/examples/README.md [2022-05-24T21:43:21.464Z] spire-1.2.1/go.mod [2022-05-24T21:43:21.464Z] spire-1.2.1/go.sum [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/agent.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/client/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/common/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/config.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/svid/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/names.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/auth/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/cli/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-24T21:43:21.464Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/health/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/health/config.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/health/context.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/health/health.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/idutil/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/log/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/log/log.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/log/options.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/profiling/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/selector/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/uptime/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/util/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/util/task.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/version/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/version/version.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/x509util/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/api.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/health/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/id.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/status.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/bundle/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/ca/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/cache/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/catalog/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/config.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-24T21:43:21.465Z] spire-1.2.1/pkg/server/plugin/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/registration/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/server.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/server_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/svid/ [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/ [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/private/ [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/private/server/ [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/private/server/journal/ [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/ [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/common/ [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/plugin/ [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-24T21:43:21.466Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-24T21:43:21.466Z] spire-1.2.1/release/ [2022-05-24T21:43:21.466Z] spire-1.2.1/release/spire-extras/ [2022-05-24T21:43:21.466Z] spire-1.2.1/release/spire-extras/README.md [2022-05-24T21:43:21.466Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-24T21:43:21.466Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-24T21:43:21.466Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-24T21:43:21.466Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-24T21:43:21.466Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-24T21:43:21.466Z] spire-1.2.1/release/spire/ [2022-05-24T21:43:21.466Z] spire-1.2.1/release/spire/README.md [2022-05-24T21:43:21.466Z] spire-1.2.1/release/spire/conf/ [2022-05-24T21:43:21.466Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-24T21:43:21.466Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-24T21:43:21.466Z] spire-1.2.1/release/spire/conf/server/ [2022-05-24T21:43:21.466Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-24T21:43:21.466Z] spire-1.2.1/script/ [2022-05-24T21:43:21.466Z] spire-1.2.1/script/build-artifact.sh [2022-05-24T21:43:21.466Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-24T21:43:21.466Z] spire-1.2.1/support/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-24T21:43:21.466Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-24T21:43:21.466Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-24T21:43:21.466Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/clock/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/clock/clock.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/config/ [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-24T21:43:21.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/fixture.go [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/registration/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-24T21:43:21.467Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/common [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-24T21:43:21.467Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/test-one.sh [2022-05-24T21:43:21.468Z] spire-1.2.1/test/integration/test.sh [2022-05-24T21:43:21.468Z] spire-1.2.1/test/plugintest/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/plugintest/config.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/plugintest/load.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/plugintest/option.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/spiretest/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/spiretest/dir.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/spiretest/logs.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/spiretest/suite.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/spiretest/x509.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/testca/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/testca/ca.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/testkey/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/testkey/generate.sh [2022-05-24T21:43:21.468Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/testkey/keys.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/testkey/new.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/tpmsimulator/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/util/ [2022-05-24T21:43:21.468Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/util/cert_generation.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/util/io_redirection.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/util/race.go [2022-05-24T21:43:21.468Z] spire-1.2.1/test/util/util.go [2022-05-24T21:43:22.855Z] Removing intermediate container 8fa855a1fffd [2022-05-24T21:43:22.855Z] ---> 2829fff3f9b5 [2022-05-24T21:43:22.855Z] Step 8/13 : RUN echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-05-24T21:43:22.855Z] ---> Running in f2bfc263043f [2022-05-24T21:43:23.115Z] building spire from source... [2022-05-24T21:43:23.115Z] fatal: not a git repository (or any of the parent directories): .git [2022-05-24T21:43:23.115Z] fatal: not a git repository (or any of the parent directories): .git [2022-05-24T21:43:23.115Z] fatal: not a git repository (or any of the parent directories): .git [2022-05-24T21:43:23.115Z] Installing go1.17.7... [2022-05-24T21:43:27.334Z] Building bin/spire-server... [2022-05-24T21:43:27.334Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-24T21:43:27.334Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-24T21:43:27.334Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-24T21:43:27.334Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-24T21:43:27.334Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-24T21:43:27.595Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-24T21:43:27.595Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-24T21:43:27.595Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-24T21:43:27.595Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-24T21:43:27.595Z] go: downloading github.com/zeebo/errs v1.2.2 [2022-05-24T21:43:27.595Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-24T21:43:27.595Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-24T21:43:27.595Z] go: downloading github.com/armon/go-radix v1.0.0 [2022-05-24T21:43:27.856Z] go: downloading github.com/bgentry/speakeasy v0.1.0 [2022-05-24T21:43:27.856Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-24T21:43:27.856Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-24T21:43:27.856Z] go: downloading github.com/posener/complete v1.2.3 [2022-05-24T21:43:27.856Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-24T21:43:27.856Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-24T21:43:27.856Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-24T21:43:27.856Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-24T21:43:27.856Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-24T21:43:27.856Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-24T21:43:27.856Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-24T21:43:28.118Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-05-24T21:43:28.118Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-24T21:43:28.118Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-24T21:43:28.118Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-24T21:43:28.379Z] go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 [2022-05-24T21:43:28.379Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-24T21:43:28.379Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-24T21:43:28.379Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-24T21:43:28.379Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-24T21:43:28.379Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-24T21:43:28.379Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-05-24T21:43:28.379Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-24T21:43:28.379Z] go: downloading github.com/golang/protobuf v1.5.2 [2022-05-24T21:43:28.379Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-24T21:43:28.379Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2022-05-24T21:43:28.379Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-24T21:43:28.379Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-24T21:43:28.640Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-24T21:43:28.640Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-24T21:43:28.640Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-24T21:43:28.640Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-24T21:43:28.640Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-24T21:43:28.640Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-24T21:43:28.640Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-24T21:43:28.640Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-24T21:43:28.640Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-24T21:43:28.640Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-24T21:43:28.640Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-24T21:43:28.640Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-24T21:43:28.640Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-24T21:43:28.640Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-24T21:43:28.640Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-24T21:43:28.640Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-24T21:43:28.900Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-24T21:43:28.900Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-24T21:43:28.900Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-24T21:43:28.900Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-24T21:43:28.900Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-24T21:43:28.900Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-24T21:43:28.900Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-24T21:43:28.900Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-24T21:43:29.473Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-24T21:43:30.044Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-24T21:43:30.044Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-24T21:43:30.044Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-24T21:43:30.044Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-24T21:43:30.044Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-24T21:43:33.359Z] go: downloading google.golang.org/api v0.70.0 [2022-05-24T21:43:33.359Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-24T21:43:33.359Z] go: downloading k8s.io/api v0.23.4 [2022-05-24T21:43:33.359Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-24T21:43:33.359Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-24T21:43:33.359Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-24T21:43:33.359Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-24T21:43:33.359Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-24T21:43:33.359Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-24T21:43:33.626Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-24T21:43:33.887Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-24T21:43:33.887Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-24T21:43:34.149Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-24T21:43:34.149Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-24T21:43:34.415Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-24T21:43:34.415Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-24T21:43:34.415Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-24T21:43:34.677Z] go: downloading golang.org/x/text v0.3.7 [2022-05-24T21:43:35.258Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-24T21:43:35.258Z] go: downloading github.com/ghodss/yaml v1.0.0 [2022-05-24T21:43:35.258Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-24T21:43:35.524Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-24T21:43:35.524Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-24T21:43:35.790Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-24T21:43:35.790Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-24T21:43:35.790Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-24T21:43:35.790Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-24T21:43:35.791Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-24T21:43:35.791Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-24T21:43:35.791Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-24T21:43:35.791Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-24T21:43:35.791Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-24T21:43:35.791Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-24T21:43:35.791Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-24T21:43:35.791Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-24T21:43:36.081Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-24T21:43:36.081Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-24T21:43:36.081Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-24T21:43:36.081Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-24T21:43:36.081Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-24T21:43:36.081Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-24T21:43:36.081Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-24T21:43:36.081Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-24T21:43:36.081Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-24T21:43:36.081Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-24T21:43:36.081Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-24T21:43:36.081Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-24T21:43:36.081Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-05-24T21:43:36.081Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-24T21:43:36.081Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-24T21:43:36.081Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-24T21:43:36.081Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-24T21:43:36.081Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-24T21:43:36.363Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-24T21:43:36.363Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-24T21:43:36.363Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-24T21:43:36.363Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-24T21:43:36.363Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-24T21:43:36.363Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-24T21:43:36.363Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-24T21:43:36.363Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-24T21:43:36.363Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-24T21:43:36.363Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-24T21:43:36.363Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-24T21:43:36.363Z] go: downloading go.opencensus.io v0.23.0 [2022-05-24T21:43:36.363Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-24T21:43:36.363Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-24T21:43:36.363Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-24T21:43:36.363Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-24T21:43:36.627Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-24T21:43:36.627Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-24T21:43:36.627Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-24T21:43:36.627Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-24T21:43:36.627Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-24T21:43:36.627Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-24T21:43:36.627Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-24T21:43:36.627Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-24T21:43:36.627Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-24T21:43:36.627Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-24T21:43:36.627Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-24T21:43:36.627Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-24T21:43:36.627Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-24T21:43:36.627Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-24T21:43:36.627Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-24T21:43:36.627Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-24T21:43:36.627Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-24T21:43:36.627Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-24T21:43:36.627Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-24T21:43:36.627Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-24T21:43:36.627Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-24T21:43:41.924Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-24T21:43:41.924Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-24T21:44:53.035Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-64530 in /w/workspace/exfoundry_ci-build-images_PR-189 [Pipeline] { [Pipeline] checkout [2022-05-24T21:44:53.496Z] Selected Git installation does not exist. Using Default [2022-05-24T21:44:53.497Z] The recommended git tool is: NONE [2022-05-24T21:45:00.172Z] using credential edgex-jenkins-ssh [2022-05-24T21:45:00.197Z] Cloning the remote Git repository [2022-05-24T21:45:00.261Z] Cloning repository git@github.com:edgexfoundry/ci-build-images.git [2022-05-24T21:45:00.349Z] > git init /w/workspace/exfoundry_ci-build-images_PR-189 # timeout=10 [2022-05-24T21:45:00.540Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2022-05-24T21:45:00.541Z] > git --version # timeout=10 [2022-05-24T21:45:00.589Z] > git --version # 'git version 2.25.1' [2022-05-24T21:45:00.593Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-24T21:45:00.725Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-24T21:45:01.470Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2022-05-24T21:45:01.488Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-24T21:45:01.519Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2022-05-24T21:45:02.142Z] Merging remotes/origin/spiffe-spire commit 066a52470c43edc983056563796aa29643293c1d into PR head commit 8575537e11ba04bbfedb538823e3dc173bd9f708 [2022-05-24T21:45:02.349Z] Merge succeeded, producing 8575537e11ba04bbfedb538823e3dc173bd9f708 [2022-05-24T21:45:02.350Z] Checking out Revision 8575537e11ba04bbfedb538823e3dc173bd9f708 (PR-189) [2022-05-24T21:45:01.566Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2022-05-24T21:45:01.567Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-24T21:45:01.581Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/189/head:refs/remotes/origin/PR-189 +refs/heads/spiffe-spire:refs/remotes/origin/spiffe-spire # timeout=10 [2022-05-24T21:45:02.166Z] > git config core.sparsecheckout # timeout=10 [2022-05-24T21:45:02.184Z] > git checkout -f 8575537e11ba04bbfedb538823e3dc173bd9f708 # timeout=10 [2022-05-24T21:45:02.258Z] > git remote # timeout=10 [2022-05-24T21:45:02.279Z] > git config --get remote.origin.url # timeout=10 [2022-05-24T21:45:02.297Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-24T21:45:02.308Z] > git merge 066a52470c43edc983056563796aa29643293c1d # timeout=10 [2022-05-24T21:45:02.334Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-24T21:45:02.360Z] > git config core.sparsecheckout # timeout=10 [2022-05-24T21:45:02.375Z] > git checkout -f 8575537e11ba04bbfedb538823e3dc173bd9f708 # timeout=10 [2022-05-24T21:45:06.549Z] Commit message: "ci: init new Spire image with pre-compiled binaries" [2022-05-24T21:45:06.612Z] > git --version # timeout=10 [2022-05-24T21:45:06.621Z] > git --version # 'git version 2.25.1' [2022-05-24T21:45:06.634Z] fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-24T21:45:07.813Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-24T21:45:07.813Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-24T21:45:07.813Z] Dload Upload Total Spent Left Speed [2022-05-24T21:45:07.813Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 51267 0 --:--:-- --:--:-- --:--:-- 51267 [Pipeline] sh [2022-05-24T21:45:08.419Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-24T21:45:08.790Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-24T21:45:08.790Z] + sudo tee /etc/docker/daemon.new [2022-05-24T21:45:08.790Z] { [2022-05-24T21:45:08.790Z] "registry-mirrors": [ [2022-05-24T21:45:08.790Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-24T21:45:08.790Z] ], [2022-05-24T21:45:08.790Z] "bip": "10.250.0.254/24", [2022-05-24T21:45:08.790Z] "hosts": [ [2022-05-24T21:45:08.790Z] "tcp://0.0.0.0:5555", [2022-05-24T21:45:08.790Z] "unix:///var/run/docker.sock" [2022-05-24T21:45:08.790Z] ], [2022-05-24T21:45:08.790Z] "mtu": 1458, [2022-05-24T21:45:08.790Z] "selinux-enabled": true, [2022-05-24T21:45:08.790Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-24T21:45:08.790Z] } [Pipeline] sh [2022-05-24T21:45:09.143Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-24T21:45:09.509Z] + sudo service docker restart [2022-05-24T21:45:18.446Z] Building bin/spire-agent... [2022-05-24T21:45:18.446Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-24T21:45:18.446Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-24T21:45:18.446Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-24T21:45:18.446Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-24T21:45:18.446Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-24T21:45:18.446Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-24T21:45:18.446Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-24T21:45:18.446Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-24T21:45:18.446Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-24T21:45:18.446Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-24T21:45:18.446Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-24T21:45:18.446Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-24T21:45:18.446Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-24T21:45:27.904Z] provisioning config files... [2022-05-24T21:45:27.931Z] copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-189@tmp/config8386888561101010180tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-24T21:45:28.580Z] ---> docker-login.sh [2022-05-24T21:45:28.580Z] nexus3.edgexfoundry.org:10001 [2022-05-24T21:45:29.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-24T21:45:29.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-24T21:45:29.463Z] Configure a credential helper to remove this warning. See [2022-05-24T21:45:29.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-24T21:45:29.463Z] [2022-05-24T21:45:29.463Z] Login Succeeded [2022-05-24T21:45:29.463Z] nexus3.edgexfoundry.org:10002 [2022-05-24T21:45:30.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-24T21:45:30.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-24T21:45:30.063Z] Configure a credential helper to remove this warning. See [2022-05-24T21:45:30.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-24T21:45:30.063Z] [2022-05-24T21:45:30.063Z] Login Succeeded [2022-05-24T21:45:30.063Z] nexus3.edgexfoundry.org:10003 [2022-05-24T21:45:30.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-24T21:45:30.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-24T21:45:30.669Z] Configure a credential helper to remove this warning. See [2022-05-24T21:45:30.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-24T21:45:30.669Z] [2022-05-24T21:45:30.669Z] Login Succeeded [2022-05-24T21:45:30.669Z] nexus3.edgexfoundry.org:10004 [2022-05-24T21:45:30.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-24T21:45:31.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-24T21:45:31.220Z] Configure a credential helper to remove this warning. See [2022-05-24T21:45:31.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-24T21:45:31.220Z] [2022-05-24T21:45:31.220Z] Login Succeeded [2022-05-24T21:45:31.220Z] docker.io [2022-05-24T21:45:31.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-24T21:45:32.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-24T21:45:32.091Z] Configure a credential helper to remove this warning. See [2022-05-24T21:45:32.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-24T21:45:32.091Z] [2022-05-24T21:45:32.091Z] Login Succeeded [2022-05-24T21:45:32.091Z] ---> docker-login.sh ends [Pipeline] } [2022-05-24T21:45:32.120Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-24T21:45:32.801Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-24T21:45:33.154Z] + ls -al . [2022-05-24T21:45:33.154Z] total 28 [2022-05-24T21:45:33.154Z] drwxrwxr-x 4 jenkins jenkins 4096 May 24 21:45 . [2022-05-24T21:45:33.154Z] drwxrwxr-x 4 jenkins jenkins 4096 May 24 21:45 .. [2022-05-24T21:45:33.154Z] drwxrwxr-x 8 jenkins jenkins 4096 May 24 21:45 .git [2022-05-24T21:45:33.154Z] drwxrwxr-x 2 jenkins jenkins 4096 May 24 21:45 .github [2022-05-24T21:45:33.154Z] -rw-rw-r-- 1 jenkins jenkins 771 May 24 21:45 Dockerfile [2022-05-24T21:45:33.154Z] -rw-rw-r-- 1 jenkins jenkins 886 May 24 21:45 Jenkinsfile [2022-05-24T21:45:33.154Z] -rw-rw-r-- 1 jenkins jenkins 1932 May 24 21:45 README.md [Pipeline] isUnix [Pipeline] sh [2022-05-24T21:45:33.536Z] + docker build -t edgex-devops/edgex-spire-base-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=8575537e11ba04bbfedb538823e3dc173bd9f708 --label arch=arm64 . [2022-05-24T21:45:33.812Z] Sending build context to Docker daemon 429.6kB [2022-05-24T21:45:33.812Z] Step 1/13 : FROM golang:1.17-alpine3.15 as builder [2022-05-24T21:45:34.795Z] 1.17-alpine3.15: Pulling from library/golang [2022-05-24T21:45:34.795Z] 9981e73032c8: Pulling fs layer [2022-05-24T21:45:34.795Z] c7637d0a7b49: Pulling fs layer [2022-05-24T21:45:34.795Z] bda57b85efde: Pulling fs layer [2022-05-24T21:45:34.795Z] c4d43688d9b2: Pulling fs layer [2022-05-24T21:45:34.795Z] 8c99fb1b6556: Pulling fs layer [2022-05-24T21:45:34.795Z] c4d43688d9b2: Waiting [2022-05-24T21:45:34.795Z] 8c99fb1b6556: Waiting [2022-05-24T21:45:34.795Z] bda57b85efde: Download complete [2022-05-24T21:45:34.795Z] c7637d0a7b49: Download complete [2022-05-24T21:45:35.086Z] 9981e73032c8: Verifying Checksum [2022-05-24T21:45:35.086Z] 9981e73032c8: Download complete [2022-05-24T21:45:35.086Z] 8c99fb1b6556: Verifying Checksum [2022-05-24T21:45:35.086Z] 8c99fb1b6556: Download complete [2022-05-24T21:45:35.687Z] 9981e73032c8: Pull complete [2022-05-24T21:45:36.286Z] c7637d0a7b49: Pull complete [2022-05-24T21:45:36.562Z] bda57b85efde: Pull complete [2022-05-24T21:45:37.542Z] c4d43688d9b2: Verifying Checksum [2022-05-24T21:45:37.542Z] c4d43688d9b2: Download complete [2022-05-24T21:45:49.964Z] c4d43688d9b2: Pull complete [2022-05-24T21:45:49.964Z] 8c99fb1b6556: Pull complete [2022-05-24T21:45:49.964Z] Digest: sha256:bd691ea289762398cf06aec6b4888a9cc6c177aff2ad4f3b2699c1a29ac522b2 [2022-05-24T21:45:49.964Z] Status: Downloaded newer image for golang:1.17-alpine3.15 [2022-05-24T21:45:49.964Z] ---> 441940aeb92d [2022-05-24T21:45:49.964Z] Step 2/13 : ARG SPIRE_RELEASE=1.2.1 [2022-05-24T21:45:50.568Z] ---> Running in 932318af2e2d [2022-05-24T21:45:50.844Z] Removing intermediate container 932318af2e2d [2022-05-24T21:45:50.844Z] ---> 96357dcf588d [2022-05-24T21:45:50.844Z] Step 3/13 : WORKDIR /edgex-go [2022-05-24T21:45:50.844Z] ---> Running in acf0e6ee4729 [2022-05-24T21:45:51.130Z] Removing intermediate container acf0e6ee4729 [2022-05-24T21:45:51.130Z] ---> b57ab9889dda [2022-05-24T21:45:51.130Z] Step 4/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-24T21:45:51.404Z] ---> Running in f88f56909e88 [2022-05-24T21:45:52.853Z] Removing intermediate container f88f56909e88 [2022-05-24T21:45:52.853Z] ---> 32af18caa43b [2022-05-24T21:45:52.853Z] Step 5/13 : RUN apk add --update --no-cache make git build-base curl [2022-05-24T21:45:53.129Z] ---> Running in eaf50c2a8752 [2022-05-24T21:45:54.111Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-24T21:45:55.091Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-24T21:45:55.689Z] (1/27) Installing libgcc (10.3.1_git20211027-r0) [2022-05-24T21:45:55.689Z] (2/27) Installing libstdc++ (10.3.1_git20211027-r0) [2022-05-24T21:45:55.973Z] (3/27) Installing binutils (2.37-r3) [2022-05-24T21:45:56.962Z] (4/27) Installing libmagic (5.41-r0) [2022-05-24T21:45:57.237Z] (5/27) Installing file (5.41-r0) [2022-05-24T21:45:57.237Z] (6/27) Installing libgomp (10.3.1_git20211027-r0) [2022-05-24T21:45:57.237Z] (7/27) Installing libatomic (10.3.1_git20211027-r0) [2022-05-24T21:45:57.512Z] (8/27) Installing libgphobos (10.3.1_git20211027-r0) [2022-05-24T21:45:57.512Z] (9/27) Installing gmp (6.2.1-r1) [2022-05-24T21:45:57.784Z] (10/27) Installing isl22 (0.22-r0) [2022-05-24T21:45:57.784Z] (11/27) Installing mpfr4 (4.1.0-r0) [2022-05-24T21:45:58.058Z] (12/27) Installing mpc1 (1.2.1-r0) [2022-05-24T21:45:58.058Z] (13/27) Installing gcc (10.3.1_git20211027-r0) [2022-05-24T21:46:00.042Z] (14/27) Installing musl-dev (1.2.2-r7) [2022-05-24T21:46:00.659Z] (15/27) Installing libc-dev (0.7.2-r3) [2022-05-24T21:46:00.659Z] (16/27) Installing g++ (10.3.1_git20211027-r0) [2022-05-24T21:46:02.663Z] (17/27) Installing make (4.3-r0) [2022-05-24T21:46:02.663Z] (18/27) Installing fortify-headers (1.1-r1) [2022-05-24T21:46:02.663Z] (19/27) Installing patch (2.7.6-r7) [2022-05-24T21:46:02.663Z] (20/27) Installing build-base (0.5-r2) [2022-05-24T21:46:02.663Z] (21/27) Installing brotli-libs (1.0.9-r5) [2022-05-24T21:46:02.939Z] (22/27) Installing nghttp2-libs (1.46.0-r0) [2022-05-24T21:46:02.939Z] (23/27) Installing libcurl (7.80.0-r1) [2022-05-24T21:46:02.939Z] (24/27) Installing curl (7.80.0-r1) [2022-05-24T21:46:03.212Z] (25/27) Installing expat (2.4.7-r0) [2022-05-24T21:46:03.212Z] (26/27) Installing pcre2 (10.39-r0) [2022-05-24T21:46:03.212Z] (27/27) Installing git (2.34.2-r0) [2022-05-24T21:46:03.805Z] Executing busybox-1.34.1-r5.trigger [2022-05-24T21:46:03.805Z] OK: 210 MiB in 42 packages [2022-05-24T21:46:10.533Z] Removing intermediate container eaf50c2a8752 [2022-05-24T21:46:10.533Z] ---> 2b3161a08f38 [2022-05-24T21:46:10.533Z] Step 6/13 : RUN mkdir -p spire-build [2022-05-24T21:46:10.533Z] ---> Running in bc7693477bec [2022-05-24T21:46:12.518Z] Removing intermediate container bc7693477bec [2022-05-24T21:46:12.518Z] ---> 30e85bced37e [2022-05-24T21:46:12.518Z] Step 7/13 : 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" [2022-05-24T21:46:12.518Z] ---> Running in 8bd21371093a [2022-05-24T21:46:13.964Z] spire-1.2.1/ [2022-05-24T21:46:13.964Z] spire-1.2.1/.data/ [2022-05-24T21:46:13.964Z] spire-1.2.1/.data/.file [2022-05-24T21:46:13.964Z] spire-1.2.1/.dockerignore [2022-05-24T21:46:13.964Z] spire-1.2.1/.gitattributes [2022-05-24T21:46:13.964Z] spire-1.2.1/.githooks/ [2022-05-24T21:46:13.964Z] spire-1.2.1/.githooks/pre-commit [2022-05-24T21:46:13.964Z] spire-1.2.1/.github/ [2022-05-24T21:46:13.964Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-24T21:46:13.964Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-24T21:46:13.964Z] spire-1.2.1/.github/dependabot.yml [2022-05-24T21:46:13.964Z] spire-1.2.1/.github/workflows/ [2022-05-24T21:46:13.964Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-24T21:46:13.964Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-24T21:46:13.964Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-24T21:46:13.964Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-24T21:46:13.964Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-24T21:46:13.964Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-24T21:46:13.964Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-24T21:46:13.964Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-24T21:46:13.964Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-24T21:46:13.964Z] spire-1.2.1/.gitignore [2022-05-24T21:46:13.964Z] spire-1.2.1/.go-version [2022-05-24T21:46:13.964Z] spire-1.2.1/.golangci.yml [2022-05-24T21:46:13.964Z] spire-1.2.1/ADOPTERS.md [2022-05-24T21:46:13.964Z] spire-1.2.1/CHANGELOG.md [2022-05-24T21:46:13.964Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-24T21:46:13.964Z] spire-1.2.1/CODEOWNERS [2022-05-24T21:46:13.964Z] spire-1.2.1/CONTRIBUTING.md [2022-05-24T21:46:13.964Z] spire-1.2.1/Dockerfile [2022-05-24T21:46:13.964Z] spire-1.2.1/Dockerfile.dev [2022-05-24T21:46:13.964Z] spire-1.2.1/Dockerfile.scratch [2022-05-24T21:46:13.964Z] spire-1.2.1/LICENSE [2022-05-24T21:46:13.964Z] spire-1.2.1/MAINTAINERS.md [2022-05-24T21:46:13.964Z] spire-1.2.1/Makefile [2022-05-24T21:46:13.964Z] spire-1.2.1/README.md [2022-05-24T21:46:13.964Z] spire-1.2.1/ROADMAP.md [2022-05-24T21:46:13.964Z] spire-1.2.1/SECURITY.md [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-24T21:46:13.964Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-24T21:46:13.964Z] spire-1.2.1/conf/ [2022-05-24T21:46:13.964Z] spire-1.2.1/conf/agent/ [2022-05-24T21:46:13.964Z] spire-1.2.1/conf/agent/agent.conf [2022-05-24T21:46:13.964Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-24T21:46:13.964Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-24T21:46:13.964Z] spire-1.2.1/conf/server/ [2022-05-24T21:46:13.964Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-24T21:46:13.964Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-24T21:46:13.964Z] spire-1.2.1/conf/server/server.conf [2022-05-24T21:46:13.964Z] spire-1.2.1/conf/server/server_full.conf [2022-05-24T21:46:13.964Z] spire-1.2.1/doc/ [2022-05-24T21:46:13.964Z] spire-1.2.1/doc/SPIRE101.md [2022-05-24T21:46:13.964Z] spire-1.2.1/doc/auditlog.md [2022-05-24T21:46:13.964Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-24T21:46:13.964Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-24T21:46:13.964Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-24T21:46:13.964Z] spire-1.2.1/doc/images/ [2022-05-24T21:46:13.964Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-24T21:46:13.964Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-24T21:46:13.964Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/scaling_spire.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/spire_agent.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/spire_server.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/supported_integrations.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/telemetry.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/telemetry_config.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/upgrading.md [2022-05-24T21:46:14.241Z] spire-1.2.1/doc/using_spire.md [2022-05-24T21:46:14.241Z] spire-1.2.1/examples/ [2022-05-24T21:46:14.241Z] spire-1.2.1/examples/README.md [2022-05-24T21:46:14.241Z] spire-1.2.1/go.mod [2022-05-24T21:46:14.241Z] spire-1.2.1/go.sum [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/agent.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/client/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/common/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/config.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-24T21:46:14.241Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/svid/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/names.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/auth/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cli/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-24T21:46:14.242Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/health/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/health/config.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/health/context.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/health/health.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/idutil/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/log/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/log/log.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/log/options.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-24T21:46:14.243Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/profiling/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/selector/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-24T21:46:14.519Z] spire-1.2.1/pkg/common/uptime/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/util/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/util/task.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/version/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/version/version.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/x509util/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/api.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/health/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/id.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/status.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/bundle/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/ca/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/cache/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/catalog/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/config.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-24T21:46:14.520Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-24T21:46:14.521Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-24T21:46:14.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-24T21:46:14.717Z] Removing intermediate container f2bfc263043f [2022-05-24T21:46:14.717Z] ---> 6a020d712d0f [2022-05-24T21:46:14.717Z] Step 9/13 : FROM alpine:3.15 [2022-05-24T21:46:14.717Z] 3.15: Pulling from library/alpine [2022-05-24T21:46:14.717Z] df9b9388f04a: Already exists [2022-05-24T21:46:14.717Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-24T21:46:14.717Z] Status: Downloaded newer image for alpine:3.15 [2022-05-24T21:46:14.717Z] ---> 0ac33e5f5afa [2022-05-24T21:46:14.717Z] Step 10/13 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin/spire-server [2022-05-24T21:46:14.717Z] COPY failed: stat edgex-go/spire-build/bin/spire-server: file does not exist [Pipeline] } [Pipeline] // script [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/registration/ [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/server.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/server_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/svid/ [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/ [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/private/ [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/private/server/ [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/private/server/journal/ [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/ [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/common/ [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/plugin/ [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-24T21:46:14.797Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-24T21:46:14.797Z] spire-1.2.1/release/ [2022-05-24T21:46:14.797Z] spire-1.2.1/release/spire-extras/ [2022-05-24T21:46:14.797Z] spire-1.2.1/release/spire-extras/README.md [2022-05-24T21:46:14.797Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-24T21:46:14.797Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-24T21:46:14.797Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-24T21:46:14.797Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-24T21:46:14.797Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-24T21:46:14.797Z] spire-1.2.1/release/spire/ [2022-05-24T21:46:14.797Z] spire-1.2.1/release/spire/README.md [2022-05-24T21:46:14.797Z] spire-1.2.1/release/spire/conf/ [2022-05-24T21:46:14.797Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-24T21:46:14.797Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-24T21:46:14.797Z] spire-1.2.1/release/spire/conf/server/ [2022-05-24T21:46:14.797Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-24T21:46:14.797Z] spire-1.2.1/script/ [2022-05-24T21:46:14.797Z] spire-1.2.1/script/build-artifact.sh [2022-05-24T21:46:14.797Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-24T21:46:14.797Z] spire-1.2.1/support/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-24T21:46:14.797Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-24T21:46:14.798Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-24T21:46:14.798Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-24T21:46:14.798Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-24T21:46:14.798Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-24T21:46:14.798Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-24T21:46:14.798Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-24T21:46:14.798Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-24T21:46:14.798Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-24T21:46:14.798Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-24T21:46:14.798Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-24T21:46:14.798Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-24T21:46:14.798Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-24T21:46:14.798Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-24T21:46:14.798Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-24T21:46:14.798Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-24T21:46:14.798Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-24T21:46:14.798Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/clock/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/clock/clock.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/fixture.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/registration/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-24T21:46:14.798Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/README.md [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/common [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-24T21:46:14.798Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-24T21:46:14.799Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-24T21:46:14.800Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-24T21:46:15.074Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/test-one.sh [2022-05-24T21:46:15.075Z] spire-1.2.1/test/integration/test.sh [2022-05-24T21:46:15.075Z] spire-1.2.1/test/plugintest/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/plugintest/config.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/plugintest/load.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/plugintest/option.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/spiretest/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/spiretest/dir.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/spiretest/logs.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/spiretest/suite.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/spiretest/x509.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/testca/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/testca/ca.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/testkey/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/testkey/generate.sh [2022-05-24T21:46:15.075Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/testkey/keys.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/testkey/new.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/tpmsimulator/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/util/ [2022-05-24T21:46:15.075Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/util/cert_generation.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/util/io_redirection.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/util/race.go [2022-05-24T21:46:15.075Z] spire-1.2.1/test/util/util.go Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-24T21:46:15.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-24T21:46:15.540Z] [2022-05-24T21:46:15.540Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-24T21:46:15.878Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-24T21:46:15.878Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-24T21:46:15.878Z] 5eb5b503b376: Pulling fs layer [2022-05-24T21:46:15.878Z] 5c69ac0246d0: Pulling fs layer [2022-05-24T21:46:15.878Z] ec43610c2a17: Pulling fs layer [2022-05-24T21:46:15.878Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-24T21:46:15.878Z] 33b1e0a273af: Pulling fs layer [2022-05-24T21:46:15.878Z] 5d3b04190fa2: Pulling fs layer [2022-05-24T21:46:15.878Z] 2f39f015ded8: Pulling fs layer [2022-05-24T21:46:15.878Z] 3a2ae6a8a46f: Waiting [2022-05-24T21:46:15.878Z] 33b1e0a273af: Waiting [2022-05-24T21:46:15.878Z] 5d3b04190fa2: Waiting [2022-05-24T21:46:15.878Z] 2f39f015ded8: Waiting [2022-05-24T21:46:15.878Z] 5c69ac0246d0: Verifying Checksum [2022-05-24T21:46:15.878Z] 5c69ac0246d0: Download complete [2022-05-24T21:46:15.878Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-24T21:46:15.878Z] 3a2ae6a8a46f: Download complete [2022-05-24T21:46:15.878Z] 33b1e0a273af: Verifying Checksum [2022-05-24T21:46:15.878Z] 33b1e0a273af: Download complete [2022-05-24T21:46:15.878Z] ec43610c2a17: Verifying Checksum [2022-05-24T21:46:15.878Z] ec43610c2a17: Download complete [2022-05-24T21:46:15.878Z] 5d3b04190fa2: Download complete [2022-05-24T21:46:16.138Z] 5eb5b503b376: Verifying Checksum [2022-05-24T21:46:16.138Z] 5eb5b503b376: Download complete [2022-05-24T21:46:16.706Z] 2f39f015ded8: Download complete [2022-05-24T21:46:17.278Z] 5eb5b503b376: Pull complete [2022-05-24T21:46:17.537Z] 5c69ac0246d0: Pull complete [2022-05-24T21:46:17.708Z] Removing intermediate container 8bd21371093a [2022-05-24T21:46:17.708Z] ---> 2a64b0ed7ed5 [2022-05-24T21:46:17.708Z] Step 8/13 : RUN echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-05-24T21:46:17.708Z] ---> Running in a4e5dd7f03b6 [2022-05-24T21:46:17.797Z] ec43610c2a17: Pull complete [2022-05-24T21:46:18.058Z] 3a2ae6a8a46f: Pull complete [2022-05-24T21:46:18.316Z] 33b1e0a273af: Pull complete [2022-05-24T21:46:18.316Z] 5d3b04190fa2: Pull complete [2022-05-24T21:46:18.693Z] building spire from source... [2022-05-24T21:46:18.693Z] fatal: not a git repository (or any of the parent directories): .git [2022-05-24T21:46:18.693Z] fatal: not a git repository (or any of the parent directories): .git [2022-05-24T21:46:18.693Z] fatal: not a git repository (or any of the parent directories): .git [2022-05-24T21:46:18.693Z] Installing go1.17.7... [2022-05-24T21:46:22.515Z] 2f39f015ded8: Pull complete [2022-05-24T21:46:22.515Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-24T21:46:22.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-24T21:46:22.515Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-24T21:46:22.617Z] prd-ubuntu20.04-docker-8c-8g-64529 does not seem to be running inside a container [2022-05-24T21:46:22.670Z] $ 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/exfoundry_ci-build-images_PR-189 -v /w/workspace/exfoundry_ci-build-images_PR-189:/w/workspace/exfoundry_ci-build-images_PR-189:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-189@tmp:/w/workspace/exfoundry_ci-build-images_PR-189@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-24T21:46:24.789Z] $ docker top 3b9a76a4363cfffa024a64623bfe436d569414dee50c1c195311ec9688a63dbe -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-24T21:46:25.290Z] ---> job-cost.sh [2022-05-24T21:46:25.290Z] lf-activate-venv: SKIPPING [2022-05-24T21:46:25.290Z] INFO: No Stack... [2022-05-24T21:46:25.862Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-24T21:46:26.432Z] INFO: Archiving Costs [Pipeline] sh [2022-05-24T21:46:26.747Z] + cat /w/workspace/exfoundry_ci-build-images_PR-189/archives/cost.csv [2022-05-24T21:46:26.747Z] + cut -d, -f6 [Pipeline] lock [2022-05-24T21:46:26.798Z] Trying to acquire lock on [jenkins-edgexfoundry-ci-build-images-PR-189-1-stack-cost] [2022-05-24T21:46:26.803Z] Resource [jenkins-edgexfoundry-ci-build-images-PR-189-1-stack-cost] did not exist. Created. [2022-05-24T21:46:26.803Z] Lock acquired on [jenkins-edgexfoundry-ci-build-images-PR-189-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-24T21:46:27.187Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-24T21:46:27.585Z] Stashed 1 file(s) [Pipeline] } [2022-05-24T21:46:27.601Z] Lock released on resource [jenkins-edgexfoundry-ci-build-images-PR-189-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-24T21:46:27.686Z] $ docker stop --time=1 3b9a76a4363cfffa024a64623bfe436d569414dee50c1c195311ec9688a63dbe [2022-05-24T21:46:28.869Z] $ docker rm -f 3b9a76a4363cfffa024a64623bfe436d569414dee50c1c195311ec9688a63dbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-24T21:46:29.192Z] Failed in branch amd64 [2022-05-24T21:46:33.760Z] Building bin/spire-server... [2022-05-24T21:46:33.760Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-24T21:46:33.760Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-24T21:46:33.760Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-24T21:46:33.760Z] go: downloading github.com/zeebo/errs v1.2.2 [2022-05-24T21:46:33.760Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-24T21:46:33.760Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-24T21:46:33.760Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-24T21:46:33.760Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-24T21:46:33.760Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-24T21:46:33.760Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-24T21:46:33.760Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-24T21:46:33.760Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-24T21:46:33.760Z] go: downloading github.com/armon/go-radix v1.0.0 [2022-05-24T21:46:33.760Z] go: downloading github.com/bgentry/speakeasy v0.1.0 [2022-05-24T21:46:33.760Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-24T21:46:33.760Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-24T21:46:33.760Z] go: downloading github.com/posener/complete v1.2.3 [2022-05-24T21:46:33.760Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-05-24T21:46:33.760Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-24T21:46:33.760Z] go: downloading github.com/golang/protobuf v1.5.2 [2022-05-24T21:46:33.760Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-24T21:46:33.760Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-24T21:46:33.760Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-24T21:46:34.041Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-24T21:46:34.041Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-24T21:46:34.041Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-24T21:46:34.323Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-24T21:46:42.622Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-24T21:46:42.622Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-24T21:46:42.622Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-24T21:46:42.622Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-24T21:46:42.622Z] go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 [2022-05-24T21:46:42.622Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-24T21:46:42.622Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-24T21:46:42.622Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-24T21:46:42.622Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-24T21:46:42.622Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-24T21:46:42.622Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-05-24T21:46:42.622Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-24T21:46:42.622Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2022-05-24T21:46:42.622Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-24T21:46:42.622Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-24T21:46:42.622Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-24T21:46:42.622Z] go: downloading github.com/ghodss/yaml v1.0.0 [2022-05-24T21:46:42.622Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-24T21:46:42.622Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-24T21:46:42.622Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-24T21:46:42.622Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-24T21:46:42.622Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-24T21:46:42.622Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-24T21:46:42.622Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-24T21:46:42.622Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-24T21:46:42.622Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-24T21:46:42.622Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-24T21:46:42.622Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-24T21:46:42.622Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-24T21:46:42.622Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-24T21:46:42.622Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-24T21:46:42.897Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-24T21:46:46.290Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-24T21:46:46.290Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-24T21:46:46.290Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-24T21:46:46.290Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-24T21:46:46.290Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-24T21:46:46.290Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-24T21:46:46.290Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-24T21:46:46.290Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-24T21:46:46.578Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-24T21:46:46.578Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-24T21:46:46.578Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-24T21:46:58.972Z] go: downloading google.golang.org/api v0.70.0 [2022-05-24T21:46:58.972Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-24T21:46:58.972Z] go: downloading k8s.io/api v0.23.4 [2022-05-24T21:46:59.579Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-24T21:46:59.579Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-24T21:46:59.861Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-24T21:47:00.144Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-24T21:47:08.462Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-24T21:47:08.462Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-24T21:47:08.462Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-24T21:47:08.462Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-24T21:47:08.462Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-24T21:47:08.738Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-24T21:47:08.738Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-24T21:47:08.738Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-24T21:47:09.339Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-24T21:47:09.339Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-24T21:47:09.615Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-24T21:47:09.615Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-24T21:47:09.615Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-24T21:47:09.615Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-24T21:47:09.615Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-24T21:47:09.891Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-24T21:47:09.891Z] go: downloading golang.org/x/text v0.3.7 [2022-05-24T21:47:13.290Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-24T21:47:13.290Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-24T21:47:13.290Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-24T21:47:13.290Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-24T21:47:13.290Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-24T21:47:13.290Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-24T21:47:13.566Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-24T21:47:13.566Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-24T21:47:13.566Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-24T21:47:15.018Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-24T21:47:15.295Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-24T21:47:15.295Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-24T21:47:15.295Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-24T21:47:15.570Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-24T21:47:15.570Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-24T21:47:15.570Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-24T21:47:15.570Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-24T21:47:15.570Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-24T21:47:15.570Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-24T21:47:15.570Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-24T21:47:15.846Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-24T21:47:15.846Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-24T21:47:16.121Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-24T21:47:16.121Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-24T21:47:16.396Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-24T21:47:16.396Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-24T21:47:16.396Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-24T21:47:16.396Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-24T21:47:16.396Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-05-24T21:47:16.396Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-24T21:47:16.396Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-24T21:47:16.671Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-24T21:47:16.950Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-24T21:47:16.950Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-24T21:47:16.950Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-24T21:47:16.950Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-24T21:47:16.950Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-24T21:47:17.226Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-24T21:47:17.226Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-24T21:47:17.226Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-24T21:47:17.832Z] go: downloading go.opencensus.io v0.23.0 [2022-05-24T21:47:17.832Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-24T21:47:17.832Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-24T21:47:18.109Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-24T21:47:18.109Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-24T21:47:18.109Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-24T21:47:18.109Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-24T21:47:18.109Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-24T21:47:18.385Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-24T21:47:18.385Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-24T21:47:19.370Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-24T21:47:19.370Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-24T21:47:19.370Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-24T21:47:19.973Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-24T21:47:19.973Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-24T21:47:19.973Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-24T21:47:20.249Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-24T21:47:20.249Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-24T21:47:20.249Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-24T21:47:20.249Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-24T21:47:20.526Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-24T21:47:20.526Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-24T21:47:20.526Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-24T21:47:23.932Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-24T21:47:23.932Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-24T21:47:23.932Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-24T21:47:23.932Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-24T21:47:36.332Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-24T21:47:36.332Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-24T21:57:44.045Z] Building bin/spire-agent... [2022-05-24T21:57:44.045Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-24T21:57:44.045Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-24T21:57:44.045Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-24T21:57:44.045Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-24T21:57:44.045Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-24T21:57:44.045Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-24T21:57:44.045Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-24T21:57:44.045Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-24T21:57:44.045Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-24T21:57:44.045Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-24T21:57:44.045Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-24T21:57:44.045Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-24T21:57:44.045Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-24T22:00:51.089Z] Removing intermediate container a4e5dd7f03b6 [2022-05-24T22:00:51.089Z] ---> ca4e32412bb0 [2022-05-24T22:00:51.089Z] Step 9/13 : FROM alpine:3.15 [2022-05-24T22:00:51.089Z] 3.15: Pulling from library/alpine [2022-05-24T22:00:51.089Z] 9981e73032c8: Already exists [2022-05-24T22:00:51.089Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-24T22:00:51.089Z] Status: Downloaded newer image for alpine:3.15 [2022-05-24T22:00:51.089Z] ---> 3fb3c9af89a9 [2022-05-24T22:00:51.089Z] Step 10/13 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin/spire-server [2022-05-24T22:00:51.089Z] COPY failed: stat edgex-go/spire-build/bin/spire-server: file does not exist [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-24T22:00:51.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-24T22:00:51.903Z] [2022-05-24T22:00:51.903Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-24T22:00:52.281Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-24T22:00:52.281Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-24T22:00:52.281Z] 8998bd30e6a1: Pulling fs layer [2022-05-24T22:00:52.281Z] 04944245beec: Pulling fs layer [2022-05-24T22:00:52.281Z] 699f458cf7ca: Pulling fs layer [2022-05-24T22:00:52.281Z] 765212b225bb: Pulling fs layer [2022-05-24T22:00:52.281Z] f23df028b6ca: Pulling fs layer [2022-05-24T22:00:52.281Z] d65c8cfc05b1: Pulling fs layer [2022-05-24T22:00:52.281Z] 2437ff75d9bd: Pulling fs layer [2022-05-24T22:00:52.281Z] f23df028b6ca: Waiting [2022-05-24T22:00:52.281Z] 2437ff75d9bd: Waiting [2022-05-24T22:00:52.554Z] d65c8cfc05b1: Waiting [2022-05-24T22:00:52.554Z] 765212b225bb: Waiting [2022-05-24T22:00:52.554Z] 04944245beec: Verifying Checksum [2022-05-24T22:00:52.554Z] 04944245beec: Download complete [2022-05-24T22:00:52.554Z] 765212b225bb: Verifying Checksum [2022-05-24T22:00:52.554Z] 765212b225bb: Download complete [2022-05-24T22:00:52.554Z] f23df028b6ca: Verifying Checksum [2022-05-24T22:00:52.554Z] f23df028b6ca: Download complete [2022-05-24T22:00:52.554Z] d65c8cfc05b1: Verifying Checksum [2022-05-24T22:00:52.554Z] d65c8cfc05b1: Download complete [2022-05-24T22:00:52.828Z] 699f458cf7ca: Verifying Checksum [2022-05-24T22:00:52.828Z] 699f458cf7ca: Download complete [2022-05-24T22:00:53.104Z] 8998bd30e6a1: Verifying Checksum [2022-05-24T22:00:53.104Z] 8998bd30e6a1: Download complete [2022-05-24T22:00:55.092Z] 2437ff75d9bd: Verifying Checksum [2022-05-24T22:00:55.092Z] 2437ff75d9bd: Download complete [2022-05-24T22:00:57.716Z] 8998bd30e6a1: Pull complete [2022-05-24T22:00:57.716Z] 04944245beec: Pull complete [2022-05-24T22:00:59.150Z] 699f458cf7ca: Pull complete [2022-05-24T22:00:59.427Z] 765212b225bb: Pull complete [2022-05-24T22:01:00.413Z] f23df028b6ca: Pull complete [2022-05-24T22:01:00.413Z] d65c8cfc05b1: Pull complete [2022-05-24T22:01:15.496Z] 2437ff75d9bd: Pull complete [2022-05-24T22:01:15.496Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-24T22:01:15.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-24T22:01:15.496Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-24T22:01:15.765Z] prd-ubuntu20.04-docker-arm64-4c-16g-64530 does not seem to be running inside a container [2022-05-24T22:01:15.838Z] $ 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/exfoundry_ci-build-images_PR-189 -v /w/workspace/exfoundry_ci-build-images_PR-189:/w/workspace/exfoundry_ci-build-images_PR-189:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-189@tmp:/w/workspace/exfoundry_ci-build-images_PR-189@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-05-24T22:01:18.354Z] $ docker top dd2b47d8395b3ef6709523c6faf10ab2dc1b8687f92df1a82c7f879eb102770c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-24T22:01:19.337Z] ---> job-cost.sh [2022-05-24T22:01:19.337Z] lf-activate-venv: SKIPPING [2022-05-24T22:01:19.337Z] INFO: No Stack... [2022-05-24T22:01:19.611Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-24T22:01:20.589Z] INFO: Archiving Costs [Pipeline] sh [2022-05-24T22:01:21.299Z] + cut -d, -f6 [2022-05-24T22:01:21.299Z] + cat /w/workspace/exfoundry_ci-build-images_PR-189/archives/cost.csv [Pipeline] lock [2022-05-24T22:01:21.406Z] Trying to acquire lock on [jenkins-edgexfoundry-ci-build-images-PR-189-1-stack-cost] [2022-05-24T22:01:21.411Z] Resource [jenkins-edgexfoundry-ci-build-images-PR-189-1-stack-cost] did not exist. Created. [2022-05-24T22:01:21.411Z] Lock acquired on [jenkins-edgexfoundry-ci-build-images-PR-189-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-24T22:01:22.544Z] /w/workspace/exfoundry_ci-build-images_PR-189@tmp/durable-966354af/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-24T22:01:23.241Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-24T22:01:23.278Z] Warning: overwriting stash ‘stack-cost’ [2022-05-24T22:01:23.719Z] Stashed 1 file(s) [Pipeline] } [2022-05-24T22:01:23.734Z] Lock released on resource [jenkins-edgexfoundry-ci-build-images-PR-189-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-24T22:01:23.803Z] $ docker stop --time=1 dd2b47d8395b3ef6709523c6faf10ab2dc1b8687f92df1a82c7f879eb102770c [2022-05-24T22:01:25.339Z] $ docker rm -f dd2b47d8395b3ef6709523c6faf10ab2dc1b8687f92df1a82c7f879eb102770c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-24T22:01:25.984Z] Failed in branch arm64 [Pipeline] // parallel [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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-05-24T22:01:27.098Z] + [ -d /w/workspace/exfoundry_ci-build-images_PR-189/archives ] [2022-05-24T22:01:27.098Z] + ls -al /w/workspace/exfoundry_ci-build-images_PR-189/archives [2022-05-24T22:01:27.098Z] total 16 [2022-05-24T22:01:27.098Z] drwxr-xr-x 3 root root 4096 May 24 21:46 . [2022-05-24T22:01:27.098Z] drwxrwxr-x 5 jenkins jenkins 4096 May 24 21:46 .. [2022-05-24T22:01:27.098Z] drwxr-xr-x 2 root root 4096 May 24 21:46 cost [2022-05-24T22:01:27.098Z] -rw-r--r-- 1 root root 86 May 24 21:46 cost.csv [2022-05-24T22:01:27.098Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_ci-build-images_PR-189/archives [2022-05-24T22:01:27.098Z] + ls -al /w/workspace/exfoundry_ci-build-images_PR-189/archives [2022-05-24T22:01:27.098Z] total 16 [2022-05-24T22:01:27.098Z] drwxr-xr-x 3 jenkins jenkins 4096 May 24 21:46 . [2022-05-24T22:01:27.098Z] drwxrwxr-x 5 jenkins jenkins 4096 May 24 21:46 .. [2022-05-24T22:01:27.098Z] drwxr-xr-x 2 jenkins jenkins 4096 May 24 21:46 cost [2022-05-24T22:01:27.098Z] -rw-r--r-- 1 jenkins jenkins 86 May 24 21:46 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-24T22:01:27.437Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-24T22:01:28.335Z] ---> package-listing.sh [2022-05-24T22:01:28.335Z] ++ facter osfamily [2022-05-24T22:01:28.335Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-24T22:01:28.596Z] + OS_FAMILY=debian [2022-05-24T22:01:28.596Z] + workspace=/w/workspace/exfoundry_ci-build-images_PR-189 [2022-05-24T22:01:28.596Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-24T22:01:28.596Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-24T22:01:28.596Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-24T22:01:28.596Z] + PACKAGES=/tmp/packages_start.txt [2022-05-24T22:01:28.596Z] + '[' /w/workspace/exfoundry_ci-build-images_PR-189 ']' [2022-05-24T22:01:28.596Z] + PACKAGES=/tmp/packages_end.txt [2022-05-24T22:01:28.596Z] + case "${OS_FAMILY}" in [2022-05-24T22:01:28.596Z] + dpkg -l [2022-05-24T22:01:28.596Z] + grep '^ii' [2022-05-24T22:01:28.596Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-24T22:01:28.596Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-24T22:01:28.596Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-24T22:01:28.596Z] + '[' /w/workspace/exfoundry_ci-build-images_PR-189 ']' [2022-05-24T22:01:28.596Z] + mkdir -p /w/workspace/exfoundry_ci-build-images_PR-189/archives/ [2022-05-24T22:01:28.596Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_ci-build-images_PR-189/archives/ [Pipeline] echo [2022-05-24T22:01:28.628Z] 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/exfoundry_ci-build-images_PR-189/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-24T22:01:28.923Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-24T22:01:29.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-24T22:01:29.505Z] . [Pipeline] withDockerContainer [2022-05-24T22:01:29.595Z] prd-ubuntu20.04-docker-8c-8g-64529 does not seem to be running inside a container [2022-05-24T22:01:29.657Z] $ 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/exfoundry_ci-build-images_PR-189/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_ci-build-images_PR-189 -v /w/workspace/exfoundry_ci-build-images_PR-189:/w/workspace/exfoundry_ci-build-images_PR-189:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-189@tmp:/w/workspace/exfoundry_ci-build-images_PR-189@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-24T22:01:29.890Z] $ docker top 748d1459acdecb58169ac046e3511a5f75f078b9f270327ddb549077e8defd1b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-24T22:01:30.263Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-24T22:01:30.588Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-24T22:01:30.900Z] + ls /var/log/sa-host [2022-05-24T22:01:30.900Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-24T22:01:31.184Z] provisioning config files... [2022-05-24T22:01:31.194Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-189@tmp/config8529670601131536889tmp [Pipeline] { [Pipeline] echo [2022-05-24T22:01:31.241Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-24T22:01:31.555Z] ---> create-netrc.sh [Pipeline] } [2022-05-24T22:01:31.582Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-24T22:01:31.999Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-24T22:01:32.029Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-24T22:01:32.345Z] ---> sudo-logs.sh [2022-05-24T22:01:32.345Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-24T22:01:32.438Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-24T22:01:32.760Z] ---> job-cost.sh [2022-05-24T22:01:32.760Z] lf-activate-venv: SKIPPING [2022-05-24T22:01:32.760Z] DEBUG: total: 0.2199999988079071 [2022-05-24T22:01:32.760Z] INFO: Retrieving Stack Cost... [2022-05-24T22:01:33.020Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-24T22:01:33.592Z] INFO: Archiving Costs [Pipeline] echo [2022-05-24T22:01:33.625Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-24T22:01:33.942Z] ---> logs-deploy.sh [2022-05-24T22:01:33.942Z] lf-activate-venv: SKIPPING [2022-05-24T22:01:33.942Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/PR-189/1 [2022-05-24T22:01:33.942Z] INFO: archiving workspace using pattern(s): [2022-05-24T22:01:34.882Z] Archives upload complete. [2022-05-24T22:01:35.141Z] INFO: archiving logs to Nexus