Pull request #3961 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 480fafaa97754cc937d54ac6a0d111d7c2ea592d+ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 (73e6e2c5a9fd9e2ef4a2c4bd6503aca13fd61b72) 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-ssh6377337751082057130.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh9992638077344128451.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3961/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3961/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6224687856817108012.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3961/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh12610926910044681704.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > 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-ssh12130709076994708196.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3961/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3961/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5181822456775829660.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 c72b16708d6eed9a08be464a432ce22db7d90667 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-20706’ is offline Running on prd-ubuntu20.04-docker-8c-8g-20711 in /w/workspace/edgexfoundry_edgex-go_PR-3961 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 into PR head commit 480fafaa97754cc937d54ac6a0d111d7c2ea592d Merge succeeded, producing 480fafaa97754cc937d54ac6a0d111d7c2ea592d Checking out Revision 480fafaa97754cc937d54ac6a0d111d7c2ea592d (PR-3961) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3961/head:refs/remotes/origin/PR-3961 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 480fafaa97754cc937d54ac6a0d111d7c2ea592d # 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 ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 480fafaa97754cc937d54ac6a0d111d7c2ea592d # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-12T19:08:26.940Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-12T19:08:27.192Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-12T19:08:27.283Z] ========================================================= [2022-04-12T19:08:27.283Z] EdgeX Global Pipelines Version Info [2022-04-12T19:08:27.283Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-12T19:08:28.093Z] ------------------- [2022-04-12T19:08:28.093Z] stable info: [2022-04-12T19:08:28.093Z] ------------------- [2022-04-12T19:08:28.093Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-12T19:08:28.093Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-12T19:08:28.093Z] Message: update stable to v1.0.221 [2022-04-12T19:08:28.666Z] ------------------- [2022-04-12T19:08:28.666Z] experimental info: [2022-04-12T19:08:28.666Z] ------------------- [2022-04-12T19:08:28.666Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-12T19:08:28.666Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-12T19:08:28.666Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-12T19:08:28.927Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-04-12T19:08:28.972Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-04-12T19:08:29.015Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-12T19:08:29.061Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-12T19:08:29.106Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-12T19:08:29.155Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-12T19:08:29.199Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-12T19:08:29.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-04-12T19:08:29.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-04-12T19:08:29.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-04-12T19:08:29.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-12T19:08:29.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-12T19:08:29.449Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-12T19:08:29.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-12T19:08:29.531Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-12T19:08:29.578Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-12T19:08:29.620Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-12T19:08:29.664Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-12T19:08:29.704Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-12T19:08:29.743Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-12T19:08:29.780Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-12T19:08:29.819Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-12T19:08:29.860Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3961 [Pipeline] echo [2022-04-12T19:08:29.901Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3961 [Pipeline] echo [2022-04-12T19:08:29.945Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3961 [Pipeline] echo [2022-04-12T19:08:29.985Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 480fafaa97754cc937d54ac6a0d111d7c2ea592d [Pipeline] echo [2022-04-12T19:08:30.025Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 480fafa [Pipeline] echo [2022-04-12T19:08:30.139Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-12T19:08:30.251Z] provisioning config files... [2022-04-12T19:08:30.346Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1426807501703810121tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T19:08:30.690Z] ---> docker-login.sh [2022-04-12T19:08:30.690Z] nexus3.edgexfoundry.org:10001 [2022-04-12T19:08:30.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T19:08:30.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T19:08:30.951Z] Configure a credential helper to remove this warning. See [2022-04-12T19:08:30.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T19:08:30.951Z] [2022-04-12T19:08:30.951Z] Login Succeeded [2022-04-12T19:08:30.951Z] nexus3.edgexfoundry.org:10002 [2022-04-12T19:08:31.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T19:08:31.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T19:08:31.212Z] Configure a credential helper to remove this warning. See [2022-04-12T19:08:31.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T19:08:31.212Z] [2022-04-12T19:08:31.212Z] Login Succeeded [2022-04-12T19:08:31.212Z] nexus3.edgexfoundry.org:10003 [2022-04-12T19:08:31.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T19:08:31.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T19:08:31.212Z] Configure a credential helper to remove this warning. See [2022-04-12T19:08:31.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T19:08:31.212Z] [2022-04-12T19:08:31.212Z] Login Succeeded [2022-04-12T19:08:31.212Z] nexus3.edgexfoundry.org:10004 [2022-04-12T19:08:31.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T19:08:31.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T19:08:31.476Z] Configure a credential helper to remove this warning. See [2022-04-12T19:08:31.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T19:08:31.476Z] [2022-04-12T19:08:31.476Z] Login Succeeded [2022-04-12T19:08:31.476Z] docker.io [2022-04-12T19:08:31.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T19:08:32.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T19:08:32.049Z] Configure a credential helper to remove this warning. See [2022-04-12T19:08:32.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T19:08:32.049Z] [2022-04-12T19:08:32.049Z] Login Succeeded [2022-04-12T19:08:32.049Z] ---> docker-login.sh ends [Pipeline] } [2022-04-12T19:08:32.078Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-12T19:08:32.511Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-04-12T19:08:32.511Z] + dirname cmd/core-command/Dockerfile [2022-04-12T19:08:32.511Z] + cut -d/ -f2 [2022-04-12T19:08:32.511Z] + echo core-command,cmd/core-command/Dockerfile [2022-04-12T19:08:32.511Z] + dirname cmd/core-data/Dockerfile [2022-04-12T19:08:32.511Z] + cut -d/ -f2 [2022-04-12T19:08:32.511Z] + echo core-data,cmd/core-data/Dockerfile [2022-04-12T19:08:32.511Z] + cut -d/ -f2 [2022-04-12T19:08:32.511Z] + dirname cmd/core-metadata/Dockerfile [2022-04-12T19:08:32.511Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-04-12T19:08:32.511Z] + + dirname cmd/security-bootstrapper/Dockerfile [2022-04-12T19:08:32.511Z] cut -d/ -f2 [2022-04-12T19:08:32.511Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-04-12T19:08:32.511Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-04-12T19:08:32.511Z] + cut -d/ -f2 [2022-04-12T19:08:32.511Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-04-12T19:08:32.511Z] + + cutdirname -d/ cmd/security-secretstore-setup/Dockerfile -f2 [2022-04-12T19:08:32.511Z] [2022-04-12T19:08:32.511Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-04-12T19:08:32.511Z] + + cut -d/ -f2 [2022-04-12T19:08:32.511Z] dirname cmd/security-spiffe-token-provider/Dockerfile [2022-04-12T19:08:32.511Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-04-12T19:08:32.511Z] + dirname cmd/security-spire-agent/Dockerfile [2022-04-12T19:08:32.511Z] + cut -d/ -f2 [2022-04-12T19:08:32.511Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-04-12T19:08:32.511Z] + dirname cmd/security-spire-config/Dockerfile [2022-04-12T19:08:32.511Z] + cut -d/ -f2 [2022-04-12T19:08:32.511Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-04-12T19:08:32.511Z] + dirname cmd/security-spire-server/Dockerfile [2022-04-12T19:08:32.511Z] + cut -d/ -f2 [2022-04-12T19:08:32.511Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-04-12T19:08:32.511Z] + dirname cmd/support-notifications/Dockerfile [2022-04-12T19:08:32.511Z] + cut -d/ -f2 [2022-04-12T19:08:32.511Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-04-12T19:08:32.511Z] + dirname cmd/support-scheduler/Dockerfile [2022-04-12T19:08:32.511Z] + cut -d/ -f2 [2022-04-12T19:08:32.511Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-04-12T19:08:32.511Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-04-12T19:08:32.511Z] + cut -d/ -f2 [2022-04-12T19:08:32.511Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-04-12T19:08:32.561Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-12T19:08:33.072Z] + git rev-list -1 --merges 480fafaa97754cc937d54ac6a0d111d7c2ea592d~1..480fafaa97754cc937d54ac6a0d111d7c2ea592d [Pipeline] echo [2022-04-12T19:08:33.105Z] -----------> git rev-list -1 --merges 480fafaa97754cc937d54ac6a0d111d7c2ea592d~1..480fafaa97754cc937d54ac6a0d111d7c2ea592d 480fafaa97754cc937d54ac6a0d111d7c2ea592d [false] [Pipeline] sh [2022-04-12T19:08:33.418Z] + git log --format=format:%s -1 480fafaa97754cc937d54ac6a0d111d7c2ea592d [Pipeline] echo [2022-04-12T19:08:33.465Z] ========================================================= [2022-04-12T19:08:33.465Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-12T19:08:33.465Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-04-12T19:08:33.945Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-12T19:08:33.945Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-12T19:08:33.945Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-12T19:08:33.945Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-12T19:08:33.945Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-12T19:08:33.945Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-12T19:08:33.945Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-12T19:08:34.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-12T19:08:34.327Z] [2022-04-12T19:08:34.327Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T19:08:34.672Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-12T19:08:34.672Z] latest: Pulling from edgex-devops/git-semver [2022-04-12T19:08:34.672Z] a0d0a0d46f8b: Pulling fs layer [2022-04-12T19:08:34.672Z] 3e5f54012d9b: Pulling fs layer [2022-04-12T19:08:34.672Z] 4c7163046ea9: Pulling fs layer [2022-04-12T19:08:34.673Z] 0c2d73faf560: Pulling fs layer [2022-04-12T19:08:34.673Z] 0c2d73faf560: Waiting [2022-04-12T19:08:34.673Z] 3e5f54012d9b: Verifying Checksum [2022-04-12T19:08:34.673Z] 3e5f54012d9b: Download complete [2022-04-12T19:08:34.673Z] a0d0a0d46f8b: Verifying Checksum [2022-04-12T19:08:34.673Z] a0d0a0d46f8b: Download complete [2022-04-12T19:08:34.673Z] 0c2d73faf560: Verifying Checksum [2022-04-12T19:08:34.673Z] 0c2d73faf560: Download complete [2022-04-12T19:08:34.673Z] 4c7163046ea9: Verifying Checksum [2022-04-12T19:08:34.673Z] 4c7163046ea9: Download complete [2022-04-12T19:08:34.935Z] a0d0a0d46f8b: Pull complete [2022-04-12T19:08:34.935Z] 3e5f54012d9b: Pull complete [2022-04-12T19:08:35.507Z] 4c7163046ea9: Pull complete [2022-04-12T19:08:35.507Z] 0c2d73faf560: Pull complete [2022-04-12T19:08:35.507Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-12T19:08:35.507Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-12T19:08:35.507Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-12T19:08:35.630Z] prd-ubuntu20.04-docker-8c-8g-20711 does not seem to be running inside a container [2022-04-12T19:08:35.674Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-12T19:08:36.404Z] $ docker top 7b0c63e73bcc0ca6219b71c3d3c4f0356a8879960552d6035cf119f720e909c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-12T19:08:36.600Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-12T19:08:36.600Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-12T19:08:36.748Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-12T19:08:36.758Z] $ docker exec 7b0c63e73bcc0ca6219b71c3d3c4f0356a8879960552d6035cf119f720e909c7 ssh-agent [2022-04-12T19:08:36.885Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXCBJgLP/agent.15 [2022-04-12T19:08:36.885Z] SSH_AGENT_PID=21 [2022-04-12T19:08:36.895Z] Running ssh-add (command line suppressed) [2022-04-12T19:08:37.023Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4424686052826651522.key (/w/workspace/edgex-go/1@tmp/private_key_4424686052826651522.key) [2022-04-12T19:08:37.036Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-12T19:08:37.367Z] + git tag --points-at HEAD [Pipeline] } [2022-04-12T19:08:37.398Z] $ docker exec --env ******** --env ******** 7b0c63e73bcc0ca6219b71c3d3c4f0356a8879960552d6035cf119f720e909c7 ssh-agent -k [2022-04-12T19:08:37.518Z] unset SSH_AUTH_SOCK; [2022-04-12T19:08:37.518Z] unset SSH_AGENT_PID; [2022-04-12T19:08:37.518Z] echo Agent pid 21 killed; [2022-04-12T19:08:37.532Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-12T19:08:37.644Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-12T19:08:37.644Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-12T19:08:37.778Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-12T19:08:37.787Z] $ docker exec 7b0c63e73bcc0ca6219b71c3d3c4f0356a8879960552d6035cf119f720e909c7 ssh-agent [2022-04-12T19:08:37.908Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXkBfagP/agent.53 [2022-04-12T19:08:37.908Z] SSH_AGENT_PID=60 [2022-04-12T19:08:37.914Z] Running ssh-add (command line suppressed) [2022-04-12T19:08:38.041Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6818226028374572173.key (/w/workspace/edgex-go/1@tmp/private_key_6818226028374572173.key) [2022-04-12T19:08:38.051Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-12T19:08:38.385Z] + git semver init [2022-04-12T19:08:38.385Z] # -> Open(): unable to determine branch for HEAD [2022-04-12T19:08:38.385Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2022-04-12T19:08:38.385Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2022-04-12T19:08:38.385Z] # $SEMVER_REMOTE_NAME = origin [2022-04-12T19:08:38.385Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-12T19:08:38.385Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-12T19:08:38.385Z] # $SEMVER_BRANCH = PR-3961 [2022-04-12T19:08:38.385Z] # $SEMVER_TEMP = /tmp/semver-646957509 [2022-04-12T19:08:38.385Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-04-12T19:08:53.335Z] # '/tmp/semver-646957509' -> '/w/workspace/edgex-go/1/.semver' [2022-04-12T19:08:53.335Z] # -> Force: false [2022-04-12T19:08:53.335Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2022-04-12T19:08:53.368Z] $ docker exec --env ******** --env ******** 7b0c63e73bcc0ca6219b71c3d3c4f0356a8879960552d6035cf119f720e909c7 ssh-agent -k [2022-04-12T19:08:53.487Z] unset SSH_AUTH_SOCK; [2022-04-12T19:08:53.488Z] unset SSH_AGENT_PID; [2022-04-12T19:08:53.488Z] echo Agent pid 60 killed; [2022-04-12T19:08:53.494Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-12T19:08:53.916Z] + git semver [Pipeline] } [2022-04-12T19:08:53.954Z] $ docker stop --time=1 7b0c63e73bcc0ca6219b71c3d3c4f0356a8879960552d6035cf119f720e909c7 [2022-04-12T19:08:55.973Z] $ docker rm -f 7b0c63e73bcc0ca6219b71c3d3c4f0356a8879960552d6035cf119f720e909c7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-12T19:08:56.420Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-12T19:08:56.735Z] Stashed 1 file(s) [Pipeline] echo [2022-04-12T19:08:56.795Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-04-12T19:08:57.289Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-12T19:08:57.318Z] ========================================================= [2022-04-12T19:08:57.318Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-12T19:08:57.318Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-12T19:08:57.662Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-12T19:08:57.662Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-12T19:08:57.662Z] 59bf1c3509f3: Pulling fs layer [2022-04-12T19:08:57.662Z] 666ba61612fd: Pulling fs layer [2022-04-12T19:08:57.662Z] 8ed8ca486205: Pulling fs layer [2022-04-12T19:08:57.662Z] 4fe6c5a15a65: Pulling fs layer [2022-04-12T19:08:57.662Z] 22a0e8bec74d: Pulling fs layer [2022-04-12T19:08:57.662Z] 640e595b4fbd: Pulling fs layer [2022-04-12T19:08:57.662Z] 763cafe07f6e: Pulling fs layer [2022-04-12T19:08:57.662Z] 0c0b528cf693: Pulling fs layer [2022-04-12T19:08:57.662Z] 10935f4eaf8b: Pulling fs layer [2022-04-12T19:08:57.662Z] 640e595b4fbd: Waiting [2022-04-12T19:08:57.662Z] 4fe6c5a15a65: Waiting [2022-04-12T19:08:57.662Z] 763cafe07f6e: Waiting [2022-04-12T19:08:57.662Z] 22a0e8bec74d: Waiting [2022-04-12T19:08:57.662Z] 0c0b528cf693: Waiting [2022-04-12T19:08:57.662Z] 8ed8ca486205: Download complete [2022-04-12T19:08:57.662Z] 666ba61612fd: Verifying Checksum [2022-04-12T19:08:57.662Z] 666ba61612fd: Download complete [2022-04-12T19:08:57.662Z] 22a0e8bec74d: Verifying Checksum [2022-04-12T19:08:57.662Z] 22a0e8bec74d: Download complete [2022-04-12T19:08:57.662Z] 640e595b4fbd: Verifying Checksum [2022-04-12T19:08:57.662Z] 640e595b4fbd: Download complete [2022-04-12T19:08:57.662Z] 59bf1c3509f3: Verifying Checksum [2022-04-12T19:08:57.662Z] 59bf1c3509f3: Download complete [2022-04-12T19:08:57.662Z] 763cafe07f6e: Verifying Checksum [2022-04-12T19:08:57.662Z] 763cafe07f6e: Download complete [2022-04-12T19:08:57.923Z] 0c0b528cf693: Verifying Checksum [2022-04-12T19:08:57.923Z] 0c0b528cf693: Download complete [2022-04-12T19:08:57.923Z] 59bf1c3509f3: Pull complete [2022-04-12T19:08:57.923Z] 666ba61612fd: Pull complete [2022-04-12T19:08:58.184Z] 8ed8ca486205: Pull complete [2022-04-12T19:08:58.184Z] 10935f4eaf8b: Verifying Checksum [2022-04-12T19:08:58.184Z] 10935f4eaf8b: Download complete [2022-04-12T19:08:58.443Z] 4fe6c5a15a65: Verifying Checksum [2022-04-12T19:08:58.443Z] 4fe6c5a15a65: Download complete [2022-04-12T19:09:02.645Z] 4fe6c5a15a65: Pull complete [2022-04-12T19:09:02.645Z] 22a0e8bec74d: Pull complete [2022-04-12T19:09:02.645Z] 640e595b4fbd: Pull complete [2022-04-12T19:09:02.645Z] 763cafe07f6e: Pull complete [2022-04-12T19:09:02.906Z] 0c0b528cf693: Pull complete [2022-04-12T19:09:05.454Z] 10935f4eaf8b: Pull complete [2022-04-12T19:09:05.454Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-12T19:09:05.454Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-12T19:09:05.454Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-12T19:09:05.820Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-12T19:09:05.821Z] WORKDIR /edgex [2022-04-12T19:09:05.821Z] COPY go.mod . [2022-04-12T19:09:05.821Z] RUN go mod download [2022-04-12T19:09:05.821Z] + docker build -t ci-base-image-x86_64 -f - . [2022-04-12T19:09:07.203Z] Sending build context to Docker daemon 334.8MB [2022-04-12T19:09:07.203Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-12T19:09:07.203Z] ---> 99d49a6021b9 [2022-04-12T19:09:07.203Z] Step 2/4 : WORKDIR /edgex [2022-04-12T19:09:11.427Z] ---> Running in 10d3fd8b04d6 [2022-04-12T19:09:11.427Z] Removing intermediate container 10d3fd8b04d6 [2022-04-12T19:09:11.427Z] ---> 10f591f7713b [2022-04-12T19:09:11.427Z] Step 3/4 : COPY go.mod . [2022-04-12T19:09:11.427Z] ---> 07350b777686 [2022-04-12T19:09:11.427Z] Step 4/4 : RUN go mod download [2022-04-12T19:09:11.427Z] ---> Running in 3865aa4e83d7 [2022-04-12T19:09:12.102Z] Still waiting to schedule task [2022-04-12T19:09:12.103Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-04-12T19:09:26.348Z] Removing intermediate container 3865aa4e83d7 [2022-04-12T19:09:26.348Z] ---> 24a8cc8c5b72 [2022-04-12T19:09:26.348Z] Successfully built 24a8cc8c5b72 [2022-04-12T19:09:26.348Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T19:09:26.681Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-12T19:09:26.681Z] . [Pipeline] withDockerContainer [2022-04-12T19:09:26.784Z] prd-ubuntu20.04-docker-8c-8g-20711 does not seem to be running inside a container [2022-04-12T19:09:26.830Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-12T19:09:27.282Z] $ docker top 1b8c09408eba387bd8e3c50a80b05790536b06016a9985ef241084a17d68abbd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T19:09:27.699Z] + go version [2022-04-12T19:09:27.699Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-12T19:09:27.740Z] $ docker stop --time=1 1b8c09408eba387bd8e3c50a80b05790536b06016a9985ef241084a17d68abbd [2022-04-12T19:09:29.060Z] $ docker rm -f 1b8c09408eba387bd8e3c50a80b05790536b06016a9985ef241084a17d68abbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T19:09:29.720Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-12T19:09:29.720Z] . [Pipeline] withDockerContainer [2022-04-12T19:09:29.829Z] prd-ubuntu20.04-docker-8c-8g-20711 does not seem to be running inside a container [2022-04-12T19:09:29.873Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-12T19:09:30.334Z] $ docker top 523397ff42fc140716fdbd50c0de91f038ac97eaf468eda61259e42e92d18239 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-12T19:09:30.460Z] ========================================================= [2022-04-12T19:09:30.460Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-12T19:09:30.460Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-12T19:09:30.802Z] + make test [2022-04-12T19:09:30.802Z] go mod tidy -compat=1.17 [2022-04-12T19:09:31.064Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-12T19:09:37.773Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-12T19:09:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-12T19:09:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-12T19:09:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-12T19:09:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-12T19:09:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-12T19:09:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-12T19:09:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-12T19:09:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-12T19:09:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-12T19:09:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-12T19:09:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-12T19:09:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-12T19:09:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-12T19:09:49.997Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-12T19:09:49.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-12T19:09:50.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.109s coverage: 28.7% of statements [2022-04-12T19:09:50.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-12T19:09:50.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-12T19:09:50.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.114s coverage: 98.5% of statements [2022-04-12T19:09:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-12T19:09:51.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.107s coverage: 54.9% of statements [2022-04-12T19:09:51.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-12T19:09:51.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-12T19:09:55.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.440s coverage: 89.2% of statements [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-12T19:09:55.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.117s coverage: 84.4% of statements [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-12T19:09:55.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.401s coverage: 95.4% of statements [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-12T19:09:55.276Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.066s coverage: 72.2% of statements [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-12T19:09:55.276Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.070s coverage: 60.0% of statements [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-12T19:09:55.276Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.057s coverage: 0.9% of statements [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-12T19:09:55.276Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.083s coverage: 58.8% of statements [2022-04-12T19:09:55.276Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.092s coverage: 24.0% of statements [2022-04-12T19:09:55.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-12T19:09:55.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements [2022-04-12T19:09:55.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements [2022-04-12T19:09:55.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2022-04-12T19:09:55.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements [2022-04-12T19:09:55.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2022-04-12T19:10:03.414Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements [2022-04-12T19:10:03.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2022-04-12T19:10:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.192s coverage: 82.5% of statements [2022-04-12T19:10:05.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 65.1% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 58.8% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.0% of statements [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.056s coverage: 87.2% of statements [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 85.4% of statements [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.140s coverage: 91.2% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 64.4% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.330s coverage: 65.4% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.164s coverage: 43.8% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.057s coverage: 84.8% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.068s coverage: 17.7% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.162s coverage: 92.3% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.049s coverage: 63.2% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.102s coverage: 97.7% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-12T19:10:15.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2022-04-12T19:10:15.340Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements [2022-04-12T19:10:15.340Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-04-12T19:10:33.466Z] GO111MODULE=on go vet ./... [2022-04-12T19:10:37.664Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-12T19:10:37.925Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-12T19:10:38.186Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-12T19:10:38.785Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-12T19:10:39.095Z] + ls -al . [2022-04-12T19:10:39.095Z] total 668 [2022-04-12T19:10:39.095Z] drwxrwxr-x 10 1001 1001 4096 Apr 12 19:10 . [2022-04-12T19:10:39.095Z] drwxr-xr-x 4 root root 4096 Apr 12 19:09 .. [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 11 Apr 12 19:08 .dockerignore [2022-04-12T19:10:39.095Z] drwxrwxr-x 8 1001 1001 4096 Apr 12 19:08 .git [2022-04-12T19:10:39.095Z] drwxrwxr-x 3 1001 1001 4096 Apr 12 19:08 .github [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 879 Apr 12 19:08 .gitignore [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 42 Apr 12 19:08 .golangci.yml [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 87 Apr 12 19:08 .hadolint.yml [2022-04-12T19:10:39.095Z] drwx------ 3 1001 1001 4096 Apr 12 19:08 .semver [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 166 Apr 12 19:08 .sonarcloud.properties [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 1171 Apr 12 19:08 ADOPTERS.md [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 9953 Apr 12 19:08 Attribution.txt [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 51732 Apr 12 19:08 CHANGELOG.md [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 3804 Apr 12 19:08 CONTRIBUTING.md [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 677 Apr 12 19:08 GOVERNANCE.md [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 850 Apr 12 19:08 Jenkinsfile [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 10775 Apr 12 19:08 LICENSE [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 8478 Apr 12 19:08 Makefile [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 582 Apr 12 19:08 OWNERS.md [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 8207 Apr 12 19:08 README.md [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 6912 Apr 12 19:08 SECURITY.md [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 5 Apr 12 19:08 VERSION [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 4131 Apr 12 19:08 ZMQWindows.md [2022-04-12T19:10:39.095Z] drwxrwxr-x 2 1001 1001 4096 Apr 12 19:08 bin [2022-04-12T19:10:39.095Z] drwxrwxr-x 18 1001 1001 4096 Apr 12 19:08 cmd [2022-04-12T19:10:39.095Z] -rw-r--r-- 1 root root 432619 Apr 12 19:10 coverage.out [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 3175 Apr 12 19:08 go.mod [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 34990 Apr 12 19:09 go.sum [2022-04-12T19:10:39.095Z] drwxrwxr-x 8 1001 1001 4096 Apr 12 19:08 internal [2022-04-12T19:10:39.095Z] drwxrwxr-x 3 1001 1001 4096 Apr 12 19:08 openapi [2022-04-12T19:10:39.095Z] drwxrwxr-x 4 1001 1001 4096 Apr 12 19:08 snap [2022-04-12T19:10:39.095Z] -rw-rw-r-- 1 1001 1001 204 Apr 12 19:08 version.go [Pipeline] sh [2022-04-12T19:10:39.409Z] + '[' -e coverage.out ] [2022-04-12T19:10:39.409Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-12T19:10:39.533Z] Stashed 1 file(s) [Pipeline] sh [2022-04-12T19:10:39.832Z] + make build [2022-04-12T19:10:39.832Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-12T19:10:57.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-12T19:11:07.925Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-12T19:11:07.925Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-12T19:11:09.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-12T19:11:09.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-12T19:11:10.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-12T19:11:11.899Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-12T19:11:12.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-12T19:11:14.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-12T19:11:15.171Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-12T19:11:16.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-12T19:11:18.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-12T19:11:18.997Z] $ docker stop --time=1 523397ff42fc140716fdbd50c0de91f038ac97eaf468eda61259e42e92d18239 [2022-04-12T19:11:21.948Z] $ docker rm -f 523397ff42fc140716fdbd50c0de91f038ac97eaf468eda61259e42e92d18239 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T19:11:23.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-12T19:11:23.643Z] [2022-04-12T19:11:23.643Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T19:11:23.988Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-12T19:11:23.988Z] latest: Pulling from edgex-devops/edgex-compose [2022-04-12T19:11:23.988Z] cbdbe7a5bc2a: Pulling fs layer [2022-04-12T19:11:23.988Z] ca9280d653b3: Pulling fs layer [2022-04-12T19:11:23.988Z] 7e9c9ca2126c: Pulling fs layer [2022-04-12T19:11:23.988Z] cbdbe7a5bc2a: Verifying Checksum [2022-04-12T19:11:23.988Z] cbdbe7a5bc2a: Download complete [2022-04-12T19:11:24.247Z] ca9280d653b3: Verifying Checksum [2022-04-12T19:11:24.247Z] ca9280d653b3: Download complete [2022-04-12T19:11:24.247Z] cbdbe7a5bc2a: Pull complete [2022-04-12T19:11:24.507Z] 7e9c9ca2126c: Download complete [2022-04-12T19:11:24.769Z] ca9280d653b3: Pull complete [2022-04-12T19:11:28.058Z] 7e9c9ca2126c: Pull complete [2022-04-12T19:11:28.058Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-04-12T19:11:28.058Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-12T19:11:28.058Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-04-12T19:11:28.189Z] prd-ubuntu20.04-docker-8c-8g-20711 does not seem to be running inside a container [2022-04-12T19:11:28.278Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-12T19:11:29.930Z] $ docker top fac1b650d6533ee3fa7106569b925ce30f927b05bbdaeccf08ef2af177f8159d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T19:11:30.353Z] + docker-compose build --help [2022-04-12T19:11:30.353Z] + grep parallel [2022-04-12T19:11:30.924Z] --parallel Build images in parallel. [Pipeline] } [2022-04-12T19:11:30.960Z] $ docker stop --time=1 fac1b650d6533ee3fa7106569b925ce30f927b05bbdaeccf08ef2af177f8159d [2022-04-12T19:11:32.250Z] $ docker rm -f fac1b650d6533ee3fa7106569b925ce30f927b05bbdaeccf08ef2af177f8159d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T19:11:32.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-12T19:11:32.809Z] . [Pipeline] withDockerContainer [2022-04-12T19:11:32.910Z] prd-ubuntu20.04-docker-8c-8g-20711 does not seem to be running inside a container [2022-04-12T19:11:32.950Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-12T19:11:33.057Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-20713 in /w/workspace/edgexfoundry_edgex-go_PR-3961 [2022-04-12T19:11:33.337Z] $ docker top ade69cfc7abb4c291df9a2484debbba189504d4de9f644936d820903d8f47567 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2022-04-12T19:11:33.514Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-04-12T19:11:33.752Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-12T19:11:33.857Z] The recommended git tool is: git [2022-04-12T19:11:34.322Z] Building core-command ... [2022-04-12T19:11:34.322Z] Building core-data ... [2022-04-12T19:11:34.322Z] Building core-metadata ... [2022-04-12T19:11:34.322Z] Building security-bootstrapper ... [2022-04-12T19:11:34.322Z] Building security-proxy-setup ... [2022-04-12T19:11:34.322Z] Building security-secretstore-setup ... [2022-04-12T19:11:34.322Z] Building security-spiffe-token-provider ... [2022-04-12T19:11:34.322Z] Building security-spire-agent ... [2022-04-12T19:11:34.322Z] Building security-spire-config ... [2022-04-12T19:11:34.322Z] Building security-spire-server ... [2022-04-12T19:11:34.322Z] Building support-notifications ... [2022-04-12T19:11:34.322Z] Building support-scheduler ... [2022-04-12T19:11:34.322Z] Building sys-mgmt-agent ... [2022-04-12T19:11:34.322Z] Building security-spire-config [2022-04-12T19:11:34.322Z] Building security-proxy-setup [2022-04-12T19:11:34.322Z] Building support-scheduler [2022-04-12T19:11:34.322Z] Building support-notifications [2022-04-12T19:11:34.322Z] Building security-spire-server [2022-04-12T19:11:41.041Z] using credential edgex-jenkins-ssh [2022-04-12T19:11:41.064Z] Cloning the remote Git repository [2022-04-12T19:11:41.190Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-04-12T19:11:41.279Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-04-12T19:11:41.509Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-12T19:11:41.509Z] > git --version # timeout=10 [2022-04-12T19:11:41.590Z] > git --version # 'git version 2.25.1' [2022-04-12T19:11:41.592Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-12T19:11:41.687Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-12T19:11:52.445Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:11:52.445Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:11:52.445Z] ---> 24a8cc8c5b72 [2022-04-12T19:11:52.445Z] Step 3/26 : WORKDIR /edgex-go [2022-04-12T19:11:52.445Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:11:52.445Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:11:52.445Z] ---> 24a8cc8c5b72 [2022-04-12T19:11:52.445Z] Step 3/22 : WORKDIR /edgex-go [2022-04-12T19:11:52.445Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:11:52.445Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:11:52.445Z] ---> 24a8cc8c5b72 [2022-04-12T19:11:52.445Z] Step 3/22 : WORKDIR /edgex-go [2022-04-12T19:11:52.445Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:11:52.445Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:11:52.445Z] ---> 24a8cc8c5b72 [2022-04-12T19:11:52.445Z] Step 3/22 : WORKDIR /edgex-go [2022-04-12T19:11:52.445Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:11:52.445Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:11:52.445Z] ---> 24a8cc8c5b72 [2022-04-12T19:11:52.445Z] Step 3/25 : WORKDIR /edgex-go [2022-04-12T19:11:57.735Z] ---> Running in 5abae16dea93 [2022-04-12T19:11:57.736Z] ---> Running in f9693b2edbba [2022-04-12T19:11:57.736Z] ---> Running in 3db4d4d3e957 [2022-04-12T19:11:57.736Z] ---> Running in f934e0536d0c [2022-04-12T19:11:57.736Z] ---> Running in e7b2db3782eb [2022-04-12T19:11:57.736Z] Removing intermediate container f9693b2edbba [2022-04-12T19:11:57.736Z] ---> a9ae2bba4cbf [2022-04-12T19:11:57.736Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:11:57.736Z] Removing intermediate container 5abae16dea93 [2022-04-12T19:11:57.736Z] ---> c3fa0a595ffa [2022-04-12T19:11:57.736Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:11:57.736Z] Removing intermediate container 3db4d4d3e957 [2022-04-12T19:11:57.736Z] ---> d1b2b58a11e6 [2022-04-12T19:11:57.736Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:11:57.736Z] Removing intermediate container e7b2db3782eb [2022-04-12T19:11:57.736Z] ---> aaae0d9b9b08 [2022-04-12T19:11:57.736Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:11:57.736Z] Removing intermediate container f934e0536d0c [2022-04-12T19:11:57.736Z] ---> 0a7785c5be71 [2022-04-12T19:11:57.736Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:11:57.736Z] ---> Running in f5acb9878f03 [2022-04-12T19:11:57.736Z] ---> Running in e7dfa742b73c [2022-04-12T19:11:57.736Z] ---> Running in c1ae21bb07de [2022-04-12T19:11:57.736Z] ---> Running in 7c17a57bf396 [2022-04-12T19:11:57.736Z] ---> Running in 75684beb431d [2022-04-12T19:11:58.307Z] Removing intermediate container f5acb9878f03 [2022-04-12T19:11:58.307Z] ---> 586f1235d8df [2022-04-12T19:11:58.307Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-12T19:11:58.307Z] Removing intermediate container e7dfa742b73c [2022-04-12T19:11:58.307Z] ---> 82d31632a953 [2022-04-12T19:11:58.307Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-12T19:11:58.570Z] ---> Running in 103fa4184c90 [2022-04-12T19:11:58.570Z] ---> Running in 180ab23b83b0 [2022-04-12T19:11:58.820Z] Merging remotes/origin/main commit ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 into PR head commit 480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:11:58.830Z] Removing intermediate container c1ae21bb07de [2022-04-12T19:11:58.830Z] ---> 0cb8dc8fd448 [2022-04-12T19:11:58.830Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-12T19:11:58.830Z] ---> Running in 269e7e848496 [2022-04-12T19:11:58.017Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-12T19:11:58.035Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-12T19:11:58.062Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-12T19:11:58.095Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-12T19:11:58.096Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-12T19:11:58.108Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3961/head:refs/remotes/origin/PR-3961 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-12T19:11:58.846Z] > git config core.sparsecheckout # timeout=10 [2022-04-12T19:11:59.091Z] Removing intermediate container 7c17a57bf396 [2022-04-12T19:11:59.092Z] ---> 789f3f36f532 [2022-04-12T19:11:59.092Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-12T19:11:59.092Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:11:59.092Z] Removing intermediate container 75684beb431d [2022-04-12T19:11:59.092Z] ---> d7ce6657d427 [2022-04-12T19:11:59.092Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-12T19:11:59.203Z] Merge succeeded, producing 480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:11:59.204Z] Checking out Revision 480fafaa97754cc937d54ac6a0d111d7c2ea592d (PR-3961) [2022-04-12T19:11:59.352Z] ---> Running in 860ffaae5d67 [2022-04-12T19:11:59.352Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:11:59.352Z] ---> Running in 7850368abdd2 [2022-04-12T19:11:59.352Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:11:59.613Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:11:59.613Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:12:00.184Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:12:00.185Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:12:00.185Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:12:00.455Z] OK: 221 MiB in 52 packages [2022-04-12T19:12:00.455Z] OK: 221 MiB in 52 packages [2022-04-12T19:12:00.455Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:12:00.455Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:12:00.455Z] OK: 221 MiB in 52 packages [2022-04-12T19:12:00.717Z] Removing intermediate container 180ab23b83b0 [2022-04-12T19:12:00.717Z] ---> bd4b9622816d [2022-04-12T19:12:00.717Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-12T19:12:00.717Z] OK: 221 MiB in 52 packages [2022-04-12T19:12:00.717Z] OK: 221 MiB in 52 packages [2022-04-12T19:12:00.978Z] ---> 7ea0d4e20c67 [2022-04-12T19:12:00.978Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:11:58.862Z] > git checkout -f 480fafaa97754cc937d54ac6a0d111d7c2ea592d # timeout=10 [2022-04-12T19:11:59.100Z] > git remote # timeout=10 [2022-04-12T19:11:59.116Z] > git config --get remote.origin.url # timeout=10 [2022-04-12T19:11:59.139Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-12T19:11:59.150Z] > git merge ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 # timeout=10 [2022-04-12T19:11:59.177Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-12T19:11:59.219Z] > git config core.sparsecheckout # timeout=10 [2022-04-12T19:11:59.235Z] > git checkout -f 480fafaa97754cc937d54ac6a0d111d7c2ea592d # timeout=10 [2022-04-12T19:12:01.241Z] Removing intermediate container 103fa4184c90 [2022-04-12T19:12:01.241Z] ---> 8e3b564b081f [2022-04-12T19:12:01.241Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-12T19:12:01.241Z] Removing intermediate container 269e7e848496 [2022-04-12T19:12:01.241Z] ---> 99bf5d563d3b [2022-04-12T19:12:01.241Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-12T19:12:01.241Z] ---> Running in b575ff5008ff [2022-04-12T19:12:01.502Z] ---> 843c1c184208 [2022-04-12T19:12:01.502Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:12:01.762Z] ---> 4e8ad23a804c [2022-04-12T19:12:01.762Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:12:01.762Z] Removing intermediate container 860ffaae5d67 [2022-04-12T19:12:01.762Z] ---> 3bae3dd997c3 [2022-04-12T19:12:01.762Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-12T19:12:02.025Z] ---> Running in 8a6c5b600816 [2022-04-12T19:12:02.025Z] Removing intermediate container 7850368abdd2 [2022-04-12T19:12:02.025Z] ---> 0625f04cec72 [2022-04-12T19:12:02.025Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-12T19:12:02.025Z] ---> Running in ac4dd1f39482 [2022-04-12T19:12:02.285Z] ---> 8c248bf2e001 [2022-04-12T19:12:02.285Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:12:02.285Z] ---> c3d40e6d7a77 [2022-04-12T19:12:02.285Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:12:02.285Z] ---> Running in 6b74f60d3357 [2022-04-12T19:12:02.285Z] ---> Running in 75eb28b4de6d [2022-04-12T19:12:02.546Z] Removing intermediate container b575ff5008ff [2022-04-12T19:12:02.546Z] ---> 256d37e4354c [2022-04-12T19:12:02.546Z] Step 8/22 : COPY . . [2022-04-12T19:12:03.424Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2022-04-12T19:12:03.485Z] > git --version # timeout=10 [2022-04-12T19:12:03.495Z] > git --version # 'git version 2.25.1' [2022-04-12T19:12:03.507Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-12T19:12:04.827Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-12T19:12:04.827Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-12T19:12:04.827Z] Dload Upload Total Spent Left Speed [2022-04-12T19:12:04.827Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 226k 0 --:--:-- --:--:-- --:--:-- 226k [Pipeline] sh [2022-04-12T19:12:05.346Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-12T19:12:05.736Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-12T19:12:05.736Z] + sudo tee /etc/docker/daemon.new [2022-04-12T19:12:05.736Z] { [2022-04-12T19:12:05.736Z] "registry-mirrors": [ [2022-04-12T19:12:05.736Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-12T19:12:05.736Z] ], [2022-04-12T19:12:05.736Z] "bip": "10.250.0.254/24", [2022-04-12T19:12:05.736Z] "hosts": [ [2022-04-12T19:12:05.736Z] "tcp://0.0.0.0:5555", [2022-04-12T19:12:05.736Z] "unix:///var/run/docker.sock" [2022-04-12T19:12:05.736Z] ], [2022-04-12T19:12:05.736Z] "mtu": 1458, [2022-04-12T19:12:05.736Z] "selinux-enabled": true, [2022-04-12T19:12:05.736Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-12T19:12:05.736Z] } [Pipeline] sh [2022-04-12T19:12:06.101Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-12T19:12:06.470Z] + sudo service docker restart [2022-04-12T19:12:07.822Z] Removing intermediate container ac4dd1f39482 [2022-04-12T19:12:07.822Z] ---> df9d66481aab [2022-04-12T19:12:07.822Z] Step 8/22 : COPY . . [2022-04-12T19:12:07.822Z] Removing intermediate container 8a6c5b600816 [2022-04-12T19:12:07.822Z] ---> dd7a6f52b710 [2022-04-12T19:12:07.822Z] Step 8/22 : COPY . . [2022-04-12T19:12:07.822Z] ---> b14a5022e86f [2022-04-12T19:12:07.822Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-12T19:12:12.024Z] Removing intermediate container 6b74f60d3357 [2022-04-12T19:12:12.024Z] ---> 96c88e38ef9d [2022-04-12T19:12:12.024Z] Step 8/25 : COPY . . [2022-04-12T19:12:17.303Z] Removing intermediate container 75eb28b4de6d [2022-04-12T19:12:17.303Z] ---> 7b57b32b82a7 [2022-04-12T19:12:17.303Z] Step 8/26 : COPY . . [2022-04-12T19:12:17.303Z] ---> Running in 9d7f4d6a520d [2022-04-12T19:12:17.303Z] ---> 215d71d72a13 [2022-04-12T19:12:17.303Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-12T19:12:17.303Z] ---> 77016fc6f4c9 [2022-04-12T19:12:17.303Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-12T19:12:17.303Z] ---> 8f56c34c812e [2022-04-12T19:12:17.303Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-12T19:12:17.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-12T19:12:19.209Z] ---> Running in 7bd5368f75f8 [2022-04-12T19:12:19.210Z] ---> Running in 7a2c06df2863 [2022-04-12T19:12:19.210Z] ---> Running in 1f5374d657ab [2022-04-12T19:12:19.468Z] Removing intermediate container 7a2c06df2863 [2022-04-12T19:12:19.468Z] ---> 7f14a8ad266f [2022-04-12T19:12:19.468Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-12T19:12:19.728Z] ---> Running in ea131048792f [2022-04-12T19:12:19.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-12T19:12:19.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-12T19:12:21.374Z] Removing intermediate container ea131048792f [2022-04-12T19:12:21.374Z] ---> dbb2788524f9 [2022-04-12T19:12:21.374Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-12T19:12:21.635Z] ---> Running in a4bc088710fd [2022-04-12T19:12:22.261Z] Removing intermediate container a4bc088710fd [2022-04-12T19:12:22.261Z] ---> 2f5b22580a6c [2022-04-12T19:12:22.261Z] Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-12T19:12:22.521Z] ---> Running in 617fc2b07e0d [2022-04-12T19:12:23.093Z] ---> 36b9bba12a65 [2022-04-12T19:12:23.093Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-12T19:12:23.093Z] ---> Running in b5fc949d6d3d [2022-04-12T19:12:23.353Z] Removing intermediate container b5fc949d6d3d [2022-04-12T19:12:23.353Z] ---> 34f952f5238a [2022-04-12T19:12:23.353Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-12T19:12:23.612Z] ---> Running in 31f47557bb5b [2022-04-12T19:12:23.875Z] spire-1.2.1/ [2022-04-12T19:12:23.875Z] spire-1.2.1/.data/ [2022-04-12T19:12:23.875Z] spire-1.2.1/.data/.file [2022-04-12T19:12:23.875Z] spire-1.2.1/.dockerignore [2022-04-12T19:12:23.875Z] spire-1.2.1/.gitattributes [2022-04-12T19:12:23.875Z] spire-1.2.1/.githooks/ [2022-04-12T19:12:23.875Z] spire-1.2.1/.githooks/pre-commit [2022-04-12T19:12:23.875Z] spire-1.2.1/.github/ [2022-04-12T19:12:23.875Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-12T19:12:23.875Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-12T19:12:23.875Z] spire-1.2.1/.github/dependabot.yml [2022-04-12T19:12:23.875Z] spire-1.2.1/.github/workflows/ [2022-04-12T19:12:23.875Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-12T19:12:23.875Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-12T19:12:23.875Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-12T19:12:23.875Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-12T19:12:23.875Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-12T19:12:23.875Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-12T19:12:23.875Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-12T19:12:23.875Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-12T19:12:23.875Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-12T19:12:23.875Z] spire-1.2.1/.gitignore [2022-04-12T19:12:23.875Z] spire-1.2.1/.go-version [2022-04-12T19:12:23.875Z] spire-1.2.1/.golangci.yml [2022-04-12T19:12:23.875Z] spire-1.2.1/ADOPTERS.md [2022-04-12T19:12:23.875Z] spire-1.2.1/CHANGELOG.md [2022-04-12T19:12:23.875Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-12T19:12:23.875Z] spire-1.2.1/CODEOWNERS [2022-04-12T19:12:23.875Z] spire-1.2.1/CONTRIBUTING.md [2022-04-12T19:12:23.875Z] spire-1.2.1/Dockerfile [2022-04-12T19:12:23.875Z] spire-1.2.1/Dockerfile.dev [2022-04-12T19:12:23.875Z] spire-1.2.1/Dockerfile.scratch [2022-04-12T19:12:23.875Z] spire-1.2.1/LICENSE [2022-04-12T19:12:23.875Z] spire-1.2.1/MAINTAINERS.md [2022-04-12T19:12:23.875Z] spire-1.2.1/Makefile [2022-04-12T19:12:23.875Z] spire-1.2.1/README.md [2022-04-12T19:12:23.875Z] spire-1.2.1/ROADMAP.md [2022-04-12T19:12:23.875Z] spire-1.2.1/SECURITY.md [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-12T19:12:23.875Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-12T19:12:23.875Z] spire-1.2.1/conf/ [2022-04-12T19:12:23.875Z] spire-1.2.1/conf/agent/ [2022-04-12T19:12:23.875Z] spire-1.2.1/conf/agent/agent.conf [2022-04-12T19:12:23.875Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-12T19:12:23.875Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-12T19:12:23.875Z] spire-1.2.1/conf/server/ [2022-04-12T19:12:23.875Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-12T19:12:23.875Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-12T19:12:23.875Z] spire-1.2.1/conf/server/server.conf [2022-04-12T19:12:23.875Z] spire-1.2.1/conf/server/server_full.conf [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/ [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/SPIRE101.md [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/auditlog.md [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/images/ [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-12T19:12:23.875Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/scaling_spire.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/spire_agent.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/spire_server.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/supported_integrations.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/telemetry.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/telemetry_config.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/upgrading.md [2022-04-12T19:12:23.876Z] spire-1.2.1/doc/using_spire.md [2022-04-12T19:12:23.876Z] spire-1.2.1/examples/ [2022-04-12T19:12:23.876Z] spire-1.2.1/examples/README.md [2022-04-12T19:12:23.876Z] spire-1.2.1/go.mod [2022-04-12T19:12:23.876Z] spire-1.2.1/go.sum [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/agent.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/client/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/common/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/config.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-12T19:12:23.876Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/svid/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/names.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/auth/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cli/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/health/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/health/config.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/health/context.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/health/health.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/idutil/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/log/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/log/log.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/log/options.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-12T19:12:23.877Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/profiling/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/selector/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/uptime/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/util/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/util/task.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/version/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/version/version.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/x509util/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/api.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/health/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/id.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/status.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-12T19:12:23.878Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/bundle/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/ca/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/cache/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/catalog/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/config.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-12T19:12:23.879Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/registration/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/server.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/server_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/svid/ [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/ [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/private/ [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/private/server/ [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/private/server/journal/ [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/ [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/common/ [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/plugin/ [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-12T19:12:23.880Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-12T19:12:23.880Z] spire-1.2.1/release/ [2022-04-12T19:12:23.880Z] spire-1.2.1/release/spire-extras/ [2022-04-12T19:12:23.880Z] spire-1.2.1/release/spire-extras/README.md [2022-04-12T19:12:23.880Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-12T19:12:23.880Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-12T19:12:23.880Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-12T19:12:23.880Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-12T19:12:23.880Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-12T19:12:23.880Z] spire-1.2.1/release/spire/ [2022-04-12T19:12:23.880Z] spire-1.2.1/release/spire/README.md [2022-04-12T19:12:23.880Z] spire-1.2.1/release/spire/conf/ [2022-04-12T19:12:23.880Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-12T19:12:23.880Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-12T19:12:23.880Z] spire-1.2.1/release/spire/conf/server/ [2022-04-12T19:12:23.880Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-12T19:12:23.880Z] spire-1.2.1/script/ [2022-04-12T19:12:23.880Z] spire-1.2.1/script/build-artifact.sh [2022-04-12T19:12:23.880Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-12T19:12:23.880Z] spire-1.2.1/support/ [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/ [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-12T19:12:23.880Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-12T19:12:23.881Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-12T19:12:23.881Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-12T19:12:23.881Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-12T19:12:23.881Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/clock/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/clock/clock.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/fixture.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/registration/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-12T19:12:23.881Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/README.md [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/common [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-12T19:12:23.881Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-12T19:12:23.882Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/test-one.sh [2022-04-12T19:12:23.883Z] spire-1.2.1/test/integration/test.sh [2022-04-12T19:12:23.883Z] spire-1.2.1/test/plugintest/ [2022-04-12T19:12:23.883Z] spire-1.2.1/test/plugintest/config.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/plugintest/load.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/plugintest/option.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/spiretest/ [2022-04-12T19:12:23.883Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/spiretest/dir.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/spiretest/logs.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/spiretest/suite.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/spiretest/x509.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/testca/ [2022-04-12T19:12:23.883Z] spire-1.2.1/test/testca/ca.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/testkey/ [2022-04-12T19:12:23.883Z] spire-1.2.1/test/testkey/generate.sh [2022-04-12T19:12:23.883Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/testkey/keys.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/testkey/new.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/tpmsimulator/ [2022-04-12T19:12:23.883Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/util/ [2022-04-12T19:12:23.883Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/util/cert_generation.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/util/io_redirection.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/util/race.go [2022-04-12T19:12:23.883Z] spire-1.2.1/test/util/util.go [2022-04-12T19:12:23.883Z] building spire from source... [2022-04-12T19:12:24.143Z] Installing go1.17.7... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-12T19:12:24.869Z] provisioning config files... [2022-04-12T19:12:24.896Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1465545174107508166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T19:12:25.466Z] ---> docker-login.sh [2022-04-12T19:12:25.466Z] nexus3.edgexfoundry.org:10001 [2022-04-12T19:12:26.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T19:12:26.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T19:12:26.334Z] Configure a credential helper to remove this warning. See [2022-04-12T19:12:26.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T19:12:26.334Z] [2022-04-12T19:12:26.334Z] Login Succeeded [2022-04-12T19:12:26.334Z] nexus3.edgexfoundry.org:10002 [2022-04-12T19:12:26.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T19:12:26.684Z] Removing intermediate container 31f47557bb5b [2022-04-12T19:12:26.684Z] ---> 207d73d0cd51 [2022-04-12T19:12:26.684Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-12T19:12:26.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T19:12:26.880Z] Configure a credential helper to remove this warning. See [2022-04-12T19:12:26.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T19:12:26.880Z] [2022-04-12T19:12:26.880Z] Login Succeeded [2022-04-12T19:12:26.880Z] nexus3.edgexfoundry.org:10003 [2022-04-12T19:12:27.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T19:12:27.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T19:12:27.154Z] Configure a credential helper to remove this warning. See [2022-04-12T19:12:27.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T19:12:27.154Z] [2022-04-12T19:12:27.154Z] Login Succeeded [2022-04-12T19:12:27.154Z] nexus3.edgexfoundry.org:10004 [2022-04-12T19:12:27.251Z] ---> Running in 85e907caf426 [2022-04-12T19:12:27.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T19:12:27.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T19:12:27.699Z] Configure a credential helper to remove this warning. See [2022-04-12T19:12:27.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T19:12:27.699Z] [2022-04-12T19:12:27.699Z] Login Succeeded [2022-04-12T19:12:27.699Z] docker.io [2022-04-12T19:12:27.821Z] Removing intermediate container 85e907caf426 [2022-04-12T19:12:27.821Z] ---> 0ee1e9b1a0e5 [2022-04-12T19:12:27.821Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-12T19:12:27.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T19:12:28.081Z] ---> Running in ef83030a975c [2022-04-12T19:12:28.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T19:12:28.571Z] Configure a credential helper to remove this warning. See [2022-04-12T19:12:28.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T19:12:28.571Z] [2022-04-12T19:12:28.571Z] Login Succeeded [2022-04-12T19:12:28.571Z] ---> docker-login.sh ends [Pipeline] } [2022-04-12T19:12:28.600Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-12T19:12:28.994Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-12T19:12:29.038Z] ========================================================= [2022-04-12T19:12:29.038Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-12T19:12:29.038Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-12T19:12:29.426Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-12T19:12:29.466Z] spire-1.2.1/ [2022-04-12T19:12:29.466Z] spire-1.2.1/.data/ [2022-04-12T19:12:29.466Z] spire-1.2.1/.data/.file [2022-04-12T19:12:29.466Z] spire-1.2.1/.dockerignore [2022-04-12T19:12:29.466Z] spire-1.2.1/.gitattributes [2022-04-12T19:12:29.466Z] spire-1.2.1/.githooks/ [2022-04-12T19:12:29.466Z] spire-1.2.1/.githooks/pre-commit [2022-04-12T19:12:29.466Z] spire-1.2.1/.github/ [2022-04-12T19:12:29.466Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-12T19:12:29.466Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-12T19:12:29.466Z] spire-1.2.1/.github/dependabot.yml [2022-04-12T19:12:29.466Z] spire-1.2.1/.github/workflows/ [2022-04-12T19:12:29.466Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-12T19:12:29.466Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-12T19:12:29.466Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-12T19:12:29.466Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-12T19:12:29.466Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-12T19:12:29.466Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-12T19:12:29.466Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-12T19:12:29.466Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-12T19:12:29.466Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-12T19:12:29.466Z] spire-1.2.1/.gitignore [2022-04-12T19:12:29.466Z] spire-1.2.1/.go-version [2022-04-12T19:12:29.466Z] spire-1.2.1/.golangci.yml [2022-04-12T19:12:29.466Z] spire-1.2.1/ADOPTERS.md [2022-04-12T19:12:29.466Z] spire-1.2.1/CHANGELOG.md [2022-04-12T19:12:29.466Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-12T19:12:29.466Z] spire-1.2.1/CODEOWNERS [2022-04-12T19:12:29.466Z] spire-1.2.1/CONTRIBUTING.md [2022-04-12T19:12:29.466Z] spire-1.2.1/Dockerfile [2022-04-12T19:12:29.466Z] spire-1.2.1/Dockerfile.dev [2022-04-12T19:12:29.466Z] spire-1.2.1/Dockerfile.scratch [2022-04-12T19:12:29.466Z] spire-1.2.1/LICENSE [2022-04-12T19:12:29.466Z] spire-1.2.1/MAINTAINERS.md [2022-04-12T19:12:29.466Z] spire-1.2.1/Makefile [2022-04-12T19:12:29.466Z] spire-1.2.1/README.md [2022-04-12T19:12:29.466Z] spire-1.2.1/ROADMAP.md [2022-04-12T19:12:29.466Z] spire-1.2.1/SECURITY.md [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-12T19:12:29.466Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-12T19:12:29.466Z] spire-1.2.1/conf/ [2022-04-12T19:12:29.466Z] spire-1.2.1/conf/agent/ [2022-04-12T19:12:29.466Z] spire-1.2.1/conf/agent/agent.conf [2022-04-12T19:12:29.466Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-12T19:12:29.466Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-12T19:12:29.466Z] spire-1.2.1/conf/server/ [2022-04-12T19:12:29.466Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-12T19:12:29.466Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-12T19:12:29.466Z] spire-1.2.1/conf/server/server.conf [2022-04-12T19:12:29.466Z] spire-1.2.1/conf/server/server_full.conf [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/ [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/SPIRE101.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/auditlog.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/images/ [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/scaling_spire.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/spire_agent.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/spire_server.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/supported_integrations.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/telemetry.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/telemetry_config.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/upgrading.md [2022-04-12T19:12:29.466Z] spire-1.2.1/doc/using_spire.md [2022-04-12T19:12:29.466Z] spire-1.2.1/examples/ [2022-04-12T19:12:29.466Z] spire-1.2.1/examples/README.md [2022-04-12T19:12:29.466Z] spire-1.2.1/go.mod [2022-04-12T19:12:29.466Z] spire-1.2.1/go.sum [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/agent.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/client/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/common/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/config.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/manager/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-12T19:12:29.466Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/svid/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/names.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/auth/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cli/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/health/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/health/config.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/health/context.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/health/health.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/idutil/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/log/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/log/log.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/log/options.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/plugin/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-12T19:12:29.467Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/profiling/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/selector/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/uptime/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/util/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/util/task.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/version/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/version/version.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/x509util/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/api.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/health/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/id.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/status.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/bundle/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/ca/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/cache/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/catalog/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/config.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-12T19:12:29.468Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/registration/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/server.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/server_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/svid/ [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/ [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/private/ [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/private/server/ [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/private/server/journal/ [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/ [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/common/ [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/plugin/ [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-12T19:12:29.469Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-12T19:12:29.469Z] spire-1.2.1/release/ [2022-04-12T19:12:29.469Z] spire-1.2.1/release/spire-extras/ [2022-04-12T19:12:29.469Z] spire-1.2.1/release/spire-extras/README.md [2022-04-12T19:12:29.469Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-12T19:12:29.469Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-12T19:12:29.469Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-12T19:12:29.469Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-12T19:12:29.469Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-12T19:12:29.469Z] spire-1.2.1/release/spire/ [2022-04-12T19:12:29.469Z] spire-1.2.1/release/spire/README.md [2022-04-12T19:12:29.469Z] spire-1.2.1/release/spire/conf/ [2022-04-12T19:12:29.469Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-12T19:12:29.469Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-12T19:12:29.469Z] spire-1.2.1/release/spire/conf/server/ [2022-04-12T19:12:29.469Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-12T19:12:29.469Z] spire-1.2.1/script/ [2022-04-12T19:12:29.469Z] spire-1.2.1/script/build-artifact.sh [2022-04-12T19:12:29.469Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-12T19:12:29.469Z] spire-1.2.1/support/ [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/ [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-12T19:12:29.469Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-12T19:12:29.470Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-12T19:12:29.470Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-12T19:12:29.470Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-12T19:12:29.470Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-12T19:12:29.470Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/clock/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/clock/clock.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/fixture.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/registration/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-12T19:12:29.470Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/README.md [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/common [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-12T19:12:29.470Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/test-one.sh [2022-04-12T19:12:29.471Z] spire-1.2.1/test/integration/test.sh [2022-04-12T19:12:29.471Z] spire-1.2.1/test/plugintest/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/plugintest/config.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/plugintest/load.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/plugintest/option.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/spiretest/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/spiretest/dir.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/spiretest/logs.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/spiretest/suite.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/spiretest/x509.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/testca/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/testca/ca.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/testkey/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/testkey/generate.sh [2022-04-12T19:12:29.471Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/testkey/keys.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/testkey/new.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/tpmsimulator/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-12T19:12:29.471Z] spire-1.2.1/test/util/ [2022-04-12T19:12:29.471Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-12T19:12:29.472Z] spire-1.2.1/test/util/cert_generation.go [2022-04-12T19:12:29.472Z] spire-1.2.1/test/util/io_redirection.go [2022-04-12T19:12:29.472Z] spire-1.2.1/test/util/race.go [2022-04-12T19:12:29.472Z] spire-1.2.1/test/util/util.go [2022-04-12T19:12:29.472Z] building spire from source... [2022-04-12T19:12:29.472Z] Installing go1.17.7... [2022-04-12T19:12:29.701Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-12T19:12:29.701Z] 9b3977197b4f: Pulling fs layer [2022-04-12T19:12:29.701Z] 1a89e8eeedd5: Pulling fs layer [2022-04-12T19:12:29.701Z] 94645a83ff95: Pulling fs layer [2022-04-12T19:12:29.701Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-12T19:12:29.701Z] 0c92f367c5e7: Pulling fs layer [2022-04-12T19:12:29.701Z] f7c0051592d6: Pulling fs layer [2022-04-12T19:12:29.701Z] a227ed2f7395: Pulling fs layer [2022-04-12T19:12:29.701Z] 7b1c46037f91: Pulling fs layer [2022-04-12T19:12:29.701Z] f7c0051592d6: Waiting [2022-04-12T19:12:29.701Z] a227ed2f7395: Waiting [2022-04-12T19:12:29.701Z] 7b1c46037f91: Waiting [2022-04-12T19:12:29.701Z] 3f3a8bcf1eab: Waiting [2022-04-12T19:12:29.701Z] 0c92f367c5e7: Waiting [2022-04-12T19:12:29.701Z] 94645a83ff95: Verifying Checksum [2022-04-12T19:12:29.701Z] 94645a83ff95: Download complete [2022-04-12T19:12:29.701Z] 1a89e8eeedd5: Verifying Checksum [2022-04-12T19:12:29.701Z] 1a89e8eeedd5: Download complete [2022-04-12T19:12:29.701Z] 0c92f367c5e7: Verifying Checksum [2022-04-12T19:12:29.701Z] 0c92f367c5e7: Download complete [2022-04-12T19:12:29.701Z] f7c0051592d6: Verifying Checksum [2022-04-12T19:12:29.701Z] f7c0051592d6: Download complete [2022-04-12T19:12:29.701Z] 9b3977197b4f: Download complete [2022-04-12T19:12:29.701Z] a227ed2f7395: Verifying Checksum [2022-04-12T19:12:29.701Z] a227ed2f7395: Download complete [2022-04-12T19:12:30.302Z] 9b3977197b4f: Pull complete [2022-04-12T19:12:30.411Z] Building bin/spire-server... [2022-04-12T19:12:30.411Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-12T19:12:30.411Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-12T19:12:30.411Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-12T19:12:30.411Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-12T19:12:30.411Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-12T19:12:30.411Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-12T19:12:30.411Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-12T19:12:30.670Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-12T19:12:30.670Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-12T19:12:30.670Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-12T19:12:30.670Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-12T19:12:30.670Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-12T19:12:30.670Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-12T19:12:30.670Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-12T19:12:30.905Z] 1a89e8eeedd5: Pull complete [2022-04-12T19:12:30.927Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-12T19:12:30.927Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-12T19:12:30.927Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-12T19:12:30.927Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-12T19:12:30.927Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-12T19:12:30.927Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-12T19:12:30.927Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-12T19:12:31.185Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-12T19:12:31.185Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-12T19:12:31.185Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-12T19:12:31.185Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-12T19:12:31.185Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-12T19:12:31.185Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-12T19:12:31.185Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-12T19:12:31.185Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-12T19:12:31.185Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-12T19:12:31.185Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-12T19:12:31.188Z] 94645a83ff95: Pull complete [2022-04-12T19:12:31.445Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-12T19:12:31.445Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-12T19:12:31.445Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-12T19:12:31.445Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-12T19:12:31.445Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-12T19:12:31.445Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-12T19:12:31.445Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-12T19:12:31.445Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-12T19:12:31.445Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-12T19:12:31.460Z] 7b1c46037f91: Verifying Checksum [2022-04-12T19:12:31.460Z] 7b1c46037f91: Download complete [2022-04-12T19:12:31.710Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-12T19:12:31.710Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-12T19:12:31.710Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-12T19:12:31.710Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-12T19:12:31.710Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-12T19:12:31.710Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-12T19:12:31.710Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-12T19:12:31.710Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-12T19:12:31.710Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-12T19:12:31.971Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-12T19:12:32.053Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-12T19:12:32.054Z] 3f3a8bcf1eab: Download complete [2022-04-12T19:12:34.506Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-12T19:12:34.507Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-12T19:12:34.507Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-12T19:12:34.507Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-12T19:12:34.507Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-12T19:12:34.507Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-12T19:12:34.507Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-12T19:12:34.507Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-12T19:12:34.507Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-12T19:12:34.507Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-12T19:12:34.507Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-12T19:12:34.507Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-12T19:12:35.078Z] Building bin/spire-server... [2022-04-12T19:12:35.078Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-12T19:12:35.078Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-12T19:12:35.078Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-12T19:12:35.078Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-12T19:12:35.078Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-12T19:12:35.341Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-12T19:12:35.341Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-12T19:12:35.600Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-12T19:12:35.600Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-12T19:12:35.600Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-12T19:12:35.600Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-12T19:12:35.600Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-12T19:12:35.600Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-12T19:12:35.600Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-12T19:12:35.600Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-12T19:12:35.600Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-12T19:12:35.861Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-12T19:12:35.861Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-12T19:12:35.861Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-12T19:12:35.861Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-12T19:12:35.861Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-12T19:12:36.125Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-12T19:12:36.125Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-12T19:12:36.125Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-12T19:12:36.125Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-12T19:12:36.125Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-12T19:12:36.125Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-12T19:12:36.125Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-12T19:12:36.125Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-12T19:12:36.125Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-12T19:12:36.125Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-12T19:12:36.125Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-12T19:12:36.125Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-12T19:12:36.125Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-12T19:12:36.125Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-12T19:12:36.125Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-12T19:12:36.125Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-12T19:12:36.125Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-12T19:12:36.125Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-12T19:12:36.125Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-12T19:12:36.387Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-12T19:12:36.387Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-12T19:12:36.387Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-12T19:12:36.387Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-12T19:12:36.387Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-12T19:12:36.387Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-12T19:12:36.387Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-12T19:12:36.387Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-12T19:12:36.387Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-12T19:12:36.387Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-12T19:12:36.387Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-12T19:12:36.647Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-12T19:12:36.647Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-12T19:12:36.647Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-12T19:12:36.647Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-12T19:12:36.647Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-12T19:12:37.281Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-12T19:12:38.221Z] go: downloading google.golang.org/api v0.70.0 [2022-04-12T19:12:38.221Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-12T19:12:38.221Z] go: downloading k8s.io/api v0.23.4 [2022-04-12T19:12:38.221Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-12T19:12:38.221Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-12T19:12:38.221Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-12T19:12:38.617Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-12T19:12:38.617Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-12T19:12:38.880Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-12T19:12:38.880Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-12T19:12:38.880Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-12T19:12:38.880Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-12T19:12:38.880Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-12T19:12:38.880Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-12T19:12:39.852Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-12T19:12:39.852Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-12T19:12:39.852Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-12T19:12:39.852Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-12T19:12:40.175Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-12T19:12:40.175Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-12T19:12:40.175Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-12T19:12:40.474Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-12T19:12:40.474Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-12T19:12:40.474Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-12T19:12:40.474Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-12T19:12:40.474Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-12T19:12:40.474Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-12T19:12:40.474Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-12T19:12:40.474Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-12T19:12:40.474Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-12T19:12:40.474Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-12T19:12:40.474Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-12T19:12:40.474Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-12T19:12:40.474Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-12T19:12:40.732Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-12T19:12:40.732Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-12T19:12:40.732Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-12T19:12:41.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-12T19:12:42.676Z] go: downloading google.golang.org/api v0.70.0 [2022-04-12T19:12:42.676Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-12T19:12:42.676Z] go: downloading k8s.io/api v0.23.4 [2022-04-12T19:12:42.676Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-12T19:12:42.676Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-12T19:12:42.676Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-12T19:12:42.676Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-12T19:12:42.676Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-12T19:12:42.990Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-12T19:12:43.249Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-12T19:12:43.249Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-12T19:12:43.249Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-12T19:12:43.249Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-12T19:12:43.249Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-12T19:12:43.249Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-12T19:12:43.249Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-12T19:12:43.249Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-12T19:12:43.510Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-12T19:12:43.510Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-12T19:12:43.510Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-12T19:12:43.510Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-12T19:12:43.510Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-12T19:12:43.510Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-12T19:12:43.510Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-12T19:12:43.510Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-12T19:12:43.510Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-12T19:12:43.768Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-12T19:12:43.768Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-12T19:12:43.768Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-12T19:12:43.768Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-12T19:12:43.768Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-12T19:12:43.768Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-12T19:12:43.768Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-12T19:12:44.027Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-12T19:12:44.027Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-12T19:12:44.027Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-12T19:12:44.027Z] go: downloading go.opencensus.io v0.23.0 [2022-04-12T19:12:44.027Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-12T19:12:44.027Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-12T19:12:44.027Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-12T19:12:44.027Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-12T19:12:44.027Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-12T19:12:44.027Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-12T19:12:44.027Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-12T19:12:44.286Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-12T19:12:44.286Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-12T19:12:44.286Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-12T19:12:44.286Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-12T19:12:44.286Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-12T19:12:44.286Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-12T19:12:44.286Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-12T19:12:44.286Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-12T19:12:44.286Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-12T19:12:44.286Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-12T19:12:44.286Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-12T19:12:44.286Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-12T19:12:44.286Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-12T19:12:44.286Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-12T19:12:44.286Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-12T19:12:44.286Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-12T19:12:44.286Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-12T19:12:44.457Z] 3f3a8bcf1eab: Pull complete [2022-04-12T19:12:44.457Z] 0c92f367c5e7: Pull complete [2022-04-12T19:12:44.457Z] f7c0051592d6: Pull complete [2022-04-12T19:12:44.457Z] a227ed2f7395: Pull complete [2022-04-12T19:12:44.548Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-12T19:12:44.548Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-12T19:12:44.548Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-12T19:12:44.548Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-12T19:12:44.548Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-12T19:12:44.548Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-12T19:12:44.548Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-12T19:12:44.548Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-12T19:12:44.548Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-12T19:12:44.548Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-12T19:12:45.081Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-12T19:12:45.081Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-12T19:12:45.341Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-12T19:12:45.341Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-12T19:12:45.341Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-12T19:12:45.599Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-12T19:12:45.599Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-12T19:12:45.858Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-12T19:12:45.858Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-12T19:12:45.858Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-12T19:12:46.796Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-12T19:12:46.796Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-12T19:12:46.796Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-12T19:12:46.796Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-12T19:12:46.796Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-12T19:12:46.796Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-12T19:12:46.796Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-12T19:12:46.796Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-12T19:12:46.796Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-12T19:12:46.796Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-12T19:12:46.796Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-12T19:12:46.796Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-12T19:12:47.056Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-12T19:12:47.316Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-12T19:12:47.317Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-12T19:12:47.317Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-12T19:12:47.317Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-12T19:12:47.317Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-12T19:12:47.578Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-12T19:12:47.578Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-12T19:12:47.578Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-12T19:12:47.578Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-12T19:12:47.578Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-12T19:12:47.578Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-12T19:12:47.578Z] go: downloading go.opencensus.io v0.23.0 [2022-04-12T19:12:47.578Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-12T19:12:47.578Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-12T19:12:47.864Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-12T19:12:48.128Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-12T19:12:48.128Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-12T19:12:48.128Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-12T19:12:48.128Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-12T19:12:48.128Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-12T19:12:48.128Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-12T19:12:48.128Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-12T19:12:48.128Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-12T19:12:48.128Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-12T19:12:48.128Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-12T19:12:48.128Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-12T19:12:48.128Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-12T19:12:48.128Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-12T19:12:48.128Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-12T19:12:48.128Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-12T19:12:48.128Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-12T19:12:48.128Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-12T19:12:48.128Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-12T19:12:48.128Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-12T19:12:48.128Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-12T19:12:48.128Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-12T19:12:51.080Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-12T19:12:51.080Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-12T19:12:52.753Z] 7b1c46037f91: Pull complete [2022-04-12T19:12:52.753Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-12T19:12:52.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-12T19:12:52.753Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-12T19:12:53.174Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-12T19:12:53.174Z] WORKDIR /edgex [2022-04-12T19:12:53.174Z] COPY go.mod . [2022-04-12T19:12:53.174Z] RUN go mod download [2022-04-12T19:12:53.174Z] + docker build -t ci-base-image-arm64 -f - . [2022-04-12T19:12:54.863Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-12T19:12:54.863Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-12T19:12:55.819Z] Sending build context to Docker daemon 169.1MB [2022-04-12T19:12:55.819Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-12T19:12:55.819Z] ---> f79e39bc4007 [2022-04-12T19:12:55.819Z] Step 2/4 : WORKDIR /edgex [2022-04-12T19:12:57.278Z] ---> Running in ed019db0a3d8 [2022-04-12T19:12:57.563Z] Removing intermediate container ed019db0a3d8 [2022-04-12T19:12:57.563Z] ---> 18ea80b012fc [2022-04-12T19:12:57.563Z] Step 3/4 : COPY go.mod . [2022-04-12T19:12:58.159Z] ---> 3a4a7172b2e7 [2022-04-12T19:12:58.159Z] Step 4/4 : RUN go mod download [2022-04-12T19:12:58.159Z] ---> Running in ddd7663b2a20 [2022-04-12T19:13:21.424Z] Removing intermediate container 7bd5368f75f8 [2022-04-12T19:13:21.424Z] Removing intermediate container 1f5374d657ab [2022-04-12T19:13:21.424Z] ---> 0efdb3c0b739 [2022-04-12T19:13:21.424Z] ---> 0ce361df6259 [2022-04-12T19:13:21.424Z] [2022-04-12T19:13:21.424Z] Step 10/22 : FROM alpine:3.14 [2022-04-12T19:13:21.424Z] [2022-04-12T19:13:21.424Z] Step 10/22 : FROM alpine:3.14 [2022-04-12T19:13:21.424Z] Removing intermediate container 9d7f4d6a520d [2022-04-12T19:13:21.424Z] ---> fa025c9a1d74 [2022-04-12T19:13:21.424Z] [2022-04-12T19:13:21.424Z] Step 10/22 : FROM alpine:3.14 [2022-04-12T19:13:21.424Z] 3.14: Pulling from library/alpine [2022-04-12T19:13:21.424Z] 3.14: Pulling from library/alpine [2022-04-12T19:13:21.424Z] 3.14: Pulling from library/alpine [2022-04-12T19:13:21.990Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-12T19:13:21.990Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-12T19:13:21.990Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-12T19:13:21.990Z] Status: Image is up to date for alpine:3.14 [2022-04-12T19:13:21.990Z] Status: Image is up to date for alpine:3.14 [2022-04-12T19:13:21.990Z] Status: Downloaded newer image for alpine:3.14 [2022-04-12T19:13:21.990Z] ---> e04c818066af [2022-04-12T19:13:21.990Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-12T19:13:21.990Z] ---> e04c818066af [2022-04-12T19:13:21.990Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-12T19:13:21.990Z] ---> e04c818066af [2022-04-12T19:13:21.990Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-12T19:13:22.929Z] ---> Running in ebe9febf1b54 [2022-04-12T19:13:22.929Z] ---> Running in e7c400a1bddb [2022-04-12T19:13:22.929Z] ---> Running in d01ca5cc0b14 [2022-04-12T19:13:23.869Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:13:23.869Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:13:23.869Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:13:23.869Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:13:23.869Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:13:23.869Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-12T19:13:23.869Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-12T19:13:23.869Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T19:13:23.869Z] OK: 6 MiB in 15 packages [2022-04-12T19:13:23.869Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-12T19:13:23.869Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-12T19:13:23.869Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-12T19:13:23.869Z] (5/6) Installing curl (7.79.1-r0) [2022-04-12T19:13:23.869Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:13:23.869Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-12T19:13:23.869Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T19:13:23.869Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T19:13:24.136Z] OK: 8 MiB in 20 packages [2022-04-12T19:13:24.136Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-12T19:13:24.136Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-12T19:13:24.136Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T19:13:24.136Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T19:13:24.136Z] OK: 6 MiB in 16 packages [2022-04-12T19:13:25.520Z] Removing intermediate container e7c400a1bddb [2022-04-12T19:13:25.520Z] ---> 35c14bfd0e02 [2022-04-12T19:13:25.520Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T19:13:25.520Z] ---> Running in f7d988ec07fe [2022-04-12T19:13:25.520Z] Removing intermediate container d01ca5cc0b14 [2022-04-12T19:13:25.520Z] ---> d401708ce47c [2022-04-12T19:13:25.520Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T19:13:25.520Z] Removing intermediate container ebe9febf1b54 [2022-04-12T19:13:25.520Z] ---> c5d73330294f [2022-04-12T19:13:25.520Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-12T19:13:25.781Z] ---> Running in b35bed955d71 [2022-04-12T19:13:25.781Z] ---> Running in ed46dae1c2e5 [2022-04-12T19:13:26.040Z] Removing intermediate container f7d988ec07fe [2022-04-12T19:13:26.040Z] ---> 07fb589f97c6 [2022-04-12T19:13:26.040Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-12T19:13:26.040Z] ---> Running in e1e7258dbbb8 [2022-04-12T19:13:26.305Z] Removing intermediate container ed46dae1c2e5 [2022-04-12T19:13:26.305Z] ---> 2ba9f742a77f [2022-04-12T19:13:26.305Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-12T19:13:26.305Z] Removing intermediate container b35bed955d71 [2022-04-12T19:13:26.305Z] ---> 9b9720ceda7d [2022-04-12T19:13:26.305Z] Step 13/22 : WORKDIR /edgex [2022-04-12T19:13:26.566Z] ---> Running in 4d75f03e1257 [2022-04-12T19:13:26.566Z] ---> Running in a106ac2b0ad6 [2022-04-12T19:13:26.878Z] Removing intermediate container e1e7258dbbb8 [2022-04-12T19:13:26.878Z] ---> 5cf1218cfb94 [2022-04-12T19:13:26.878Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-12T19:13:26.878Z] Removing intermediate container 4d75f03e1257 [2022-04-12T19:13:26.878Z] ---> 6bb0f9111df9 [2022-04-12T19:13:26.878Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-12T19:13:27.141Z] ---> Running in 845778096c4d [2022-04-12T19:13:27.141Z] ---> Running in 487618970e7b [2022-04-12T19:13:27.141Z] Removing intermediate container a106ac2b0ad6 [2022-04-12T19:13:27.141Z] ---> e41f71e1cf27 [2022-04-12T19:13:27.141Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-12T19:13:27.401Z] Removing intermediate container 845778096c4d [2022-04-12T19:13:27.401Z] ---> d1ec67b1f59f [2022-04-12T19:13:27.401Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T19:13:27.401Z] Removing intermediate container 487618970e7b [2022-04-12T19:13:27.401Z] ---> 9d6a18a9bb26 [2022-04-12T19:13:27.401Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T19:13:27.973Z] ---> c12bd8d86f04 [2022-04-12T19:13:27.973Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-12T19:13:27.973Z] ---> f411521cb4c5 [2022-04-12T19:13:27.973Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-12T19:13:28.238Z] ---> 531a67a49789 [2022-04-12T19:13:28.238Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-12T19:13:30.160Z] ---> d72f051bc19c [2022-04-12T19:13:30.160Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-12T19:13:30.160Z] ---> 8635a21a18d6 [2022-04-12T19:13:30.160Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-12T19:13:30.160Z] ---> 53dbb4594c98 [2022-04-12T19:13:30.160Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-12T19:13:30.729Z] ---> c6efe1c22e13 [2022-04-12T19:13:30.729Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-12T19:13:30.729Z] ---> ed5271ece79c [2022-04-12T19:13:30.729Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-12T19:13:30.729Z] ---> Running in 3b5363641059 [2022-04-12T19:13:30.729Z] ---> Running in 67cf0095bcf1 [2022-04-12T19:13:30.988Z] ---> 36fa14dc74d0 [2022-04-12T19:13:30.988Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-12T19:13:31.247Z] Removing intermediate container 67cf0095bcf1 [2022-04-12T19:13:31.247Z] ---> 37807b81fb5d [2022-04-12T19:13:31.247Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T19:13:31.247Z] Removing intermediate container 3b5363641059 [2022-04-12T19:13:31.247Z] ---> 724c6ab6fcc8 [2022-04-12T19:13:31.247Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T19:13:31.247Z] ---> Running in 5b39d2b61291 [2022-04-12T19:13:31.247Z] ---> Running in 2f2e3560671d [2022-04-12T19:13:31.512Z] ---> 2db4e76eb3db [2022-04-12T19:13:31.512Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-12T19:13:31.512Z] ---> Running in e8e2af9d5738 [2022-04-12T19:13:31.512Z] Removing intermediate container 2f2e3560671d [2022-04-12T19:13:31.512Z] ---> 405f721eb8b6 [2022-04-12T19:13:31.512Z] Step 20/22 : LABEL arch=x86_64 [2022-04-12T19:13:31.512Z] Removing intermediate container 5b39d2b61291 [2022-04-12T19:13:31.512Z] ---> 2400176be5e2 [2022-04-12T19:13:31.512Z] Step 20/22 : LABEL arch=x86_64 [2022-04-12T19:13:31.772Z] ---> Running in dce5dadeda2b [2022-04-12T19:13:31.772Z] ---> Running in 2adbbc5c4cc9 [2022-04-12T19:13:32.344Z] Removing intermediate container dce5dadeda2b [2022-04-12T19:13:32.344Z] ---> f1ec263dd0b7 [2022-04-12T19:13:32.344Z] Step 21/22 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:13:32.344Z] Removing intermediate container 2adbbc5c4cc9 [2022-04-12T19:13:32.344Z] ---> f4c7638958b2 [2022-04-12T19:13:32.344Z] Step 21/22 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:13:32.344Z] ---> Running in 5128d60a32ac [2022-04-12T19:13:32.344Z] ---> Running in 25b88e964f74 [2022-04-12T19:13:32.920Z] Removing intermediate container 5128d60a32ac [2022-04-12T19:13:32.920Z] ---> b2ce90733fb2 [2022-04-12T19:13:32.920Z] Step 22/22 : LABEL version=0.0.0 [2022-04-12T19:13:32.920Z] ---> Running in a1b46509baaa [2022-04-12T19:13:32.920Z] Removing intermediate container 25b88e964f74 [2022-04-12T19:13:32.920Z] ---> a155d9471425 [2022-04-12T19:13:32.920Z] Step 22/22 : LABEL version=0.0.0 [2022-04-12T19:13:32.920Z] ---> Running in 0ad026872a81 [2022-04-12T19:13:33.181Z] Removing intermediate container a1b46509baaa [2022-04-12T19:13:33.181Z] ---> 1107c4634158 [2022-04-12T19:13:33.181Z] [2022-04-12T19:13:33.181Z] Removing intermediate container 0ad026872a81 [2022-04-12T19:13:33.181Z] ---> abb8566f24f1 [2022-04-12T19:13:33.181Z] [2022-04-12T19:13:33.181Z] Removing intermediate container e8e2af9d5738 [2022-04-12T19:13:33.181Z] ---> 4c50bef9ca57 [2022-04-12T19:13:33.181Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-12T19:13:33.441Z] Successfully built 1107c4634158 [2022-04-12T19:13:33.441Z] ---> Running in fe3a680ec641 [2022-04-12T19:13:33.441Z] Successfully tagged support-notifications:latest [2022-04-12T19:13:33.441Z] Building core-command [2022-04-12T19:13:33.441Z]  Building support-notifications ... done Successfully built abb8566f24f1 [2022-04-12T19:13:33.441Z] Successfully tagged support-scheduler:latest [2022-04-12T19:13:33.441Z]  Building support-scheduler ... done Building core-data [2022-04-12T19:13:34.385Z] Removing intermediate container fe3a680ec641 [2022-04-12T19:13:34.385Z] ---> e83d3d1cf1b6 [2022-04-12T19:13:34.385Z] Step 20/22 : LABEL arch=x86_64 [2022-04-12T19:13:37.684Z] ---> Running in 78ee142e2a22 [2022-04-12T19:13:38.628Z] Removing intermediate container 78ee142e2a22 [2022-04-12T19:13:38.628Z] ---> a80768d6b502 [2022-04-12T19:13:38.628Z] Step 21/22 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:13:39.195Z] ---> Running in 703940de18f7 [2022-04-12T19:13:40.131Z] Removing intermediate container 703940de18f7 [2022-04-12T19:13:40.131Z] ---> e1c80026c292 [2022-04-12T19:13:40.131Z] Step 22/22 : LABEL version=0.0.0 [2022-04-12T19:13:40.391Z] ---> Running in ee5ce12fd42f [2022-04-12T19:13:40.969Z] Removing intermediate container ee5ce12fd42f [2022-04-12T19:13:40.969Z] ---> 480a52873de2 [2022-04-12T19:13:40.969Z] [2022-04-12T19:13:40.969Z] Successfully built 480a52873de2 [2022-04-12T19:13:40.969Z] Successfully tagged security-proxy-setup:latest [2022-04-12T19:13:40.969Z] Building security-bootstrapper [2022-04-12T19:13:43.509Z]  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:13:43.509Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:13:43.509Z] ---> 24a8cc8c5b72 [2022-04-12T19:13:43.509Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T19:13:43.509Z] ---> Using cache [2022-04-12T19:13:43.509Z] ---> aaae0d9b9b08 [2022-04-12T19:13:43.509Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:13:43.509Z] ---> Using cache [2022-04-12T19:13:43.509Z] ---> 0cb8dc8fd448 [2022-04-12T19:13:43.509Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-12T19:13:45.167Z] Removing intermediate container ddd7663b2a20 [2022-04-12T19:13:45.167Z] ---> 20f895ed6171 [2022-04-12T19:13:45.440Z] Successfully built 20f895ed6171 [2022-04-12T19:13:45.440Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T19:13:45.807Z] + docker inspect -f . ci-base-image-arm64 [2022-04-12T19:13:45.807Z] . [Pipeline] withDockerContainer [2022-04-12T19:13:46.068Z] prd-ubuntu20.04-docker-arm64-4c-16g-20713 does not seem to be running inside a container [2022-04-12T19:13:46.156Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-12T19:13:46.800Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:13:46.800Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:13:46.800Z] ---> 24a8cc8c5b72 [2022-04-12T19:13:46.800Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T19:13:46.800Z] ---> Using cache [2022-04-12T19:13:46.800Z] ---> aaae0d9b9b08 [2022-04-12T19:13:46.800Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:13:46.800Z] ---> Using cache [2022-04-12T19:13:46.800Z] ---> 0cb8dc8fd448 [2022-04-12T19:13:46.800Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-12T19:13:46.800Z] ---> Using cache [2022-04-12T19:13:46.800Z] ---> 99bf5d563d3b [2022-04-12T19:13:46.800Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T19:13:46.800Z] ---> Using cache [2022-04-12T19:13:46.800Z] ---> 4e8ad23a804c [2022-04-12T19:13:46.800Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:13:46.800Z] ---> Using cache [2022-04-12T19:13:46.800Z] ---> df9d66481aab [2022-04-12T19:13:46.800Z] Step 8/23 : COPY . . [2022-04-12T19:13:46.800Z] ---> Using cache [2022-04-12T19:13:46.800Z] ---> 215d71d72a13 [2022-04-12T19:13:46.800Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-12T19:13:47.580Z] $ docker top d4283373f248c3267166df61017e39b642ac178b114e52e5aed44b21cad34a3f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T19:13:48.570Z] + go version [2022-04-12T19:13:48.570Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-12T19:13:48.613Z] $ docker stop --time=1 d4283373f248c3267166df61017e39b642ac178b114e52e5aed44b21cad34a3f [2022-04-12T19:13:49.334Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:13:49.334Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:13:49.334Z] ---> 24a8cc8c5b72 [2022-04-12T19:13:49.334Z] Step 3/31 : WORKDIR /edgex-go [2022-04-12T19:13:49.334Z] ---> Using cache [2022-04-12T19:13:49.334Z] ---> aaae0d9b9b08 [2022-04-12T19:13:49.334Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:13:49.334Z] ---> Using cache [2022-04-12T19:13:49.334Z] ---> 0cb8dc8fd448 [2022-04-12T19:13:49.334Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-12T19:13:49.334Z] ---> Using cache [2022-04-12T19:13:49.334Z] ---> 99bf5d563d3b [2022-04-12T19:13:49.334Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-12T19:13:49.334Z] ---> Using cache [2022-04-12T19:13:49.334Z] ---> 4e8ad23a804c [2022-04-12T19:13:49.334Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:13:49.334Z] ---> Using cache [2022-04-12T19:13:49.334Z] ---> df9d66481aab [2022-04-12T19:13:49.334Z] Step 8/31 : COPY . . [2022-04-12T19:13:49.334Z] ---> Using cache [2022-04-12T19:13:49.334Z] ---> 215d71d72a13 [2022-04-12T19:13:49.334Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-12T19:13:50.260Z] $ docker rm -f d4283373f248c3267166df61017e39b642ac178b114e52e5aed44b21cad34a3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2022-04-12T19:13:50.724Z] ---> Running in a5ac2cc10424 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T19:13:50.983Z] ---> Running in be991a1cb0ab [2022-04-12T19:13:50.983Z] ---> Running in 6c26120b51e9 [2022-04-12T19:13:51.212Z] + docker inspect -f . ci-base-image-arm64 [2022-04-12T19:13:51.212Z] . [Pipeline] withDockerContainer [2022-04-12T19:13:51.497Z] prd-ubuntu20.04-docker-arm64-4c-16g-20713 does not seem to be running inside a container [2022-04-12T19:13:51.594Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-12T19:13:51.920Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:13:52.182Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-12T19:13:52.182Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-12T19:13:52.748Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:13:52.926Z] $ docker top 615ffb09200010b67340738444ebc34608e2d18dc7591326ef6ca4112c2e33c0 -eo pid,comm [2022-04-12T19:13:53.007Z] OK: 221 MiB in 52 packages [Pipeline] { [Pipeline] echo [2022-04-12T19:13:53.319Z] ========================================================= [2022-04-12T19:13:53.319Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-12T19:13:53.319Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-12T19:13:54.034Z] + make test [2022-04-12T19:13:54.034Z] go mod tidy -compat=1.17 [2022-04-12T19:13:54.921Z] Removing intermediate container a5ac2cc10424 [2022-04-12T19:13:54.921Z] ---> cbc86be00b04 [2022-04-12T19:13:54.921Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T19:13:55.019Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-12T19:13:55.489Z] ---> 4df9b17f00af [2022-04-12T19:13:55.489Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:13:55.489Z] ---> Running in 5c8e04bb7c6d [2022-04-12T19:13:58.781Z] Removing intermediate container 5c8e04bb7c6d [2022-04-12T19:13:58.781Z] ---> 2b329a47c4f4 [2022-04-12T19:13:58.781Z] Step 8/23 : COPY . . [2022-04-12T19:14:10.989Z] ---> e85e5de664a4 [2022-04-12T19:14:10.989Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-12T19:14:11.558Z] ---> Running in 90a467d6a6de [2022-04-12T19:14:12.495Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-12T19:14:30.593Z] Removing intermediate container be991a1cb0ab [2022-04-12T19:14:30.593Z] ---> b6c686a6fa53 [2022-04-12T19:14:30.593Z] [2022-04-12T19:14:30.593Z] Step 10/23 : FROM alpine:3.14 [2022-04-12T19:14:30.593Z] ---> e04c818066af [2022-04-12T19:14:30.593Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-12T19:14:30.593Z] ---> Using cache [2022-04-12T19:14:30.593Z] ---> 35c14bfd0e02 [2022-04-12T19:14:30.593Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T19:14:30.593Z] ---> Using cache [2022-04-12T19:14:30.593Z] ---> 07fb589f97c6 [2022-04-12T19:14:30.593Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-12T19:14:30.593Z] Removing intermediate container 6c26120b51e9 [2022-04-12T19:14:30.593Z] ---> 45d16b55f25b [2022-04-12T19:14:30.593Z] [2022-04-12T19:14:30.593Z] Step 10/31 : FROM alpine:3.14 [2022-04-12T19:14:30.593Z] ---> e04c818066af [2022-04-12T19:14:30.593Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-12T19:14:30.593Z] ---> Running in 15a964810ed9 [2022-04-12T19:14:30.593Z] ---> Running in adf15d6d33c9 [2022-04-12T19:14:30.852Z] Removing intermediate container 15a964810ed9 [2022-04-12T19:14:30.852Z] ---> d7d58d2cb82b [2022-04-12T19:14:30.852Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-12T19:14:30.852Z] Removing intermediate container adf15d6d33c9 [2022-04-12T19:14:30.852Z] ---> a309b3f9229c [2022-04-12T19:14:30.852Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-12T19:14:30.852Z] ---> Running in bb523e570e7b [2022-04-12T19:14:31.111Z] ---> Running in 45c19c62cc5a [2022-04-12T19:14:31.111Z] Removing intermediate container bb523e570e7b [2022-04-12T19:14:31.111Z] ---> ecac2b977563 [2022-04-12T19:14:31.111Z] Step 15/23 : WORKDIR / [2022-04-12T19:14:31.369Z] ---> Running in 005eda53ded2 [2022-04-12T19:14:31.628Z] Removing intermediate container 005eda53ded2 [2022-04-12T19:14:31.628Z] ---> 0359ea9c6b61 [2022-04-12T19:14:31.628Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T19:14:31.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:14:31.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:14:31.888Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-12T19:14:31.888Z] (2/2) Installing su-exec (0.2-r1) [2022-04-12T19:14:31.888Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T19:14:31.888Z] OK: 6 MiB in 16 packages [2022-04-12T19:14:31.888Z] ---> 1ab99588fcea [2022-04-12T19:14:31.888Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-12T19:14:32.457Z] ---> 936071b267fd [2022-04-12T19:14:32.457Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-12T19:14:32.717Z] Removing intermediate container 45c19c62cc5a [2022-04-12T19:14:32.717Z] ---> b35037c5e1a6 [2022-04-12T19:14:32.717Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-12T19:14:32.717Z] ---> Running in 5ad8191bdc0d [2022-04-12T19:14:32.717Z] ---> d8455a85e5b9 [2022-04-12T19:14:32.717Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-12T19:14:32.717Z] ---> Running in e7f8cf4e46aa [2022-04-12T19:14:32.717Z] Removing intermediate container 5ad8191bdc0d [2022-04-12T19:14:32.717Z] ---> adedd484eeb9 [2022-04-12T19:14:32.717Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-12T19:14:32.978Z] ---> Running in d58ba2ea0366 [2022-04-12T19:14:32.978Z] Removing intermediate container e7f8cf4e46aa [2022-04-12T19:14:32.978Z] ---> 5da14778458a [2022-04-12T19:14:32.978Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T19:14:32.978Z] ---> Running in d67d4e243486 [2022-04-12T19:14:32.978Z] Removing intermediate container d58ba2ea0366 [2022-04-12T19:14:32.978Z] ---> 23ac46d23d86 [2022-04-12T19:14:32.978Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-12T19:14:32.978Z] ---> Running in 3cd7a4ce487d [2022-04-12T19:14:32.978Z] Removing intermediate container d67d4e243486 [2022-04-12T19:14:32.978Z] ---> a214e7df798b [2022-04-12T19:14:32.978Z] Step 21/23 : LABEL arch=x86_64 [2022-04-12T19:14:33.238Z] ---> Running in f9e101455bc7 [2022-04-12T19:14:33.238Z] Removing intermediate container f9e101455bc7 [2022-04-12T19:14:33.238Z] ---> b5fb95099445 [2022-04-12T19:14:33.238Z] Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:14:33.238Z] ---> Running in 16630b6fc3fe [2022-04-12T19:14:33.498Z] Removing intermediate container 16630b6fc3fe [2022-04-12T19:14:33.498Z] ---> 7f8e03c5b6b7 [2022-04-12T19:14:33.498Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T19:14:33.498Z] ---> Running in 8f115920c19b [2022-04-12T19:14:33.498Z] Removing intermediate container 8f115920c19b [2022-04-12T19:14:33.498Z] ---> 27134c461ca6 [2022-04-12T19:14:33.498Z] [2022-04-12T19:14:33.757Z] Removing intermediate container 3cd7a4ce487d [2022-04-12T19:14:33.757Z] ---> 327ea7f417c2 [2022-04-12T19:14:33.757Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-12T19:14:33.757Z] Successfully built 27134c461ca6 [2022-04-12T19:14:33.757Z] Successfully tagged core-command:latest [2022-04-12T19:14:33.757Z]  Building core-command ... done Building core-metadata [2022-04-12T19:14:33.757Z] ---> Running in 7a298c0e4441 [2022-04-12T19:14:34.016Z] Removing intermediate container 7a298c0e4441 [2022-04-12T19:14:34.016Z] ---> 1e519a8e7668 [2022-04-12T19:14:34.016Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-12T19:14:34.045Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-12T19:14:35.920Z] ---> 3699a3a628b8 [2022-04-12T19:14:35.921Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-12T19:14:36.516Z] ---> Running in c0b6862d57ce [2022-04-12T19:14:37.568Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:14:37.568Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:14:37.568Z] ---> 24a8cc8c5b72 [2022-04-12T19:14:37.568Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T19:14:37.568Z] ---> Using cache [2022-04-12T19:14:37.568Z] ---> aaae0d9b9b08 [2022-04-12T19:14:37.568Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:14:37.568Z] ---> Using cache [2022-04-12T19:14:37.568Z] ---> 0cb8dc8fd448 [2022-04-12T19:14:37.568Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-12T19:14:37.568Z] ---> Using cache [2022-04-12T19:14:37.568Z] ---> 99bf5d563d3b [2022-04-12T19:14:37.568Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T19:14:37.568Z] ---> Using cache [2022-04-12T19:14:37.568Z] ---> 4e8ad23a804c [2022-04-12T19:14:37.568Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:14:37.568Z] ---> Using cache [2022-04-12T19:14:37.568Z] ---> df9d66481aab [2022-04-12T19:14:37.568Z] Step 8/23 : COPY . . [2022-04-12T19:14:37.568Z] ---> Using cache [2022-04-12T19:14:37.568Z] ---> 215d71d72a13 [2022-04-12T19:14:37.568Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-12T19:14:38.239Z] ---> Running in c343068d38a9 [2022-04-12T19:14:38.239Z] Removing intermediate container c0b6862d57ce [2022-04-12T19:14:38.239Z] ---> 60e7029d2bd4 [2022-04-12T19:14:38.239Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T19:14:38.500Z] ---> a4fc728768f7 [2022-04-12T19:14:38.500Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-12T19:14:38.500Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-12T19:14:38.759Z] Removing intermediate container 90a467d6a6de [2022-04-12T19:14:38.759Z] ---> ce5dfe1d5614 [2022-04-12T19:14:38.759Z] [2022-04-12T19:14:38.759Z] Step 10/23 : FROM alpine:3.14 [2022-04-12T19:14:38.759Z] ---> e04c818066af [2022-04-12T19:14:38.759Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-12T19:14:38.759Z] ---> Running in 1a3f9c88bee6 [2022-04-12T19:14:39.018Z] Removing intermediate container 1a3f9c88bee6 [2022-04-12T19:14:39.018Z] ---> 32bab8e207f1 [2022-04-12T19:14:39.018Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-12T19:14:39.018Z] ---> a7998196a058 [2022-04-12T19:14:39.018Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-12T19:14:39.018Z] ---> Running in 0fa59838b366 [2022-04-12T19:14:39.277Z] Removing intermediate container 0fa59838b366 [2022-04-12T19:14:39.277Z] ---> ab3f52919c62 [2022-04-12T19:14:39.277Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-12T19:14:39.277Z] ---> 87ab69b8c8c7 [2022-04-12T19:14:39.277Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-12T19:14:39.277Z] ---> Running in 82bb0a84551b [2022-04-12T19:14:39.277Z] Removing intermediate container 82bb0a84551b [2022-04-12T19:14:39.277Z] ---> a12517f4a371 [2022-04-12T19:14:39.277Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:14:39.536Z] ---> Running in 4afb2adbaff0 [2022-04-12T19:14:39.536Z] ---> d2bc6ff385ee [2022-04-12T19:14:39.536Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-12T19:14:39.536Z] ---> 618663d32e87 [2022-04-12T19:14:39.536Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-12T19:14:39.797Z] ---> Running in f5067e065029 [2022-04-12T19:14:40.077Z] Removing intermediate container f5067e065029 [2022-04-12T19:14:40.077Z] ---> f204a051b0ef [2022-04-12T19:14:40.077Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-12T19:14:40.077Z] ---> 18f2684bca07 [2022-04-12T19:14:40.077Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-12T19:14:40.343Z] ---> Running in 2b4938422930 [2022-04-12T19:14:40.343Z] Removing intermediate container 4afb2adbaff0 [2022-04-12T19:14:40.343Z] ---> 67c26ec7878c [2022-04-12T19:14:40.343Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-12T19:14:40.343Z] ---> Running in eaf99d6c319c [2022-04-12T19:14:40.603Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:14:41.170Z] Removing intermediate container 2b4938422930 [2022-04-12T19:14:41.170Z] ---> 6990e3593d54 [2022-04-12T19:14:41.170Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-12T19:14:41.429Z] ---> Running in fecf7eb5e9d6 [2022-04-12T19:14:41.429Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:14:41.429Z] Removing intermediate container fecf7eb5e9d6 [2022-04-12T19:14:41.429Z] ---> eac1af56d5c3 [2022-04-12T19:14:41.429Z] Step 28/31 : CMD ["gate"] [2022-04-12T19:14:41.701Z] ---> Running in c59bb3165250 [2022-04-12T19:14:41.959Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-12T19:14:41.959Z] Removing intermediate container c59bb3165250 [2022-04-12T19:14:41.959Z] ---> c045b5d4faf4 [2022-04-12T19:14:41.959Z] Step 29/31 : LABEL arch=x86_64 [2022-04-12T19:14:41.959Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-12T19:14:41.959Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-12T19:14:41.959Z] ---> Running in 56755b115125 [2022-04-12T19:14:42.218Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-12T19:14:42.218Z] Removing intermediate container 56755b115125 [2022-04-12T19:14:42.218Z] ---> d04a3823e589 [2022-04-12T19:14:42.218Z] Step 30/31 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:14:42.218Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-12T19:14:42.218Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-12T19:14:42.484Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T19:14:42.484Z] OK: 8 MiB in 20 packages [2022-04-12T19:14:42.484Z] ---> Running in 0f3952c5875d [2022-04-12T19:14:42.484Z] Removing intermediate container 0f3952c5875d [2022-04-12T19:14:42.484Z] ---> 0866bf3f139b [2022-04-12T19:14:42.484Z] Step 31/31 : LABEL version=0.0.0 [2022-04-12T19:14:42.745Z] ---> Running in 71d73bf9c615 [2022-04-12T19:14:43.007Z] Removing intermediate container 71d73bf9c615 [2022-04-12T19:14:43.007Z] ---> a96e835a2b39 [2022-04-12T19:14:43.007Z] [2022-04-12T19:14:43.007Z] Removing intermediate container eaf99d6c319c [2022-04-12T19:14:43.007Z] ---> 774ccd234008 [2022-04-12T19:14:43.007Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T19:14:43.266Z] Successfully built a96e835a2b39 [2022-04-12T19:14:43.266Z] Successfully tagged security-bootstrapper:latest [2022-04-12T19:14:43.266Z] Building sys-mgmt-agent [2022-04-12T19:14:45.807Z]  Building security-bootstrapper ... done  ---> 91805961894d [2022-04-12T19:14:45.807Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-12T19:14:47.714Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:14:47.714Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:14:47.714Z] ---> 24a8cc8c5b72 [2022-04-12T19:14:47.714Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T19:14:47.714Z] ---> Using cache [2022-04-12T19:14:47.714Z] ---> aaae0d9b9b08 [2022-04-12T19:14:47.714Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:14:47.714Z] ---> Using cache [2022-04-12T19:14:47.714Z] ---> 0cb8dc8fd448 [2022-04-12T19:14:47.714Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-12T19:14:48.651Z] ---> 54dc45521d81 [2022-04-12T19:14:48.651Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-12T19:14:48.651Z] ---> Running in 88fee28f40f2 [2022-04-12T19:14:49.228Z] ---> d9b698a92027 [2022-04-12T19:14:49.228Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-12T19:14:49.228Z] ---> Running in 0a839530aa38 [2022-04-12T19:14:49.228Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:14:49.228Z] Removing intermediate container 0a839530aa38 [2022-04-12T19:14:49.228Z] ---> c0dd1b4564ea [2022-04-12T19:14:49.228Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T19:14:49.228Z] ---> Running in 4eed9d4bb43c [2022-04-12T19:14:49.494Z] Removing intermediate container 4eed9d4bb43c [2022-04-12T19:14:49.494Z] ---> 59ebecc49994 [2022-04-12T19:14:49.494Z] Step 21/23 : LABEL arch=x86_64 [2022-04-12T19:14:49.494Z] ---> Running in 96117498042b [2022-04-12T19:14:49.494Z] Removing intermediate container 96117498042b [2022-04-12T19:14:49.494Z] ---> 252066052bcf [2022-04-12T19:14:49.494Z] Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:14:49.753Z] ---> Running in 1ee024dd08e3 [2022-04-12T19:14:49.753Z] Removing intermediate container 1ee024dd08e3 [2022-04-12T19:14:49.753Z] ---> f3d418ba88c1 [2022-04-12T19:14:49.753Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T19:14:49.753Z] ---> Running in 4b01b1c32020 [2022-04-12T19:14:50.012Z] Removing intermediate container 4b01b1c32020 [2022-04-12T19:14:50.012Z] ---> 5b6e3e4fce28 [2022-04-12T19:14:50.012Z] [2022-04-12T19:14:50.012Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:14:50.012Z] Successfully built 5b6e3e4fce28 [2022-04-12T19:14:50.012Z] Successfully tagged core-data:latest [2022-04-12T19:14:50.012Z] Building security-spiffe-token-provider [2022-04-12T19:14:50.272Z]  Building core-data ... done OK: 221 MiB in 52 packages [2022-04-12T19:14:53.565Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:14:53.565Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:14:53.565Z] ---> 24a8cc8c5b72 [2022-04-12T19:14:53.565Z] Step 3/20 : WORKDIR /edgex-go [2022-04-12T19:14:53.565Z] ---> Using cache [2022-04-12T19:14:53.565Z] ---> aaae0d9b9b08 [2022-04-12T19:14:53.565Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-12T19:14:54.511Z] Removing intermediate container 88fee28f40f2 [2022-04-12T19:14:54.511Z] ---> 4c9d47048e34 [2022-04-12T19:14:54.511Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T19:14:54.771Z] ---> Running in 1ee5ca3a90c2 [2022-04-12T19:14:54.771Z] ---> 14cefb5e4029 [2022-04-12T19:14:54.771Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:14:55.035Z] ---> Running in 017d83bc6caf [2022-04-12T19:14:55.035Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:14:55.973Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:14:56.232Z] v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T19:14:56.232Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T19:14:56.232Z] OK: 15864 distinct packages available [2022-04-12T19:14:56.232Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:14:56.490Z] Removing intermediate container 017d83bc6caf [2022-04-12T19:14:56.490Z] ---> cc537e3f6bfe [2022-04-12T19:14:56.490Z] Step 8/23 : COPY . . [2022-04-12T19:14:57.058Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:14:57.058Z] Removing intermediate container c343068d38a9 [2022-04-12T19:14:57.058Z] ---> 49772c17798d [2022-04-12T19:14:57.058Z] [2022-04-12T19:14:57.058Z] Step 10/23 : FROM alpine:3.14 [2022-04-12T19:14:57.058Z] ---> e04c818066af [2022-04-12T19:14:57.058Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-12T19:14:57.058Z] ---> Using cache [2022-04-12T19:14:57.058Z] ---> 35c14bfd0e02 [2022-04-12T19:14:57.058Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T19:14:57.058Z] ---> Using cache [2022-04-12T19:14:57.058Z] ---> 07fb589f97c6 [2022-04-12T19:14:57.058Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-12T19:14:57.627Z] OK: 221 MiB in 52 packages [2022-04-12T19:15:00.164Z] Building bin/spire-agent... [2022-04-12T19:15:00.164Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-12T19:15:00.164Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-12T19:15:00.164Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-12T19:15:00.164Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-12T19:15:00.164Z]  ---> Running in 474790a91340 [2022-04-12T19:15:00.423Z] Removing intermediate container 1ee5ca3a90c2 [2022-04-12T19:15:00.423Z] ---> cd113ab873c9 [2022-04-12T19:15:00.423Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-12T19:15:00.684Z] Removing intermediate container 474790a91340 [2022-04-12T19:15:00.684Z] ---> 390795e47e01 [2022-04-12T19:15:00.684Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-12T19:15:00.684Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-12T19:15:00.684Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-12T19:15:00.684Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-12T19:15:00.943Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-12T19:15:00.943Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-12T19:15:00.943Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-12T19:15:00.943Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-12T19:15:00.943Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-12T19:15:00.943Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-12T19:15:01.531Z]  ---> f0c4dc76c633 [2022-04-12T19:15:01.531Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:15:01.531Z] ---> Running in 64145a43cc71 [2022-04-12T19:15:01.531Z] ---> Running in 093570ba6cda [2022-04-12T19:15:01.531Z] ---> 407bf99ed81f [2022-04-12T19:15:01.531Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-12T19:15:01.531Z] Removing intermediate container 64145a43cc71 [2022-04-12T19:15:01.531Z] ---> fc248ad04a2d [2022-04-12T19:15:01.531Z] Step 15/23 : WORKDIR / [2022-04-12T19:15:01.531Z] ---> Running in d6364514489a [2022-04-12T19:15:01.790Z] ---> Running in 1f455deca5c8 [2022-04-12T19:15:01.790Z] Removing intermediate container 1f455deca5c8 [2022-04-12T19:15:01.790Z] ---> 023d90897a22 [2022-04-12T19:15:01.790Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T19:15:02.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-12T19:15:02.080Z] ---> 8399bb3a17ea [2022-04-12T19:15:02.080Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-12T19:15:02.653Z] Removing intermediate container 093570ba6cda [2022-04-12T19:15:02.653Z] ---> 44c5a9f7f3a2 [2022-04-12T19:15:02.653Z] Step 7/20 : COPY . . [2022-04-12T19:15:02.653Z] ---> a2da30c21ff6 [2022-04-12T19:15:02.653Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-12T19:15:05.194Z] ---> 6f3c397ce9da [2022-04-12T19:15:05.194Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-12T19:15:06.572Z] ---> Running in be482dff548b [2022-04-12T19:15:07.508Z] Removing intermediate container be482dff548b [2022-04-12T19:15:07.508Z] ---> eee9a5fad868 [2022-04-12T19:15:07.508Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T19:15:08.076Z] ---> Running in 0ed22cbb209f [2022-04-12T19:15:08.076Z] ---> 4bcfeaa5eaee [2022-04-12T19:15:08.076Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-12T19:15:08.334Z] ---> Running in 19e4174e47a8 [2022-04-12T19:15:08.334Z] Removing intermediate container 0ed22cbb209f [2022-04-12T19:15:08.334Z] ---> df55e2eb434a [2022-04-12T19:15:08.334Z] Step 21/23 : LABEL arch=x86_64 [2022-04-12T19:15:08.334Z] ---> Running in 1becc8ab9a23 [2022-04-12T19:15:08.594Z] Removing intermediate container 1becc8ab9a23 [2022-04-12T19:15:08.594Z] ---> 01e62da3bdb9 [2022-04-12T19:15:08.594Z] Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:15:08.854Z] ---> Running in 39d96e0bbc59 [2022-04-12T19:15:08.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-12T19:15:09.112Z] Removing intermediate container 39d96e0bbc59 [2022-04-12T19:15:09.112Z] ---> 0db30c317e72 [2022-04-12T19:15:09.112Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T19:15:09.112Z] ---> Running in 142113c332cc [2022-04-12T19:15:09.678Z] Removing intermediate container 142113c332cc [2022-04-12T19:15:09.678Z] ---> 5ef383798e63 [2022-04-12T19:15:09.678Z] [2022-04-12T19:15:09.678Z] Successfully built 5ef383798e63 [2022-04-12T19:15:09.678Z] Successfully tagged core-metadata:latest [2022-04-12T19:15:09.678Z]  Building core-metadata ... done Building security-secretstore-setup [2022-04-12T19:15:13.865Z] Building bin/spire-agent... [2022-04-12T19:15:13.865Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:15:13.865Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:15:13.865Z] ---> 24a8cc8c5b72 [2022-04-12T19:15:13.865Z] Step 3/25 : WORKDIR /edgex-go [2022-04-12T19:15:13.865Z] ---> Using cache [2022-04-12T19:15:13.865Z] ---> aaae0d9b9b08 [2022-04-12T19:15:13.865Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:15:13.865Z] ---> Using cache [2022-04-12T19:15:13.865Z] ---> 0cb8dc8fd448 [2022-04-12T19:15:13.865Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-12T19:15:13.865Z] ---> Using cache [2022-04-12T19:15:13.865Z] ---> 99bf5d563d3b [2022-04-12T19:15:13.865Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-12T19:15:13.865Z] ---> Using cache [2022-04-12T19:15:13.865Z] ---> 4e8ad23a804c [2022-04-12T19:15:13.865Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:15:13.865Z] ---> Using cache [2022-04-12T19:15:13.865Z] ---> df9d66481aab [2022-04-12T19:15:13.865Z] Step 8/25 : COPY . . [2022-04-12T19:15:13.865Z] ---> Using cache [2022-04-12T19:15:13.865Z] ---> 215d71d72a13 [2022-04-12T19:15:13.865Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-12T19:15:13.865Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-12T19:15:13.865Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-12T19:15:13.865Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-12T19:15:13.865Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-12T19:15:15.238Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-12T19:15:15.238Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-12T19:15:15.238Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-12T19:15:15.238Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-12T19:15:15.238Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-12T19:15:15.238Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-12T19:15:15.238Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-12T19:15:15.238Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-12T19:15:15.238Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-12T19:15:17.766Z]  ---> Running in 0af5c8b2037d [2022-04-12T19:15:18.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-12T19:15:40.640Z] Removing intermediate container d6364514489a [2022-04-12T19:15:40.640Z] ---> cdf667c39824 [2022-04-12T19:15:40.640Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-12T19:15:40.640Z] ---> Running in a7f65b17eb53 [2022-04-12T19:15:40.640Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-12T19:15:40.640Z] Removing intermediate container 19e4174e47a8 [2022-04-12T19:15:40.640Z] ---> 2ffc95bc7f3c [2022-04-12T19:15:40.640Z] [2022-04-12T19:15:40.640Z] Step 9/20 : FROM alpine:3.15 [2022-04-12T19:15:40.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-12T19:15:41.471Z] 3.15: Pulling from library/alpine [2022-04-12T19:15:42.849Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-12T19:15:42.849Z] Status: Downloaded newer image for alpine:3.15 [2022-04-12T19:15:42.849Z] ---> 0ac33e5f5afa [2022-04-12T19:15:42.849Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T19:15:43.787Z] ---> Running in b45ba85b07f1 [2022-04-12T19:15:43.788Z] Removing intermediate container a7f65b17eb53 [2022-04-12T19:15:43.788Z] ---> 0f8c67028e21 [2022-04-12T19:15:43.788Z] [2022-04-12T19:15:43.788Z] Step 11/23 : FROM docker:20.10.14 [2022-04-12T19:15:43.788Z] 20.10.14: Pulling from library/docker [2022-04-12T19:15:44.360Z] Removing intermediate container b45ba85b07f1 [2022-04-12T19:15:44.360Z] ---> c6d301b0567b [2022-04-12T19:15:44.360Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:15:44.931Z] Removing intermediate container 0af5c8b2037d [2022-04-12T19:15:44.931Z] ---> 6ef5856a5383 [2022-04-12T19:15:44.931Z] [2022-04-12T19:15:44.931Z] Step 10/25 : FROM alpine:3.14 [2022-04-12T19:15:44.931Z] ---> e04c818066af [2022-04-12T19:15:44.931Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-12T19:15:44.931Z] ---> Running in 7efef7b3183e [2022-04-12T19:15:45.502Z] ---> Running in cbef045e4a57 [2022-04-12T19:15:46.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:15:46.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:15:46.069Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-12T19:15:46.069Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-12T19:15:46.069Z] (3/3) Installing su-exec (0.2-r1) [2022-04-12T19:15:46.069Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T19:15:46.069Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T19:15:46.328Z] OK: 6 MiB in 17 packages [2022-04-12T19:15:48.231Z] Removing intermediate container 7efef7b3183e [2022-04-12T19:15:48.231Z] ---> 23f8ff388d1f [2022-04-12T19:15:48.231Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-12T19:15:48.800Z] ---> Running in 85d6539596cb [2022-04-12T19:15:48.800Z] Removing intermediate container cbef045e4a57 [2022-04-12T19:15:48.800Z] ---> 6a667ca1bbb2 [2022-04-12T19:15:48.800Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-12T19:15:49.059Z] ---> Running in f70568278696 [2022-04-12T19:15:49.059Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-12T19:15:49.059Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-12T19:15:49.059Z] ---> 7417809fdb73 [2022-04-12T19:15:49.059Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-04-12T19:15:49.318Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:15:49.581Z] ---> Running in ed48fe7cafb3 [2022-04-12T19:15:49.581Z] Removing intermediate container f70568278696 [2022-04-12T19:15:49.581Z] ---> e85491b4f79c [2022-04-12T19:15:49.581Z] Step 13/25 : WORKDIR / [2022-04-12T19:15:49.581Z] ---> Running in ce883f715d30 [2022-04-12T19:15:49.840Z] Removing intermediate container ed48fe7cafb3 [2022-04-12T19:15:49.840Z] ---> 4a99245030fa [2022-04-12T19:15:49.840Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-04-12T19:15:49.840Z] ---> Running in b78bb0cd0069 [2022-04-12T19:15:49.840Z] Removing intermediate container ce883f715d30 [2022-04-12T19:15:49.840Z] ---> c296039145bc [2022-04-12T19:15:49.840Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-04-12T19:15:50.098Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:15:50.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:15:50.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:15:50.358Z] v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T19:15:50.358Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T19:15:50.358Z] OK: 15854 distinct packages available [2022-04-12T19:15:50.625Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:15:50.625Z] ---> 077c6170b1d8 [2022-04-12T19:15:50.625Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-04-12T19:15:50.625Z] (1/43) Installing readline (8.1.1-r0) [2022-04-12T19:15:50.625Z] (2/43) Installing bash (5.1.16-r0) [2022-04-12T19:15:50.625Z] Executing bash-5.1.16-r0.post-install [2022-04-12T19:15:50.625Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-12T19:15:50.625Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-12T19:15:50.625Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-12T19:15:50.625Z] (6/43) Installing curl (7.80.0-r0) [2022-04-12T19:15:50.625Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-12T19:15:50.625Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-12T19:15:50.625Z] (9/43) Installing expat (2.4.7-r0) [2022-04-12T19:15:50.625Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-12T19:15:50.625Z] (11/43) Installing gdbm (1.22-r0) [2022-04-12T19:15:50.625Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-12T19:15:50.625Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-12T19:15:50.625Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-12T19:15:50.626Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-12T19:15:50.626Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-12T19:15:50.626Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-12T19:15:51.196Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-12T19:15:51.196Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-12T19:15:51.196Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-12T19:15:51.196Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-12T19:15:51.196Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-12T19:15:51.196Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-12T19:15:51.196Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-12T19:15:51.196Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-12T19:15:51.196Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-12T19:15:51.196Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-12T19:15:51.196Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-12T19:15:51.196Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-12T19:15:51.196Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:15:51.455Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-12T19:15:51.455Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-12T19:15:51.455Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-12T19:15:51.455Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-12T19:15:51.455Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-12T19:15:51.455Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-12T19:15:51.455Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-12T19:15:51.455Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-12T19:15:51.455Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-12T19:15:51.455Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-12T19:15:51.455Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-12T19:15:51.455Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-12T19:15:51.455Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-12T19:15:51.455Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-12T19:15:51.714Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T19:15:51.714Z] OK: 83 MiB in 65 packages [2022-04-12T19:15:51.714Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-12T19:15:51.714Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-12T19:15:51.714Z] ---> ac19369b79d1 [2022-04-12T19:15:51.714Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-12T19:15:51.714Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-12T19:15:51.972Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-12T19:15:51.972Z] (5/9) Installing curl (7.80.0-r0) [2022-04-12T19:15:51.972Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-12T19:15:52.233Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-12T19:15:52.233Z] (8/9) Installing libucontext (1.1-r0) [2022-04-12T19:15:52.233Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-12T19:15:52.491Z] Collecting docker-compose==1.23.2 [2022-04-12T19:15:52.491Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-12T19:15:52.491Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T19:15:52.492Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T19:15:52.492Z] ---> a57b38befe7e [2022-04-12T19:15:52.492Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-04-12T19:15:52.492Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-12T19:15:52.492Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-12T19:15:52.492Z] OK: 8 MiB in 23 packages [2022-04-12T19:15:52.761Z] Collecting docker<4.0,>=3.6.0 [2022-04-12T19:15:53.020Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-12T19:15:53.020Z] Collecting docopt<0.7,>=0.6.1 [2022-04-12T19:15:53.020Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-12T19:15:53.020Z] ---> 0a6ba4ac6e17 [2022-04-12T19:15:53.020Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-12T19:15:53.281Z] Collecting PyYAML<4,>=3.10 [2022-04-12T19:15:53.281Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-12T19:15:53.850Z] Removing intermediate container 85d6539596cb [2022-04-12T19:15:53.850Z] ---> afb840adb0b3 [2022-04-12T19:15:53.850Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T19:15:54.109Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-12T19:15:54.109Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-12T19:15:54.109Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-04-12T19:15:54.109Z] Collecting jsonschema<3,>=2.5.1 [2022-04-12T19:15:54.109Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-12T19:15:54.109Z] Collecting texttable<0.10,>=0.9.0 [2022-04-12T19:15:54.109Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-12T19:15:54.369Z] ---> bcc754e0b238 [2022-04-12T19:15:54.369Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-12T19:15:54.631Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-12T19:15:54.631Z] ---> d28e1ad5205d [2022-04-12T19:15:54.631Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-12T19:15:54.631Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-12T19:15:54.631Z] Collecting cached-property<2,>=1.2.0 [2022-04-12T19:15:54.631Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-12T19:15:54.631Z] Collecting docker-pycreds>=0.4.0 [2022-04-12T19:15:54.631Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-12T19:15:54.631Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-12T19:15:54.943Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-12T19:15:54.943Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-12T19:15:54.943Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-12T19:15:54.943Z] Collecting idna<2.8,>=2.5 [2022-04-12T19:15:54.943Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-12T19:15:54.943Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-04-12T19:15:54.943Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-12T19:15:54.943Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-12T19:15:54.943Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-12T19:15:54.943Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-12T19:15:55.204Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-12T19:15:55.204Z] Attempting uninstall: urllib3 [2022-04-12T19:15:55.204Z] Found existing installation: urllib3 1.26.7 [2022-04-12T19:15:55.204Z] Uninstalling urllib3-1.26.7: [2022-04-12T19:15:55.204Z] Successfully uninstalled urllib3-1.26.7 [2022-04-12T19:15:55.774Z] Attempting uninstall: idna [2022-04-12T19:15:55.774Z] Found existing installation: idna 3.3 [2022-04-12T19:15:55.774Z] Uninstalling idna-3.3: [2022-04-12T19:15:55.774Z] Successfully uninstalled idna-3.3 [2022-04-12T19:15:55.774Z] ---> f5fb70db3cfa [2022-04-12T19:15:55.774Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-12T19:15:55.889Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-12T19:15:56.099Z] ---> abdb292aa225 [2022-04-12T19:15:56.099Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-12T19:15:56.099Z] ---> 478265b4c073 [2022-04-12T19:15:56.099Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-04-12T19:15:56.360Z] ---> Running in dfec7cc37692 [2022-04-12T19:15:56.640Z] Attempting uninstall: requests [2022-04-12T19:15:56.640Z] Found existing installation: requests 2.26.0 [2022-04-12T19:15:56.640Z] Uninstalling requests-2.26.0: [2022-04-12T19:15:56.640Z] Successfully uninstalled requests-2.26.0 [2022-04-12T19:15:56.640Z] ---> e894e258c966 [2022-04-12T19:15:56.640Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-12T19:15:56.640Z] Running setup.py install for texttable: started [2022-04-12T19:15:56.917Z] ---> Running in 2620e80ab996 [2022-04-12T19:15:57.271Z] Running setup.py install for texttable: finished with status 'done' [2022-04-12T19:15:57.271Z] Running setup.py install for PyYAML: started [2022-04-12T19:15:57.271Z] Removing intermediate container 2620e80ab996 [2022-04-12T19:15:57.271Z] ---> 643b3d7cf59e [2022-04-12T19:15:57.271Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T19:15:57.569Z] ---> Running in 32d45b21d693 [2022-04-12T19:15:57.569Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-12T19:15:57.569Z] Running setup.py install for docopt: started [2022-04-12T19:15:57.831Z] Removing intermediate container dfec7cc37692 [2022-04-12T19:15:57.831Z] ---> 4efbcc979807 [2022-04-12T19:15:57.831Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-12T19:15:57.831Z] Removing intermediate container 32d45b21d693 [2022-04-12T19:15:57.831Z] ---> 7b7cb1f8cfbd [2022-04-12T19:15:57.831Z] Step 18/20 : LABEL arch=x86_64 [2022-04-12T19:15:57.831Z] ---> Running in d165c60d525b [2022-04-12T19:15:58.096Z] ---> Running in 85354668ab9a [2022-04-12T19:15:58.096Z] Running setup.py install for docopt: finished with status 'done' [2022-04-12T19:15:58.096Z] Running setup.py install for dockerpty: started [2022-04-12T19:15:58.096Z] Removing intermediate container d165c60d525b [2022-04-12T19:15:58.096Z] ---> 7e8d109f9f6d [2022-04-12T19:15:58.096Z] Step 23/25 : LABEL arch=x86_64 [2022-04-12T19:15:58.356Z] Removing intermediate container 85354668ab9a [2022-04-12T19:15:58.356Z] ---> 39de7fee5fef [2022-04-12T19:15:58.356Z] Step 19/20 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:15:58.356Z] ---> Running in 5e174c966546 [2022-04-12T19:15:58.356Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-12T19:15:58.356Z] ---> Running in 463a28cc3c93 [2022-04-12T19:15:58.619Z] Removing intermediate container 5e174c966546 [2022-04-12T19:15:58.619Z] ---> 188d0854e516 [2022-04-12T19:15:58.619Z] Step 24/25 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:15:58.902Z] Removing intermediate container 463a28cc3c93 [2022-04-12T19:15:58.902Z] ---> b5d37ef047df [2022-04-12T19:15:58.902Z] Step 20/20 : LABEL version=0.0.0 [2022-04-12T19:15:58.902Z] ---> Running in e90c3db2bfbb [2022-04-12T19:15:58.902Z] ---> Running in f20633671abc [2022-04-12T19:15:59.162Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-04-12T19:15:59.162Z] Removing intermediate container e90c3db2bfbb [2022-04-12T19:15:59.162Z] ---> 9c169a35d901 [2022-04-12T19:15:59.162Z] Step 25/25 : LABEL version=0.0.0 [2022-04-12T19:15:59.162Z] Removing intermediate container f20633671abc [2022-04-12T19:15:59.162Z] ---> cce9abda0b20 [2022-04-12T19:15:59.162Z] [2022-04-12T19:15:59.162Z] ---> Running in 85b572ed509f [2022-04-12T19:15:59.162Z] Successfully built cce9abda0b20 [2022-04-12T19:15:59.162Z] Successfully tagged security-spiffe-token-provider:latest [2022-04-12T19:15:59.162Z]  Building security-spiffe-token-provider ... done Building security-spire-agent [2022-04-12T19:15:59.730Z] Removing intermediate container 85b572ed509f [2022-04-12T19:15:59.730Z] ---> 17d02875b395 [2022-04-12T19:15:59.730Z] [2022-04-12T19:15:59.989Z] Successfully built 17d02875b395 [2022-04-12T19:16:00.251Z] Successfully tagged security-secretstore-setup:latest [2022-04-12T19:16:04.456Z]  Building security-secretstore-setup ... done Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:16:04.456Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:16:04.456Z] ---> 24a8cc8c5b72 [2022-04-12T19:16:04.456Z] Step 3/26 : WORKDIR /edgex-go [2022-04-12T19:16:04.456Z] ---> Using cache [2022-04-12T19:16:04.456Z] ---> aaae0d9b9b08 [2022-04-12T19:16:04.456Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:16:04.456Z] ---> Using cache [2022-04-12T19:16:04.456Z] ---> 0cb8dc8fd448 [2022-04-12T19:16:04.456Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-12T19:16:06.989Z] ---> Running in e3700712ce73 [2022-04-12T19:16:06.989Z] Removing intermediate container b78bb0cd0069 [2022-04-12T19:16:06.989Z] ---> 2abf34e72c5b [2022-04-12T19:16:06.989Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-12T19:16:06.989Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:16:06.989Z] ---> Running in 8575b5815cb5 [2022-04-12T19:16:07.275Z] Removing intermediate container 8575b5815cb5 [2022-04-12T19:16:07.275Z] ---> 18a833dfa36c [2022-04-12T19:16:07.275Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-12T19:16:07.536Z] ---> Running in 0576f9db8eb0 [2022-04-12T19:16:07.795Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:16:07.795Z] Removing intermediate container 0576f9db8eb0 [2022-04-12T19:16:07.795Z] ---> 728e11ee07ec [2022-04-12T19:16:07.795Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-12T19:16:08.053Z] OK: 221 MiB in 52 packages [2022-04-12T19:16:08.621Z] ---> 041310b3d6b9 [2022-04-12T19:16:08.621Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-12T19:16:08.882Z] Removing intermediate container e3700712ce73 [2022-04-12T19:16:08.882Z] ---> f246526576c7 [2022-04-12T19:16:08.882Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-12T19:16:09.144Z] ---> 26c68c73b216 [2022-04-12T19:16:09.144Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-12T19:16:09.404Z] ---> ce616cddfecc [2022-04-12T19:16:09.404Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:16:09.404Z] ---> Running in 4c99617c0682 [2022-04-12T19:16:09.404Z] ---> 23a883da3b68 [2022-04-12T19:16:09.404Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-12T19:16:09.662Z] ---> Running in 36631c1a60e3 [2022-04-12T19:16:09.921Z] Removing intermediate container 36631c1a60e3 [2022-04-12T19:16:09.921Z] ---> d26a4bee8a14 [2022-04-12T19:16:09.921Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T19:16:09.921Z] Removing intermediate container 617fc2b07e0d [2022-04-12T19:16:09.921Z] ---> eede16adb999 [2022-04-12T19:16:09.921Z] [2022-04-12T19:16:09.921Z] Step 13/25 : FROM alpine:3.15 [2022-04-12T19:16:09.921Z] ---> 0ac33e5f5afa [2022-04-12T19:16:09.921Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T19:16:09.921Z] ---> Using cache [2022-04-12T19:16:09.921Z] ---> c6d301b0567b [2022-04-12T19:16:09.921Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:16:09.921Z] ---> Using cache [2022-04-12T19:16:09.921Z] ---> 23f8ff388d1f [2022-04-12T19:16:09.921Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-12T19:16:10.181Z] ---> Running in a08222cbccbb [2022-04-12T19:16:10.181Z] ---> Running in 5b06bfb0896d [2022-04-12T19:16:10.449Z] Removing intermediate container 5b06bfb0896d [2022-04-12T19:16:10.449Z] ---> dd04100a78e5 [2022-04-12T19:16:10.449Z] Step 21/23 : LABEL arch=x86_64 [2022-04-12T19:16:10.449Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:16:10.449Z] ---> Running in d91a3c23bd05 [2022-04-12T19:16:10.708Z] Removing intermediate container 4c99617c0682 [2022-04-12T19:16:10.708Z] ---> 9d5ae65de02d [2022-04-12T19:16:10.708Z] Step 8/26 : COPY . . [2022-04-12T19:16:10.708Z] Removing intermediate container d91a3c23bd05 [2022-04-12T19:16:10.708Z] ---> 6855f5e9a343 [2022-04-12T19:16:10.708Z] Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:16:11.277Z] ---> Running in d6dac26a7b8c [2022-04-12T19:16:11.277Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:16:11.542Z] v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T19:16:11.542Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T19:16:11.542Z] OK: 15854 distinct packages available [2022-04-12T19:16:11.801Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:16:12.368Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:16:12.945Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-12T19:16:12.945Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-12T19:16:12.945Z] (3/5) Installing libucontext (1.1-r0) [2022-04-12T19:16:12.945Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-12T19:16:13.204Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-12T19:16:13.204Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T19:16:13.204Z] OK: 6 MiB in 19 packages [2022-04-12T19:16:14.145Z] Removing intermediate container d6dac26a7b8c [2022-04-12T19:16:14.145Z] ---> 42762050b5fc [2022-04-12T19:16:14.145Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T19:16:14.240Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-12T19:16:14.240Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-12T19:16:14.240Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-12T19:16:14.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-12T19:16:14.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-12T19:16:14.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-12T19:16:14.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-12T19:16:14.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-12T19:16:14.240Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-12T19:16:15.229Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-12T19:16:15.506Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-12T19:16:15.506Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-12T19:16:15.506Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-12T19:16:15.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-12T19:16:17.439Z] ---> Running in e7e466afab24 [2022-04-12T19:16:17.439Z] ---> 3b174a6b06a9 [2022-04-12T19:16:17.439Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-12T19:16:17.439Z] ---> Running in f0cff61bee9b [2022-04-12T19:16:17.698Z] Removing intermediate container a08222cbccbb [2022-04-12T19:16:17.698Z] ---> ae36f2cd9871 [2022-04-12T19:16:17.698Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-12T19:16:17.698Z] Removing intermediate container e7e466afab24 [2022-04-12T19:16:17.698Z] ---> 07224ddf2a5f [2022-04-12T19:16:17.698Z] [2022-04-12T19:16:17.698Z] Removing intermediate container f0cff61bee9b [2022-04-12T19:16:17.698Z] ---> 13b92d54958e [2022-04-12T19:16:17.698Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-12T19:16:17.698Z] ---> Running in 8675d0d21f59 [2022-04-12T19:16:17.698Z] Successfully built 07224ddf2a5f [2022-04-12T19:16:17.698Z] Successfully tagged sys-mgmt-agent:latest [2022-04-12T19:16:19.075Z]  Building sys-mgmt-agent ... done  ---> b50f13afc886 [2022-04-12T19:16:19.075Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-12T19:16:19.075Z] Removing intermediate container 8675d0d21f59 [2022-04-12T19:16:19.075Z] ---> e35768e7220f [2022-04-12T19:16:19.075Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-12T19:16:19.333Z] ---> Running in ec83b5c745c6 [2022-04-12T19:16:19.333Z] ---> f5ef5bfde077 [2022-04-12T19:16:19.333Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-12T19:16:19.333Z] Removing intermediate container ec83b5c745c6 [2022-04-12T19:16:19.333Z] ---> c1daf970c2d7 [2022-04-12T19:16:19.333Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-12T19:16:19.333Z] ---> Running in 5848975a1db1 [2022-04-12T19:16:19.593Z] ---> 94c251b3b2d7 [2022-04-12T19:16:19.593Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-12T19:16:19.852Z] ---> 7866145b53c9 [2022-04-12T19:16:19.853Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-12T19:16:19.853Z] ---> Running in 5610605daa34 [2022-04-12T19:16:20.113Z] Removing intermediate container 5610605daa34 [2022-04-12T19:16:20.113Z] ---> 53c143b9386c [2022-04-12T19:16:20.113Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-12T19:16:20.113Z] ---> Running in eee19703e2b8 [2022-04-12T19:16:20.113Z] Removing intermediate container ef83030a975c [2022-04-12T19:16:20.113Z] ---> e218973d2720 [2022-04-12T19:16:20.113Z] [2022-04-12T19:16:20.113Z] Step 13/26 : FROM alpine:3.15 [2022-04-12T19:16:20.113Z] ---> 0ac33e5f5afa [2022-04-12T19:16:20.113Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T19:16:20.113Z] ---> Using cache [2022-04-12T19:16:20.113Z] ---> c6d301b0567b [2022-04-12T19:16:20.113Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:16:20.113Z] ---> Using cache [2022-04-12T19:16:20.113Z] ---> 23f8ff388d1f [2022-04-12T19:16:20.113Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-12T19:16:20.113Z] ---> Running in aab626d64559 [2022-04-12T19:16:20.113Z] Removing intermediate container eee19703e2b8 [2022-04-12T19:16:20.113Z] ---> 8d39290775a0 [2022-04-12T19:16:20.113Z] Step 23/25 : LABEL arch=x86_64 [2022-04-12T19:16:20.374Z] ---> Running in e414d36b5463 [2022-04-12T19:16:20.374Z] Removing intermediate container e414d36b5463 [2022-04-12T19:16:20.374Z] ---> dc6b1d076d9c [2022-04-12T19:16:20.374Z] Step 24/25 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:16:20.374Z] ---> Running in 64e2341c9610 [2022-04-12T19:16:20.374Z] spire-1.2.1/ [2022-04-12T19:16:20.374Z] spire-1.2.1/.data/ [2022-04-12T19:16:20.374Z] spire-1.2.1/.data/.file [2022-04-12T19:16:20.374Z] spire-1.2.1/.dockerignore [2022-04-12T19:16:20.374Z] spire-1.2.1/.gitattributes [2022-04-12T19:16:20.374Z] spire-1.2.1/.githooks/ [2022-04-12T19:16:20.374Z] spire-1.2.1/.githooks/pre-commit [2022-04-12T19:16:20.374Z] spire-1.2.1/.github/ [2022-04-12T19:16:20.374Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-12T19:16:20.374Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-12T19:16:20.374Z] spire-1.2.1/.github/dependabot.yml [2022-04-12T19:16:20.374Z] spire-1.2.1/.github/workflows/ [2022-04-12T19:16:20.374Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-12T19:16:20.374Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-12T19:16:20.374Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-12T19:16:20.374Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-12T19:16:20.374Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-12T19:16:20.374Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-12T19:16:20.374Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-12T19:16:20.374Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-12T19:16:20.374Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-12T19:16:20.374Z] spire-1.2.1/.gitignore [2022-04-12T19:16:20.374Z] spire-1.2.1/.go-version [2022-04-12T19:16:20.374Z] spire-1.2.1/.golangci.yml [2022-04-12T19:16:20.374Z] spire-1.2.1/ADOPTERS.md [2022-04-12T19:16:20.374Z] spire-1.2.1/CHANGELOG.md [2022-04-12T19:16:20.374Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-12T19:16:20.374Z] spire-1.2.1/CODEOWNERS [2022-04-12T19:16:20.374Z] spire-1.2.1/CONTRIBUTING.md [2022-04-12T19:16:20.374Z] spire-1.2.1/Dockerfile [2022-04-12T19:16:20.374Z] spire-1.2.1/Dockerfile.dev [2022-04-12T19:16:20.374Z] spire-1.2.1/Dockerfile.scratch [2022-04-12T19:16:20.374Z] spire-1.2.1/LICENSE [2022-04-12T19:16:20.374Z] spire-1.2.1/MAINTAINERS.md [2022-04-12T19:16:20.374Z] spire-1.2.1/Makefile [2022-04-12T19:16:20.374Z] spire-1.2.1/README.md [2022-04-12T19:16:20.374Z] spire-1.2.1/ROADMAP.md [2022-04-12T19:16:20.374Z] spire-1.2.1/SECURITY.md [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/ [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/ [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-server/ [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-12T19:16:20.374Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-12T19:16:20.375Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-12T19:16:20.375Z] spire-1.2.1/conf/ [2022-04-12T19:16:20.375Z] spire-1.2.1/conf/agent/ [2022-04-12T19:16:20.375Z] spire-1.2.1/conf/agent/agent.conf [2022-04-12T19:16:20.375Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-12T19:16:20.375Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-12T19:16:20.375Z] spire-1.2.1/conf/server/ [2022-04-12T19:16:20.375Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-12T19:16:20.375Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-12T19:16:20.375Z] spire-1.2.1/conf/server/server.conf [2022-04-12T19:16:20.375Z] spire-1.2.1/conf/server/server_full.conf [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/ [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/SPIRE101.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/auditlog.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/images/ [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/scaling_spire.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/spire_agent.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/spire_server.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/supported_integrations.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/telemetry.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/telemetry_config.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/upgrading.md [2022-04-12T19:16:20.375Z] spire-1.2.1/doc/using_spire.md [2022-04-12T19:16:20.375Z] spire-1.2.1/examples/ [2022-04-12T19:16:20.375Z] spire-1.2.1/examples/README.md [2022-04-12T19:16:20.375Z] spire-1.2.1/go.mod [2022-04-12T19:16:20.375Z] spire-1.2.1/go.sum [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/agent.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.gofetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:16:20.375Z] [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/client/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/common/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/config.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/manager/ [2022-04-12T19:16:20.375Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-12T19:16:20.376Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-12T19:16:20.376Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-12T19:16:20.376Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-12T19:16:20.376Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-12T19:16:20.376Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-12T19:16:20.376Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-12T19:16:20.376Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/svid/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/names.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-12T19:16:20.641Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/auth/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cli/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/health/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/health/config.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/health/context.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/health/health.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/idutil/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/log/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/log/log.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/log/options.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/profiling/ [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-12T19:16:20.642Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/selector/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/uptime/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/util/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/util/task.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/version/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/version/version.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/x509util/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/api.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/health/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/id.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/status.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/bundle/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/ca/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/cache/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/catalog/ [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-12T19:16:20.643Z] spire-1.2.1/pkg/server/config.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-12T19:16:20.644Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/registration/ [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/server.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/server_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/svid/ [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/ [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/private/ [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/private/server/ [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/private/server/journal/ [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/ [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/common/ [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/plugin/ [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-12T19:16:20.645Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-12T19:16:20.645Z] spire-1.2.1/release/ [2022-04-12T19:16:20.645Z] spire-1.2.1/release/spire-extras/ [2022-04-12T19:16:20.645Z] spire-1.2.1/release/spire-extras/README.md [2022-04-12T19:16:20.645Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-12T19:16:20.645Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-12T19:16:20.645Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-12T19:16:20.645Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/release/spire/ [2022-04-12T19:16:20.645Z] spire-1.2.1/release/spire/README.md [2022-04-12T19:16:20.645Z] spire-1.2.1/release/spire/conf/ [2022-04-12T19:16:20.645Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-12T19:16:20.645Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/release/spire/conf/server/ [2022-04-12T19:16:20.645Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/script/ [2022-04-12T19:16:20.645Z] spire-1.2.1/script/build-artifact.sh [2022-04-12T19:16:20.645Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-12T19:16:20.645Z] spire-1.2.1/support/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-12T19:16:20.645Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-12T19:16:20.645Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.goRemoving intermediate container 64e2341c9610 [2022-04-12T19:16:20.645Z] ---> 498a77750681 [2022-04-12T19:16:20.645Z] Step 25/25 : LABEL version=0.0.0 [2022-04-12T19:16:20.645Z] [2022-04-12T19:16:20.645Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-12T19:16:20.645Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/clock/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/clock/clock.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/fixture.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-12T19:16:20.645Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-12T19:16:20.646Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-12T19:16:20.646Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-12T19:16:20.646Z] spire-1.2.1/test/fixture/registration/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-12T19:16:20.646Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-12T19:16:20.646Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-12T19:16:20.646Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-12T19:16:20.646Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-12T19:16:20.646Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/common [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-12T19:16:20.646Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/test-one.sh [2022-04-12T19:16:20.647Z] spire-1.2.1/test/integration/test.sh [2022-04-12T19:16:20.647Z] spire-1.2.1/test/plugintest/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/plugintest/config.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/plugintest/load.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/plugintest/option.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/spiretest/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/spiretest/dir.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/spiretest/logs.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/spiretest/suite.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/spiretest/x509.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/testca/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/testca/ca.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/testkey/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/testkey/generate.sh [2022-04-12T19:16:20.647Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/testkey/keys.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/testkey/new.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/tpmsimulator/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/util/ [2022-04-12T19:16:20.647Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/util/cert_generation.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/util/io_redirection.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/util/race.go [2022-04-12T19:16:20.647Z] spire-1.2.1/test/util/util.go [2022-04-12T19:16:20.647Z] building spire from source... [2022-04-12T19:16:20.647Z] ---> Running in 3fa67ae83d56 [2022-04-12T19:16:20.647Z] Installing go1.17.7... [2022-04-12T19:16:20.647Z] Removing intermediate container 3fa67ae83d56 [2022-04-12T19:16:20.647Z] ---> 1e3484ecb9c3 [2022-04-12T19:16:20.647Z] [2022-04-12T19:16:20.910Z] Successfully built 1e3484ecb9c3 [2022-04-12T19:16:20.910Z] Successfully tagged security-spire-server:latest [2022-04-12T19:16:21.484Z]  Building security-spire-server ... done fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:16:21.745Z] v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T19:16:21.745Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T19:16:21.745Z] OK: 15854 distinct packages available [2022-04-12T19:16:21.745Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T19:16:22.686Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T19:16:22.686Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-12T19:16:22.945Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-12T19:16:22.945Z] (3/4) Installing libucontext (1.1-r0) [2022-04-12T19:16:22.945Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-12T19:16:23.204Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T19:16:23.204Z] OK: 6 MiB in 18 packages [2022-04-12T19:16:25.112Z] Building bin/spire-server... [2022-04-12T19:16:25.112Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-12T19:16:25.112Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-12T19:16:25.112Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-12T19:16:25.112Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-12T19:16:25.112Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-12T19:16:25.112Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-12T19:16:25.112Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-12T19:16:25.112Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-12T19:16:25.112Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-12T19:16:25.112Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-12T19:16:25.112Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-12T19:16:25.112Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-12T19:16:25.112Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-12T19:16:25.112Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-12T19:16:25.112Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-12T19:16:25.112Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-12T19:16:25.112Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-12T19:16:25.112Z] Removing intermediate container aab626d64559 [2022-04-12T19:16:25.112Z] ---> 8f207d73d8dc [2022-04-12T19:16:25.112Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-12T19:16:25.112Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-12T19:16:25.112Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-12T19:16:25.112Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-12T19:16:25.112Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-12T19:16:25.113Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-12T19:16:25.113Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-12T19:16:25.113Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-12T19:16:25.113Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-12T19:16:25.113Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-12T19:16:25.113Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-12T19:16:25.113Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-12T19:16:25.113Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-12T19:16:25.113Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-12T19:16:25.113Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-12T19:16:25.113Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-12T19:16:25.113Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-12T19:16:25.113Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-12T19:16:25.372Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-12T19:16:25.372Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-12T19:16:25.372Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-12T19:16:25.372Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-12T19:16:25.372Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-12T19:16:25.372Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-12T19:16:25.372Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-12T19:16:25.372Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-12T19:16:25.372Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-12T19:16:25.372Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-12T19:16:25.372Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-12T19:16:25.372Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-12T19:16:25.372Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-12T19:16:25.372Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-12T19:16:25.372Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-12T19:16:25.372Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-12T19:16:25.372Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-12T19:16:25.632Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-12T19:16:25.632Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-12T19:16:25.632Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-12T19:16:25.632Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-12T19:16:25.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.221s coverage: 28.7% of statements [2022-04-12T19:16:25.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-12T19:16:25.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-12T19:16:26.572Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-12T19:16:26.572Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-12T19:16:26.572Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-12T19:16:26.572Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-12T19:16:26.572Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-12T19:16:27.955Z]  ---> d3a0b3c09b54 [2022-04-12T19:16:27.955Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-12T19:16:28.219Z] ---> ee4a742eb638 [2022-04-12T19:16:28.219Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-12T19:16:28.219Z] ---> Running in 2bb9adb2e680 [2022-04-12T19:16:28.219Z] Removing intermediate container 2bb9adb2e680 [2022-04-12T19:16:28.219Z] ---> ec2582e908f9 [2022-04-12T19:16:28.219Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-12T19:16:28.480Z] ---> a871246786b9 [2022-04-12T19:16:28.480Z] Step 21/26 : WORKDIR / [2022-04-12T19:16:28.741Z] ---> Running in 222ddf757f36 [2022-04-12T19:16:29.002Z] Removing intermediate container 222ddf757f36 [2022-04-12T19:16:29.002Z] ---> 73559d7b5103 [2022-04-12T19:16:29.002Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-12T19:16:29.002Z] ---> Running in a13e35df625f [2022-04-12T19:16:29.263Z] Removing intermediate container a13e35df625f [2022-04-12T19:16:29.264Z] ---> c16ca0c7cd19 [2022-04-12T19:16:29.264Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-12T19:16:29.524Z] ---> Running in 363ea76c6c08 [2022-04-12T19:16:29.788Z] Removing intermediate container 363ea76c6c08 [2022-04-12T19:16:29.788Z] ---> 267a4a0968cc [2022-04-12T19:16:29.788Z] Step 24/26 : LABEL arch=x86_64 [2022-04-12T19:16:29.788Z] go: downloading google.golang.org/api v0.70.0 [2022-04-12T19:16:29.788Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-12T19:16:29.788Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-12T19:16:29.788Z] go: downloading k8s.io/api v0.23.4 [2022-04-12T19:16:29.788Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-12T19:16:30.047Z]  ---> Running in 1c0aa5edfa94 [2022-04-12T19:16:30.047Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-12T19:16:30.047Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-12T19:16:30.314Z] Removing intermediate container 1c0aa5edfa94 [2022-04-12T19:16:30.314Z] ---> 1d7a623cdc78 [2022-04-12T19:16:30.314Z] Step 25/26 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:16:30.314Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-12T19:16:30.574Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-12T19:16:30.574Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-12T19:16:30.574Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-12T19:16:30.574Z]  ---> Running in e664c69ecb64 [2022-04-12T19:16:30.833Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-12T19:16:30.833Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-12T19:16:30.833Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-12T19:16:30.833Z] Removing intermediate container e664c69ecb64 [2022-04-12T19:16:30.833Z] ---> 934607967636 [2022-04-12T19:16:30.833Z] Step 26/26 : LABEL version=0.0.0 [2022-04-12T19:16:30.833Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-12T19:16:30.833Z]  ---> Running in 81707699f8a8 [2022-04-12T19:16:30.833Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-12T19:16:31.093Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-12T19:16:31.093Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-12T19:16:31.093Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-12T19:16:31.093Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-12T19:16:31.094Z] Removing intermediate container 81707699f8a8 [2022-04-12T19:16:31.094Z] ---> 5844d2a04b5f [2022-04-12T19:16:31.094Z] [2022-04-12T19:16:31.094Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-12T19:16:31.094Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-12T19:16:31.094Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-12T19:16:31.094Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-12T19:16:31.094Z] Successfully built 5844d2a04b5f [2022-04-12T19:16:31.094Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-12T19:16:31.094Z] Successfully tagged security-spire-config:latest [2022-04-12T19:16:31.094Z]  Building security-spire-config ... done go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-12T19:16:31.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.493s coverage: 98.5% of statements [2022-04-12T19:16:31.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-12T19:16:31.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.401s coverage: 54.9% of statements [2022-04-12T19:16:31.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-12T19:16:31.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-12T19:16:31.354Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-12T19:16:31.354Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-12T19:16:31.354Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-12T19:16:32.736Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-12T19:16:32.736Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-12T19:16:32.736Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-12T19:16:32.736Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-12T19:16:32.736Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-12T19:16:32.736Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-12T19:16:32.736Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-12T19:16:32.736Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-12T19:16:32.736Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-12T19:16:32.736Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-12T19:16:32.736Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-12T19:16:32.736Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-12T19:16:32.736Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-12T19:16:32.736Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-12T19:16:32.736Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-12T19:16:32.736Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-12T19:16:32.736Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-12T19:16:32.736Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-12T19:16:32.736Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-12T19:16:32.736Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-12T19:16:32.736Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-12T19:16:32.736Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-12T19:16:32.736Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-12T19:16:32.736Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-12T19:16:32.736Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-12T19:16:32.736Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-12T19:16:32.736Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-12T19:16:32.736Z] go: downloading go.opencensus.io v0.23.0 [2022-04-12T19:16:32.736Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-12T19:16:32.736Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-12T19:16:32.736Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-12T19:16:32.736Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-12T19:16:32.737Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-12T19:16:32.737Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-12T19:16:32.737Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-12T19:16:32.737Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-12T19:16:32.737Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-12T19:16:32.737Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-12T19:16:32.999Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-12T19:16:32.999Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-12T19:16:32.999Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-12T19:16:32.999Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-12T19:16:32.999Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-12T19:16:32.999Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-12T19:16:32.999Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-12T19:16:32.999Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-12T19:16:32.999Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-12T19:16:32.999Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-12T19:16:32.999Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-12T19:16:32.999Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-12T19:16:32.999Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-12T19:16:32.999Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-12T19:16:32.999Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-12T19:16:32.999Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-12T19:16:37.201Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-12T19:16:37.201Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-12T19:16:57.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.465s coverage: 89.2% of statements [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-12T19:16:57.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.335s coverage: 84.4% of statements [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-12T19:16:57.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.915s coverage: 95.4% of statements [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-12T19:16:57.959Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.245s coverage: 72.2% of statements [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-12T19:16:57.959Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.269s coverage: 60.0% of statements [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-12T19:16:57.959Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.615s coverage: 0.9% of statements [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-12T19:16:57.959Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.385s coverage: 58.8% of statements [2022-04-12T19:16:57.959Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.468s coverage: 24.0% of statements [2022-04-12T19:16:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-12T19:16:57.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.434s coverage: 47.1% of statements [2022-04-12T19:16:57.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.230s coverage: 79.5% of statements [2022-04-12T19:16:57.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.257s coverage: 94.1% of statements [2022-04-12T19:16:57.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.266s coverage: 96.3% of statements [2022-04-12T19:16:57.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.246s coverage: 87.5% of statements [2022-04-12T19:17:08.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.239s coverage: 94.4% of statements [2022-04-12T19:17:08.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.177s coverage: 44.8% of statements [2022-04-12T19:17:13.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.660s coverage: 82.5% of statements [2022-04-12T19:17:13.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-12T19:17:20.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.282s coverage: 92.9% of statements [2022-04-12T19:17:20.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-12T19:17:20.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-12T19:17:20.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-12T19:17:20.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.069s coverage: 65.1% of statements [2022-04-12T19:17:20.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-12T19:17:20.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-12T19:17:20.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-12T19:17:20.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-12T19:17:20.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-12T19:17:20.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.201s coverage: 87.2% of statements [2022-04-12T19:17:20.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-12T19:17:20.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-12T19:17:20.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.175s coverage: 100.0% of statements [2022-04-12T19:17:20.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-12T19:17:20.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.257s coverage: 58.8% of statements [2022-04-12T19:17:20.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-12T19:17:20.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.306s coverage: 80.0% of statements [2022-04-12T19:17:20.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.256s coverage: 87.2% of statements [2022-04-12T19:17:20.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.263s coverage: 85.4% of statements [2022-04-12T19:17:20.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.750s coverage: 91.2% of statements [2022-04-12T19:17:20.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-12T19:17:22.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.893s coverage: 64.4% of statements [2022-04-12T19:17:22.312Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-12T19:17:22.312Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-12T19:17:22.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.232s coverage: 100.0% of statements [2022-04-12T19:17:22.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 89.4% of statements [2022-04-12T19:17:22.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2022-04-12T19:17:22.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.121s coverage: 73.7% of statements [2022-04-12T19:17:22.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.098s coverage: 100.0% of statements [2022-04-12T19:17:29.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.340s coverage: 65.4% of statements [2022-04-12T19:17:29.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-12T19:17:29.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-12T19:17:29.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-12T19:17:31.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.725s coverage: 43.8% of statements [2022-04-12T19:17:31.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-12T19:17:31.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-12T19:17:31.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.276s coverage: 89.5% of statements [2022-04-12T19:17:31.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-12T19:17:31.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.250s coverage: 84.8% of statements [2022-04-12T19:17:31.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-12T19:17:31.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-12T19:17:31.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-12T19:17:31.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-12T19:17:39.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.368s coverage: 17.7% of statements [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-12T19:17:39.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.665s coverage: 92.3% of statements [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-12T19:17:39.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.256s coverage: 63.2% of statements [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-12T19:17:39.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.475s coverage: 97.7% of statements [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-12T19:17:39.385Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.195s coverage: 28.9% of statements [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-12T19:17:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-12T19:17:39.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.201s coverage: 100.0% of statements [2022-04-12T19:17:39.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.082s coverage: 96.9% of statements [2022-04-12T19:17:39.386Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-04-12T19:17:39.386Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-12T19:17:39.386Z] GO111MODULE=on go vet ./... [2022-04-12T19:17:58.656Z] Building bin/spire-agent... [2022-04-12T19:17:58.656Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-12T19:17:58.656Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-12T19:17:58.656Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-12T19:17:58.656Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-12T19:17:58.656Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-12T19:17:58.656Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-12T19:17:58.656Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-12T19:17:58.656Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-12T19:17:58.656Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-12T19:17:58.656Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-12T19:17:58.656Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-12T19:17:58.656Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-12T19:17:58.656Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-12T19:18:54.904Z] Removing intermediate container 5848975a1db1 [2022-04-12T19:18:54.904Z] ---> f522aa6433bb [2022-04-12T19:18:54.904Z] [2022-04-12T19:18:54.904Z] Step 13/26 : FROM alpine:3.15 [2022-04-12T19:18:54.904Z] ---> 0ac33e5f5afa [2022-04-12T19:18:54.904Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T19:18:54.904Z] ---> Using cache [2022-04-12T19:18:54.904Z] ---> c6d301b0567b [2022-04-12T19:18:54.904Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:18:54.904Z] ---> Using cache [2022-04-12T19:18:54.904Z] ---> 23f8ff388d1f [2022-04-12T19:18:54.904Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-12T19:18:54.904Z] ---> Using cache [2022-04-12T19:18:54.904Z] ---> ae36f2cd9871 [2022-04-12T19:18:54.904Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-12T19:18:54.904Z] ---> 7a2abe364338 [2022-04-12T19:18:54.904Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-12T19:18:54.904Z] ---> 09e065a01466 [2022-04-12T19:18:54.904Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-12T19:18:54.904Z] ---> 086cbe2cf58b [2022-04-12T19:18:54.904Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-12T19:18:54.904Z] ---> a07a4e8507cf [2022-04-12T19:18:54.904Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-12T19:18:54.904Z] ---> 99887415616d [2022-04-12T19:18:54.904Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-12T19:18:54.904Z] ---> Running in acdedf162de8 [2022-04-12T19:18:54.904Z] Removing intermediate container acdedf162de8 [2022-04-12T19:18:54.904Z] ---> e5e761d3e4a8 [2022-04-12T19:18:54.904Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-12T19:18:54.904Z] ---> Running in 3cfd8d966dd3 [2022-04-12T19:18:54.904Z] Removing intermediate container 3cfd8d966dd3 [2022-04-12T19:18:54.904Z] ---> bce47cf6dfd9 [2022-04-12T19:18:54.904Z] Step 24/26 : LABEL arch=x86_64 [2022-04-12T19:18:54.904Z] ---> Running in 3657c0b82c82 [2022-04-12T19:18:54.904Z] Removing intermediate container 3657c0b82c82 [2022-04-12T19:18:54.904Z] ---> edcae01cc6c0 [2022-04-12T19:18:54.904Z] Step 25/26 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:18:54.904Z] ---> Running in 84b89a5a173c [2022-04-12T19:18:54.904Z] Removing intermediate container 84b89a5a173c [2022-04-12T19:18:54.904Z] ---> 483537100c05 [2022-04-12T19:18:54.904Z] Step 26/26 : LABEL version=0.0.0 [2022-04-12T19:18:54.904Z] ---> Running in b54818f9a2c5 [2022-04-12T19:18:54.904Z] Removing intermediate container b54818f9a2c5 [2022-04-12T19:18:54.904Z] ---> 8089356633d9 [2022-04-12T19:18:54.904Z] [2022-04-12T19:18:54.904Z] Successfully built 8089356633d9 [2022-04-12T19:18:54.904Z] Successfully tagged security-spire-agent:latest [2022-04-12T19:18:54.912Z]  Building security-spire-agent ... done  [Pipeline] } [2022-04-12T19:18:54.946Z] $ docker stop --time=1 ade69cfc7abb4c291df9a2484debbba189504d4de9f644936d820903d8f47567 [2022-04-12T19:18:56.245Z] $ docker rm -f ade69cfc7abb4c291df9a2484debbba189504d4de9f644936d820903d8f47567 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-12T19:18:56.661Z] + docker images [2022-04-12T19:18:56.661Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-12T19:18:56.661Z] security-spire-agent latest 8089356633d9 6 seconds ago 127MB [2022-04-12T19:18:56.661Z] f522aa6433bb 19 seconds ago 4.5GB [2022-04-12T19:18:56.661Z] security-spire-config latest 5844d2a04b5f 2 minutes ago 86.7MB [2022-04-12T19:18:56.661Z] security-spire-server latest 1e3484ecb9c3 2 minutes ago 87.3MB [2022-04-12T19:18:56.661Z] e218973d2720 2 minutes ago 4.5GB [2022-04-12T19:18:56.661Z] sys-mgmt-agent latest 07224ddf2a5f 2 minutes ago 307MB [2022-04-12T19:18:56.661Z] eede16adb999 2 minutes ago 4.5GB [2022-04-12T19:18:56.661Z] security-secretstore-setup latest 17d02875b395 2 minutes ago 42.1MB [2022-04-12T19:18:56.661Z] security-spiffe-token-provider latest cce9abda0b20 2 minutes ago 28.5MB [2022-04-12T19:18:56.661Z] 6ef5856a5383 3 minutes ago 1.63GB [2022-04-12T19:18:56.661Z] 0f8c67028e21 3 minutes ago 1.62GB [2022-04-12T19:18:56.661Z] 2ffc95bc7f3c 3 minutes ago 1.61GB [2022-04-12T19:18:56.661Z] core-metadata latest 5ef383798e63 3 minutes ago 26.2MB [2022-04-12T19:18:56.661Z] 49772c17798d 4 minutes ago 1.62GB [2022-04-12T19:18:56.661Z] core-data latest 5b6e3e4fce28 4 minutes ago 35.9MB [2022-04-12T19:18:56.662Z] security-bootstrapper latest a96e835a2b39 4 minutes ago 24.3MB [2022-04-12T19:18:56.662Z] ce5dfe1d5614 4 minutes ago 1.65GB [2022-04-12T19:18:56.662Z] core-command latest 27134c461ca6 4 minutes ago 24.5MB [2022-04-12T19:18:56.662Z] b6c686a6fa53 4 minutes ago 1.61GB [2022-04-12T19:18:56.662Z] 45d16b55f25b 4 minutes ago 1.61GB [2022-04-12T19:18:56.662Z] security-proxy-setup latest 480a52873de2 5 minutes ago 43.4MB [2022-04-12T19:18:56.662Z] support-scheduler latest abb8566f24f1 5 minutes ago 26MB [2022-04-12T19:18:56.662Z] support-notifications latest 1107c4634158 5 minutes ago 26.6MB [2022-04-12T19:18:56.662Z] 0efdb3c0b739 5 minutes ago 1.62GB [2022-04-12T19:18:56.662Z] fa025c9a1d74 5 minutes ago 1.63GB [2022-04-12T19:18:56.662Z] 0ce361df6259 5 minutes ago 1.62GB [2022-04-12T19:18:56.662Z] ci-base-image-x86_64 latest 24a8cc8c5b72 9 minutes ago 896MB [2022-04-12T19:18:56.662Z] docker 20.10.14 7417809fdb73 7 days ago 218MB [2022-04-12T19:18:56.662Z] alpine 3.14 e04c818066af 7 days ago 5.59MB [2022-04-12T19:18:56.662Z] alpine 3.15 0ac33e5f5afa 7 days ago 5.57MB [2022-04-12T19:18:56.662Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB [2022-04-12T19:18:56.662Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB [2022-04-12T19:18:56.662Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 21 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-12T19:19:16.264Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-12T19:19:17.246Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-12T19:19:18.682Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-12T19:19:22.124Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-12T19:19:22.798Z] + ls -al . [2022-04-12T19:19:22.798Z] total 664 [2022-04-12T19:19:22.798Z] drwxrwxr-x 9 1001 1001 4096 Apr 12 19:19 . [2022-04-12T19:19:22.798Z] drwxr-xr-x 4 root root 4096 Apr 12 19:13 .. [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 11 Apr 12 19:11 .dockerignore [2022-04-12T19:19:22.798Z] drwxrwxr-x 8 1001 1001 4096 Apr 12 19:12 .git [2022-04-12T19:19:22.798Z] drwxrwxr-x 3 1001 1001 4096 Apr 12 19:11 .github [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 879 Apr 12 19:11 .gitignore [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 42 Apr 12 19:11 .golangci.yml [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 87 Apr 12 19:11 .hadolint.yml [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 166 Apr 12 19:11 .sonarcloud.properties [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 1171 Apr 12 19:11 ADOPTERS.md [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 9953 Apr 12 19:11 Attribution.txt [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 51732 Apr 12 19:11 CHANGELOG.md [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 3804 Apr 12 19:11 CONTRIBUTING.md [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 677 Apr 12 19:11 GOVERNANCE.md [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 850 Apr 12 19:11 Jenkinsfile [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 10775 Apr 12 19:11 LICENSE [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 8478 Apr 12 19:11 Makefile [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 582 Apr 12 19:11 OWNERS.md [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 8207 Apr 12 19:11 README.md [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 6912 Apr 12 19:11 SECURITY.md [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 5 Apr 12 19:08 VERSION [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 4131 Apr 12 19:11 ZMQWindows.md [2022-04-12T19:19:22.798Z] drwxrwxr-x 2 1001 1001 4096 Apr 12 19:11 bin [2022-04-12T19:19:22.798Z] drwxrwxr-x 18 1001 1001 4096 Apr 12 19:11 cmd [2022-04-12T19:19:22.798Z] -rw-r--r-- 1 root root 432619 Apr 12 19:17 coverage.out [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 3175 Apr 12 19:11 go.mod [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 34990 Apr 12 19:13 go.sum [2022-04-12T19:19:22.798Z] drwxrwxr-x 8 1001 1001 4096 Apr 12 19:11 internal [2022-04-12T19:19:22.798Z] drwxrwxr-x 3 1001 1001 4096 Apr 12 19:11 openapi [2022-04-12T19:19:22.798Z] drwxrwxr-x 4 1001 1001 4096 Apr 12 19:11 snap [2022-04-12T19:19:22.798Z] -rw-rw-r-- 1 1001 1001 204 Apr 12 19:11 version.go [Pipeline] sh [2022-04-12T19:19:23.473Z] + '[' -e coverage.out ] [2022-04-12T19:19:23.473Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-12T19:19:23.508Z] Warning: overwriting stash ‘coverage-report’ [2022-04-12T19:19:24.301Z] Stashed 1 file(s) [Pipeline] sh [2022-04-12T19:19:24.977Z] + make build [2022-04-12T19:19:24.977Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-12T19:21:16.877Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-12T19:22:38.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-12T19:22:38.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-12T19:22:43.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-12T19:22:44.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-12T19:22:49.440Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-12T19:22:54.853Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-12T19:23:00.267Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-12T19:23:07.087Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-12T19:23:11.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-12T19:23:16.952Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-12T19:23:25.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-12T19:23:30.686Z] $ docker stop --time=1 615ffb09200010b67340738444ebc34608e2d18dc7591326ef6ca4112c2e33c0 [2022-04-12T19:23:32.721Z] $ docker rm -f 615ffb09200010b67340738444ebc34608e2d18dc7591326ef6ca4112c2e33c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T19:23:35.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-12T19:23:35.125Z] [2022-04-12T19:23:35.125Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T19:23:35.498Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-12T19:23:35.770Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-04-12T19:23:35.770Z] 29e5d40040c1: Pulling fs layer [2022-04-12T19:23:35.770Z] 1ce36da41761: Pulling fs layer [2022-04-12T19:23:35.770Z] 25b303627fd3: Pulling fs layer [2022-04-12T19:23:35.770Z] 29e5d40040c1: Verifying Checksum [2022-04-12T19:23:35.770Z] 29e5d40040c1: Download complete [2022-04-12T19:23:36.042Z] 1ce36da41761: Verifying Checksum [2022-04-12T19:23:36.042Z] 1ce36da41761: Download complete [2022-04-12T19:23:36.638Z] 29e5d40040c1: Pull complete [2022-04-12T19:23:37.621Z] 25b303627fd3: Verifying Checksum [2022-04-12T19:23:37.621Z] 1ce36da41761: Pull complete [2022-04-12T19:23:50.031Z] 25b303627fd3: Pull complete [2022-04-12T19:23:50.032Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-04-12T19:23:50.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-12T19:23:50.032Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-04-12T19:23:50.284Z] prd-ubuntu20.04-docker-arm64-4c-16g-20713 does not seem to be running inside a container [2022-04-12T19:23:50.367Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-12T19:23:52.640Z] $ docker top e375b1ff04c9b5e95e4d1ec861259893681ff07f4e99b4d995e61e97811664a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T19:23:53.602Z] + docker-compose build --help [2022-04-12T19:23:53.602Z] + grep parallel [2022-04-12T19:23:57.898Z] --parallel Build images in parallel. [Pipeline] } [2022-04-12T19:23:57.938Z] $ docker stop --time=1 e375b1ff04c9b5e95e4d1ec861259893681ff07f4e99b4d995e61e97811664a1 [2022-04-12T19:23:59.575Z] $ docker rm -f e375b1ff04c9b5e95e4d1ec861259893681ff07f4e99b4d995e61e97811664a1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T19:24:00.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-12T19:24:00.327Z] . [Pipeline] withDockerContainer [2022-04-12T19:24:00.569Z] prd-ubuntu20.04-docker-arm64-4c-16g-20713 does not seem to be running inside a container [2022-04-12T19:24:00.656Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-12T19:24:01.917Z] $ docker top 6b86bf8cc851115b2a5cfdd1c3bb56c166a2bdf3315085f814a91e0edaf17eaa -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T19:24:02.885Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-12T19:24:07.184Z] Building core-command ... [2022-04-12T19:24:07.185Z] Building core-data ... [2022-04-12T19:24:07.185Z] Building core-metadata ... [2022-04-12T19:24:07.185Z] Building security-bootstrapper ... [2022-04-12T19:24:07.185Z] Building security-proxy-setup ... [2022-04-12T19:24:07.185Z] Building security-secretstore-setup ... [2022-04-12T19:24:07.185Z] Building security-spiffe-token-provider ... [2022-04-12T19:24:07.185Z] Building security-spire-agent ... [2022-04-12T19:24:07.185Z] Building security-spire-config ... [2022-04-12T19:24:07.185Z] Building security-spire-server ... [2022-04-12T19:24:07.185Z] Building support-notifications ... [2022-04-12T19:24:07.185Z] Building support-scheduler ... [2022-04-12T19:24:07.185Z] Building sys-mgmt-agent ... [2022-04-12T19:24:07.185Z] Building security-spire-config [2022-04-12T19:24:07.185Z] Building security-secretstore-setup [2022-04-12T19:24:07.185Z] Building security-spire-server [2022-04-12T19:24:07.185Z] Building core-data [2022-04-12T19:24:07.185Z] Building security-bootstrapper [2022-04-12T19:25:59.020Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:25:59.020Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:25:59.020Z] ---> 20f895ed6171 [2022-04-12T19:25:59.020Z] Step 3/31 : WORKDIR /edgex-go [2022-04-12T19:25:59.020Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:25:59.020Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:25:59.020Z] ---> 20f895ed6171 [2022-04-12T19:25:59.020Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T19:25:59.020Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:25:59.020Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:25:59.020Z] ---> 20f895ed6171 [2022-04-12T19:25:59.020Z] Step 3/25 : WORKDIR /edgex-go [2022-04-12T19:25:59.020Z] ---> Running in 4366289e9e8e [2022-04-12T19:25:59.020Z] ---> Running in 01b1a3b002ac [2022-04-12T19:25:59.020Z] ---> Running in 4948a787f978 [2022-04-12T19:25:59.020Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:25:59.020Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:25:59.020Z] ---> 20f895ed6171 [2022-04-12T19:25:59.020Z] Step 3/26 : WORKDIR /edgex-go [2022-04-12T19:25:59.020Z] ---> Running in 69b757ac45c4 [2022-04-12T19:25:59.020Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:25:59.020Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:25:59.020Z] ---> 20f895ed6171 [2022-04-12T19:25:59.020Z] Step 3/25 : WORKDIR /edgex-go [2022-04-12T19:25:59.020Z] ---> Running in 8f67587277c0 [2022-04-12T19:25:59.020Z] Removing intermediate container 8f67587277c0 [2022-04-12T19:25:59.020Z] ---> d9a93adeaa6c [2022-04-12T19:25:59.020Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:25:59.020Z] Removing intermediate container 4948a787f978 [2022-04-12T19:25:59.020Z] ---> aca1981300fa [2022-04-12T19:25:59.020Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:25:59.020Z] ---> Running in ae84ef8dab03 [2022-04-12T19:25:59.020Z] Removing intermediate container 01b1a3b002ac [2022-04-12T19:25:59.020Z] ---> 55cdca5f7e12 [2022-04-12T19:25:59.020Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:25:59.020Z] Removing intermediate container 69b757ac45c4 [2022-04-12T19:25:59.020Z] ---> a45706693775 [2022-04-12T19:25:59.020Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:25:59.020Z] Removing intermediate container 4366289e9e8e [2022-04-12T19:25:59.020Z] ---> 5e0c97c0ea63 [2022-04-12T19:25:59.020Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:25:59.020Z] ---> Running in 27b03b2095b7 [2022-04-12T19:25:59.020Z] ---> Running in 116620ebacc8 [2022-04-12T19:25:59.020Z] ---> Running in b179b8457602 [2022-04-12T19:25:59.020Z] ---> Running in 0d683f85fb78 [2022-04-12T19:25:59.020Z] Removing intermediate container ae84ef8dab03 [2022-04-12T19:25:59.020Z] ---> 40eb46dfb0e0 [2022-04-12T19:25:59.020Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-12T19:25:59.020Z] ---> Running in 5f5ed8eb5db0 [2022-04-12T19:25:59.020Z] Removing intermediate container 116620ebacc8 [2022-04-12T19:25:59.020Z] ---> 4dc273f42344 [2022-04-12T19:25:59.020Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-12T19:25:59.020Z] ---> Running in efc295d20f21 [2022-04-12T19:25:59.020Z] Removing intermediate container 0d683f85fb78 [2022-04-12T19:25:59.020Z] ---> 8ffc7273b158 [2022-04-12T19:25:59.020Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-12T19:25:59.020Z] ---> Running in eb24ea1e4f52 [2022-04-12T19:25:59.020Z] Removing intermediate container 27b03b2095b7 [2022-04-12T19:25:59.020Z] ---> 23126d19267c [2022-04-12T19:25:59.020Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-12T19:25:59.020Z] Removing intermediate container b179b8457602 [2022-04-12T19:25:59.020Z] ---> 7f7e5586fe1a [2022-04-12T19:25:59.020Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-12T19:25:59.020Z] ---> Running in 0e7c79eed541 [2022-04-12T19:25:59.020Z] ---> Running in 907955ae8a49 [2022-04-12T19:25:59.020Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:25:59.020Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:25:59.020Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:25:59.020Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:25:59.020Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:25:59.020Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:25:59.020Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:25:59.020Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:25:59.020Z] OK: 220 MiB in 52 packages [2022-04-12T19:25:59.020Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:25:59.020Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:25:59.020Z] OK: 220 MiB in 52 packages [2022-04-12T19:25:59.020Z] OK: 220 MiB in 52 packages [2022-04-12T19:25:59.020Z] Removing intermediate container 5f5ed8eb5db0 [2022-04-12T19:25:59.020Z] ---> 25f72d6f6d24 [2022-04-12T19:25:59.020Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-12T19:25:59.020Z] OK: 220 MiB in 52 packages [2022-04-12T19:25:59.020Z] OK: 220 MiB in 52 packages [2022-04-12T19:25:59.020Z] Removing intermediate container efc295d20f21 [2022-04-12T19:25:59.020Z] ---> 699d5bf42774 [2022-04-12T19:25:59.020Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-12T19:25:59.020Z] Removing intermediate container eb24ea1e4f52 [2022-04-12T19:25:59.020Z] ---> cdeec652997d [2022-04-12T19:25:59.020Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T19:25:59.020Z] ---> 16fb0ea7acab [2022-04-12T19:25:59.020Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:25:59.020Z] Removing intermediate container 0e7c79eed541 [2022-04-12T19:25:59.020Z] ---> bee88dd1b32f [2022-04-12T19:25:59.020Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-12T19:25:59.020Z] ---> Running in cf09e62de308 [2022-04-12T19:25:59.020Z] Removing intermediate container 907955ae8a49 [2022-04-12T19:25:59.020Z] ---> 249a415f8294 [2022-04-12T19:25:59.020Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-12T19:25:59.300Z] ---> 0cfe22bc0c9f [2022-04-12T19:25:59.300Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:25:59.300Z] ---> 398cf2bf4138 [2022-04-12T19:25:59.300Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:25:59.300Z] ---> Running in c0052258b8e5 [2022-04-12T19:25:59.577Z] ---> Running in b9953672784e [2022-04-12T19:25:59.856Z] ---> a2ffe6b1880b [2022-04-12T19:25:59.856Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:25:59.856Z] ---> Running in ec8f8ed975af [2022-04-12T19:26:00.475Z] ---> 0456bcccdcb6 [2022-04-12T19:26:00.475Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:26:00.756Z] ---> Running in 45967c080900 [2022-04-12T19:26:03.398Z] Removing intermediate container cf09e62de308 [2022-04-12T19:26:03.398Z] ---> 0e219b01ea1f [2022-04-12T19:26:03.398Z] Step 8/25 : COPY . . [2022-04-12T19:26:06.038Z] Removing intermediate container c0052258b8e5 [2022-04-12T19:26:06.038Z] ---> 7f3331d87817 [2022-04-12T19:26:06.038Z] Step 8/31 : COPY . . [2022-04-12T19:26:06.038Z] Removing intermediate container b9953672784e [2022-04-12T19:26:06.038Z] ---> 6d1b87df1a19 [2022-04-12T19:26:06.038Z] Step 8/23 : COPY . . [2022-04-12T19:26:06.038Z] Removing intermediate container ec8f8ed975af [2022-04-12T19:26:06.038Z] ---> f9156f7f1dcf [2022-04-12T19:26:06.038Z] Step 8/25 : COPY . . [2022-04-12T19:26:06.318Z] Removing intermediate container 45967c080900 [2022-04-12T19:26:06.318Z] ---> 0cf087ea8018 [2022-04-12T19:26:06.318Z] Step 8/26 : COPY . . [2022-04-12T19:26:38.700Z] ---> 5181599cdfcb [2022-04-12T19:26:38.700Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-12T19:26:38.700Z] ---> 793b64a9ecdd [2022-04-12T19:26:38.700Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-12T19:26:38.700Z] ---> Running in 06f0b2e626c6 [2022-04-12T19:26:38.700Z] ---> Running in 8ca554459968 [2022-04-12T19:26:38.700Z] ---> 61dcff1289ec [2022-04-12T19:26:38.700Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-12T19:26:38.700Z] ---> Running in 69c35c45020c [2022-04-12T19:26:38.700Z] ---> a886021f0b25 [2022-04-12T19:26:38.700Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-12T19:26:38.700Z] ---> Running in a2762e432420 [2022-04-12T19:26:38.700Z] ---> 6b1458ad6f25 [2022-04-12T19:26:38.700Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-12T19:26:38.700Z] ---> Running in 3377952e0060 [2022-04-12T19:26:38.700Z] Removing intermediate container 69c35c45020c [2022-04-12T19:26:38.700Z] ---> e57d7d35fc47 [2022-04-12T19:26:38.700Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-12T19:26:38.700Z] ---> Running in 2e8fb6a3ce95 [2022-04-12T19:26:38.975Z] Removing intermediate container 3377952e0060 [2022-04-12T19:26:38.975Z] ---> 9207c79b2ba0 [2022-04-12T19:26:38.975Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-12T19:26:39.252Z] ---> Running in 14b9987f43e1 [2022-04-12T19:26:39.854Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-12T19:26:39.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-12T19:26:40.132Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-12T19:26:42.127Z] Removing intermediate container 2e8fb6a3ce95 [2022-04-12T19:26:42.127Z] ---> eecd190ff040 [2022-04-12T19:26:42.127Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-12T19:26:42.411Z] ---> Running in 4f351053eb15 [2022-04-12T19:26:42.411Z] Removing intermediate container 14b9987f43e1 [2022-04-12T19:26:42.411Z] ---> 643faa90e918 [2022-04-12T19:26:42.411Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-12T19:26:42.689Z] ---> Running in 9a7e92fb7541 [2022-04-12T19:26:42.974Z] Removing intermediate container 4f351053eb15 [2022-04-12T19:26:42.974Z] ---> ea8dd03e445b [2022-04-12T19:26:42.974Z] Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-12T19:26:43.248Z] ---> Running in 634e6cb9a274 [2022-04-12T19:26:43.524Z] Removing intermediate container 9a7e92fb7541 [2022-04-12T19:26:43.524Z] ---> 920988cf21a3 [2022-04-12T19:26:43.524Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-12T19:26:43.803Z] ---> Running in 4c23e3303408 [2022-04-12T19:26:46.453Z] spire-1.2.1/ [2022-04-12T19:26:46.453Z] spire-1.2.1/.data/ [2022-04-12T19:26:46.453Z] spire-1.2.1/.data/.file [2022-04-12T19:26:46.453Z] spire-1.2.1/.dockerignore [2022-04-12T19:26:46.453Z] spire-1.2.1/.gitattributes [2022-04-12T19:26:46.453Z] spire-1.2.1/.githooks/ [2022-04-12T19:26:46.453Z] spire-1.2.1/.githooks/pre-commit [2022-04-12T19:26:46.453Z] spire-1.2.1/.github/ [2022-04-12T19:26:46.453Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-12T19:26:46.453Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-12T19:26:46.453Z] spire-1.2.1/.github/dependabot.yml [2022-04-12T19:26:46.453Z] spire-1.2.1/.github/workflows/ [2022-04-12T19:26:46.453Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-12T19:26:46.453Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-12T19:26:46.453Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-12T19:26:46.453Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-12T19:26:46.453Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-12T19:26:46.453Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-12T19:26:46.453Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-12T19:26:46.453Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-12T19:26:46.453Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-12T19:26:46.453Z] spire-1.2.1/.gitignore [2022-04-12T19:26:46.453Z] spire-1.2.1/.go-version [2022-04-12T19:26:46.453Z] spire-1.2.1/.golangci.yml [2022-04-12T19:26:46.453Z] spire-1.2.1/ADOPTERS.md [2022-04-12T19:26:46.453Z] spire-1.2.1/CHANGELOG.md [2022-04-12T19:26:46.453Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-12T19:26:46.453Z] spire-1.2.1/CODEOWNERS [2022-04-12T19:26:46.453Z] spire-1.2.1/CONTRIBUTING.md [2022-04-12T19:26:46.453Z] spire-1.2.1/Dockerfile [2022-04-12T19:26:46.453Z] spire-1.2.1/Dockerfile.devspire-1.2.1/ [2022-04-12T19:26:46.453Z] [2022-04-12T19:26:46.453Z] spire-1.2.1/Dockerfile.scratch [2022-04-12T19:26:46.453Z] spire-1.2.1/LICENSE [2022-04-12T19:26:46.453Z] spire-1.2.1/MAINTAINERS.md [2022-04-12T19:26:46.453Z] spire-1.2.1/Makefile [2022-04-12T19:26:46.453Z] spire-1.2.1/README.md [2022-04-12T19:26:46.454Z] spire-1.2.1/ROADMAP.md [2022-04-12T19:26:46.454Z] spire-1.2.1/SECURITY.md [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/federation/list.gospire-1.2.1/.data/ [2022-04-12T19:26:46.454Z] spire-1.2.1/.data/.file [2022-04-12T19:26:46.454Z] spire-1.2.1/.dockerignore [2022-04-12T19:26:46.454Z] spire-1.2.1/.gitattributes [2022-04-12T19:26:46.454Z] spire-1.2.1/.githooks/ [2022-04-12T19:26:46.454Z] spire-1.2.1/.githooks/pre-commit [2022-04-12T19:26:46.454Z] spire-1.2.1/.github/ [2022-04-12T19:26:46.454Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-12T19:26:46.454Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-12T19:26:46.454Z] spire-1.2.1/.github/dependabot.yml [2022-04-12T19:26:46.454Z] spire-1.2.1/.github/workflows/ [2022-04-12T19:26:46.454Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-12T19:26:46.454Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-12T19:26:46.454Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-12T19:26:46.454Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-12T19:26:46.454Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-12T19:26:46.454Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-12T19:26:46.454Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-12T19:26:46.454Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-12T19:26:46.454Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-12T19:26:46.454Z] spire-1.2.1/.gitignore [2022-04-12T19:26:46.454Z] spire-1.2.1/.go-version [2022-04-12T19:26:46.454Z] spire-1.2.1/.golangci.yml [2022-04-12T19:26:46.454Z] spire-1.2.1/ADOPTERS.md [2022-04-12T19:26:46.454Z] spire-1.2.1/CHANGELOG.md [2022-04-12T19:26:46.454Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-12T19:26:46.454Z] spire-1.2.1/CODEOWNERS [2022-04-12T19:26:46.454Z] spire-1.2.1/CONTRIBUTING.md [2022-04-12T19:26:46.454Z] spire-1.2.1/Dockerfile [2022-04-12T19:26:46.454Z] spire-1.2.1/Dockerfile.dev [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-12T19:26:46.454Z] spire-1.2.1/Dockerfile.scratch [2022-04-12T19:26:46.454Z] spire-1.2.1/LICENSE [2022-04-12T19:26:46.454Z] spire-1.2.1/MAINTAINERS.md [2022-04-12T19:26:46.454Z] spire-1.2.1/Makefile [2022-04-12T19:26:46.454Z] spire-1.2.1/README.md [2022-04-12T19:26:46.454Z] spire-1.2.1/ROADMAP.md [2022-04-12T19:26:46.454Z] spire-1.2.1/SECURITY.md [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-12T19:26:46.454Z] spire-1.2.1/conf/ [2022-04-12T19:26:46.454Z] spire-1.2.1/conf/agent/ [2022-04-12T19:26:46.454Z] spire-1.2.1/conf/agent/agent.conf [2022-04-12T19:26:46.454Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-12T19:26:46.454Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-12T19:26:46.454Z] spire-1.2.1/conf/server/ [2022-04-12T19:26:46.454Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-12T19:26:46.454Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-12T19:26:46.454Z] spire-1.2.1/conf/server/server.conf [2022-04-12T19:26:46.454Z] spire-1.2.1/conf/server/server_full.conf [2022-04-12T19:26:46.454Z] spire-1.2.1/doc/ [2022-04-12T19:26:46.454Z] spire-1.2.1/doc/SPIRE101.md [2022-04-12T19:26:46.454Z] spire-1.2.1/doc/auditlog.md [2022-04-12T19:26:46.454Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-12T19:26:46.454Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-12T19:26:46.454Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-12T19:26:46.454Z] spire-1.2.1/doc/images/ [2022-04-12T19:26:46.454Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-12T19:26:46.454Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-12T19:26:46.454Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-12T19:26:46.454Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-12T19:26:46.454Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-12T19:26:46.732Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-12T19:26:46.732Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-12T19:26:46.732Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/scaling_spire.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/spire_agent.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/spire_server.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/supported_integrations.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/telemetry.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/telemetry_config.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/upgrading.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/using_spire.md [2022-04-12T19:26:46.733Z] spire-1.2.1/examples/ [2022-04-12T19:26:46.733Z] spire-1.2.1/examples/README.md [2022-04-12T19:26:46.733Z] spire-1.2.1/go.mod [2022-04-12T19:26:46.733Z] spire-1.2.1/go.sum [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/agent.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/client/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/common/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/config.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-12T19:26:46.733Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-12T19:26:46.733Z] spire-1.2.1/conf/ [2022-04-12T19:26:46.733Z] spire-1.2.1/conf/agent/ [2022-04-12T19:26:46.733Z] spire-1.2.1/conf/agent/agent.conf [2022-04-12T19:26:46.733Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-12T19:26:46.733Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-12T19:26:46.733Z] spire-1.2.1/conf/server/ [2022-04-12T19:26:46.733Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-12T19:26:46.733Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-12T19:26:46.733Z] spire-1.2.1/conf/server/server.conf [2022-04-12T19:26:46.733Z] spire-1.2.1/conf/server/server_full.conf [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/ [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/SPIRE101.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/auditlog.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/images/ [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-12T19:26:46.733Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-12T19:26:46.733Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/svid/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/common/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/common/api/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/scaling_spire.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/spire_agent.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/spire_server.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/supported_integrations.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/telemetry.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/telemetry_config.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/upgrading.md [2022-04-12T19:26:46.734Z] spire-1.2.1/doc/using_spire.md [2022-04-12T19:26:46.734Z] spire-1.2.1/examples/ [2022-04-12T19:26:46.734Z] spire-1.2.1/examples/README.md [2022-04-12T19:26:46.734Z] spire-1.2.1/go.mod [2022-04-12T19:26:46.734Z] spire-1.2.1/go.sum [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/agent.go [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/api/ [2022-04-12T19:26:46.734Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/names.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/auth/ [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-12T19:26:46.735Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/catalog/ [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-12T19:26:47.011Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cli/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/client/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/common/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/config.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/health/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/health/config.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/health/context.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/health/health.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/idutil/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/log/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/log/log.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/log/options.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-12T19:26:47.012Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/profiling/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/selector/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-12T19:26:47.013Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/agent/svid/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/uptime/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/names.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/auth/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-12T19:26:47.014Z] [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/util/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/util/task.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/version/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/version/version.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/x509util/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/x509util/dns_test.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/catalog/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/api.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-12T19:26:47.014Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cli/ [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/health/ [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/id.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-12T19:26:47.291Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-12T19:26:47.292Z] [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/status.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/trustdomain/v1/spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/bundle/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/ca/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/health/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/health/config.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/health/context.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/health/health.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/cache/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/catalog/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-12T19:26:47.292Z] [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/idutil/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/log/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/log/log.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/log/options.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/conn.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/config.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-12T19:26:47.292Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/profiling/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/selector/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/uptime/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-12T19:26:47.293Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/util/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/util/task.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/version/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/version/version.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/x509util/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-12T19:26:47.294Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/api.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/health/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/id.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-12T19:26:47.571Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/registration/ [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/server.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/server_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/svid/ [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/ [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/private/ [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/private/server/ [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/private/server/journal/ [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/status.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/ [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/common/ [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/plugin/ [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-12T19:26:47.572Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-12T19:26:47.572Z] spire-1.2.1/release/ [2022-04-12T19:26:47.572Z] spire-1.2.1/release/spire-extras/ [2022-04-12T19:26:47.572Z] spire-1.2.1/release/spire-extras/README.md [2022-04-12T19:26:47.572Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-12T19:26:47.572Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-12T19:26:47.572Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-12T19:26:47.572Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-12T19:26:47.572Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-12T19:26:47.572Z] spire-1.2.1/release/spire/ [2022-04-12T19:26:47.572Z] spire-1.2.1/release/spire/README.md [2022-04-12T19:26:47.572Z] spire-1.2.1/release/spire/conf/ [2022-04-12T19:26:47.572Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-12T19:26:47.572Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-12T19:26:47.572Z] spire-1.2.1/release/spire/conf/server/ [2022-04-12T19:26:47.572Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-12T19:26:47.572Z] spire-1.2.1/script/ [2022-04-12T19:26:47.572Z] spire-1.2.1/script/build-artifact.sh [2022-04-12T19:26:47.572Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-12T19:26:47.572Z] spire-1.2.1/support/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/bundle/ [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/ca/ [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/cache/ [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/catalog/ [2022-04-12T19:26:47.572Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-12T19:26:47.572Z] [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-12T19:26:47.572Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-12T19:26:47.572Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-12T19:26:47.572Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-12T19:26:47.573Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-12T19:26:47.573Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-12T19:26:47.573Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-12T19:26:47.573Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-12T19:26:47.573Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-12T19:26:47.573Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-12T19:26:47.573Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-12T19:26:47.573Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-12T19:26:47.573Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-12T19:26:47.573Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/clock/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/clock/clock.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/config.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/ [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/fixture.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/registration/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-12T19:26:47.573Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/README.md [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-12T19:26:47.573Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/common [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/suites/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-12T19:26:47.573Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/ [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-12T19:26:47.574Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-12T19:26:47.574Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-12T19:26:47.852Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-12T19:26:47.852Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-12T19:26:47.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-12T19:26:47.853Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-12T19:26:47.854Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-12T19:26:47.855Z] [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-testsspire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/test-one.sh [2022-04-12T19:26:47.855Z] spire-1.2.1/test/integration/test.sh [2022-04-12T19:26:47.855Z] spire-1.2.1/test/plugintest/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/plugintest/config.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/plugintest/load.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/plugintest/option.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/spiretest/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-12T19:26:47.855Z] spire-1.2.1/test/spiretest/dir.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/spiretest/logs.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/spiretest/suite.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/spiretest/x509.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/testca/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/testca/ca.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/testkey/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/testkey/generate.sh [2022-04-12T19:26:47.855Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/testkey/keys.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/testkey/new.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/tpmsimulator/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/util/ [2022-04-12T19:26:47.855Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/util/cert_generation.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/util/io_redirection.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/util/race.go [2022-04-12T19:26:47.855Z] spire-1.2.1/test/util/util.go [2022-04-12T19:26:47.855Z] building spire from source... [2022-04-12T19:26:48.133Z] [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/registration/ [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/server.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/server_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/svid/ [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/ [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/private/ [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/private/server/ [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/private/server/journal/ [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/ [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/common/ [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/plugin/ [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-12T19:26:48.133Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-12T19:26:48.133Z] spire-1.2.1/release/ [2022-04-12T19:26:48.133Z] spire-1.2.1/release/spire-extras/ [2022-04-12T19:26:48.133Z] spire-1.2.1/release/spire-extras/README.md [2022-04-12T19:26:48.133Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-12T19:26:48.133Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-12T19:26:48.133Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-12T19:26:48.133Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-12T19:26:48.133Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-12T19:26:48.133Z] spire-1.2.1/release/spire/ [2022-04-12T19:26:48.133Z] spire-1.2.1/release/spire/README.md [2022-04-12T19:26:48.133Z] spire-1.2.1/release/spire/conf/ [2022-04-12T19:26:48.133Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-12T19:26:48.133Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-12T19:26:48.133Z] spire-1.2.1/release/spire/conf/server/ [2022-04-12T19:26:48.133Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-12T19:26:48.133Z] spire-1.2.1/script/ [2022-04-12T19:26:48.133Z] spire-1.2.1/script/build-artifact.sh [2022-04-12T19:26:48.133Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-12T19:26:48.133Z] spire-1.2.1/support/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-12T19:26:48.133Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-12T19:26:48.134Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-12T19:26:48.134Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-12T19:26:48.134Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-12T19:26:48.134Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-12T19:26:48.134Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-12T19:26:48.134Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-12T19:26:48.134Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-12T19:26:48.134Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-12T19:26:48.134Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-12T19:26:48.134Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-12T19:26:48.134Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-12T19:26:48.134Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-12T19:26:48.134Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-12T19:26:48.134Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-12T19:26:48.134Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-12T19:26:48.134Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/clock/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/clock/clock.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/fixture.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/registration/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-12T19:26:48.134Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/README.md [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/common [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-12T19:26:48.134Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-12T19:26:48.410Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/Installing go1.17.7... [2022-04-12T19:26:48.411Z] [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-12T19:26:48.411Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-12T19:26:48.412Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/test-one.sh [2022-04-12T19:26:48.689Z] spire-1.2.1/test/integration/test.sh [2022-04-12T19:26:48.689Z] spire-1.2.1/test/plugintest/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/plugintest/config.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/plugintest/load.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/plugintest/option.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/spiretest/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/spiretest/dir.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/spiretest/logs.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/spiretest/suite.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/spiretest/x509.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/testca/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/testca/ca.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/testkey/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/testkey/generate.sh [2022-04-12T19:26:48.689Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/testkey/keys.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/testkey/new.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/tpmsimulator/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/util/ [2022-04-12T19:26:48.689Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/util/cert_generation.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/util/io_redirection.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/util/race.go [2022-04-12T19:26:48.689Z] spire-1.2.1/test/util/util.go [2022-04-12T19:26:48.689Z] building spire from source... [2022-04-12T19:26:49.299Z] Installing go1.17.7... [2022-04-12T19:27:16.153Z] Building bin/spire-server... [2022-04-12T19:27:16.153Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-12T19:27:16.153Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-12T19:27:16.153Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-12T19:27:16.153Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-12T19:27:16.153Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-12T19:27:16.153Z] Building bin/spire-server... [2022-04-12T19:27:16.153Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-12T19:27:16.153Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-12T19:27:16.153Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-12T19:27:16.153Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-12T19:27:16.154Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-12T19:27:16.154Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-12T19:27:16.154Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-12T19:27:16.154Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-12T19:27:16.430Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-12T19:27:16.706Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-12T19:27:16.984Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-12T19:27:16.984Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-12T19:27:17.263Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-12T19:27:17.540Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-12T19:27:17.540Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-12T19:27:17.540Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-12T19:27:17.822Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-12T19:27:18.097Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-12T19:27:18.097Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-12T19:27:18.097Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-12T19:27:18.097Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-12T19:27:18.374Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-12T19:27:18.374Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-12T19:27:18.374Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-12T19:27:19.823Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-12T19:27:19.823Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-12T19:27:19.823Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-12T19:27:19.823Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-12T19:27:20.103Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-12T19:27:20.103Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-12T19:27:20.389Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-12T19:27:20.389Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-12T19:27:20.389Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-12T19:27:20.664Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-12T19:27:20.942Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-12T19:27:21.546Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-12T19:27:21.546Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-12T19:27:21.546Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-12T19:27:21.827Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-12T19:27:21.827Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-12T19:27:22.817Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-12T19:27:23.096Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-12T19:27:38.226Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-12T19:27:38.226Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-12T19:27:38.226Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-12T19:27:38.226Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-12T19:27:38.226Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-12T19:27:38.226Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-12T19:27:38.226Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-12T19:27:38.226Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-12T19:27:38.226Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-12T19:27:38.226Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-12T19:27:38.226Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-12T19:27:38.226Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-12T19:27:38.504Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-12T19:27:38.504Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-12T19:27:39.106Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-12T19:27:39.384Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-12T19:27:39.384Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-12T19:27:39.384Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-12T19:27:39.988Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-12T19:27:40.265Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-12T19:27:40.265Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-12T19:27:40.540Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-12T19:27:40.540Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-12T19:27:40.540Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-12T19:27:40.816Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-12T19:27:41.812Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-12T19:27:42.088Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-12T19:27:42.365Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-12T19:27:42.365Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-12T19:27:42.643Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-12T19:27:43.247Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-12T19:27:43.524Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-12T19:27:43.524Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-12T19:27:43.524Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-12T19:27:43.800Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-12T19:27:43.800Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-12T19:27:43.800Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-12T19:27:44.076Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-12T19:27:44.076Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-12T19:27:44.076Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-12T19:27:44.076Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-12T19:27:44.353Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-12T19:27:44.353Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-12T19:27:44.630Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-12T19:27:44.630Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-12T19:27:44.906Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-12T19:27:45.183Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-12T19:27:45.183Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-12T19:27:45.183Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-12T19:27:46.627Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-12T19:27:46.627Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-12T19:27:46.627Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-12T19:27:46.627Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-12T19:27:46.627Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-12T19:27:46.904Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-12T19:27:46.904Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-12T19:27:46.904Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-12T19:27:47.181Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-12T19:27:47.466Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-12T19:27:47.466Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-12T19:27:47.466Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-12T19:27:48.081Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-12T19:27:48.081Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-12T19:27:48.081Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-12T19:27:48.358Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-12T19:27:49.369Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-12T19:27:50.358Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-12T19:27:50.358Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-12T19:27:57.093Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-12T19:27:57.093Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-12T19:27:57.093Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-12T19:27:57.093Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-12T19:27:57.093Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-12T19:27:57.093Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-12T19:27:57.093Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-12T19:27:57.093Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-12T19:27:57.093Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-12T19:27:57.372Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-12T19:27:57.372Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-12T19:27:57.651Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-12T19:27:57.927Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-12T19:27:58.204Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-12T19:28:20.421Z] go: downloading google.golang.org/api v0.70.0 [2022-04-12T19:28:20.421Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-12T19:28:20.421Z] go: downloading k8s.io/api v0.23.4 [2022-04-12T19:28:20.421Z] go: downloading google.golang.org/api v0.70.0 [2022-04-12T19:28:20.421Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-12T19:28:20.421Z] go: downloading k8s.io/api v0.23.4 [2022-04-12T19:28:32.923Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-12T19:28:33.216Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-12T19:28:33.216Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-12T19:28:34.280Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-12T19:29:06.725Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-12T19:29:06.725Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-12T19:29:06.725Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-12T19:29:06.725Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-12T19:29:06.725Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-12T19:29:06.725Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-12T19:29:06.725Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-12T19:29:06.725Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-12T19:29:06.725Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-12T19:29:06.725Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-12T19:29:06.725Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-12T19:29:06.725Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-12T19:29:06.725Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-12T19:29:06.725Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-12T19:29:06.725Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-12T19:29:08.172Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-12T19:29:08.172Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-12T19:29:08.172Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-12T19:29:08.172Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-12T19:29:08.446Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-12T19:29:08.721Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-12T19:29:08.997Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-12T19:29:09.278Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-12T19:29:09.556Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-12T19:29:09.556Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-12T19:29:09.831Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-12T19:29:10.106Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-12T19:29:10.381Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-12T19:29:10.381Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-12T19:29:10.381Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-12T19:29:10.668Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-12T19:29:10.668Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-12T19:29:10.950Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-12T19:29:10.950Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-12T19:29:10.950Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-12T19:29:11.224Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-12T19:29:11.224Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-12T19:29:11.224Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-12T19:29:11.501Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-12T19:29:11.501Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-12T19:29:11.501Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-12T19:29:11.775Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-12T19:29:12.752Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-12T19:29:12.752Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-12T19:29:13.346Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-12T19:29:17.644Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-12T19:29:17.644Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-12T19:29:17.920Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-12T19:29:17.920Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-12T19:29:17.920Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-12T19:29:17.920Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-12T19:29:18.197Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-12T19:29:18.197Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-12T19:29:18.197Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-12T19:29:18.197Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-12T19:29:18.197Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-12T19:29:18.197Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-12T19:29:18.197Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-12T19:29:18.197Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-12T19:29:19.181Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-12T19:29:19.181Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-12T19:29:19.181Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-12T19:29:19.454Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-12T19:29:19.454Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-12T19:29:19.454Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-12T19:29:19.454Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-12T19:29:19.454Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-12T19:29:19.735Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-12T19:29:19.735Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-12T19:29:20.733Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-12T19:29:20.733Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-12T19:29:21.008Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-12T19:29:21.008Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-12T19:29:21.286Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-12T19:29:21.286Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-12T19:29:21.560Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-12T19:29:21.560Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-12T19:29:21.560Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-12T19:29:21.833Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-12T19:29:21.833Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-12T19:29:21.833Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-12T19:29:21.833Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-12T19:29:22.433Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-12T19:29:22.433Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-12T19:29:22.433Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-12T19:29:22.710Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-12T19:29:22.710Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-12T19:29:22.986Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-12T19:29:23.263Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-12T19:29:23.538Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-12T19:29:23.538Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-12T19:29:23.815Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-12T19:29:23.815Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-12T19:29:23.815Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-12T19:29:23.815Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-12T19:29:24.090Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-12T19:29:24.090Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-12T19:29:25.536Z] go: downloading go.opencensus.io v0.23.0 [2022-04-12T19:29:26.144Z] go: downloading go.opencensus.io v0.23.0 [2022-04-12T19:29:26.421Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-12T19:29:26.421Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-12T19:29:26.698Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-12T19:29:26.698Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-12T19:29:26.977Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-12T19:29:27.252Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-12T19:29:27.252Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-12T19:29:27.252Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-12T19:29:27.527Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-12T19:29:27.527Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-12T19:29:27.527Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-12T19:29:27.802Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-12T19:29:28.078Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-12T19:29:28.355Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-12T19:29:28.355Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-12T19:29:28.634Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-12T19:29:30.623Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-12T19:29:31.616Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-12T19:29:33.060Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-12T19:29:33.337Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-12T19:29:33.613Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-12T19:29:33.613Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-12T19:29:33.890Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-12T19:29:33.890Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-12T19:29:34.167Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-12T19:29:34.167Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-12T19:29:34.770Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-12T19:29:34.770Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-12T19:29:35.045Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-12T19:29:35.045Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-12T19:29:35.045Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-12T19:29:35.388Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-12T19:29:35.388Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-12T19:29:35.388Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-12T19:29:35.388Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-12T19:29:35.664Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-12T19:29:35.664Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-12T19:29:35.664Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-12T19:29:35.664Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-12T19:29:35.943Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-12T19:29:46.127Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-12T19:29:46.127Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-12T19:29:46.127Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-12T19:29:46.127Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-12T19:29:46.127Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-12T19:29:46.127Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-12T19:29:46.127Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-12T19:29:46.127Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-12T19:30:12.972Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-12T19:30:12.972Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-12T19:30:12.972Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-12T19:30:12.972Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-12T19:32:49.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-12T19:33:12.153Z] Removing intermediate container 8ca554459968 [2022-04-12T19:33:12.153Z] ---> f28cc32733ac [2022-04-12T19:33:12.153Z] [2022-04-12T19:33:12.153Z] Step 10/25 : FROM alpine:3.14 [2022-04-12T19:33:12.153Z] Removing intermediate container a2762e432420 [2022-04-12T19:33:12.153Z] ---> dccb141bd280 [2022-04-12T19:33:12.153Z] [2022-04-12T19:33:12.153Z] Step 10/31 : FROM alpine:3.14 [2022-04-12T19:33:12.153Z] 3.14: Pulling from library/alpine [2022-04-12T19:33:12.153Z] 3.14: Pulling from library/alpine [2022-04-12T19:33:14.144Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-12T19:33:14.144Z] Status: Downloaded newer image for alpine:3.14 [2022-04-12T19:33:14.144Z] ---> ac73e934f311 [2022-04-12T19:33:14.144Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-12T19:33:14.144Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-12T19:33:14.144Z] Status: Image is up to date for alpine:3.14 [2022-04-12T19:33:14.144Z] ---> ac73e934f311 [2022-04-12T19:33:14.144Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-12T19:33:14.427Z] ---> Running in 4b82a65cb910 [2022-04-12T19:33:14.427Z] ---> Running in 091454a0440c [2022-04-12T19:33:15.033Z] Removing intermediate container 4b82a65cb910 [2022-04-12T19:33:15.034Z] ---> fb1e44cecb2f [2022-04-12T19:33:15.034Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-12T19:33:15.334Z] ---> Running in 476f544d1015 [2022-04-12T19:33:16.771Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:33:17.373Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:33:17.373Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:33:17.650Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:33:18.252Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-12T19:33:18.527Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-12T19:33:18.527Z] (3/3) Installing su-exec (0.2-r1) [2022-04-12T19:33:18.527Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T19:33:18.527Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T19:33:18.801Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-12T19:33:18.801Z] (2/2) Installing su-exec (0.2-r1) [2022-04-12T19:33:18.801Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T19:33:18.801Z] OK: 6 MiB in 16 packages [2022-04-12T19:33:19.077Z] OK: 6 MiB in 17 packages [2022-04-12T19:33:21.072Z] Removing intermediate container 476f544d1015 [2022-04-12T19:33:21.072Z] ---> 8502c2a60d5d [2022-04-12T19:33:21.072Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-12T19:33:21.072Z] ---> Running in 0df4ee96f3a0 [2022-04-12T19:33:21.675Z] Removing intermediate container 091454a0440c [2022-04-12T19:33:21.675Z] ---> 8d817a53ae93 [2022-04-12T19:33:21.675Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-12T19:33:21.675Z] Removing intermediate container 0df4ee96f3a0 [2022-04-12T19:33:21.675Z] ---> 71edbbb00f09 [2022-04-12T19:33:21.675Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-12T19:33:21.675Z] ---> Running in d3e16836d53b [2022-04-12T19:33:21.675Z] ---> Running in b1277d1b1a85 [2022-04-12T19:33:22.279Z] Removing intermediate container d3e16836d53b [2022-04-12T19:33:22.279Z] ---> 890bf0f9d0d6 [2022-04-12T19:33:22.279Z] Step 13/25 : WORKDIR / [2022-04-12T19:33:22.279Z] Removing intermediate container b1277d1b1a85 [2022-04-12T19:33:22.279Z] ---> d9c6af882e9d [2022-04-12T19:33:22.279Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} ---> Running in 5a52206e3205 [2022-04-12T19:33:22.279Z] [2022-04-12T19:33:22.556Z] ---> Running in d9880035a838 [2022-04-12T19:33:23.165Z] Removing intermediate container 5a52206e3205 [2022-04-12T19:33:23.165Z] ---> 23bf81be3ced [2022-04-12T19:33:23.165Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-04-12T19:33:24.620Z] ---> a6a427bb7dab [2022-04-12T19:33:24.620Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-04-12T19:33:26.082Z] ---> 4e120fba12b3 [2022-04-12T19:33:26.082Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-12T19:33:26.082Z] Removing intermediate container d9880035a838 [2022-04-12T19:33:26.082Z] ---> 7af7da1438ec [2022-04-12T19:33:26.082Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-12T19:33:26.082Z] ---> Running in 49861cbc031b [2022-04-12T19:33:27.068Z] Removing intermediate container 49861cbc031b [2022-04-12T19:33:27.068Z] ---> f8be5ba64452 [2022-04-12T19:33:27.068Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-12T19:33:27.068Z] ---> 90cf19d9b2ea [2022-04-12T19:33:27.068Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-04-12T19:33:28.526Z] ---> 9a9b0a007ae7 [2022-04-12T19:33:28.526Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-12T19:33:28.526Z] ---> 732cc18f6752 [2022-04-12T19:33:28.526Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-12T19:33:28.526Z] ---> Running in 18a29b6e9b06 [2022-04-12T19:33:31.937Z] ---> b193265cc70e [2022-04-12T19:33:31.937Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-12T19:33:31.937Z] Removing intermediate container 18a29b6e9b06 [2022-04-12T19:33:31.937Z] ---> ff7a29e41130 [2022-04-12T19:33:31.937Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T19:33:33.397Z] ---> 42d2539a6daa [2022-04-12T19:33:33.397Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-12T19:33:34.000Z] ---> 4cedf20f9ef1 [2022-04-12T19:33:34.000Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-12T19:33:35.455Z] ---> 79c8aa70fda7 [2022-04-12T19:33:35.456Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-04-12T19:33:35.456Z] ---> Running in df6ae98f0545 [2022-04-12T19:33:36.451Z] ---> 01fb3715a457 [2022-04-12T19:33:36.451Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-12T19:33:37.441Z] ---> f7abf1158f5c [2022-04-12T19:33:37.441Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-12T19:33:38.899Z] ---> c24dcbcfcff9 [2022-04-12T19:33:38.899Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-12T19:33:38.899Z] Removing intermediate container df6ae98f0545 [2022-04-12T19:33:38.899Z] ---> eb9eb7ab8f2d [2022-04-12T19:33:38.899Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-12T19:33:39.174Z] ---> Running in 5ba3c4362afa [2022-04-12T19:33:39.811Z] Removing intermediate container 5ba3c4362afa [2022-04-12T19:33:39.811Z] ---> 7fe1b5daaef0 [2022-04-12T19:33:39.811Z] Step 23/25 : LABEL arch=arm64 [2022-04-12T19:33:39.811Z] ---> Running in 5966ffec7a81 [2022-04-12T19:33:40.089Z] ---> 8acfd65af1e8 [2022-04-12T19:33:40.089Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-12T19:33:40.377Z] ---> Running in ab55e0b42a75 [2022-04-12T19:33:40.663Z] Removing intermediate container 5966ffec7a81 [2022-04-12T19:33:40.663Z] ---> 453e6b12bba9 [2022-04-12T19:33:40.663Z] Step 24/25 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:33:40.663Z] ---> Running in 2927c4388d8a [2022-04-12T19:33:41.289Z] Removing intermediate container ab55e0b42a75 [2022-04-12T19:33:41.289Z] ---> 0eddc9dbd286 [2022-04-12T19:33:41.289Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-12T19:33:41.289Z] Removing intermediate container 2927c4388d8a [2022-04-12T19:33:41.289Z] ---> 216b6b51373e [2022-04-12T19:33:41.289Z] Step 25/25 : LABEL version=0.0.0 [2022-04-12T19:33:41.587Z] ---> Running in 7837c27b1374 [2022-04-12T19:33:42.204Z] Removing intermediate container 7837c27b1374 [2022-04-12T19:33:42.204Z] ---> bbbb63c00883 [2022-04-12T19:33:42.204Z] [2022-04-12T19:33:42.817Z] ---> b0b0994b2e20 [2022-04-12T19:33:42.817Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-12T19:33:43.424Z] ---> Running in 0214659c8dda [2022-04-12T19:33:44.413Z] Successfully built bbbb63c00883 [2022-04-12T19:33:44.413Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-04-12T19:33:44.413Z] Building core-command [2022-04-12T19:33:47.855Z]  Building security-secretstore-setup ... done Removing intermediate container 0214659c8dda [2022-04-12T19:33:47.855Z] ---> 5e286ff7892d [2022-04-12T19:33:47.855Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-12T19:33:47.855Z] ---> Running in 3caf5a03e5c3 [2022-04-12T19:33:48.853Z] Removing intermediate container 3caf5a03e5c3 [2022-04-12T19:33:48.853Z] ---> 1f8105f5ec9d [2022-04-12T19:33:48.853Z] Step 28/31 : CMD ["gate"] [2022-04-12T19:33:49.462Z] ---> Running in b1cc1b51dd52 [2022-04-12T19:33:50.462Z] Removing intermediate container b1cc1b51dd52 [2022-04-12T19:33:50.462Z] ---> d945d3df0205 [2022-04-12T19:33:50.462Z] Step 29/31 : LABEL arch=arm64 [2022-04-12T19:33:50.740Z] ---> Running in 5976b9a259cd [2022-04-12T19:33:51.735Z] Removing intermediate container 5976b9a259cd [2022-04-12T19:33:51.735Z] ---> 3a11b7da982b [2022-04-12T19:33:51.735Z] Step 30/31 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:33:52.754Z] ---> Running in 7273b9d24d48 [2022-04-12T19:33:53.747Z] Removing intermediate container 7273b9d24d48 [2022-04-12T19:33:53.747Z] ---> 1a7046cc5bd6 [2022-04-12T19:33:53.747Z] Step 31/31 : LABEL version=0.0.0 [2022-04-12T19:33:54.734Z] ---> Running in 6786f6c6622d [2022-04-12T19:33:55.340Z] Removing intermediate container 6786f6c6622d [2022-04-12T19:33:55.340Z] ---> b28e4991dda3 [2022-04-12T19:33:55.340Z] [2022-04-12T19:33:56.333Z] Successfully built b28e4991dda3 [2022-04-12T19:33:56.333Z] Successfully tagged security-bootstrapper-arm64:latest [2022-04-12T19:33:56.333Z]  Building security-bootstrapper ... done Building sys-mgmt-agent [2022-04-12T19:33:57.335Z] Removing intermediate container 06f0b2e626c6 [2022-04-12T19:33:57.335Z] ---> e4a8ad50515a [2022-04-12T19:33:57.335Z] [2022-04-12T19:33:57.335Z] Step 10/23 : FROM alpine:3.14 [2022-04-12T19:33:57.335Z] ---> ac73e934f311 [2022-04-12T19:33:57.335Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-12T19:33:57.335Z] ---> Running in f83ef546fe85 [2022-04-12T19:33:57.936Z] Removing intermediate container f83ef546fe85 [2022-04-12T19:33:57.936Z] ---> 06ec136727b2 [2022-04-12T19:33:57.936Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-12T19:33:58.215Z] ---> Running in 40de692ef6af [2022-04-12T19:33:59.232Z] Removing intermediate container 40de692ef6af [2022-04-12T19:33:59.232Z] ---> 2453621d7489 [2022-04-12T19:33:59.232Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-12T19:33:59.232Z] ---> Running in 5cd1ec03ff0f [2022-04-12T19:33:59.833Z] Removing intermediate container 5cd1ec03ff0f [2022-04-12T19:33:59.833Z] ---> ab00ee58624b [2022-04-12T19:33:59.833Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:34:00.114Z] ---> Running in 58338624fd13 [2022-04-12T19:34:04.439Z] Removing intermediate container 58338624fd13 [2022-04-12T19:34:04.440Z] ---> d12ff85deaa0 [2022-04-12T19:34:04.440Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-12T19:34:04.440Z] ---> Running in e00b7a9a0774 [2022-04-12T19:34:05.891Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:34:06.910Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:34:08.366Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-12T19:34:08.366Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-12T19:34:08.366Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-12T19:34:08.366Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-12T19:34:08.643Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-12T19:34:08.643Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-12T19:34:08.919Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T19:34:08.919Z] OK: 8 MiB in 20 packages [2022-04-12T19:34:10.951Z] Removing intermediate container e00b7a9a0774 [2022-04-12T19:34:10.951Z] ---> 66935032d8eb [2022-04-12T19:34:10.951Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T19:34:12.405Z] ---> 6fe38097e83d [2022-04-12T19:34:12.405Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-12T19:34:15.819Z] ---> 9b9b59479195 [2022-04-12T19:34:15.819Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-12T19:34:16.808Z] ---> d88ad59cbea9 [2022-04-12T19:34:16.808Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-12T19:34:17.085Z] ---> Running in f5b518a02079 [2022-04-12T19:34:17.689Z] Removing intermediate container f5b518a02079 [2022-04-12T19:34:17.689Z] ---> 9e74a1daaa99 [2022-04-12T19:34:17.689Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T19:34:17.689Z] ---> Running in d5ba815517e5 [2022-04-12T19:34:18.301Z] Removing intermediate container d5ba815517e5 [2022-04-12T19:34:18.301Z] ---> db84b994a3f2 [2022-04-12T19:34:18.301Z] Step 21/23 : LABEL arch=arm64 [2022-04-12T19:34:18.301Z] ---> Running in 7ea86cb929d3 [2022-04-12T19:34:18.910Z] Removing intermediate container 7ea86cb929d3 [2022-04-12T19:34:18.910Z] ---> 665dcc2146ac [2022-04-12T19:34:18.910Z] Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:34:19.190Z] ---> Running in 92bfc90757f4 [2022-04-12T19:34:19.803Z] Removing intermediate container 92bfc90757f4 [2022-04-12T19:34:19.803Z] ---> ac8abee71148 [2022-04-12T19:34:19.803Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T19:34:19.803Z] ---> Running in 0982a420c224 [2022-04-12T19:34:20.808Z] Removing intermediate container 0982a420c224 [2022-04-12T19:34:20.808Z] ---> c7b8cc9a856d [2022-04-12T19:34:20.808Z] [2022-04-12T19:34:21.411Z] Successfully built c7b8cc9a856d [2022-04-12T19:34:21.411Z] Successfully tagged core-data-arm64:latest [2022-04-12T19:34:21.687Z]  Building core-data ... done Building security-spiffe-token-provider [2022-04-12T19:34:28.445Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:34:28.445Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:34:28.445Z] ---> 20f895ed6171 [2022-04-12T19:34:28.445Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T19:34:28.445Z] ---> Using cache [2022-04-12T19:34:28.445Z] ---> 5e0c97c0ea63 [2022-04-12T19:34:28.445Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:34:28.445Z] ---> Using cache [2022-04-12T19:34:28.445Z] ---> 4dc273f42344 [2022-04-12T19:34:28.445Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-12T19:34:28.445Z] ---> Using cache [2022-04-12T19:34:28.445Z] ---> 699d5bf42774 [2022-04-12T19:34:28.445Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T19:34:28.445Z] ---> Using cache [2022-04-12T19:34:28.445Z] ---> 0cfe22bc0c9f [2022-04-12T19:34:28.445Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:34:28.445Z] ---> Using cache [2022-04-12T19:34:28.445Z] ---> 7f3331d87817 [2022-04-12T19:34:28.445Z] Step 8/23 : COPY . . [2022-04-12T19:34:28.445Z] ---> Using cache [2022-04-12T19:34:28.445Z] ---> a886021f0b25 [2022-04-12T19:34:28.445Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-12T19:34:28.445Z] ---> Running in 142c6c7e5f2f [2022-04-12T19:34:31.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-12T19:34:57.896Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:34:57.896Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:34:57.896Z] ---> 20f895ed6171 [2022-04-12T19:34:57.896Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T19:34:57.896Z] ---> Using cache [2022-04-12T19:34:57.896Z] ---> 5e0c97c0ea63 [2022-04-12T19:34:57.896Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:34:57.896Z] ---> Using cache [2022-04-12T19:34:57.896Z] ---> 4dc273f42344 [2022-04-12T19:34:57.896Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-12T19:34:57.896Z] ---> Running in fc5f00d9cf00 [2022-04-12T19:34:58.496Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:34:59.694Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:35:01.321Z] OK: 220 MiB in 52 packages [2022-04-12T19:35:03.451Z] Removing intermediate container fc5f00d9cf00 [2022-04-12T19:35:03.451Z] ---> 1c50f01dbf62 [2022-04-12T19:35:03.451Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T19:35:04.934Z] ---> 5dec3d66d4f1 [2022-04-12T19:35:04.934Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:35:04.934Z] ---> Running in 99350548e259 [2022-04-12T19:35:13.241Z] Removing intermediate container 99350548e259 [2022-04-12T19:35:13.241Z] ---> a44315bd4d8e [2022-04-12T19:35:13.241Z] Step 8/23 : COPY . . [2022-04-12T19:35:13.839Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:35:13.839Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:35:13.839Z] ---> 20f895ed6171 [2022-04-12T19:35:13.839Z] Step 3/20 : WORKDIR /edgex-go [2022-04-12T19:35:13.839Z] ---> Using cache [2022-04-12T19:35:13.839Z] ---> 5e0c97c0ea63 [2022-04-12T19:35:13.839Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-12T19:35:13.839Z] ---> Running in 826d014fb8c0 [2022-04-12T19:35:15.821Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:35:16.803Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:35:18.231Z] v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T19:35:18.231Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T19:35:18.232Z] OK: 15739 distinct packages available [2022-04-12T19:35:18.508Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:35:19.498Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:35:20.942Z] OK: 220 MiB in 52 packages [2022-04-12T19:35:23.595Z] Removing intermediate container 826d014fb8c0 [2022-04-12T19:35:23.595Z] ---> 11c5982d031d [2022-04-12T19:35:23.595Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-12T19:35:24.586Z] ---> eeaa6bb9c376 [2022-04-12T19:35:24.586Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:35:24.863Z] ---> Running in 50a773e3a643 [2022-04-12T19:35:33.162Z] Removing intermediate container 50a773e3a643 [2022-04-12T19:35:33.162Z] ---> eebd6c51c2d9 [2022-04-12T19:35:33.162Z] Step 7/20 : COPY . . [2022-04-12T19:35:45.604Z] ---> a3dadc0a6f05 [2022-04-12T19:35:45.604Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-12T19:35:45.604Z] ---> Running in 27a129bca6dd [2022-04-12T19:35:47.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-12T19:36:05.407Z] ---> 33cd779e9c4e [2022-04-12T19:36:05.407Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-12T19:36:05.408Z] ---> Running in 71222f826281 [2022-04-12T19:36:05.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-12T19:41:12.644Z] Removing intermediate container 142c6c7e5f2f [2022-04-12T19:41:12.644Z] ---> 0594467751f0 [2022-04-12T19:41:12.644Z] [2022-04-12T19:41:12.644Z] Step 10/23 : FROM alpine:3.14 [2022-04-12T19:41:12.644Z] ---> ac73e934f311 [2022-04-12T19:41:12.644Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-12T19:41:12.644Z] ---> Running in a2f14a0a7e08 [2022-04-12T19:41:12.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:41:12.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:41:12.644Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-12T19:41:12.644Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T19:41:12.644Z] OK: 5 MiB in 15 packages [2022-04-12T19:41:12.644Z] Removing intermediate container a2f14a0a7e08 [2022-04-12T19:41:12.644Z] ---> ac92ca73a3f2 [2022-04-12T19:41:12.644Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T19:41:12.644Z] ---> Running in d436dd3ee642 [2022-04-12T19:41:12.644Z] Removing intermediate container d436dd3ee642 [2022-04-12T19:41:12.644Z] ---> 200c25dd6464 [2022-04-12T19:41:12.644Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-12T19:41:12.644Z] ---> Running in 19f1ab897f2c [2022-04-12T19:41:12.644Z] Removing intermediate container 19f1ab897f2c [2022-04-12T19:41:12.644Z] ---> 68edb5b77939 [2022-04-12T19:41:12.644Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-12T19:41:12.644Z] ---> Running in 6c4a89a0490d [2022-04-12T19:41:12.644Z] Removing intermediate container 6c4a89a0490d [2022-04-12T19:41:12.644Z] ---> fa22091df697 [2022-04-12T19:41:12.644Z] Step 15/23 : WORKDIR / [2022-04-12T19:41:12.644Z] ---> Running in 8c4b23f69bf5 [2022-04-12T19:41:12.644Z] Removing intermediate container 8c4b23f69bf5 [2022-04-12T19:41:12.644Z] ---> c7c8486afdaf [2022-04-12T19:41:12.644Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T19:41:12.644Z] ---> 920912a7ea7a [2022-04-12T19:41:12.644Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-12T19:41:12.644Z] ---> 7173bd5e62c3 [2022-04-12T19:41:12.644Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-12T19:41:12.644Z] ---> 005752f3e7e3 [2022-04-12T19:41:12.644Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-12T19:41:12.644Z] ---> Running in f0aa78917f50 [2022-04-12T19:41:12.644Z] Removing intermediate container f0aa78917f50 [2022-04-12T19:41:12.644Z] ---> 48bc6320326e [2022-04-12T19:41:12.644Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T19:41:12.644Z] ---> Running in 300c2382dad2 [2022-04-12T19:41:12.924Z] Removing intermediate container 300c2382dad2 [2022-04-12T19:41:12.924Z] ---> ba983c03abde [2022-04-12T19:41:12.924Z] Step 21/23 : LABEL arch=arm64 [2022-04-12T19:41:12.924Z] ---> Running in d62c6815c095 [2022-04-12T19:41:13.524Z] Removing intermediate container d62c6815c095 [2022-04-12T19:41:13.524Z] ---> 87b57b1b753c [2022-04-12T19:41:13.524Z] Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:41:13.524Z] ---> Running in f7cc42e68d47 [2022-04-12T19:41:14.137Z] Removing intermediate container f7cc42e68d47 [2022-04-12T19:41:14.137Z] ---> b8cadab850de [2022-04-12T19:41:14.137Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T19:41:14.137Z] ---> Running in 66707455da36 [2022-04-12T19:41:14.785Z] Removing intermediate container 66707455da36 [2022-04-12T19:41:14.785Z] ---> bf41e73c77bf [2022-04-12T19:41:14.785Z] [2022-04-12T19:41:15.390Z] Successfully built bf41e73c77bf [2022-04-12T19:41:15.390Z] Successfully tagged core-command-arm64:latest [2022-04-12T19:41:15.390Z] Building core-metadata [2022-04-12T19:41:47.764Z]  Building core-command ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:41:47.764Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:41:47.764Z] ---> 20f895ed6171 [2022-04-12T19:41:47.764Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T19:41:47.764Z] ---> Using cache [2022-04-12T19:41:47.764Z] ---> 5e0c97c0ea63 [2022-04-12T19:41:47.764Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:41:47.764Z] ---> Using cache [2022-04-12T19:41:47.764Z] ---> 4dc273f42344 [2022-04-12T19:41:47.764Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-12T19:41:47.764Z] ---> Using cache [2022-04-12T19:41:47.764Z] ---> 699d5bf42774 [2022-04-12T19:41:47.764Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T19:41:47.764Z] ---> Using cache [2022-04-12T19:41:47.764Z] ---> 0cfe22bc0c9f [2022-04-12T19:41:47.764Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:41:47.764Z] ---> Using cache [2022-04-12T19:41:47.764Z] ---> 7f3331d87817 [2022-04-12T19:41:47.764Z] Step 8/23 : COPY . . [2022-04-12T19:41:47.764Z] ---> Using cache [2022-04-12T19:41:47.764Z] ---> a886021f0b25 [2022-04-12T19:41:47.764Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-12T19:41:47.764Z] ---> Running in aa29cb01c61e [2022-04-12T19:41:47.764Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-12T19:42:26.801Z] Removing intermediate container 27a129bca6dd [2022-04-12T19:42:26.801Z] ---> 35ea8b98836f [2022-04-12T19:42:26.801Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-12T19:42:26.801Z] ---> Running in 68a3e85a0657 [2022-04-12T19:42:27.785Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-12T19:42:32.118Z] Removing intermediate container 68a3e85a0657 [2022-04-12T19:42:32.118Z] ---> 43c9b8ae89ee [2022-04-12T19:42:32.118Z] [2022-04-12T19:42:32.118Z] Step 11/23 : FROM docker:20.10.14 [2022-04-12T19:42:32.118Z] Removing intermediate container 71222f826281 [2022-04-12T19:42:32.118Z] ---> bb1cbc5ab280 [2022-04-12T19:42:32.118Z] [2022-04-12T19:42:32.118Z] Step 9/20 : FROM alpine:3.15 [2022-04-12T19:42:32.397Z] 20.10.14: Pulling from library/docker [2022-04-12T19:42:32.397Z] 3.15: Pulling from library/alpine [2022-04-12T19:42:34.398Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-12T19:42:34.398Z] Status: Downloaded newer image for alpine:3.15 [2022-04-12T19:42:34.398Z] ---> 3fb3c9af89a9 [2022-04-12T19:42:34.398Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T19:42:34.398Z] ---> Running in 2a9628404a5f [2022-04-12T19:42:35.854Z] Removing intermediate container 2a9628404a5f [2022-04-12T19:42:35.854Z] ---> 814b4ab31c67 [2022-04-12T19:42:35.854Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:42:35.854Z] ---> Running in 9ab2f9d6ec10 [2022-04-12T19:42:40.198Z] Removing intermediate container 9ab2f9d6ec10 [2022-04-12T19:42:40.198Z] ---> 8419c5f91c76 [2022-04-12T19:42:40.198Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-12T19:42:40.198Z] ---> Running in 987ff3117932 [2022-04-12T19:42:41.654Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:42:43.098Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:42:44.548Z] v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T19:42:44.548Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T19:42:44.548Z] OK: 15729 distinct packages available [2022-04-12T19:42:44.548Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:42:45.535Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:42:47.548Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-12T19:42:47.548Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-12T19:42:47.548Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-12T19:42:47.826Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-12T19:42:47.826Z] (5/9) Installing curl (7.80.0-r0) [2022-04-12T19:42:48.104Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-12T19:42:48.104Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-12T19:42:48.104Z] (8/9) Installing libucontext (1.1-r0) [2022-04-12T19:42:48.379Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-12T19:42:48.379Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T19:42:48.379Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T19:42:48.983Z] OK: 8 MiB in 23 packages [2022-04-12T19:42:49.994Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-12T19:42:49.994Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-12T19:42:49.994Z] ---> c346e9eafbab [2022-04-12T19:42:49.994Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-04-12T19:42:50.272Z] ---> Running in 4bdba14d2333 [2022-04-12T19:42:50.879Z] Removing intermediate container 4bdba14d2333 [2022-04-12T19:42:50.879Z] ---> 7607b9db70f4 [2022-04-12T19:42:50.879Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-04-12T19:42:50.879Z] ---> Running in 5d1128806cf8 [2022-04-12T19:42:52.328Z] Removing intermediate container 987ff3117932 [2022-04-12T19:42:52.328Z] ---> ec1f95b8c85a [2022-04-12T19:42:52.328Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T19:42:53.328Z] ---> d4e2e29c5716 [2022-04-12T19:42:53.328Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-12T19:42:53.328Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:42:53.935Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:42:54.932Z] (1/43) Installing readline (8.1.1-r0) [2022-04-12T19:42:54.932Z] (2/43) Installing bash (5.1.16-r0) [2022-04-12T19:42:55.206Z] Executing bash-5.1.16-r0.post-install [2022-04-12T19:42:55.206Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-12T19:42:55.206Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-12T19:42:55.206Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-12T19:42:55.206Z] (6/43) Installing curl (7.80.0-r0) [2022-04-12T19:42:55.206Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-12T19:42:55.206Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-12T19:42:55.206Z] ---> 7c18afc7ce34 [2022-04-12T19:42:55.206Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-12T19:42:55.486Z] (9/43) Installing expat (2.4.7-r0) [2022-04-12T19:42:55.486Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-12T19:42:55.486Z] (11/43) Installing gdbm (1.22-r0) [2022-04-12T19:42:55.486Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-12T19:42:55.486Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-12T19:42:55.486Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-12T19:42:55.486Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-12T19:42:55.486Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-12T19:42:55.769Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-12T19:42:56.395Z] ---> 5475dfab8004 [2022-04-12T19:42:56.395Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-12T19:42:56.395Z] ---> Running in 1cbe35cdf61b [2022-04-12T19:42:57.406Z] Removing intermediate container 1cbe35cdf61b [2022-04-12T19:42:57.406Z] ---> b2a9a81f000f [2022-04-12T19:42:57.406Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T19:42:57.406Z] ---> Running in 2f1962d6d358 [2022-04-12T19:42:58.016Z] Removing intermediate container 2f1962d6d358 [2022-04-12T19:42:58.016Z] ---> 26c40f67b7c3 [2022-04-12T19:42:58.016Z] Step 18/20 : LABEL arch=arm64 [2022-04-12T19:42:58.016Z] ---> Running in 94b25861864d [2022-04-12T19:42:58.630Z] Removing intermediate container 94b25861864d [2022-04-12T19:42:58.630Z] ---> 75828d18776d [2022-04-12T19:42:58.630Z] Step 19/20 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:42:58.630Z] ---> Running in 9f0b6cdc2f77 [2022-04-12T19:42:59.248Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-12T19:42:59.248Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-12T19:42:59.248Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-12T19:42:59.248Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-12T19:42:59.248Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-12T19:42:59.248Z] Removing intermediate container 9f0b6cdc2f77 [2022-04-12T19:42:59.248Z] ---> e575689ebbf7 [2022-04-12T19:42:59.248Z] Step 20/20 : LABEL version=0.0.0 [2022-04-12T19:42:59.248Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-12T19:42:59.248Z] ---> Running in 0cae2e18eba9 [2022-04-12T19:42:59.535Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-12T19:42:59.535Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-12T19:42:59.535Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-12T19:42:59.535Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-12T19:42:59.535Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-12T19:42:59.535Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-12T19:42:59.535Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-12T19:42:59.535Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-12T19:42:59.535Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-12T19:42:59.535Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-12T19:42:59.823Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-12T19:42:59.823Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-12T19:42:59.823Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-12T19:42:59.823Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-12T19:42:59.823Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-12T19:42:59.823Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-12T19:42:59.823Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-12T19:42:59.823Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-12T19:43:00.100Z] Removing intermediate container 0cae2e18eba9 [2022-04-12T19:43:00.100Z] ---> 5cf3b81d1070 [2022-04-12T19:43:00.100Z] [2022-04-12T19:43:00.100Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-12T19:43:00.100Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-12T19:43:00.707Z] Successfully built 5cf3b81d1070 [2022-04-12T19:43:00.707Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-04-12T19:43:00.707Z]  Building security-spiffe-token-provider ... done Building support-scheduler [2022-04-12T19:43:00.980Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T19:43:00.980Z] OK: 82 MiB in 65 packages [2022-04-12T19:43:06.403Z] Collecting docker-compose==1.23.2 [2022-04-12T19:43:06.403Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-12T19:43:07.388Z] Collecting docker<4.0,>=3.6.0 [2022-04-12T19:43:07.388Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-12T19:43:07.388Z] Collecting cached-property<2,>=1.2.0 [2022-04-12T19:43:07.388Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-12T19:43:07.388Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-04-12T19:43:08.837Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-12T19:43:08.837Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-12T19:43:10.282Z] Collecting PyYAML<4,>=3.10 [2022-04-12T19:43:10.282Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-12T19:43:15.720Z] Collecting texttable<0.10,>=0.9.0 [2022-04-12T19:43:15.720Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-12T19:43:19.126Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-12T19:43:19.126Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-12T19:43:23.455Z] Collecting jsonschema<3,>=2.5.1 [2022-04-12T19:43:23.455Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-12T19:43:23.732Z] Collecting docopt<0.7,>=0.6.1 [2022-04-12T19:43:23.732Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-12T19:43:29.153Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-12T19:43:29.153Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-12T19:43:31.143Z] Collecting docker-pycreds>=0.4.0 [2022-04-12T19:43:31.143Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-12T19:43:32.603Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-12T19:43:32.603Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-12T19:43:33.204Z] Collecting idna<2.8,>=2.5 [2022-04-12T19:43:33.204Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-12T19:43:33.204Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-04-12T19:43:33.486Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-12T19:43:33.486Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-12T19:43:33.486Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:43:33.486Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:43:33.486Z] ---> 20f895ed6171 [2022-04-12T19:43:33.486Z] Step 3/22 : WORKDIR /edgex-go [2022-04-12T19:43:33.486Z] ---> Using cache [2022-04-12T19:43:33.486Z] ---> 5e0c97c0ea63 [2022-04-12T19:43:33.486Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:43:33.486Z] ---> Using cache [2022-04-12T19:43:33.486Z] ---> 4dc273f42344 [2022-04-12T19:43:33.486Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-12T19:43:33.486Z] ---> Using cache [2022-04-12T19:43:33.486Z] ---> 699d5bf42774 [2022-04-12T19:43:33.486Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-12T19:43:33.486Z] ---> Using cache [2022-04-12T19:43:33.486Z] ---> 0cfe22bc0c9f [2022-04-12T19:43:33.486Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:43:33.486Z] ---> Using cache [2022-04-12T19:43:33.486Z] ---> 7f3331d87817 [2022-04-12T19:43:33.486Z] Step 8/22 : COPY . . [2022-04-12T19:43:33.486Z] ---> Using cache [2022-04-12T19:43:33.486Z] ---> a886021f0b25 [2022-04-12T19:43:33.486Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-12T19:43:33.767Z] ---> Running in 92103b4844b6 [2022-04-12T19:43:34.064Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-12T19:43:34.064Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-12T19:43:34.064Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-12T19:43:34.064Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-12T19:43:35.056Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-12T19:43:35.056Z] Attempting uninstall: urllib3 [2022-04-12T19:43:35.056Z] Found existing installation: urllib3 1.26.7 [2022-04-12T19:43:35.056Z] Uninstalling urllib3-1.26.7: [2022-04-12T19:43:35.340Z] Successfully uninstalled urllib3-1.26.7 [2022-04-12T19:43:35.616Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-12T19:43:36.218Z] Attempting uninstall: idna [2022-04-12T19:43:36.218Z] Found existing installation: idna 3.3 [2022-04-12T19:43:36.218Z] Uninstalling idna-3.3: [2022-04-12T19:43:36.218Z] Successfully uninstalled idna-3.3 [2022-04-12T19:43:39.621Z] Attempting uninstall: requests [2022-04-12T19:43:39.621Z] Found existing installation: requests 2.26.0 [2022-04-12T19:43:39.621Z] Uninstalling requests-2.26.0: [2022-04-12T19:43:39.621Z] Successfully uninstalled requests-2.26.0 [2022-04-12T19:43:39.897Z] Running setup.py install for texttable: started [2022-04-12T19:43:42.954Z] Running setup.py install for texttable: finished with status 'done' [2022-04-12T19:43:42.954Z] Running setup.py install for PyYAML: started [2022-04-12T19:43:47.192Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-12T19:43:47.475Z] Running setup.py install for docopt: started [2022-04-12T19:43:50.115Z] Running setup.py install for docopt: finished with status 'done' [2022-04-12T19:43:50.393Z] Running setup.py install for dockerpty: started [2022-04-12T19:43:53.020Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-12T19:43:55.010Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-04-12T19:44:10.129Z] Removing intermediate container 5d1128806cf8 [2022-04-12T19:44:10.129Z] ---> 298c077ad95b [2022-04-12T19:44:10.129Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-12T19:44:10.129Z] ---> Running in 302f441aad20 [2022-04-12T19:44:10.129Z] Removing intermediate container 302f441aad20 [2022-04-12T19:44:10.129Z] ---> f4c8cddbf249 [2022-04-12T19:44:10.129Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-12T19:44:10.129Z] ---> Running in 94aca9f64d68 [2022-04-12T19:44:10.129Z] Removing intermediate container 94aca9f64d68 [2022-04-12T19:44:10.129Z] ---> ff122c5c3912 [2022-04-12T19:44:10.129Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-12T19:44:12.125Z] ---> a81fd29467eb [2022-04-12T19:44:12.125Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-12T19:44:12.743Z] ---> c70cea76779c [2022-04-12T19:44:12.743Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-12T19:44:14.190Z] ---> 9574cd7f8a04 [2022-04-12T19:44:14.190Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-12T19:44:14.190Z] ---> Running in ab61a1812003 [2022-04-12T19:44:14.474Z] Removing intermediate container ab61a1812003 [2022-04-12T19:44:14.474Z] ---> 3aba9c039523 [2022-04-12T19:44:14.474Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T19:44:14.753Z] ---> Running in b595ccea2cca [2022-04-12T19:44:15.356Z] Removing intermediate container b595ccea2cca [2022-04-12T19:44:15.356Z] ---> 4188434798d0 [2022-04-12T19:44:15.356Z] Step 21/23 : LABEL arch=arm64 [2022-04-12T19:44:15.356Z] ---> Running in 1aeab2071822 [2022-04-12T19:44:15.636Z] Removing intermediate container 1aeab2071822 [2022-04-12T19:44:15.636Z] ---> 77131e1dd167 [2022-04-12T19:44:15.636Z] Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:44:15.912Z] ---> Running in c6a9e904d427 [2022-04-12T19:44:16.199Z] Removing intermediate container c6a9e904d427 [2022-04-12T19:44:16.199Z] ---> 4cf47cd48e36 [2022-04-12T19:44:16.199Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T19:44:16.480Z] ---> Running in 79537fb75df8 [2022-04-12T19:44:17.095Z] Removing intermediate container 79537fb75df8 [2022-04-12T19:44:17.095Z] ---> aa74e5dfe349 [2022-04-12T19:44:17.095Z] [2022-04-12T19:44:17.371Z] Successfully built aa74e5dfe349 [2022-04-12T19:44:17.371Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-04-12T19:44:17.646Z] Building security-proxy-setup [2022-04-12T19:44:56.682Z]  Building sys-mgmt-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:44:56.682Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:44:56.682Z] ---> 20f895ed6171 [2022-04-12T19:44:56.682Z] Step 3/22 : WORKDIR /edgex-go [2022-04-12T19:44:56.682Z] ---> Using cache [2022-04-12T19:44:56.682Z] ---> 5e0c97c0ea63 [2022-04-12T19:44:56.682Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:44:56.682Z] ---> Using cache [2022-04-12T19:44:56.682Z] ---> 4dc273f42344 [2022-04-12T19:44:56.682Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-12T19:44:56.682Z] ---> Using cache [2022-04-12T19:44:56.682Z] ---> 699d5bf42774 [2022-04-12T19:44:56.682Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-12T19:44:56.682Z] ---> Using cache [2022-04-12T19:44:56.682Z] ---> 0cfe22bc0c9f [2022-04-12T19:44:56.682Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:44:56.682Z] ---> Using cache [2022-04-12T19:44:56.682Z] ---> 7f3331d87817 [2022-04-12T19:44:56.682Z] Step 8/22 : COPY . . [2022-04-12T19:44:56.682Z] ---> Using cache [2022-04-12T19:44:56.682Z] ---> a886021f0b25 [2022-04-12T19:44:56.682Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-12T19:44:56.682Z] ---> Running in 0fd8c3c6590e [2022-04-12T19:44:56.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-12T19:48:48.742Z] Removing intermediate container aa29cb01c61e [2022-04-12T19:48:48.742Z] ---> d3e51128ddaf [2022-04-12T19:48:48.742Z] [2022-04-12T19:48:48.742Z] Step 10/23 : FROM alpine:3.14 [2022-04-12T19:48:48.742Z] ---> ac73e934f311 [2022-04-12T19:48:48.742Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-12T19:48:48.742Z] ---> Using cache [2022-04-12T19:48:48.742Z] ---> ac92ca73a3f2 [2022-04-12T19:48:48.742Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T19:48:48.742Z] ---> Using cache [2022-04-12T19:48:48.742Z] ---> 200c25dd6464 [2022-04-12T19:48:48.742Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-12T19:48:48.742Z] ---> Running in 4825fed1c2b1 [2022-04-12T19:48:49.346Z] Removing intermediate container 4825fed1c2b1 [2022-04-12T19:48:49.346Z] ---> 9eb63b02293a [2022-04-12T19:48:49.346Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-12T19:48:49.346Z] ---> Running in 4efd8200f17f [2022-04-12T19:48:49.966Z] Removing intermediate container 4efd8200f17f [2022-04-12T19:48:49.966Z] ---> 7e9125af8776 [2022-04-12T19:48:49.966Z] Step 15/23 : WORKDIR / [2022-04-12T19:48:49.966Z] ---> Running in 69c3fe1d7c1d [2022-04-12T19:48:50.580Z] Removing intermediate container 69c3fe1d7c1d [2022-04-12T19:48:50.580Z] ---> c9a0118c7160 [2022-04-12T19:48:50.580Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T19:48:51.582Z] ---> 7de11d148450 [2022-04-12T19:48:51.582Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-12T19:48:54.217Z] ---> 622c1d7d6293 [2022-04-12T19:48:54.217Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-12T19:48:54.818Z] ---> 8e06ac9855a8 [2022-04-12T19:48:54.818Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-12T19:48:54.818Z] ---> Running in 4e4893f4812a [2022-04-12T19:48:55.422Z] Removing intermediate container 4e4893f4812a [2022-04-12T19:48:55.422Z] ---> 3fb9f0d70eda [2022-04-12T19:48:55.422Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T19:48:55.700Z] ---> Running in 276df0cd02fa [2022-04-12T19:48:55.979Z] Removing intermediate container 276df0cd02fa [2022-04-12T19:48:55.979Z] ---> fc0130b091be [2022-04-12T19:48:55.979Z] Step 21/23 : LABEL arch=arm64 [2022-04-12T19:48:56.254Z] ---> Running in 0b78733a0f65 [2022-04-12T19:48:56.528Z] Removing intermediate container 0b78733a0f65 [2022-04-12T19:48:56.528Z] ---> 57e019437ded [2022-04-12T19:48:56.528Z] Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:48:56.803Z] ---> Running in d25a26598f51 [2022-04-12T19:48:57.404Z] Removing intermediate container d25a26598f51 [2022-04-12T19:48:57.404Z] ---> 7bd7b05a3b33 [2022-04-12T19:48:57.404Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T19:48:57.404Z] ---> Running in d2fcb391be18 [2022-04-12T19:48:58.001Z] Removing intermediate container d2fcb391be18 [2022-04-12T19:48:58.001Z] ---> 31cbabdfb5fa [2022-04-12T19:48:58.001Z] [2022-04-12T19:48:58.598Z] Successfully built 31cbabdfb5fa [2022-04-12T19:48:58.598Z] Successfully tagged core-metadata-arm64:latest [2022-04-12T19:48:58.598Z] Building support-notifications [2022-04-12T19:49:37.630Z]  Building core-metadata ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:49:37.631Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:49:37.631Z] ---> 20f895ed6171 [2022-04-12T19:49:37.631Z] Step 3/22 : WORKDIR /edgex-go [2022-04-12T19:49:37.631Z] ---> Using cache [2022-04-12T19:49:37.631Z] ---> 5e0c97c0ea63 [2022-04-12T19:49:37.631Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:49:37.631Z] ---> Using cache [2022-04-12T19:49:37.631Z] ---> 4dc273f42344 [2022-04-12T19:49:37.631Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-12T19:49:37.631Z] ---> Running in 2182e9ff15b6 [2022-04-12T19:49:37.631Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:49:37.906Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:49:39.344Z] OK: 220 MiB in 52 packages [2022-04-12T19:49:40.822Z] Removing intermediate container 2182e9ff15b6 [2022-04-12T19:49:40.822Z] ---> 778fe3bebd4b [2022-04-12T19:49:40.822Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-12T19:49:41.428Z] ---> a7c0d701ef60 [2022-04-12T19:49:41.428Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:49:41.706Z] ---> Running in 721f753a33fb [2022-04-12T19:49:47.136Z] Removing intermediate container 721f753a33fb [2022-04-12T19:49:47.136Z] ---> 9f676b226b2f [2022-04-12T19:49:47.136Z] Step 8/22 : COPY . . [2022-04-12T19:50:13.976Z] ---> c871948d2aa9 [2022-04-12T19:50:13.976Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-12T19:50:13.976Z] ---> Running in 3a98bc27d8d2 [2022-04-12T19:50:13.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-12T19:50:46.345Z] Removing intermediate container 92103b4844b6 [2022-04-12T19:50:46.345Z] ---> 9c2cb6f28e5f [2022-04-12T19:50:46.345Z] [2022-04-12T19:50:46.345Z] Step 10/22 : FROM alpine:3.14 [2022-04-12T19:50:46.345Z] ---> ac73e934f311 [2022-04-12T19:50:46.345Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-12T19:50:46.345Z] ---> Using cache [2022-04-12T19:50:46.345Z] ---> ac92ca73a3f2 [2022-04-12T19:50:46.345Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T19:50:46.345Z] ---> Using cache [2022-04-12T19:50:46.345Z] ---> 200c25dd6464 [2022-04-12T19:50:46.345Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-12T19:50:46.345Z] ---> Running in 1009e4a756a0 [2022-04-12T19:50:46.345Z] Removing intermediate container 1009e4a756a0 [2022-04-12T19:50:46.345Z] ---> 46ddaa132091 [2022-04-12T19:50:46.345Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-12T19:50:46.345Z] ---> Running in 0dc8f3f0f5c1 [2022-04-12T19:50:46.345Z] Removing intermediate container 0dc8f3f0f5c1 [2022-04-12T19:50:46.345Z] ---> 60ff39d5fcfe [2022-04-12T19:50:46.345Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T19:50:46.345Z] ---> ab598f1cc1a0 [2022-04-12T19:50:46.345Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-12T19:50:46.345Z] ---> 31b257e1ccf4 [2022-04-12T19:50:46.345Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-12T19:50:47.339Z] ---> 4440c2b5af75 [2022-04-12T19:50:47.339Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-12T19:50:47.339Z] ---> Running in 485c103137d3 [2022-04-12T19:50:47.653Z] Removing intermediate container 485c103137d3 [2022-04-12T19:50:47.653Z] ---> 0023da33aafd [2022-04-12T19:50:47.653Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T19:50:47.653Z] ---> Running in b8523b03cc33 [2022-04-12T19:50:48.256Z] Removing intermediate container b8523b03cc33 [2022-04-12T19:50:48.256Z] ---> 696e3926d07c [2022-04-12T19:50:48.256Z] Step 20/22 : LABEL arch=arm64 [2022-04-12T19:50:48.538Z] ---> Running in 6c9c55c803e8 [2022-04-12T19:50:48.821Z] Removing intermediate container 6c9c55c803e8 [2022-04-12T19:50:48.821Z] ---> b6ac111abfd7 [2022-04-12T19:50:48.821Z] Step 21/22 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:50:49.099Z] ---> Running in dc50f64c2e87 [2022-04-12T19:50:49.707Z] Removing intermediate container dc50f64c2e87 [2022-04-12T19:50:49.707Z] ---> e1a9cff4f94f [2022-04-12T19:50:49.707Z] Step 22/22 : LABEL version=0.0.0 [2022-04-12T19:50:49.707Z] ---> Running in 829e56a2c9b5 [2022-04-12T19:50:50.324Z] Removing intermediate container 829e56a2c9b5 [2022-04-12T19:50:50.324Z] ---> 6210cf917101 [2022-04-12T19:50:50.324Z] [2022-04-12T19:50:50.946Z] Successfully built 6210cf917101 [2022-04-12T19:50:50.946Z] Successfully tagged support-scheduler-arm64:latest [2022-04-12T19:50:50.946Z] Building security-spire-agent [2022-04-12T19:51:17.797Z]  Building support-scheduler ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-12T19:51:27.980Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T19:51:27.980Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-12T19:51:27.980Z] ---> 20f895ed6171 [2022-04-12T19:51:27.980Z] Step 3/26 : WORKDIR /edgex-go [2022-04-12T19:51:27.980Z] ---> Using cache [2022-04-12T19:51:27.980Z] ---> 5e0c97c0ea63 [2022-04-12T19:51:27.980Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T19:51:27.980Z] ---> Using cache [2022-04-12T19:51:27.980Z] ---> 4dc273f42344 [2022-04-12T19:51:27.980Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-12T19:51:27.980Z] ---> Running in 9eafc6ce64de [2022-04-12T19:51:28.581Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:51:29.564Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:51:31.005Z] OK: 220 MiB in 52 packages [2022-04-12T19:51:32.500Z] Removing intermediate container 9eafc6ce64de [2022-04-12T19:51:32.500Z] ---> 93758d6dcb8a [2022-04-12T19:51:32.500Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-12T19:51:33.963Z] ---> bbdbb27cc298 [2022-04-12T19:51:33.963Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T19:51:33.963Z] ---> Running in d134ecc5b888 [2022-04-12T19:51:42.295Z] Removing intermediate container d134ecc5b888 [2022-04-12T19:51:42.295Z] ---> bc80672542ca [2022-04-12T19:51:42.295Z] Step 8/26 : COPY . . [2022-04-12T19:51:43.749Z] Removing intermediate container 0fd8c3c6590e [2022-04-12T19:51:43.749Z] ---> cd2ab369c496 [2022-04-12T19:51:43.749Z] [2022-04-12T19:51:43.749Z] Step 10/22 : FROM alpine:3.14 [2022-04-12T19:51:43.749Z] ---> ac73e934f311 [2022-04-12T19:51:43.749Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-12T19:51:43.749Z] ---> Running in e979870fb5b3 [2022-04-12T19:51:46.392Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:51:46.670Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:51:48.119Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-12T19:51:48.395Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-12T19:51:48.395Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-12T19:51:48.395Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-12T19:51:48.395Z] (5/6) Installing curl (7.79.1-r0) [2022-04-12T19:51:48.395Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-12T19:51:48.395Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T19:51:48.395Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T19:51:49.010Z] OK: 8 MiB in 20 packages [2022-04-12T19:51:52.434Z] Removing intermediate container e979870fb5b3 [2022-04-12T19:51:52.434Z] ---> 9d963f7d225a [2022-04-12T19:51:52.434Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-12T19:51:52.710Z] ---> Running in e4120150dee6 [2022-04-12T19:51:53.705Z] Removing intermediate container e4120150dee6 [2022-04-12T19:51:53.705Z] ---> ad46ddaa4aa8 [2022-04-12T19:51:53.705Z] Step 13/22 : WORKDIR /edgex [2022-04-12T19:51:53.705Z] ---> Running in a13cf9d90620 [2022-04-12T19:51:55.154Z] Removing intermediate container a13cf9d90620 [2022-04-12T19:51:55.154Z] ---> 72e5365d9b6a [2022-04-12T19:51:55.154Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-12T19:51:56.598Z] ---> 77fab0e889ae [2022-04-12T19:51:56.598Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-12T19:52:00.956Z] ---> 839c6934bcdf [2022-04-12T19:52:00.956Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-12T19:52:05.285Z] ---> ac10db7c53c0 [2022-04-12T19:52:05.285Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-12T19:52:06.742Z] ---> f109337288fb [2022-04-12T19:52:06.742Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-12T19:52:06.742Z] ---> Running in 15d6adbab02d [2022-04-12T19:52:11.089Z] Removing intermediate container 15d6adbab02d [2022-04-12T19:52:11.089Z] ---> bf394220ad43 [2022-04-12T19:52:11.089Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-12T19:52:11.089Z] ---> Running in cc366e563556 [2022-04-12T19:52:11.694Z] Removing intermediate container cc366e563556 [2022-04-12T19:52:11.694Z] ---> 0404012b30ef [2022-04-12T19:52:11.694Z] Step 20/22 : LABEL arch=arm64 [2022-04-12T19:52:11.694Z] ---> Running in 6e852e790c48 [2022-04-12T19:52:12.086Z] ---> 6bf35048b506 [2022-04-12T19:52:12.086Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-12T19:52:12.086Z] ---> Running in 990d2f2286cd [2022-04-12T19:52:12.499Z] Removing intermediate container 6e852e790c48 [2022-04-12T19:52:12.499Z] ---> 5dac16833f48 [2022-04-12T19:52:12.499Z] Step 21/22 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:52:12.499Z] ---> Running in aa9e95e19767 [2022-04-12T19:52:13.228Z] Removing intermediate container 990d2f2286cd [2022-04-12T19:52:13.228Z] ---> c240ebd04d22 [2022-04-12T19:52:13.228Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-12T19:52:13.228Z] ---> Running in 6486f53a76e0 [2022-04-12T19:52:13.696Z] Removing intermediate container aa9e95e19767 [2022-04-12T19:52:13.696Z] ---> 846a6648cebf [2022-04-12T19:52:13.696Z] Step 22/22 : LABEL version=0.0.0 [2022-04-12T19:52:13.696Z] ---> Running in 86ad990581fe [2022-04-12T19:52:14.772Z] Removing intermediate container 86ad990581fe [2022-04-12T19:52:14.772Z] ---> cc7333a011a1 [2022-04-12T19:52:14.772Z] [2022-04-12T19:52:15.766Z] Successfully built cc7333a011a1 [2022-04-12T19:52:15.766Z] Successfully tagged security-proxy-setup-arm64:latest [2022-04-12T19:52:17.308Z]  Building security-proxy-setup ... done Removing intermediate container 6486f53a76e0 [2022-04-12T19:52:17.308Z] ---> 9395f3111a1c [2022-04-12T19:52:17.308Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-12T19:52:17.308Z] ---> Running in e2a22db314a2 [2022-04-12T19:52:18.090Z] Removing intermediate container e2a22db314a2 [2022-04-12T19:52:18.090Z] ---> d3b44a623ee8 [2022-04-12T19:52:18.090Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-12T19:52:18.090Z] ---> Running in 1b8cc916e2e0 [2022-04-12T19:52:21.523Z] spire-1.2.1/ [2022-04-12T19:52:21.523Z] spire-1.2.1/.data/ [2022-04-12T19:52:21.523Z] spire-1.2.1/.data/.file [2022-04-12T19:52:21.523Z] spire-1.2.1/.dockerignore [2022-04-12T19:52:21.523Z] spire-1.2.1/.gitattributes [2022-04-12T19:52:21.523Z] spire-1.2.1/.githooks/ [2022-04-12T19:52:21.523Z] spire-1.2.1/.githooks/pre-commit [2022-04-12T19:52:21.523Z] spire-1.2.1/.github/ [2022-04-12T19:52:21.523Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-12T19:52:21.523Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-12T19:52:21.523Z] spire-1.2.1/.github/dependabot.yml [2022-04-12T19:52:21.523Z] spire-1.2.1/.github/workflows/ [2022-04-12T19:52:21.523Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-12T19:52:21.523Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-12T19:52:21.523Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-12T19:52:21.523Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-12T19:52:21.523Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-12T19:52:21.523Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-12T19:52:21.523Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-12T19:52:21.523Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-12T19:52:21.523Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-12T19:52:21.523Z] spire-1.2.1/.gitignore [2022-04-12T19:52:21.523Z] spire-1.2.1/.go-version [2022-04-12T19:52:21.523Z] spire-1.2.1/.golangci.yml [2022-04-12T19:52:21.523Z] spire-1.2.1/ADOPTERS.md [2022-04-12T19:52:21.523Z] spire-1.2.1/CHANGELOG.md [2022-04-12T19:52:21.523Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-12T19:52:21.523Z] spire-1.2.1/CODEOWNERS [2022-04-12T19:52:21.523Z] spire-1.2.1/CONTRIBUTING.md [2022-04-12T19:52:21.523Z] spire-1.2.1/Dockerfile [2022-04-12T19:52:21.523Z] spire-1.2.1/Dockerfile.dev [2022-04-12T19:52:21.523Z] spire-1.2.1/Dockerfile.scratch [2022-04-12T19:52:21.523Z] spire-1.2.1/LICENSE [2022-04-12T19:52:21.523Z] spire-1.2.1/MAINTAINERS.md [2022-04-12T19:52:21.523Z] spire-1.2.1/Makefile [2022-04-12T19:52:21.523Z] spire-1.2.1/README.md [2022-04-12T19:52:21.523Z] spire-1.2.1/ROADMAP.md [2022-04-12T19:52:21.523Z] spire-1.2.1/SECURITY.md [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-12T19:52:21.523Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-12T19:52:21.524Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-12T19:52:21.524Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-12T19:52:21.524Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-12T19:52:21.524Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-12T19:52:21.524Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-12T19:52:21.524Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-12T19:52:21.524Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-12T19:52:21.524Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-12T19:52:21.524Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-12T19:52:21.524Z] spire-1.2.1/conf/ [2022-04-12T19:52:21.524Z] spire-1.2.1/conf/agent/ [2022-04-12T19:52:21.524Z] spire-1.2.1/conf/agent/agent.conf [2022-04-12T19:52:21.524Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-12T19:52:21.524Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-12T19:52:21.524Z] spire-1.2.1/conf/server/ [2022-04-12T19:52:21.524Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-12T19:52:21.524Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-12T19:52:21.524Z] spire-1.2.1/conf/server/server.conf [2022-04-12T19:52:21.524Z] spire-1.2.1/conf/server/server_full.conf [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/ [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/SPIRE101.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/auditlog.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/images/ [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/scaling_spire.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/spire_agent.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/spire_server.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/supported_integrations.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/telemetry.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/telemetry_config.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/upgrading.md [2022-04-12T19:52:21.524Z] spire-1.2.1/doc/using_spire.md [2022-04-12T19:52:21.524Z] spire-1.2.1/examples/ [2022-04-12T19:52:21.524Z] spire-1.2.1/examples/README.md [2022-04-12T19:52:21.524Z] spire-1.2.1/go.mod [2022-04-12T19:52:21.524Z] spire-1.2.1/go.sum [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/agent.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/client/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/common/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/config.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-12T19:52:21.524Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/svid/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/names.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/auth/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cli/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/health/ [2022-04-12T19:52:21.525Z] spire-1.2.1/pkg/common/health/config.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/health/context.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/health/health.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/idutil/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/log/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/log/log.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/log/options.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/profiling/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/selector/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-12T19:52:21.526Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/uptime/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/util/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/util/task.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/version/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/version/version.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/x509util/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/api.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/health/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/id.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/status.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-12T19:52:21.527Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/bundle/ [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/ca/ [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/cache/ [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/catalog/ [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/config.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/ [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-12T19:52:21.803Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-12T19:52:21.804Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/registration/ [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/server.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/server_test.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/svid/ [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-12T19:52:21.805Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/ [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/private/ [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/private/server/ [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/private/server/journal/ [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/ [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/common/ [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/plugin/ [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-12T19:52:21.805Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-12T19:52:21.805Z] spire-1.2.1/release/ [2022-04-12T19:52:21.805Z] spire-1.2.1/release/spire-extras/ [2022-04-12T19:52:21.805Z] spire-1.2.1/release/spire-extras/README.md [2022-04-12T19:52:21.805Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-12T19:52:21.805Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-12T19:52:21.805Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-12T19:52:21.805Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-12T19:52:21.805Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-12T19:52:21.805Z] spire-1.2.1/release/spire/ [2022-04-12T19:52:21.805Z] spire-1.2.1/release/spire/README.md [2022-04-12T19:52:21.805Z] spire-1.2.1/release/spire/conf/ [2022-04-12T19:52:21.805Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-12T19:52:21.805Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-12T19:52:21.805Z] spire-1.2.1/release/spire/conf/server/ [2022-04-12T19:52:21.805Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-12T19:52:21.805Z] spire-1.2.1/script/ [2022-04-12T19:52:21.805Z] spire-1.2.1/script/build-artifact.sh [2022-04-12T19:52:21.805Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-12T19:52:21.805Z] spire-1.2.1/support/ [2022-04-12T19:52:21.805Z] spire-1.2.1/support/k8s/ [2022-04-12T19:52:21.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-12T19:52:21.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-12T19:52:21.805Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-12T19:52:22.081Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-12T19:52:22.081Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-12T19:52:22.081Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-12T19:52:22.082Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/clock/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/clock/clock.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/fixture.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/registration/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-12T19:52:22.082Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/README.md [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/common [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-12T19:52:22.082Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-12T19:52:22.083Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-12T19:52:22.358Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/test-one.sh [2022-04-12T19:52:22.359Z] spire-1.2.1/test/integration/test.sh [2022-04-12T19:52:22.359Z] spire-1.2.1/test/plugintest/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/plugintest/config.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/plugintest/load.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/plugintest/option.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/spiretest/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/spiretest/dir.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/spiretest/logs.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/spiretest/suite.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/spiretest/x509.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/testca/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/testca/ca.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/testkey/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/testkey/generate.sh [2022-04-12T19:52:22.359Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/testkey/keys.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/testkey/new.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/tpmsimulator/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/util/ [2022-04-12T19:52:22.359Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/util/cert_generation.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/util/io_redirection.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/util/race.go [2022-04-12T19:52:22.359Z] spire-1.2.1/test/util/util.go [2022-04-12T19:52:22.359Z] building spire from source... [2022-04-12T19:52:22.959Z] Installing go1.17.7... [2022-04-12T19:52:45.161Z] Building bin/spire-server... [2022-04-12T19:52:45.161Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-12T19:52:45.161Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-12T19:52:45.161Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-12T19:52:45.161Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-12T19:52:45.161Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-12T19:52:47.144Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-12T19:52:47.420Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-12T19:52:47.420Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-12T19:52:47.420Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-12T19:52:47.696Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-12T19:52:48.300Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-12T19:52:48.300Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-12T19:52:48.577Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-12T19:52:48.577Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-12T19:52:48.852Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-12T19:52:48.852Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-12T19:52:48.852Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-12T19:52:49.842Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-12T19:52:49.843Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-12T19:52:49.843Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-12T19:52:50.121Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-12T19:52:50.397Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-12T19:52:51.385Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-12T19:52:51.385Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-12T19:53:13.596Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-12T19:53:13.596Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-12T19:53:13.596Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-12T19:53:13.596Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-12T19:53:13.596Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-12T19:53:13.596Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-12T19:53:13.596Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-12T19:53:13.596Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-12T19:53:13.596Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-12T19:53:13.596Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-12T19:53:13.596Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-12T19:53:13.596Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-12T19:53:13.596Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-12T19:53:13.596Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-12T19:53:13.596Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-12T19:53:13.596Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-12T19:53:13.596Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-12T19:53:13.596Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-12T19:53:13.596Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-12T19:53:13.596Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-12T19:53:13.596Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-12T19:53:13.596Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-12T19:53:13.596Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-12T19:53:13.596Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-12T19:53:13.596Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-12T19:53:13.596Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-12T19:53:13.596Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-12T19:53:13.876Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-12T19:53:13.876Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-12T19:53:13.876Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-12T19:53:14.481Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-12T19:53:14.481Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-12T19:53:17.119Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-12T19:53:20.516Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-12T19:53:20.516Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-12T19:53:20.792Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-12T19:53:20.792Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-12T19:53:39.123Z] go: downloading google.golang.org/api v0.70.0 [2022-04-12T19:53:39.123Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-12T19:53:39.123Z] go: downloading k8s.io/api v0.23.4 [2022-04-12T19:53:47.463Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-12T19:53:47.464Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-12T19:54:09.671Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-12T19:54:09.671Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-12T19:54:09.671Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-12T19:54:09.671Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-12T19:54:09.671Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-12T19:54:09.671Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-12T19:54:11.662Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-12T19:54:11.937Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-12T19:54:11.937Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-12T19:54:13.381Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-12T19:54:13.658Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-12T19:54:14.653Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-12T19:54:14.653Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-12T19:54:14.931Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-12T19:54:15.209Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-12T19:54:15.812Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-12T19:54:15.812Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-12T19:54:16.090Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-12T19:54:16.090Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-12T19:54:17.535Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-12T19:54:17.535Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-12T19:54:17.535Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-12T19:54:17.810Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-12T19:54:17.810Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-12T19:54:18.087Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-12T19:54:23.518Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-12T19:54:23.518Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-12T19:54:23.518Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-12T19:54:23.518Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-12T19:54:23.518Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-12T19:54:23.518Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-12T19:54:23.518Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-12T19:54:24.505Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-12T19:54:24.781Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-12T19:54:25.059Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-12T19:54:25.059Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-12T19:54:25.059Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-12T19:54:26.047Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-12T19:54:26.648Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-12T19:54:26.923Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-12T19:54:26.923Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-12T19:54:26.923Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-12T19:54:27.199Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-12T19:54:27.199Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-12T19:54:27.475Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-12T19:54:27.475Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-12T19:54:28.462Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-12T19:54:28.462Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-12T19:54:28.740Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-12T19:54:28.740Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-12T19:54:29.019Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-12T19:54:30.463Z] go: downloading go.opencensus.io v0.23.0 [2022-04-12T19:54:31.065Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-12T19:54:31.065Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-12T19:54:31.065Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-12T19:54:31.065Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-12T19:54:31.340Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-12T19:54:31.620Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-12T19:54:31.895Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-12T19:54:32.497Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-12T19:54:35.131Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-12T19:54:36.576Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-12T19:54:36.576Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-12T19:54:37.178Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-12T19:54:37.178Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-12T19:54:37.178Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-12T19:54:37.777Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-12T19:54:37.777Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-12T19:54:38.052Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-12T19:54:38.052Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-12T19:54:38.328Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-12T19:54:38.328Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-12T19:54:38.328Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-12T19:54:48.531Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-12T19:54:48.531Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-12T19:54:48.531Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-12T19:54:48.531Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-12T19:55:10.732Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-12T19:55:10.732Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-12T19:56:07.328Z] Removing intermediate container 3a98bc27d8d2 [2022-04-12T19:56:07.328Z] ---> 3e9c2ac50411 [2022-04-12T19:56:07.328Z] [2022-04-12T19:56:07.328Z] Step 10/22 : FROM alpine:3.14 [2022-04-12T19:56:07.328Z] ---> ac73e934f311 [2022-04-12T19:56:07.328Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-12T19:56:07.328Z] ---> Running in 491d092fe463 [2022-04-12T19:56:08.771Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-12T19:56:09.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-12T19:56:10.033Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-12T19:56:10.033Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-12T19:56:10.033Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T19:56:10.033Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T19:56:10.633Z] OK: 6 MiB in 16 packages [2022-04-12T19:56:12.648Z] Removing intermediate container 491d092fe463 [2022-04-12T19:56:12.648Z] ---> 6cd47ee39f87 [2022-04-12T19:56:12.648Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T19:56:12.648Z] ---> Running in 7fd8a3cdb61f [2022-04-12T19:56:12.935Z] Removing intermediate container 7fd8a3cdb61f [2022-04-12T19:56:12.935Z] ---> 858ddc4b9be2 [2022-04-12T19:56:12.935Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-12T19:56:12.935Z] ---> Running in e90632f618d1 [2022-04-12T19:56:13.539Z] Removing intermediate container e90632f618d1 [2022-04-12T19:56:13.539Z] ---> e60c5fc5d0b1 [2022-04-12T19:56:13.539Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-12T19:56:13.539Z] ---> Running in 3845030564ac [2022-04-12T19:56:14.158Z] Removing intermediate container 3845030564ac [2022-04-12T19:56:14.158Z] ---> 37dadf78aa2e [2022-04-12T19:56:14.158Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T19:56:14.762Z] ---> 829e4e1d1411 [2022-04-12T19:56:14.762Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-12T19:56:17.408Z] ---> 4f63af008d0a [2022-04-12T19:56:17.408Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-12T19:56:18.013Z] ---> ff4244b96d78 [2022-04-12T19:56:18.013Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-12T19:56:18.013Z] ---> Running in deded08f006f [2022-04-12T19:56:18.629Z] Removing intermediate container deded08f006f [2022-04-12T19:56:18.629Z] ---> 3c6eff400c9c [2022-04-12T19:56:18.629Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T19:56:18.629Z] ---> Running in f6f693b52c0f [2022-04-12T19:56:19.236Z] Removing intermediate container f6f693b52c0f [2022-04-12T19:56:19.236Z] ---> 1de0b7cf0fd1 [2022-04-12T19:56:19.236Z] Step 20/22 : LABEL arch=arm64 [2022-04-12T19:56:19.236Z] ---> Running in 0d0be21cde2a [2022-04-12T19:56:19.843Z] Removing intermediate container 0d0be21cde2a [2022-04-12T19:56:19.843Z] ---> 998f5988648a [2022-04-12T19:56:19.843Z] Step 21/22 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T19:56:19.843Z] ---> Running in 6dbc53c58adb [2022-04-12T19:56:20.449Z] Removing intermediate container 6dbc53c58adb [2022-04-12T19:56:20.449Z] ---> 383498b0a8b2 [2022-04-12T19:56:20.449Z] Step 22/22 : LABEL version=0.0.0 [2022-04-12T19:56:20.449Z] ---> Running in 79a52633ab24 [2022-04-12T19:56:21.043Z] Removing intermediate container 79a52633ab24 [2022-04-12T19:56:21.044Z] ---> 5ef58ee79599 [2022-04-12T19:56:21.044Z] [2022-04-12T19:56:21.641Z] Successfully built 5ef58ee79599 [2022-04-12T19:56:21.641Z] Successfully tagged support-notifications-arm64:latest [2022-04-12T20:05:29.310Z]  Building support-notifications ... done Building bin/spire-agent... [2022-04-12T20:05:29.310Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-12T20:05:29.310Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-12T20:05:29.310Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-12T20:05:29.310Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-12T20:05:29.310Z] Building bin/spire-agent... [2022-04-12T20:05:29.310Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-12T20:05:29.310Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-12T20:05:29.310Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-12T20:05:29.310Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-12T20:05:29.310Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-12T20:05:29.310Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-12T20:05:29.310Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-12T20:05:29.310Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-12T20:05:29.310Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-12T20:05:29.310Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-12T20:05:29.310Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-12T20:05:29.310Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-12T20:05:29.310Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-12T20:05:29.310Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-12T20:05:30.753Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-12T20:05:30.753Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-12T20:05:31.034Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-12T20:05:31.034Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-12T20:05:31.034Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-12T20:05:31.034Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-12T20:05:31.034Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-12T20:05:31.310Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-12T20:13:08.776Z] Removing intermediate container 4c23e3303408 [2022-04-12T20:13:08.776Z] ---> 744f6b542cd9 [2022-04-12T20:13:08.776Z] [2022-04-12T20:13:08.776Z] Step 13/26 : FROM alpine:3.15 [2022-04-12T20:13:08.776Z] ---> 3fb3c9af89a9 [2022-04-12T20:13:08.776Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T20:13:08.776Z] ---> Using cache [2022-04-12T20:13:08.776Z] ---> 814b4ab31c67 [2022-04-12T20:13:08.776Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:13:08.776Z] ---> Using cache [2022-04-12T20:13:08.776Z] ---> 8419c5f91c76 [2022-04-12T20:13:08.776Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-12T20:13:08.776Z] ---> Running in 6cd144ebd13d [2022-04-12T20:13:08.776Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T20:13:08.776Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T20:13:08.776Z] v3.15.4-18-g4204b168a8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T20:13:08.776Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T20:13:08.776Z] OK: 15729 distinct packages available [2022-04-12T20:13:08.776Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T20:13:08.776Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T20:13:08.776Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-12T20:13:08.776Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-12T20:13:08.776Z] (3/4) Installing libucontext (1.1-r0) [2022-04-12T20:13:08.776Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-12T20:13:08.776Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T20:13:08.776Z] OK: 6 MiB in 18 packages [2022-04-12T20:13:08.776Z] Removing intermediate container 6cd144ebd13d [2022-04-12T20:13:08.776Z] ---> 59afd7ded92c [2022-04-12T20:13:08.776Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-12T20:13:08.776Z] Removing intermediate container 634e6cb9a274 [2022-04-12T20:13:08.776Z] ---> d5ba2dabb610 [2022-04-12T20:13:08.776Z] [2022-04-12T20:13:08.776Z] Step 13/25 : FROM alpine:3.15 [2022-04-12T20:13:08.776Z] ---> 3fb3c9af89a9 [2022-04-12T20:13:08.776Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T20:13:08.776Z] ---> Using cache [2022-04-12T20:13:08.776Z] ---> 814b4ab31c67 [2022-04-12T20:13:08.776Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:13:08.776Z] ---> Using cache [2022-04-12T20:13:08.776Z] ---> 8419c5f91c76 [2022-04-12T20:13:08.776Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-12T20:13:08.776Z] ---> Running in 4deee40592e2 [2022-04-12T20:13:08.776Z] ---> db323cd17012 [2022-04-12T20:13:08.776Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-12T20:13:08.776Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T20:13:08.776Z] ---> 8640d7e08d4d [2022-04-12T20:13:08.776Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-12T20:13:08.776Z] ---> Running in b9ddec14280d [2022-04-12T20:13:08.776Z] Removing intermediate container b9ddec14280d [2022-04-12T20:13:08.776Z] ---> aa766dd0fc1d [2022-04-12T20:13:08.776Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-12T20:13:09.056Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T20:13:09.330Z] ---> 7d793dc3b778 [2022-04-12T20:13:09.330Z] Step 21/26 : WORKDIR / [2022-04-12T20:13:09.330Z] ---> Running in 3200019100e3 [2022-04-12T20:13:09.624Z] Removing intermediate container 3200019100e3 [2022-04-12T20:13:09.624Z] ---> aa3e78d34792 [2022-04-12T20:13:09.624Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-12T20:13:09.898Z] ---> Running in c932b8e909f7 [2022-04-12T20:13:10.177Z] v3.15.4-18-g4204b168a8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T20:13:10.177Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T20:13:10.177Z] OK: 15729 distinct packages available [2022-04-12T20:13:10.177Z] Removing intermediate container c932b8e909f7 [2022-04-12T20:13:10.177Z] ---> 3f015e53599a [2022-04-12T20:13:10.177Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-12T20:13:10.177Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T20:13:10.177Z] ---> Running in ea08dbf968f5 [2022-04-12T20:13:10.775Z] Removing intermediate container ea08dbf968f5 [2022-04-12T20:13:10.775Z] ---> ed922b4962ae [2022-04-12T20:13:10.775Z] Step 24/26 : LABEL arch=arm64 [2022-04-12T20:13:10.775Z] ---> Running in 6b7a82b1410c [2022-04-12T20:13:11.057Z] Removing intermediate container 6b7a82b1410c [2022-04-12T20:13:11.057Z] ---> 01a30556ca6f [2022-04-12T20:13:11.057Z] Step 25/26 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T20:13:11.057Z] ---> Running in a6cc81a4b52a [2022-04-12T20:13:11.057Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T20:13:11.652Z] Removing intermediate container a6cc81a4b52a [2022-04-12T20:13:11.652Z] ---> 03d9f62ade52 [2022-04-12T20:13:11.652Z] Step 26/26 : LABEL version=0.0.0 [2022-04-12T20:13:11.652Z] ---> Running in 30f40070bd46 [2022-04-12T20:13:11.926Z] Removing intermediate container 30f40070bd46 [2022-04-12T20:13:11.926Z] ---> 0b10eb7bd3e9 [2022-04-12T20:13:11.926Z] [2022-04-12T20:13:12.198Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-12T20:13:12.198Z] Successfully built 0b10eb7bd3e9 [2022-04-12T20:13:12.198Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-12T20:13:12.198Z] Successfully tagged security-spire-config-arm64:latest [2022-04-12T20:13:12.198Z]  Building security-spire-config ... done (3/5) Installing libucontext (1.1-r0) [2022-04-12T20:13:12.469Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-12T20:13:12.469Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-12T20:13:12.742Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T20:13:12.742Z] OK: 6 MiB in 19 packages [2022-04-12T20:13:13.726Z] Removing intermediate container 4deee40592e2 [2022-04-12T20:13:13.726Z] ---> edbdaefb8a9b [2022-04-12T20:13:13.726Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-12T20:13:17.118Z] ---> 0ae3e3f0227e [2022-04-12T20:13:17.118Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-12T20:13:17.714Z] ---> f2db0563ec00 [2022-04-12T20:13:17.714Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-12T20:13:18.312Z] ---> 0acb7b5f5775 [2022-04-12T20:13:18.312Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-12T20:13:18.907Z] ---> d2a5a55ce187 [2022-04-12T20:13:18.907Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-12T20:13:18.907Z] ---> Running in f3645883a806 [2022-04-12T20:13:19.183Z] Removing intermediate container f3645883a806 [2022-04-12T20:13:19.183Z] ---> b9d92da2bd91 [2022-04-12T20:13:19.183Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-12T20:13:19.183Z] ---> Running in 149acc87bea3 [2022-04-12T20:13:19.780Z] Removing intermediate container 149acc87bea3 [2022-04-12T20:13:19.780Z] ---> 68796a14e50d [2022-04-12T20:13:19.780Z] Step 23/25 : LABEL arch=arm64 [2022-04-12T20:13:19.780Z] ---> Running in de460a98615b [2022-04-12T20:13:20.056Z] Removing intermediate container de460a98615b [2022-04-12T20:13:20.056Z] ---> d8559029f434 [2022-04-12T20:13:20.056Z] Step 24/25 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T20:13:20.056Z] ---> Running in 1927fe7fbe14 [2022-04-12T20:13:20.650Z] Removing intermediate container 1927fe7fbe14 [2022-04-12T20:13:20.650Z] ---> 246cc8c0bdf8 [2022-04-12T20:13:20.650Z] Step 25/25 : LABEL version=0.0.0 [2022-04-12T20:13:20.650Z] ---> Running in f41785551332 [2022-04-12T20:13:20.923Z] Removing intermediate container f41785551332 [2022-04-12T20:13:20.923Z] ---> d54f1bfcf3d8 [2022-04-12T20:13:20.923Z] [2022-04-12T20:13:21.195Z] Successfully built d54f1bfcf3d8 [2022-04-12T20:13:21.195Z] Successfully tagged security-spire-server-arm64:latest [2022-04-12T20:14:57.963Z]  Building security-spire-server ... done Building bin/spire-agent... [2022-04-12T20:14:57.963Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-12T20:14:57.963Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-12T20:14:57.963Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-12T20:14:57.963Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-12T20:14:57.963Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-12T20:14:57.963Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-12T20:14:57.963Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-12T20:14:57.963Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-12T20:14:57.963Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-12T20:14:57.963Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-12T20:14:57.963Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-12T20:14:57.963Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-12T20:14:57.963Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-12T20:18:35.029Z] Removing intermediate container 1b8cc916e2e0 [2022-04-12T20:18:35.029Z] ---> c492d26fe1b7 [2022-04-12T20:18:35.029Z] [2022-04-12T20:18:35.029Z] Step 13/26 : FROM alpine:3.15 [2022-04-12T20:18:35.029Z] ---> 3fb3c9af89a9 [2022-04-12T20:18:35.029Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T20:18:35.029Z] ---> Using cache [2022-04-12T20:18:35.029Z] ---> 814b4ab31c67 [2022-04-12T20:18:35.029Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:18:35.029Z] ---> Using cache [2022-04-12T20:18:35.029Z] ---> 8419c5f91c76 [2022-04-12T20:18:35.029Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-12T20:18:35.029Z] ---> Using cache [2022-04-12T20:18:35.029Z] ---> edbdaefb8a9b [2022-04-12T20:18:35.029Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-12T20:18:35.029Z] ---> 2254cfede0cb [2022-04-12T20:18:35.029Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-12T20:18:35.029Z] ---> eba2ef5ac003 [2022-04-12T20:18:35.029Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-12T20:18:35.029Z] ---> 39e5493b43a0 [2022-04-12T20:18:35.029Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-12T20:18:35.029Z] ---> 8d65b92ed59e [2022-04-12T20:18:35.029Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-12T20:18:35.029Z] ---> 7eb8242b7b05 [2022-04-12T20:18:35.029Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-12T20:18:35.029Z] ---> Running in b7a3536e77d2 [2022-04-12T20:18:35.029Z] Removing intermediate container b7a3536e77d2 [2022-04-12T20:18:35.029Z] ---> e6b6903d3a26 [2022-04-12T20:18:35.029Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-12T20:18:35.029Z] ---> Running in 4c797e8e3d4d [2022-04-12T20:18:35.029Z] Removing intermediate container 4c797e8e3d4d [2022-04-12T20:18:35.029Z] ---> 3127c68c3ae3 [2022-04-12T20:18:35.029Z] Step 24/26 : LABEL arch=arm64 [2022-04-12T20:18:35.029Z] ---> Running in 78ec0fedf2cb [2022-04-12T20:18:35.029Z] Removing intermediate container 78ec0fedf2cb [2022-04-12T20:18:35.029Z] ---> 3b90715083db [2022-04-12T20:18:35.029Z] Step 25/26 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d [2022-04-12T20:18:35.029Z] ---> Running in 52b43db0ac2c [2022-04-12T20:18:35.029Z] Removing intermediate container 52b43db0ac2c [2022-04-12T20:18:35.029Z] ---> 111d6245f8f9 [2022-04-12T20:18:35.029Z] Step 26/26 : LABEL version=0.0.0 [2022-04-12T20:18:35.029Z] ---> Running in 7b114b8645ec [2022-04-12T20:18:35.029Z] Removing intermediate container 7b114b8645ec [2022-04-12T20:18:35.029Z] ---> d3780a97cebb [2022-04-12T20:18:35.029Z] [2022-04-12T20:18:35.029Z] Successfully built d3780a97cebb [2022-04-12T20:18:35.029Z] Successfully tagged security-spire-agent-arm64:latest [2022-04-12T20:18:35.044Z]  Building security-spire-agent ... done  [Pipeline] } [2022-04-12T20:18:35.057Z] $ docker stop --time=1 6b86bf8cc851115b2a5cfdd1c3bb56c166a2bdf3315085f814a91e0edaf17eaa [2022-04-12T20:18:36.851Z] $ docker rm -f 6b86bf8cc851115b2a5cfdd1c3bb56c166a2bdf3315085f814a91e0edaf17eaa [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-12T20:18:37.473Z] + docker images [2022-04-12T20:18:38.066Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-12T20:18:38.066Z] security-spire-agent-arm64 latest d3780a97cebb 4 seconds ago 126MB [2022-04-12T20:18:38.066Z] c492d26fe1b7 28 seconds ago 4.21GB [2022-04-12T20:18:38.066Z] security-spire-server-arm64 latest d54f1bfcf3d8 5 minutes ago 86.3MB [2022-04-12T20:18:38.066Z] security-spire-config-arm64 latest 0b10eb7bd3e9 5 minutes ago 85.6MB [2022-04-12T20:18:38.066Z] d5ba2dabb610 5 minutes ago 4.21GB [2022-04-12T20:18:38.066Z] 744f6b542cd9 5 minutes ago 4.21GB [2022-04-12T20:18:38.066Z] support-notifications-arm64 latest 5ef58ee79599 22 minutes ago 25.5MB [2022-04-12T20:18:38.066Z] 3e9c2ac50411 22 minutes ago 1.43GB [2022-04-12T20:18:38.066Z] security-proxy-setup-arm64 latest cc7333a011a1 26 minutes ago 42.1MB [2022-04-12T20:18:38.066Z] cd2ab369c496 26 minutes ago 1.44GB [2022-04-12T20:18:38.066Z] support-scheduler-arm64 latest 6210cf917101 27 minutes ago 24.9MB [2022-04-12T20:18:38.066Z] 9c2cb6f28e5f 27 minutes ago 1.43GB [2022-04-12T20:18:38.066Z] core-metadata-arm64 latest 31cbabdfb5fa 29 minutes ago 25.2MB [2022-04-12T20:18:38.066Z] d3e51128ddaf 29 minutes ago 1.43GB [2022-04-12T20:18:38.066Z] sys-mgmt-agent-arm64 latest aa74e5dfe349 34 minutes ago 290MB [2022-04-12T20:18:38.066Z] security-spiffe-token-provider-arm64 latest 5cf3b81d1070 35 minutes ago 27.7MB [2022-04-12T20:18:38.066Z] 43c9b8ae89ee 36 minutes ago 1.43GB [2022-04-12T20:18:38.066Z] bb1cbc5ab280 36 minutes ago 1.42GB [2022-04-12T20:18:38.066Z] core-command-arm64 latest bf41e73c77bf 37 minutes ago 23.7MB [2022-04-12T20:18:38.066Z] 0594467751f0 37 minutes ago 1.43GB [2022-04-12T20:18:38.066Z] core-data-arm64 latest c7b8cc9a856d 44 minutes ago 34.4MB [2022-04-12T20:18:38.066Z] e4a8ad50515a 44 minutes ago 1.46GB [2022-04-12T20:18:38.066Z] security-bootstrapper-arm64 latest b28e4991dda3 44 minutes ago 23.6MB [2022-04-12T20:18:38.066Z] security-secretstore-setup-arm64 latest bbbb63c00883 44 minutes ago 40.8MB [2022-04-12T20:18:38.066Z] dccb141bd280 45 minutes ago 1.43GB [2022-04-12T20:18:38.066Z] f28cc32733ac 45 minutes ago 1.44GB [2022-04-12T20:18:38.066Z] ci-base-image-arm64 latest 20f895ed6171 About an hour ago 886MB [2022-04-12T20:18:38.066Z] docker 20.10.14 c346e9eafbab 7 days ago 202MB [2022-04-12T20:18:38.066Z] alpine 3.14 ac73e934f311 7 days ago 5.34MB [2022-04-12T20:18:38.066Z] alpine 3.15 3fb3c9af89a9 7 days ago 5.32MB [2022-04-12T20:18:38.066Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB [2022-04-12T20:18:38.066Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 21 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:18:38.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-12T20:18:38.795Z] [2022-04-12T20:18:38.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:18:39.172Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-12T20:18:39.447Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-12T20:18:39.447Z] 8998bd30e6a1: Pulling fs layer [2022-04-12T20:18:39.447Z] 04944245beec: Pulling fs layer [2022-04-12T20:18:39.447Z] 699f458cf7ca: Pulling fs layer [2022-04-12T20:18:39.447Z] 765212b225bb: Pulling fs layer [2022-04-12T20:18:39.447Z] f23df028b6ca: Pulling fs layer [2022-04-12T20:18:39.447Z] d65c8cfc05b1: Pulling fs layer [2022-04-12T20:18:39.447Z] 2437ff75d9bd: Pulling fs layer [2022-04-12T20:18:39.447Z] f23df028b6ca: Waiting [2022-04-12T20:18:39.447Z] d65c8cfc05b1: Waiting [2022-04-12T20:18:39.447Z] 04944245beec: Verifying Checksum [2022-04-12T20:18:39.447Z] 04944245beec: Download complete [2022-04-12T20:18:39.447Z] 765212b225bb: Verifying Checksum [2022-04-12T20:18:39.447Z] 765212b225bb: Download complete [2022-04-12T20:18:39.447Z] f23df028b6ca: Verifying Checksum [2022-04-12T20:18:39.447Z] f23df028b6ca: Download complete [2022-04-12T20:18:39.447Z] d65c8cfc05b1: Verifying Checksum [2022-04-12T20:18:39.447Z] d65c8cfc05b1: Download complete [2022-04-12T20:18:39.724Z] 699f458cf7ca: Verifying Checksum [2022-04-12T20:18:39.724Z] 699f458cf7ca: Download complete [2022-04-12T20:18:40.000Z] 8998bd30e6a1: Verifying Checksum [2022-04-12T20:18:40.000Z] 8998bd30e6a1: Download complete [2022-04-12T20:18:42.977Z] 2437ff75d9bd: Verifying Checksum [2022-04-12T20:18:42.977Z] 2437ff75d9bd: Download complete [2022-04-12T20:18:45.591Z] 8998bd30e6a1: Pull complete [2022-04-12T20:18:45.863Z] 04944245beec: Pull complete [2022-04-12T20:18:47.296Z] 699f458cf7ca: Pull complete [2022-04-12T20:18:47.571Z] 765212b225bb: Pull complete [2022-04-12T20:18:48.548Z] f23df028b6ca: Pull complete [2022-04-12T20:18:48.820Z] d65c8cfc05b1: Pull complete [2022-04-12T20:19:03.895Z] 2437ff75d9bd: Pull complete [2022-04-12T20:19:03.895Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-12T20:19:03.895Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-12T20:19:03.895Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-12T20:19:04.151Z] prd-ubuntu20.04-docker-arm64-4c-16g-20713 does not seem to be running inside a container [2022-04-12T20:19:04.223Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-12T20:19:06.856Z] $ docker top 06e55480eeee54f5786693fe0fbd76baebb94a96ed73e61acb7d28869546dafe -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T20:19:07.966Z] ---> job-cost.sh [2022-04-12T20:19:07.966Z] lf-activate-venv: SKIPPING [2022-04-12T20:19:07.966Z] INFO: No Stack... [2022-04-12T20:19:08.559Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-12T20:19:09.529Z] INFO: Archiving Costs [Pipeline] sh [2022-04-12T20:19:10.203Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-04-12T20:19:10.203Z] + cut -d, -f6 [Pipeline] lock [2022-04-12T20:19:10.263Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3961-1-stack-cost] [2022-04-12T20:19:10.269Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3961-1-stack-cost] did not exist. Created. [2022-04-12T20:19:10.269Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3961-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-12T20:19:11.011Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-12T20:19:11.201Z] Stashed 1 file(s) [Pipeline] } [2022-04-12T20:19:11.229Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3961-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-12T20:19:11.307Z] $ docker stop --time=1 06e55480eeee54f5786693fe0fbd76baebb94a96ed73e61acb7d28869546dafe [2022-04-12T20:19:12.828Z] $ docker rm -f 06e55480eeee54f5786693fe0fbd76baebb94a96ed73e61acb7d28869546dafe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-04-12T20:19:13.940Z] provisioning config files... [2022-04-12T20:19:13.950Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8193221848972984910tmp [Pipeline] { [Pipeline] sh [2022-04-12T20:19:14.293Z] + set +x [2022-04-12T20:19:14.293Z] + curl -s https://codecov.io/bash [2022-04-12T20:19:14.293Z] + bash -s -- [2022-04-12T20:19:14.293Z] [2022-04-12T20:19:14.293Z] _____ _ [2022-04-12T20:19:14.293Z] / ____| | | [2022-04-12T20:19:14.293Z] | | ___ __| | ___ ___ _____ __ [2022-04-12T20:19:14.293Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-12T20:19:14.293Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-12T20:19:14.293Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-12T20:19:14.293Z] Bash-1.0.6 [2022-04-12T20:19:14.293Z] [2022-04-12T20:19:14.293Z] [2022-04-12T20:19:14.293Z] ==> git version 2.25.1 found [2022-04-12T20:19:14.293Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-04-12T20:19:14.293Z] Release-Date: 2020-01-08 [2022-04-12T20:19:14.293Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-12T20:19:14.293Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-12T20:19:14.293Z] ==> Jenkins CI detected. [2022-04-12T20:19:14.293Z] current dir:  /w/workspace/edgex-go/1 [2022-04-12T20:19:14.293Z] project root: . [2022-04-12T20:19:14.293Z] --> token set from env [2022-04-12T20:19:14.293Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-12T20:19:14.293Z] ==> Running gcov in . (disable via -X gcov) [2022-04-12T20:19:14.293Z] ==> Python coveragepy not found [2022-04-12T20:19:14.293Z] ==> Searching for coverage reports in: [2022-04-12T20:19:14.293Z] + . [2022-04-12T20:19:14.554Z] -> Found 1 reports [2022-04-12T20:19:14.554Z] ==> Detecting git/mercurial file structure [2022-04-12T20:19:14.554Z] ==> Reading reports [2022-04-12T20:19:14.554Z] + ./coverage.out bytes=432619 [2022-04-12T20:19:14.554Z] ==> Appending adjustments [2022-04-12T20:19:14.554Z] https://docs.codecov.io/docs/fixing-reports [2022-04-12T20:19:15.498Z] + Found adjustments [2022-04-12T20:19:15.760Z] ==> Gzipping contents [2022-04-12T20:19:15.760Z] 60K /tmp/codecov.kFdQ0C.gz [2022-04-12T20:19:15.760Z] ==> Uploading reports [2022-04-12T20:19:15.760Z] url: https://codecov.io [2022-04-12T20:19:15.760Z] query: branch=PR-3961&commit=480fafaa97754cc937d54ac6a0d111d7c2ea592d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3961%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3961&job=&cmd_args= [2022-04-12T20:19:15.760Z] -> Pinging Codecov [2022-04-12T20:19:15.760Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3961&commit=480fafaa97754cc937d54ac6a0d111d7c2ea592d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3961%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3961&job=&cmd_args= [2022-04-12T20:19:16.022Z] -> Uploading to [2022-04-12T20:19:16.022Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-12/00271124DB129430A58F1EEE437C3FCB/480fafaa97754cc937d54ac6a0d111d7c2ea592d/00e0b69b-5c5b-4164-bb80-0cc58263b7cb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220412T201915Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9269695b4e58d4f18ce7852e676e8dcc737c44c03d9631d3e39c2c65f3a8911e [2022-04-12T20:19:16.022Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-12T20:19:16.022Z] Dload Upload Total Spent Left Speed [2022-04-12T20:19:16.283Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59379 0 0 100 59379 0 254k --:--:-- --:--:-- --:--:-- 254k [2022-04-12T20:19:16.283Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/480fafaa97754cc937d54ac6a0d111d7c2ea592d [Pipeline] } [2022-04-12T20:19:16.311Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-04-12T20:19:17.810Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-04-12T20:19:18.169Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T20:19:19.078Z] ---> package-listing.sh [2022-04-12T20:19:19.078Z] ++ facter osfamily [2022-04-12T20:19:19.078Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-12T20:19:19.339Z] + OS_FAMILY=debian [2022-04-12T20:19:19.339Z] + workspace=/w/workspace/edgex-go/1 [2022-04-12T20:19:19.339Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-12T20:19:19.339Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-12T20:19:19.339Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-12T20:19:19.339Z] + PACKAGES=/tmp/packages_start.txt [2022-04-12T20:19:19.339Z] + '[' /w/workspace/edgex-go/1 ']' [2022-04-12T20:19:19.339Z] + PACKAGES=/tmp/packages_end.txt [2022-04-12T20:19:19.339Z] + case "${OS_FAMILY}" in [2022-04-12T20:19:19.339Z] + dpkg -l [2022-04-12T20:19:19.339Z] + grep '^ii' [2022-04-12T20:19:19.339Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-12T20:19:19.339Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-12T20:19:19.339Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-12T20:19:19.339Z] + '[' /w/workspace/edgex-go/1 ']' [2022-04-12T20:19:19.339Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-04-12T20:19:19.339Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-04-12T20:19:19.372Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-12T20:19:19.667Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:19:20.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-12T20:19:20.254Z] [2022-04-12T20:19:20.254Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:19:20.598Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-12T20:19:20.598Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-12T20:19:20.598Z] 5eb5b503b376: Pulling fs layer [2022-04-12T20:19:20.598Z] 5c69ac0246d0: Pulling fs layer [2022-04-12T20:19:20.598Z] ec43610c2a17: Pulling fs layer [2022-04-12T20:19:20.598Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-12T20:19:20.598Z] 33b1e0a273af: Pulling fs layer [2022-04-12T20:19:20.598Z] 5d3b04190fa2: Pulling fs layer [2022-04-12T20:19:20.598Z] 2f39f015ded8: Pulling fs layer [2022-04-12T20:19:20.598Z] 33b1e0a273af: Waiting [2022-04-12T20:19:20.598Z] 5d3b04190fa2: Waiting [2022-04-12T20:19:20.598Z] 2f39f015ded8: Waiting [2022-04-12T20:19:20.598Z] 5c69ac0246d0: Verifying Checksum [2022-04-12T20:19:20.598Z] 5c69ac0246d0: Download complete [2022-04-12T20:19:20.598Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-12T20:19:20.598Z] 3a2ae6a8a46f: Download complete [2022-04-12T20:19:20.598Z] ec43610c2a17: Verifying Checksum [2022-04-12T20:19:20.598Z] 33b1e0a273af: Verifying Checksum [2022-04-12T20:19:20.598Z] 33b1e0a273af: Download complete [2022-04-12T20:19:20.598Z] 5d3b04190fa2: Verifying Checksum [2022-04-12T20:19:20.598Z] 5d3b04190fa2: Download complete [2022-04-12T20:19:20.856Z] 5eb5b503b376: Verifying Checksum [2022-04-12T20:19:20.856Z] 5eb5b503b376: Download complete [2022-04-12T20:19:21.422Z] 2f39f015ded8: Download complete [2022-04-12T20:19:21.990Z] 5eb5b503b376: Pull complete [2022-04-12T20:19:22.250Z] 5c69ac0246d0: Pull complete [2022-04-12T20:19:22.508Z] ec43610c2a17: Pull complete [2022-04-12T20:19:22.508Z] 3a2ae6a8a46f: Pull complete [2022-04-12T20:19:22.767Z] 33b1e0a273af: Pull complete [2022-04-12T20:19:23.026Z] 5d3b04190fa2: Pull complete [2022-04-12T20:19:27.219Z] 2f39f015ded8: Pull complete [2022-04-12T20:19:27.219Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-12T20:19:27.219Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-12T20:19:27.219Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-12T20:19:27.312Z] prd-ubuntu20.04-docker-8c-8g-20711 does not seem to be running inside a container [2022-04-12T20:19:27.349Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-12T20:19:28.873Z] $ docker top 3b8fb40de636abeeaf1982f7d91d09f35bb6dc7cd014c5b8376a3f44d177eec7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T20:19:29.351Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-12T20:19:29.660Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-12T20:19:29.976Z] + ls /var/log/sa-host [2022-04-12T20:19:29.976Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-12T20:19:30.265Z] provisioning config files... [2022-04-12T20:19:30.275Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6978760008172987230tmp [Pipeline] { [Pipeline] echo [2022-04-12T20:19:30.330Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T20:19:30.648Z] ---> create-netrc.sh [Pipeline] } [2022-04-12T20:19:30.674Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-12T20:19:31.075Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-12T20:19:31.107Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T20:19:31.424Z] ---> sudo-logs.sh [2022-04-12T20:19:31.424Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-12T20:19:31.502Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T20:19:31.815Z] ---> job-cost.sh [2022-04-12T20:19:31.816Z] lf-activate-venv: SKIPPING [2022-04-12T20:19:31.816Z] DEBUG: total: 0.2199999988079071 [2022-04-12T20:19:31.816Z] INFO: Retrieving Stack Cost... [2022-04-12T20:19:32.386Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-12T20:19:32.956Z] INFO: Archiving Costs [Pipeline] echo [2022-04-12T20:19:32.988Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T20:19:33.306Z] ---> logs-deploy.sh [2022-04-12T20:19:33.306Z] lf-activate-venv: SKIPPING [2022-04-12T20:19:33.306Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3961/1 [2022-04-12T20:19:33.306Z] INFO: archiving workspace using pattern(s): [2022-04-12T20:19:34.246Z] Archives upload complete. [2022-04-12T20:19:34.246Z] INFO: archiving logs to Nexus