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 19:08:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:08:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:08:27 ========================================================= 19:08:27 EdgeX Global Pipelines Version Info 19:08:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:08:28 ------------------- 19:08:28 stable info: 19:08:28 ------------------- 19:08:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:08:28 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 19:08:28 Message: update stable to v1.0.221 19:08:28 ------------------- 19:08:28 experimental info: 19:08:28 ------------------- 19:08:28 Commited By: **** collab-it+edgex@linuxfoundation.org 19:08:28 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 19:08:28 Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:08:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:08:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3961 [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3961 [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3961 [Pipeline] echo 19:08:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 480fafaa97754cc937d54ac6a0d111d7c2ea592d [Pipeline] echo 19:08:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 480fafa [Pipeline] echo 19:08:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:08:30 provisioning config files... 19:08:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1426807501703810121tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:08:30 ---> docker-login.sh 19:08:30 nexus3.edgexfoundry.org:10001 19:08:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:30 Configure a credential helper to remove this warning. See 19:08:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:30 19:08:30 Login Succeeded 19:08:30 nexus3.edgexfoundry.org:10002 19:08:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:31 Configure a credential helper to remove this warning. See 19:08:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:31 19:08:31 Login Succeeded 19:08:31 nexus3.edgexfoundry.org:10003 19:08:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:31 Configure a credential helper to remove this warning. See 19:08:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:31 19:08:31 Login Succeeded 19:08:31 nexus3.edgexfoundry.org:10004 19:08:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:31 Configure a credential helper to remove this warning. See 19:08:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:31 19:08:31 Login Succeeded 19:08:31 docker.io 19:08:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:32 Configure a credential helper to remove this warning. See 19:08:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:32 19:08:32 Login Succeeded 19:08:32 ---> docker-login.sh ends [Pipeline] } 19:08:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:08:32 + 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 19:08:32 + dirname cmd/core-command/Dockerfile 19:08:32 + cut -d/ -f2 19:08:32 + echo core-command,cmd/core-command/Dockerfile 19:08:32 + dirname cmd/core-data/Dockerfile 19:08:32 + cut -d/ -f2 19:08:32 + echo core-data,cmd/core-data/Dockerfile 19:08:32 + cut -d/ -f2 19:08:32 + dirname cmd/core-metadata/Dockerfile 19:08:32 + echo core-metadata,cmd/core-metadata/Dockerfile 19:08:32 + + dirname cmd/security-bootstrapper/Dockerfile 19:08:32 cut -d/ -f2 19:08:32 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:08:32 + dirname cmd/security-proxy-setup/Dockerfile 19:08:32 + cut -d/ -f2 19:08:32 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:08:32 + + cutdirname -d/ cmd/security-secretstore-setup/Dockerfile -f2 19:08:32 19:08:32 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:08:32 + + cut -d/ -f2 19:08:32 dirname cmd/security-spiffe-token-provider/Dockerfile 19:08:32 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:08:32 + dirname cmd/security-spire-agent/Dockerfile 19:08:32 + cut -d/ -f2 19:08:32 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:08:32 + dirname cmd/security-spire-config/Dockerfile 19:08:32 + cut -d/ -f2 19:08:32 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:08:32 + dirname cmd/security-spire-server/Dockerfile 19:08:32 + cut -d/ -f2 19:08:32 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:08:32 + dirname cmd/support-notifications/Dockerfile 19:08:32 + cut -d/ -f2 19:08:32 + echo support-notifications,cmd/support-notifications/Dockerfile 19:08:32 + dirname cmd/support-scheduler/Dockerfile 19:08:32 + cut -d/ -f2 19:08:32 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:08:32 + dirname cmd/sys-mgmt-agent/Dockerfile 19:08:32 + cut -d/ -f2 19:08:32 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:08:32 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 19:08:33 + git rev-list -1 --merges 480fafaa97754cc937d54ac6a0d111d7c2ea592d~1..480fafaa97754cc937d54ac6a0d111d7c2ea592d [Pipeline] echo 19:08:33 -----------> git rev-list -1 --merges 480fafaa97754cc937d54ac6a0d111d7c2ea592d~1..480fafaa97754cc937d54ac6a0d111d7c2ea592d 480fafaa97754cc937d54ac6a0d111d7c2ea592d [false] [Pipeline] sh 19:08:33 + git log --format=format:%s -1 480fafaa97754cc937d54ac6a0d111d7c2ea592d [Pipeline] echo 19:08:33 ========================================================= 19:08:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:08:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:08:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:08:33 + grep -v github /etc/ssh/ssh_known_hosts 19:08:33 + [ -e /tmp/ssh_known_hosts ] 19:08:33 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:08:33 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:08:33 + sudo tee -a /etc/ssh/ssh_known_hosts 19:08:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 19:08:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:08:34 19:08:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:08:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:08:34 latest: Pulling from edgex-devops/git-semver 19:08:34 a0d0a0d46f8b: Pulling fs layer 19:08:34 3e5f54012d9b: Pulling fs layer 19:08:34 4c7163046ea9: Pulling fs layer 19:08:34 0c2d73faf560: Pulling fs layer 19:08:34 0c2d73faf560: Waiting 19:08:34 3e5f54012d9b: Verifying Checksum 19:08:34 3e5f54012d9b: Download complete 19:08:34 a0d0a0d46f8b: Verifying Checksum 19:08:34 a0d0a0d46f8b: Download complete 19:08:34 0c2d73faf560: Verifying Checksum 19:08:34 0c2d73faf560: Download complete 19:08:34 4c7163046ea9: Verifying Checksum 19:08:34 4c7163046ea9: Download complete 19:08:34 a0d0a0d46f8b: Pull complete 19:08:34 3e5f54012d9b: Pull complete 19:08:35 4c7163046ea9: Pull complete 19:08:35 0c2d73faf560: Pull complete 19:08:35 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 19:08:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:08:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:08:35 prd-ubuntu20.04-docker-8c-8g-20711 does not seem to be running inside a container 19:08:35 $ 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 19:08:36 $ docker top 7b0c63e73bcc0ca6219b71c3d3c4f0356a8879960552d6035cf119f720e909c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:08:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:08:36 [ssh-agent] Looking for ssh-agent implementation... 19:08:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:08:36 $ docker exec 7b0c63e73bcc0ca6219b71c3d3c4f0356a8879960552d6035cf119f720e909c7 ssh-agent 19:08:36 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXCBJgLP/agent.15 19:08:36 SSH_AGENT_PID=21 19:08:36 Running ssh-add (command line suppressed) 19:08:37 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4424686052826651522.key (/w/workspace/edgex-go/1@tmp/private_key_4424686052826651522.key) 19:08:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:08:37 + git tag --points-at HEAD [Pipeline] } 19:08:37 $ docker exec --env ******** --env ******** 7b0c63e73bcc0ca6219b71c3d3c4f0356a8879960552d6035cf119f720e909c7 ssh-agent -k 19:08:37 unset SSH_AUTH_SOCK; 19:08:37 unset SSH_AGENT_PID; 19:08:37 echo Agent pid 21 killed; 19:08:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:08:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:08:37 [ssh-agent] Looking for ssh-agent implementation... 19:08:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:08:37 $ docker exec 7b0c63e73bcc0ca6219b71c3d3c4f0356a8879960552d6035cf119f720e909c7 ssh-agent 19:08:37 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXkBfagP/agent.53 19:08:37 SSH_AGENT_PID=60 19:08:37 Running ssh-add (command line suppressed) 19:08:38 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6818226028374572173.key (/w/workspace/edgex-go/1@tmp/private_key_6818226028374572173.key) 19:08:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:08:38 + git semver init 19:08:38 # -> Open(): unable to determine branch for HEAD 19:08:38 # $GIT_DIR = /w/workspace/edgex-go/1/.git 19:08:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 19:08:38 # $SEMVER_REMOTE_NAME = origin 19:08:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:08:38 # $SEMVER_USER_NAME = edgex-jenkins 19:08:38 # $SEMVER_BRANCH = PR-3961 19:08:38 # $SEMVER_TEMP = /tmp/semver-646957509 19:08:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:08:53 # '/tmp/semver-646957509' -> '/w/workspace/edgex-go/1/.semver' 19:08:53 # -> Force: false 19:08:53 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 19:08:53 $ docker exec --env ******** --env ******** 7b0c63e73bcc0ca6219b71c3d3c4f0356a8879960552d6035cf119f720e909c7 ssh-agent -k 19:08:53 unset SSH_AUTH_SOCK; 19:08:53 unset SSH_AGENT_PID; 19:08:53 echo Agent pid 60 killed; 19:08:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:08:53 + git semver [Pipeline] } 19:08:53 $ docker stop --time=1 7b0c63e73bcc0ca6219b71c3d3c4f0356a8879960552d6035cf119f720e909c7 19:08:55 $ docker rm -f 7b0c63e73bcc0ca6219b71c3d3c4f0356a8879960552d6035cf119f720e909c7 [Pipeline] // withDockerContainer [Pipeline] sh 19:08:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:08:56 Stashed 1 file(s) [Pipeline] echo 19:08:56 [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 19:08:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:08:57 ========================================================= 19:08:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 19:08:57 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:08:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:08:57 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 19:08:57 59bf1c3509f3: Pulling fs layer 19:08:57 666ba61612fd: Pulling fs layer 19:08:57 8ed8ca486205: Pulling fs layer 19:08:57 4fe6c5a15a65: Pulling fs layer 19:08:57 22a0e8bec74d: Pulling fs layer 19:08:57 640e595b4fbd: Pulling fs layer 19:08:57 763cafe07f6e: Pulling fs layer 19:08:57 0c0b528cf693: Pulling fs layer 19:08:57 10935f4eaf8b: Pulling fs layer 19:08:57 640e595b4fbd: Waiting 19:08:57 4fe6c5a15a65: Waiting 19:08:57 763cafe07f6e: Waiting 19:08:57 22a0e8bec74d: Waiting 19:08:57 0c0b528cf693: Waiting 19:08:57 8ed8ca486205: Download complete 19:08:57 666ba61612fd: Verifying Checksum 19:08:57 666ba61612fd: Download complete 19:08:57 22a0e8bec74d: Verifying Checksum 19:08:57 22a0e8bec74d: Download complete 19:08:57 640e595b4fbd: Verifying Checksum 19:08:57 640e595b4fbd: Download complete 19:08:57 59bf1c3509f3: Verifying Checksum 19:08:57 59bf1c3509f3: Download complete 19:08:57 763cafe07f6e: Verifying Checksum 19:08:57 763cafe07f6e: Download complete 19:08:57 0c0b528cf693: Verifying Checksum 19:08:57 0c0b528cf693: Download complete 19:08:57 59bf1c3509f3: Pull complete 19:08:57 666ba61612fd: Pull complete 19:08:58 8ed8ca486205: Pull complete 19:08:58 10935f4eaf8b: Verifying Checksum 19:08:58 10935f4eaf8b: Download complete 19:08:58 4fe6c5a15a65: Verifying Checksum 19:08:58 4fe6c5a15a65: Download complete 19:09:02 4fe6c5a15a65: Pull complete 19:09:02 22a0e8bec74d: Pull complete 19:09:02 640e595b4fbd: Pull complete 19:09:02 763cafe07f6e: Pull complete 19:09:02 0c0b528cf693: Pull complete 19:09:05 10935f4eaf8b: Pull complete 19:09:05 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 19:09:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:09:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:09:05 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:09:05 WORKDIR /edgex 19:09:05 COPY go.mod . 19:09:05 RUN go mod download 19:09:05 + docker build -t ci-base-image-x86_64 -f - . 19:09:07 Sending build context to Docker daemon 334.8MB 19:09:07 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:09:07 ---> 99d49a6021b9 19:09:07 Step 2/4 : WORKDIR /edgex 19:09:11 ---> Running in 10d3fd8b04d6 19:09:11 Removing intermediate container 10d3fd8b04d6 19:09:11 ---> 10f591f7713b 19:09:11 Step 3/4 : COPY go.mod . 19:09:11 ---> 07350b777686 19:09:11 Step 4/4 : RUN go mod download 19:09:11 ---> Running in 3865aa4e83d7 19:09:12 Still waiting to schedule task 19:09:12 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 19:09:26 Removing intermediate container 3865aa4e83d7 19:09:26 ---> 24a8cc8c5b72 19:09:26 Successfully built 24a8cc8c5b72 19:09:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:09:26 + docker inspect -f . ci-base-image-x86_64 19:09:26 . [Pipeline] withDockerContainer 19:09:26 prd-ubuntu20.04-docker-8c-8g-20711 does not seem to be running inside a container 19:09:26 $ 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 19:09:27 $ docker top 1b8c09408eba387bd8e3c50a80b05790536b06016a9985ef241084a17d68abbd -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:27 + go version 19:09:27 go version go1.17.6 linux/amd64 [Pipeline] } 19:09:27 $ docker stop --time=1 1b8c09408eba387bd8e3c50a80b05790536b06016a9985ef241084a17d68abbd 19:09:29 $ docker rm -f 1b8c09408eba387bd8e3c50a80b05790536b06016a9985ef241084a17d68abbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:09:29 + docker inspect -f . ci-base-image-x86_64 19:09:29 . [Pipeline] withDockerContainer 19:09:29 prd-ubuntu20.04-docker-8c-8g-20711 does not seem to be running inside a container 19:09:29 $ 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 19:09:30 $ docker top 523397ff42fc140716fdbd50c0de91f038ac97eaf468eda61259e42e92d18239 -eo pid,comm [Pipeline] { [Pipeline] echo 19:09:30 ========================================================= 19:09:30 [edgeXBuildGoParallel] Running Tests and Build... 19:09:30 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:09:30 + make test 19:09:30 go mod tidy -compat=1.17 19:09:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:09:37 ? github.com/edgexfoundry/edgex-go [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:09:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.109s coverage: 28.7% of statements 19:09:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:09:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:09:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.114s coverage: 98.5% of statements 19:09:50 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:09:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.107s coverage: 54.9% of statements 19:09:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:09:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.440s coverage: 89.2% of statements 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.117s coverage: 84.4% of statements 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.401s coverage: 95.4% of statements 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/io 0.066s coverage: 72.2% of statements 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.070s coverage: 60.0% of statements 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.057s coverage: 0.9% of statements 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.083s coverage: 58.8% of statements 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.092s coverage: 24.0% of statements 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 19:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements 19:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 19:10:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.192s coverage: 82.5% of statements 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 65.1% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 58.8% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.0% of statements 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.056s coverage: 87.2% of statements 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 85.4% of statements 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.140s coverage: 91.2% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 64.4% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.330s coverage: 65.4% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.164s coverage: 43.8% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.057s coverage: 84.8% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.068s coverage: 17.7% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.162s coverage: 92.3% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.049s coverage: 63.2% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.102s coverage: 97.7% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:10:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 19:10:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements 19:10:15 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 19:10:33 GO111MODULE=on go vet ./... 19:10:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:10:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:10:38 ./bin/test-attribution-txt.sh [Pipeline] echo 19:10:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:10:39 + ls -al . 19:10:39 total 668 19:10:39 drwxrwxr-x 10 1001 1001 4096 Apr 12 19:10 . 19:10:39 drwxr-xr-x 4 root root 4096 Apr 12 19:09 .. 19:10:39 -rw-rw-r-- 1 1001 1001 11 Apr 12 19:08 .dockerignore 19:10:39 drwxrwxr-x 8 1001 1001 4096 Apr 12 19:08 .git 19:10:39 drwxrwxr-x 3 1001 1001 4096 Apr 12 19:08 .github 19:10:39 -rw-rw-r-- 1 1001 1001 879 Apr 12 19:08 .gitignore 19:10:39 -rw-rw-r-- 1 1001 1001 42 Apr 12 19:08 .golangci.yml 19:10:39 -rw-rw-r-- 1 1001 1001 87 Apr 12 19:08 .hadolint.yml 19:10:39 drwx------ 3 1001 1001 4096 Apr 12 19:08 .semver 19:10:39 -rw-rw-r-- 1 1001 1001 166 Apr 12 19:08 .sonarcloud.properties 19:10:39 -rw-rw-r-- 1 1001 1001 1171 Apr 12 19:08 ADOPTERS.md 19:10:39 -rw-rw-r-- 1 1001 1001 9953 Apr 12 19:08 Attribution.txt 19:10:39 -rw-rw-r-- 1 1001 1001 51732 Apr 12 19:08 CHANGELOG.md 19:10:39 -rw-rw-r-- 1 1001 1001 3804 Apr 12 19:08 CONTRIBUTING.md 19:10:39 -rw-rw-r-- 1 1001 1001 677 Apr 12 19:08 GOVERNANCE.md 19:10:39 -rw-rw-r-- 1 1001 1001 850 Apr 12 19:08 Jenkinsfile 19:10:39 -rw-rw-r-- 1 1001 1001 10775 Apr 12 19:08 LICENSE 19:10:39 -rw-rw-r-- 1 1001 1001 8478 Apr 12 19:08 Makefile 19:10:39 -rw-rw-r-- 1 1001 1001 582 Apr 12 19:08 OWNERS.md 19:10:39 -rw-rw-r-- 1 1001 1001 8207 Apr 12 19:08 README.md 19:10:39 -rw-rw-r-- 1 1001 1001 6912 Apr 12 19:08 SECURITY.md 19:10:39 -rw-rw-r-- 1 1001 1001 5 Apr 12 19:08 VERSION 19:10:39 -rw-rw-r-- 1 1001 1001 4131 Apr 12 19:08 ZMQWindows.md 19:10:39 drwxrwxr-x 2 1001 1001 4096 Apr 12 19:08 bin 19:10:39 drwxrwxr-x 18 1001 1001 4096 Apr 12 19:08 cmd 19:10:39 -rw-r--r-- 1 root root 432619 Apr 12 19:10 coverage.out 19:10:39 -rw-rw-r-- 1 1001 1001 3175 Apr 12 19:08 go.mod 19:10:39 -rw-rw-r-- 1 1001 1001 34990 Apr 12 19:09 go.sum 19:10:39 drwxrwxr-x 8 1001 1001 4096 Apr 12 19:08 internal 19:10:39 drwxrwxr-x 3 1001 1001 4096 Apr 12 19:08 openapi 19:10:39 drwxrwxr-x 4 1001 1001 4096 Apr 12 19:08 snap 19:10:39 -rw-rw-r-- 1 1001 1001 204 Apr 12 19:08 version.go [Pipeline] sh 19:10:39 + '[' -e coverage.out ] 19:10:39 + chown 1001:1001 coverage.out [Pipeline] stash 19:10:39 Stashed 1 file(s) [Pipeline] sh 19:10:39 + make build 19:10:39 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 19:10:57 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 19:11:07 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 19:11:07 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 19:11:09 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 19:11:09 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 19:11:10 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 19:11:11 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 19:11:12 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 19:11:14 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 19:11:15 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 19:11:16 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 19:11:18 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] } 19:11:18 $ docker stop --time=1 523397ff42fc140716fdbd50c0de91f038ac97eaf468eda61259e42e92d18239 19:11:21 $ docker rm -f 523397ff42fc140716fdbd50c0de91f038ac97eaf468eda61259e42e92d18239 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:23 19:11:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:11:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:23 latest: Pulling from edgex-devops/edgex-compose 19:11:23 cbdbe7a5bc2a: Pulling fs layer 19:11:23 ca9280d653b3: Pulling fs layer 19:11:23 7e9c9ca2126c: Pulling fs layer 19:11:23 cbdbe7a5bc2a: Verifying Checksum 19:11:23 cbdbe7a5bc2a: Download complete 19:11:24 ca9280d653b3: Verifying Checksum 19:11:24 ca9280d653b3: Download complete 19:11:24 cbdbe7a5bc2a: Pull complete 19:11:24 7e9c9ca2126c: Download complete 19:11:24 ca9280d653b3: Pull complete 19:11:28 7e9c9ca2126c: Pull complete 19:11:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:11:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:11:28 prd-ubuntu20.04-docker-8c-8g-20711 does not seem to be running inside a container 19:11:28 $ 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 19:11:29 $ docker top fac1b650d6533ee3fa7106569b925ce30f927b05bbdaeccf08ef2af177f8159d -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:30 + docker-compose build --help 19:11:30 + grep parallel 19:11:30 --parallel Build images in parallel. [Pipeline] } 19:11:30 $ docker stop --time=1 fac1b650d6533ee3fa7106569b925ce30f927b05bbdaeccf08ef2af177f8159d 19:11:32 $ docker rm -f fac1b650d6533ee3fa7106569b925ce30f927b05bbdaeccf08ef2af177f8159d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:32 . [Pipeline] withDockerContainer 19:11:32 prd-ubuntu20.04-docker-8c-8g-20711 does not seem to be running inside a container 19:11:32 $ 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 19:11:33 Running on prd-ubuntu20.04-docker-arm64-4c-16g-20713 in /w/workspace/edgexfoundry_edgex-go_PR-3961 19:11:33 $ docker top ade69cfc7abb4c291df9a2484debbba189504d4de9f644936d820903d8f47567 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 19:11:33 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:11:33 + docker-compose -f ./docker-compose-build.yml build --parallel 19:11:33 The recommended git tool is: git 19:11:34 Building core-command ... 19:11:34 Building core-data ... 19:11:34 Building core-metadata ... 19:11:34 Building security-bootstrapper ... 19:11:34 Building security-proxy-setup ... 19:11:34 Building security-secretstore-setup ... 19:11:34 Building security-spiffe-token-provider ... 19:11:34 Building security-spire-agent ... 19:11:34 Building security-spire-config ... 19:11:34 Building security-spire-server ... 19:11:34 Building support-notifications ... 19:11:34 Building support-scheduler ... 19:11:34 Building sys-mgmt-agent ... 19:11:34 Building security-spire-config 19:11:34 Building security-proxy-setup 19:11:34 Building support-scheduler 19:11:34 Building support-notifications 19:11:34 Building security-spire-server 19:11:41 using credential edgex-jenkins-ssh 19:11:41 Cloning the remote Git repository 19:11:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:11:41 > git init /w/workspace/edgex-go/1 # timeout=10 19:11:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:11:41 > git --version # timeout=10 19:11:41 > git --version # 'git version 2.25.1' 19:11:41 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:11:52 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:11:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:11:52 ---> 24a8cc8c5b72 19:11:52 Step 3/26 : WORKDIR /edgex-go 19:11:52 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:11:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:11:52 ---> 24a8cc8c5b72 19:11:52 Step 3/22 : WORKDIR /edgex-go 19:11:52 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:11:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:11:52 ---> 24a8cc8c5b72 19:11:52 Step 3/22 : WORKDIR /edgex-go 19:11:52 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:11:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:11:52 ---> 24a8cc8c5b72 19:11:52 Step 3/22 : WORKDIR /edgex-go 19:11:52 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:11:52 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:11:52 ---> 24a8cc8c5b72 19:11:52 Step 3/25 : WORKDIR /edgex-go 19:11:57 ---> Running in 5abae16dea93 19:11:57 ---> Running in f9693b2edbba 19:11:57 ---> Running in 3db4d4d3e957 19:11:57 ---> Running in f934e0536d0c 19:11:57 ---> Running in e7b2db3782eb 19:11:57 Removing intermediate container f9693b2edbba 19:11:57 ---> a9ae2bba4cbf 19:11:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:57 Removing intermediate container 5abae16dea93 19:11:57 ---> c3fa0a595ffa 19:11:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:57 Removing intermediate container 3db4d4d3e957 19:11:57 ---> d1b2b58a11e6 19:11:57 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:57 Removing intermediate container e7b2db3782eb 19:11:57 ---> aaae0d9b9b08 19:11:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:57 Removing intermediate container f934e0536d0c 19:11:57 ---> 0a7785c5be71 19:11:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:57 ---> Running in f5acb9878f03 19:11:57 ---> Running in e7dfa742b73c 19:11:57 ---> Running in c1ae21bb07de 19:11:57 ---> Running in 7c17a57bf396 19:11:57 ---> Running in 75684beb431d 19:11:58 Removing intermediate container f5acb9878f03 19:11:58 ---> 586f1235d8df 19:11:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:11:58 Removing intermediate container e7dfa742b73c 19:11:58 ---> 82d31632a953 19:11:58 Step 5/22 : RUN apk add --update --no-cache make git 19:11:58 ---> Running in 103fa4184c90 19:11:58 ---> Running in 180ab23b83b0 19:11:58 Merging remotes/origin/main commit ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 into PR head commit 480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:11:58 Removing intermediate container c1ae21bb07de 19:11:58 ---> 0cb8dc8fd448 19:11:58 Step 5/22 : RUN apk add --update --no-cache make git 19:11:58 ---> Running in 269e7e848496 19:11:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:11:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:11:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:11:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:11:58 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:58 > 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 19:11:58 > git config core.sparsecheckout # timeout=10 19:11:59 Removing intermediate container 7c17a57bf396 19:11:59 ---> 789f3f36f532 19:11:59 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:11:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:59 Removing intermediate container 75684beb431d 19:11:59 ---> d7ce6657d427 19:11:59 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:11:59 Merge succeeded, producing 480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:11:59 Checking out Revision 480fafaa97754cc937d54ac6a0d111d7c2ea592d (PR-3961) 19:11:59 ---> Running in 860ffaae5d67 19:11:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:59 ---> Running in 7850368abdd2 19:11:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:00 OK: 221 MiB in 52 packages 19:12:00 OK: 221 MiB in 52 packages 19:12:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:00 OK: 221 MiB in 52 packages 19:12:00 Removing intermediate container 180ab23b83b0 19:12:00 ---> bd4b9622816d 19:12:00 Step 6/22 : COPY go.mod vendor* ./ 19:12:00 OK: 221 MiB in 52 packages 19:12:00 OK: 221 MiB in 52 packages 19:12:00 ---> 7ea0d4e20c67 19:12:00 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:58 > git checkout -f 480fafaa97754cc937d54ac6a0d111d7c2ea592d # timeout=10 19:11:59 > git remote # timeout=10 19:11:59 > git config --get remote.origin.url # timeout=10 19:11:59 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:59 > git merge ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 # timeout=10 19:11:59 > git rev-parse HEAD^{commit} # timeout=10 19:11:59 > git config core.sparsecheckout # timeout=10 19:11:59 > git checkout -f 480fafaa97754cc937d54ac6a0d111d7c2ea592d # timeout=10 19:12:01 Removing intermediate container 103fa4184c90 19:12:01 ---> 8e3b564b081f 19:12:01 Step 6/22 : COPY go.mod vendor* ./ 19:12:01 Removing intermediate container 269e7e848496 19:12:01 ---> 99bf5d563d3b 19:12:01 Step 6/22 : COPY go.mod vendor* ./ 19:12:01 ---> Running in b575ff5008ff 19:12:01 ---> 843c1c184208 19:12:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:01 ---> 4e8ad23a804c 19:12:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:01 Removing intermediate container 860ffaae5d67 19:12:01 ---> 3bae3dd997c3 19:12:01 Step 6/25 : COPY go.mod vendor* ./ 19:12:02 ---> Running in 8a6c5b600816 19:12:02 Removing intermediate container 7850368abdd2 19:12:02 ---> 0625f04cec72 19:12:02 Step 6/26 : COPY go.mod vendor* ./ 19:12:02 ---> Running in ac4dd1f39482 19:12:02 ---> 8c248bf2e001 19:12:02 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:02 ---> c3d40e6d7a77 19:12:02 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:02 ---> Running in 6b74f60d3357 19:12:02 ---> Running in 75eb28b4de6d 19:12:02 Removing intermediate container b575ff5008ff 19:12:02 ---> 256d37e4354c 19:12:02 Step 8/22 : COPY . . 19:12:03 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" 19:12:03 > git --version # timeout=10 19:12:03 > git --version # 'git version 2.25.1' 19:12:03 fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:12:04 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:12:04 % Total % Received % Xferd Average Speed Time Time Time Current 19:12:04 Dload Upload Total Spent Left Speed 19:12:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 226k 0 --:--:-- --:--:-- --:--:-- 226k [Pipeline] sh 19:12:05 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:12:05 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:12:05 + sudo tee /etc/docker/daemon.new 19:12:05 { 19:12:05 "registry-mirrors": [ 19:12:05 "https://nexus3.edgexfoundry.org:10001" 19:12:05 ], 19:12:05 "bip": "10.250.0.254/24", 19:12:05 "hosts": [ 19:12:05 "tcp://0.0.0.0:5555", 19:12:05 "unix:///var/run/docker.sock" 19:12:05 ], 19:12:05 "mtu": 1458, 19:12:05 "selinux-enabled": true, 19:12:05 "seccomp-profile": "/etc/docker/seccomp.json" 19:12:05 } [Pipeline] sh 19:12:06 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:12:06 + sudo service docker restart 19:12:07 Removing intermediate container ac4dd1f39482 19:12:07 ---> df9d66481aab 19:12:07 Step 8/22 : COPY . . 19:12:07 Removing intermediate container 8a6c5b600816 19:12:07 ---> dd7a6f52b710 19:12:07 Step 8/22 : COPY . . 19:12:07 ---> b14a5022e86f 19:12:07 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:12:12 Removing intermediate container 6b74f60d3357 19:12:12 ---> 96c88e38ef9d 19:12:12 Step 8/25 : COPY . . 19:12:17 Removing intermediate container 75eb28b4de6d 19:12:17 ---> 7b57b32b82a7 19:12:17 Step 8/26 : COPY . . 19:12:17 ---> Running in 9d7f4d6a520d 19:12:17 ---> 215d71d72a13 19:12:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:12:17 ---> 77016fc6f4c9 19:12:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:12:17 ---> 8f56c34c812e 19:12:17 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:12:17 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 19:12:19 ---> Running in 7bd5368f75f8 19:12:19 ---> Running in 7a2c06df2863 19:12:19 ---> Running in 1f5374d657ab 19:12:19 Removing intermediate container 7a2c06df2863 19:12:19 ---> 7f14a8ad266f 19:12:19 Step 10/25 : RUN mkdir -p spire-build 19:12:19 ---> Running in ea131048792f 19:12:19 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 19:12:19 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 19:12:21 Removing intermediate container ea131048792f 19:12:21 ---> dbb2788524f9 19:12:21 Step 11/25 : WORKDIR /edgex-go/spire-build 19:12:21 ---> Running in a4bc088710fd 19:12:22 Removing intermediate container a4bc088710fd 19:12:22 ---> 2f5b22580a6c 19:12:22 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 19:12:22 ---> Running in 617fc2b07e0d 19:12:23 ---> 36b9bba12a65 19:12:23 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:12:23 ---> Running in b5fc949d6d3d 19:12:23 Removing intermediate container b5fc949d6d3d 19:12:23 ---> 34f952f5238a 19:12:23 Step 10/26 : RUN mkdir -p spire-build 19:12:23 ---> Running in 31f47557bb5b 19:12:23 spire-1.2.1/ 19:12:23 spire-1.2.1/.data/ 19:12:23 spire-1.2.1/.data/.file 19:12:23 spire-1.2.1/.dockerignore 19:12:23 spire-1.2.1/.gitattributes 19:12:23 spire-1.2.1/.githooks/ 19:12:23 spire-1.2.1/.githooks/pre-commit 19:12:23 spire-1.2.1/.github/ 19:12:23 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:12:23 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:12:23 spire-1.2.1/.github/dependabot.yml 19:12:23 spire-1.2.1/.github/workflows/ 19:12:23 spire-1.2.1/.github/workflows/nightly_build.yaml 19:12:23 spire-1.2.1/.github/workflows/pr_build.yaml 19:12:23 spire-1.2.1/.github/workflows/release_build.yaml 19:12:23 spire-1.2.1/.github/workflows/scripts/ 19:12:23 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:12:23 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:12:23 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:12:23 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:12:23 spire-1.2.1/.github/workflows/scripts/split.sh 19:12:23 spire-1.2.1/.gitignore 19:12:23 spire-1.2.1/.go-version 19:12:23 spire-1.2.1/.golangci.yml 19:12:23 spire-1.2.1/ADOPTERS.md 19:12:23 spire-1.2.1/CHANGELOG.md 19:12:23 spire-1.2.1/CODE-OF-CONDUCT.md 19:12:23 spire-1.2.1/CODEOWNERS 19:12:23 spire-1.2.1/CONTRIBUTING.md 19:12:23 spire-1.2.1/Dockerfile 19:12:23 spire-1.2.1/Dockerfile.dev 19:12:23 spire-1.2.1/Dockerfile.scratch 19:12:23 spire-1.2.1/LICENSE 19:12:23 spire-1.2.1/MAINTAINERS.md 19:12:23 spire-1.2.1/Makefile 19:12:23 spire-1.2.1/README.md 19:12:23 spire-1.2.1/ROADMAP.md 19:12:23 spire-1.2.1/SECURITY.md 19:12:23 spire-1.2.1/cmd/ 19:12:23 spire-1.2.1/cmd/spire-agent/ 19:12:23 spire-1.2.1/cmd/spire-agent/cli/ 19:12:23 spire-1.2.1/cmd/spire-agent/cli/api/ 19:12:23 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:12:23 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:12:23 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:12:23 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:12:23 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:12:23 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:12:23 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:12:23 spire-1.2.1/cmd/spire-agent/cli/common/ 19:12:23 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:12:23 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:12:23 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:12:23 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:12:23 spire-1.2.1/cmd/spire-agent/cli/run/ 19:12:23 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:12:23 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:12:23 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:12:23 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:12:23 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:12:23 spire-1.2.1/cmd/spire-agent/main.go 19:12:23 spire-1.2.1/cmd/spire-server/ 19:12:23 spire-1.2.1/cmd/spire-server/cli/ 19:12:23 spire-1.2.1/cmd/spire-server/cli/agent/ 19:12:23 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:12:23 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/cli.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/entry/ 19:12:23 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/federation/ 19:12:23 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:12:23 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:12:23 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/run/ 19:12:23 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/token/ 19:12:23 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/validate/ 19:12:23 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/x509/ 19:12:23 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:12:23 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:12:23 spire-1.2.1/cmd/spire-server/main.go 19:12:23 spire-1.2.1/cmd/spire-server/util/ 19:12:23 spire-1.2.1/cmd/spire-server/util/util.go 19:12:23 spire-1.2.1/conf/ 19:12:23 spire-1.2.1/conf/agent/ 19:12:23 spire-1.2.1/conf/agent/agent.conf 19:12:23 spire-1.2.1/conf/agent/agent_full.conf 19:12:23 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:12:23 spire-1.2.1/conf/server/ 19:12:23 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:12:23 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:12:23 spire-1.2.1/conf/server/server.conf 19:12:23 spire-1.2.1/conf/server/server_full.conf 19:12:23 spire-1.2.1/doc/ 19:12:23 spire-1.2.1/doc/SPIRE101.md 19:12:23 spire-1.2.1/doc/auditlog.md 19:12:23 spire-1.2.1/doc/authorization_policy_engine.md 19:12:23 spire-1.2.1/doc/changelog_guidelines.md 19:12:23 spire-1.2.1/doc/cure53-report.pdf 19:12:23 spire-1.2.1/doc/images/ 19:12:23 spire-1.2.1/doc/images/2019_roadmap.png 19:12:23 spire-1.2.1/doc/images/SPIRE101.png 19:12:23 spire-1.2.1/doc/images/SPIRE_agent.png 19:12:23 spire-1.2.1/doc/images/SPIRE_server.png 19:12:23 spire-1.2.1/doc/images/cache_mgr.png 19:12:23 spire-1.2.1/doc/images/cache_mgr_components.png 19:12:23 spire-1.2.1/doc/images/federated_spire.png 19:12:23 spire-1.2.1/doc/images/ha_mode.png 19:12:23 spire-1.2.1/doc/images/nested_spire.png 19:12:23 spire-1.2.1/doc/images/oidc_federation.png 19:12:23 spire-1.2.1/doc/images/single_trust_domain.png 19:12:23 spire-1.2.1/doc/images/spiffe_compatible.png 19:12:23 spire-1.2.1/doc/images/spire_logo.png 19:12:23 spire-1.2.1/doc/migrating_registration_api_clients.md 19:12:23 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:12:23 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:12:23 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:12:23 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:12:23 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:12:23 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:12:23 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:12:23 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:12:23 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:12:23 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:12:23 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:12:23 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:12:23 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:12:23 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:12:23 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:12:23 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:12:23 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:12:23 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:12:23 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:12:23 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:12:23 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:12:23 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:12:23 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:12:23 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:12:23 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:12:23 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:12:23 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:12:23 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:12:23 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:12:23 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:12:23 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:12:23 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:12:23 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:12:23 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:12:23 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:12:23 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:12:23 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:12:23 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:12:23 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:12:23 spire-1.2.1/doc/scaling_spire.md 19:12:23 spire-1.2.1/doc/spire_agent.md 19:12:23 spire-1.2.1/doc/spire_server.md 19:12:23 spire-1.2.1/doc/supported_integrations.md 19:12:23 spire-1.2.1/doc/telemetry.md 19:12:23 spire-1.2.1/doc/telemetry_config.md 19:12:23 spire-1.2.1/doc/upgrading.md 19:12:23 spire-1.2.1/doc/using_spire.md 19:12:23 spire-1.2.1/examples/ 19:12:23 spire-1.2.1/examples/README.md 19:12:23 spire-1.2.1/go.mod 19:12:23 spire-1.2.1/go.sum 19:12:23 spire-1.2.1/pkg/ 19:12:23 spire-1.2.1/pkg/agent/ 19:12:23 spire-1.2.1/pkg/agent/agent.go 19:12:23 spire-1.2.1/pkg/agent/api/ 19:12:23 spire-1.2.1/pkg/agent/api/config.go 19:12:23 spire-1.2.1/pkg/agent/api/debug/ 19:12:23 spire-1.2.1/pkg/agent/api/debug/v1/ 19:12:23 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:12:23 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:12:23 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:12:23 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:12:23 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:12:23 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:12:23 spire-1.2.1/pkg/agent/api/endpoints.go 19:12:23 spire-1.2.1/pkg/agent/api/health/ 19:12:23 spire-1.2.1/pkg/agent/api/health/v1/ 19:12:23 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:12:23 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:12:23 spire-1.2.1/pkg/agent/api/rpccontext/ 19:12:23 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:12:23 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:12:23 spire-1.2.1/pkg/agent/attestor/ 19:12:23 spire-1.2.1/pkg/agent/attestor/node/ 19:12:23 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:12:23 spire-1.2.1/pkg/agent/attestor/node/node.go 19:12:23 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:12:23 spire-1.2.1/pkg/agent/attestor/workload/ 19:12:23 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:12:23 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:12:23 spire-1.2.1/pkg/agent/catalog/ 19:12:23 spire-1.2.1/pkg/agent/catalog/catalog.go 19:12:23 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:12:23 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:12:23 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:12:23 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:12:23 spire-1.2.1/pkg/agent/client/ 19:12:23 spire-1.2.1/pkg/agent/client/client.go 19:12:23 spire-1.2.1/pkg/agent/client/client_test.go 19:12:23 spire-1.2.1/pkg/agent/client/dial.go 19:12:23 spire-1.2.1/pkg/agent/client/nodeconn.go 19:12:23 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:12:23 spire-1.2.1/pkg/agent/client/update.go 19:12:23 spire-1.2.1/pkg/agent/client/util.go 19:12:23 spire-1.2.1/pkg/agent/common/ 19:12:23 spire-1.2.1/pkg/agent/common/backoff/ 19:12:23 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:12:23 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:12:23 spire-1.2.1/pkg/agent/common/cgroups/ 19:12:23 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:12:23 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:12:23 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:12:23 spire-1.2.1/pkg/agent/config.go 19:12:23 spire-1.2.1/pkg/agent/endpoints/ 19:12:23 spire-1.2.1/pkg/agent/endpoints/config.go 19:12:23 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:12:23 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:12:23 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:12:23 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:12:23 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:12:23 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:12:23 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:12:23 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:12:23 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:12:23 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:12:23 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:12:23 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:12:23 spire-1.2.1/pkg/agent/endpoints/workload/ 19:12:23 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:12:23 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:12:23 spire-1.2.1/pkg/agent/manager/ 19:12:23 spire-1.2.1/pkg/agent/manager/cache/ 19:12:23 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:12:23 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:12:23 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:12:23 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:12:23 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:12:23 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:12:23 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:12:23 spire-1.2.1/pkg/agent/manager/config.go 19:12:23 spire-1.2.1/pkg/agent/manager/manager.go 19:12:23 spire-1.2.1/pkg/agent/manager/manager_test.go 19:12:23 spire-1.2.1/pkg/agent/manager/storage.go 19:12:23 spire-1.2.1/pkg/agent/manager/storage_test.go 19:12:23 spire-1.2.1/pkg/agent/manager/storecache/ 19:12:23 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:12:23 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:12:23 spire-1.2.1/pkg/agent/manager/sync.go 19:12:23 spire-1.2.1/pkg/agent/plugin/ 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:12:23 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:12:23 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:12:23 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:12:23 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:12:23 spire-1.2.1/pkg/agent/svid/ 19:12:23 spire-1.2.1/pkg/agent/svid/rotator.go 19:12:23 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:12:23 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:12:23 spire-1.2.1/pkg/agent/svid/store/ 19:12:23 spire-1.2.1/pkg/agent/svid/store/service.go 19:12:23 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:12:23 spire-1.2.1/pkg/common/ 19:12:23 spire-1.2.1/pkg/common/agentpathtemplate/ 19:12:23 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:12:23 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:12:23 spire-1.2.1/pkg/common/api/ 19:12:23 spire-1.2.1/pkg/common/api/metrics.go 19:12:23 spire-1.2.1/pkg/common/api/middleware/ 19:12:23 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:12:23 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:12:23 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:12:23 spire-1.2.1/pkg/common/api/middleware/logger.go 19:12:23 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:12:23 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:12:23 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:12:23 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:12:23 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:12:23 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:12:23 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:12:23 spire-1.2.1/pkg/common/api/middleware/names.go 19:12:23 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:12:23 spire-1.2.1/pkg/common/api/names.go 19:12:23 spire-1.2.1/pkg/common/api/ratelimit.go 19:12:23 spire-1.2.1/pkg/common/api/rpccontext/ 19:12:23 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:12:23 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:12:23 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:12:23 spire-1.2.1/pkg/common/auth/ 19:12:23 spire-1.2.1/pkg/common/auth/interceptors.go 19:12:23 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:12:23 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:12:23 spire-1.2.1/pkg/common/bundleutil/ 19:12:23 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:12:23 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:12:23 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:12:23 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:12:23 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:12:23 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:12:23 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:12:23 spire-1.2.1/pkg/common/bundleutil/types.go 19:12:23 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:12:23 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:12:23 spire-1.2.1/pkg/common/catalog/ 19:12:23 spire-1.2.1/pkg/common/catalog/bind.go 19:12:23 spire-1.2.1/pkg/common/catalog/builtin.go 19:12:23 spire-1.2.1/pkg/common/catalog/catalog.go 19:12:23 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:12:23 spire-1.2.1/pkg/common/catalog/closers.go 19:12:23 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:12:23 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:12:23 spire-1.2.1/pkg/common/catalog/config.go 19:12:23 spire-1.2.1/pkg/common/catalog/config_test.go 19:12:23 spire-1.2.1/pkg/common/catalog/configure.go 19:12:23 spire-1.2.1/pkg/common/catalog/constraints.go 19:12:23 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:12:23 spire-1.2.1/pkg/common/catalog/context.go 19:12:23 spire-1.2.1/pkg/common/catalog/external.go 19:12:23 spire-1.2.1/pkg/common/catalog/host.go 19:12:23 spire-1.2.1/pkg/common/catalog/pipenet.go 19:12:23 spire-1.2.1/pkg/common/catalog/plugin.go 19:12:23 spire-1.2.1/pkg/common/catalog/testplugin/ 19:12:23 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:12:23 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:12:23 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:12:23 spire-1.2.1/pkg/common/cli/ 19:12:23 spire-1.2.1/pkg/common/cli/env.go 19:12:23 spire-1.2.1/pkg/common/cli/flags.go 19:12:23 spire-1.2.1/pkg/common/cli/trust_domain.go 19:12:23 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:12:23 spire-1.2.1/pkg/common/cli/umask.go 19:12:23 spire-1.2.1/pkg/common/cli/umask_posix.go 19:12:23 spire-1.2.1/pkg/common/cli/umask_test.go 19:12:23 spire-1.2.1/pkg/common/cli/umask_windows.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/ 19:12:23 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/flag.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/format.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/ 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:12:23 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:12:23 spire-1.2.1/pkg/common/coretypes/ 19:12:23 spire-1.2.1/pkg/common/coretypes/bundle/ 19:12:23 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:12:23 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:12:23 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:12:23 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:12:23 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:12:23 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:12:23 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:12:23 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:12:23 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:12:23 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:12:23 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:12:23 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:12:23 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:12:23 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:12:23 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:12:23 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:12:23 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:12:23 spire-1.2.1/pkg/common/cryptoutil/ 19:12:23 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:12:23 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:12:23 spire-1.2.1/pkg/common/diskutil/ 19:12:23 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:12:23 spire-1.2.1/pkg/common/diskutil/file_test.go 19:12:23 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:12:23 spire-1.2.1/pkg/common/errorutil/ 19:12:23 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:12:23 spire-1.2.1/pkg/common/health/ 19:12:23 spire-1.2.1/pkg/common/health/config.go 19:12:23 spire-1.2.1/pkg/common/health/context.go 19:12:23 spire-1.2.1/pkg/common/health/context_test.go 19:12:23 spire-1.2.1/pkg/common/health/health.go 19:12:23 spire-1.2.1/pkg/common/health/health_test.go 19:12:23 spire-1.2.1/pkg/common/health/logger.go 19:12:23 spire-1.2.1/pkg/common/hostservice/ 19:12:23 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:12:23 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:12:23 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:12:23 spire-1.2.1/pkg/common/idutil/ 19:12:23 spire-1.2.1/pkg/common/idutil/require.go 19:12:23 spire-1.2.1/pkg/common/idutil/require_test.go 19:12:23 spire-1.2.1/pkg/common/idutil/safety.go 19:12:23 spire-1.2.1/pkg/common/idutil/safety_test.go 19:12:23 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:12:23 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:12:23 spire-1.2.1/pkg/common/jwtsvid/ 19:12:23 spire-1.2.1/pkg/common/jwtsvid/common.go 19:12:23 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:12:23 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:12:23 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:12:23 spire-1.2.1/pkg/common/jwtutil/ 19:12:23 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:12:23 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:12:23 spire-1.2.1/pkg/common/log/ 19:12:23 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:12:23 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:12:23 spire-1.2.1/pkg/common/log/log.go 19:12:23 spire-1.2.1/pkg/common/log/log_test.go 19:12:23 spire-1.2.1/pkg/common/log/options.go 19:12:23 spire-1.2.1/pkg/common/nodeutil/ 19:12:23 spire-1.2.1/pkg/common/nodeutil/node.go 19:12:23 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:12:23 spire-1.2.1/pkg/common/peertracker/ 19:12:23 spire-1.2.1/pkg/common/peertracker/conn.go 19:12:23 spire-1.2.1/pkg/common/peertracker/credentials.go 19:12:23 spire-1.2.1/pkg/common/peertracker/errors.go 19:12:23 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:12:23 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:12:23 spire-1.2.1/pkg/common/peertracker/info.go 19:12:23 spire-1.2.1/pkg/common/peertracker/listener.go 19:12:23 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:12:23 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:12:23 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:12:23 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:12:23 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:12:23 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:12:23 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:12:23 spire-1.2.1/pkg/common/peertracker/tcp.go 19:12:23 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:12:23 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:12:23 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:12:23 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:12:23 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:12:23 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:12:23 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:12:23 spire-1.2.1/pkg/common/peertracker/uds.go 19:12:23 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:12:23 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:12:23 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:12:23 spire-1.2.1/pkg/common/pemutil/ 19:12:23 spire-1.2.1/pkg/common/pemutil/block.go 19:12:23 spire-1.2.1/pkg/common/pemutil/certs.go 19:12:23 spire-1.2.1/pkg/common/pemutil/common.go 19:12:23 spire-1.2.1/pkg/common/pemutil/csr.go 19:12:23 spire-1.2.1/pkg/common/pemutil/keys.go 19:12:23 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:12:23 spire-1.2.1/pkg/common/pemutil/testdata/ 19:12:23 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:12:23 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:12:23 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:12:23 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:12:23 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:12:23 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:12:23 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:12:23 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:12:23 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:12:23 spire-1.2.1/pkg/common/plugin/ 19:12:23 spire-1.2.1/pkg/common/plugin/aws/ 19:12:23 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:12:23 spire-1.2.1/pkg/common/plugin/azure/ 19:12:23 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:12:23 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:12:23 spire-1.2.1/pkg/common/plugin/facade.go 19:12:23 spire-1.2.1/pkg/common/plugin/facade_test.go 19:12:23 spire-1.2.1/pkg/common/plugin/gcp/ 19:12:23 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:12:23 spire-1.2.1/pkg/common/plugin/k8s/ 19:12:23 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:12:23 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:12:23 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:12:23 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:12:23 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:12:23 spire-1.2.1/pkg/common/plugin/log.go 19:12:23 spire-1.2.1/pkg/common/plugin/sshpop/ 19:12:23 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:12:23 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:12:23 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:12:23 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:12:23 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:12:23 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:12:23 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:12:23 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:12:23 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:12:23 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:12:23 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:12:23 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:12:23 spire-1.2.1/pkg/common/plugin/x509pop/ 19:12:23 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:12:23 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:12:23 spire-1.2.1/pkg/common/profiling/ 19:12:23 spire-1.2.1/pkg/common/profiling/dumpers.go 19:12:23 spire-1.2.1/pkg/common/profiling/profiling.go 19:12:23 spire-1.2.1/pkg/common/protoutil/ 19:12:23 spire-1.2.1/pkg/common/protoutil/masks.go 19:12:23 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:12:23 spire-1.2.1/pkg/common/rotationutil/ 19:12:23 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:12:23 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:12:23 spire-1.2.1/pkg/common/selector/ 19:12:23 spire-1.2.1/pkg/common/selector/selector.go 19:12:23 spire-1.2.1/pkg/common/selector/selector_test.go 19:12:23 spire-1.2.1/pkg/common/selector/set.go 19:12:23 spire-1.2.1/pkg/common/selector/set_utils.go 19:12:23 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:12:23 spire-1.2.1/pkg/common/telemetry/ 19:12:23 spire-1.2.1/pkg/common/telemetry/agent/ 19:12:23 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:12:23 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:12:23 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:12:23 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:12:23 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:12:23 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:12:23 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:12:23 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:12:23 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:12:23 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:12:23 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:12:23 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:12:23 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:12:23 spire-1.2.1/pkg/common/telemetry/call.go 19:12:23 spire-1.2.1/pkg/common/telemetry/common/ 19:12:23 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:12:23 spire-1.2.1/pkg/common/telemetry/config.go 19:12:23 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:12:23 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:12:23 spire-1.2.1/pkg/common/telemetry/inmem.go 19:12:23 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:12:23 spire-1.2.1/pkg/common/telemetry/m3.go 19:12:23 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:12:23 spire-1.2.1/pkg/common/telemetry/metrics.go 19:12:23 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:12:23 spire-1.2.1/pkg/common/telemetry/names.go 19:12:23 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:12:23 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:12:23 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:12:23 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:12:23 spire-1.2.1/pkg/common/telemetry/server/ 19:12:23 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:12:23 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:12:23 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:12:23 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:12:23 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:12:23 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:12:23 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:12:23 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:12:23 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:12:23 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:12:23 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:12:23 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:12:23 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:12:23 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:12:23 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:12:23 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:12:23 spire-1.2.1/pkg/common/telemetry/server/server.go 19:12:23 spire-1.2.1/pkg/common/telemetry/sink.go 19:12:23 spire-1.2.1/pkg/common/telemetry/statsd.go 19:12:23 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:12:23 spire-1.2.1/pkg/common/telemetry/uptime.go 19:12:23 spire-1.2.1/pkg/common/telemetry/version.go 19:12:23 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:12:23 spire-1.2.1/pkg/common/uptime/ 19:12:23 spire-1.2.1/pkg/common/uptime/uptime.go 19:12:23 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:12:23 spire-1.2.1/pkg/common/util/ 19:12:23 spire-1.2.1/pkg/common/util/certs.go 19:12:23 spire-1.2.1/pkg/common/util/certs_test.go 19:12:23 spire-1.2.1/pkg/common/util/csr.go 19:12:23 spire-1.2.1/pkg/common/util/hash.go 19:12:23 spire-1.2.1/pkg/common/util/selectors.go 19:12:23 spire-1.2.1/pkg/common/util/selectors_test.go 19:12:23 spire-1.2.1/pkg/common/util/signals.go 19:12:23 spire-1.2.1/pkg/common/util/sort.go 19:12:23 spire-1.2.1/pkg/common/util/sort_test.go 19:12:23 spire-1.2.1/pkg/common/util/task.go 19:12:23 spire-1.2.1/pkg/common/util/task_test.go 19:12:23 spire-1.2.1/pkg/common/util/testdata/ 19:12:23 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:12:23 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:12:23 spire-1.2.1/pkg/common/version/ 19:12:23 spire-1.2.1/pkg/common/version/version.go 19:12:23 spire-1.2.1/pkg/common/x509svid/ 19:12:23 spire-1.2.1/pkg/common/x509svid/common_test.go 19:12:23 spire-1.2.1/pkg/common/x509svid/csr.go 19:12:23 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:12:23 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:12:23 spire-1.2.1/pkg/common/x509util/ 19:12:23 spire-1.2.1/pkg/common/x509util/cert.go 19:12:23 spire-1.2.1/pkg/common/x509util/dns.go 19:12:23 spire-1.2.1/pkg/common/x509util/dns_test.go 19:12:23 spire-1.2.1/pkg/common/x509util/keyid.go 19:12:23 spire-1.2.1/pkg/common/x509util/keypair.go 19:12:23 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:12:23 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:12:23 spire-1.2.1/pkg/server/ 19:12:23 spire-1.2.1/pkg/server/api/ 19:12:23 spire-1.2.1/pkg/server/api/agent.go 19:12:23 spire-1.2.1/pkg/server/api/agent/ 19:12:23 spire-1.2.1/pkg/server/api/agent/v1/ 19:12:23 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:12:23 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:12:23 spire-1.2.1/pkg/server/api/agent_test.go 19:12:23 spire-1.2.1/pkg/server/api/api.go 19:12:23 spire-1.2.1/pkg/server/api/audit/ 19:12:23 spire-1.2.1/pkg/server/api/audit/audit.go 19:12:23 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:12:23 spire-1.2.1/pkg/server/api/bundle.go 19:12:23 spire-1.2.1/pkg/server/api/bundle/ 19:12:23 spire-1.2.1/pkg/server/api/bundle/v1/ 19:12:23 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:12:23 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:12:23 spire-1.2.1/pkg/server/api/bundle_test.go 19:12:23 spire-1.2.1/pkg/server/api/debug/ 19:12:23 spire-1.2.1/pkg/server/api/debug/v1/ 19:12:23 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:12:23 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:12:23 spire-1.2.1/pkg/server/api/entry.go 19:12:23 spire-1.2.1/pkg/server/api/entry/ 19:12:23 spire-1.2.1/pkg/server/api/entry/v1/ 19:12:23 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:12:23 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:12:23 spire-1.2.1/pkg/server/api/entry_test.go 19:12:23 spire-1.2.1/pkg/server/api/health/ 19:12:23 spire-1.2.1/pkg/server/api/health/v1/ 19:12:23 spire-1.2.1/pkg/server/api/health/v1/service.go 19:12:23 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:12:23 spire-1.2.1/pkg/server/api/id.go 19:12:23 spire-1.2.1/pkg/server/api/id_test.go 19:12:23 spire-1.2.1/pkg/server/api/limits/ 19:12:23 spire-1.2.1/pkg/server/api/limits/limits.go 19:12:23 spire-1.2.1/pkg/server/api/middleware/ 19:12:23 spire-1.2.1/pkg/server/api/middleware/alias.go 19:12:23 spire-1.2.1/pkg/server/api/middleware/audit.go 19:12:23 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:12:23 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:12:23 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:12:23 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:12:23 spire-1.2.1/pkg/server/api/middleware/caller.go 19:12:23 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:12:23 spire-1.2.1/pkg/server/api/middleware/common.go 19:12:23 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:12:23 spire-1.2.1/pkg/server/api/middleware/entries.go 19:12:23 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:12:23 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:12:23 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:12:23 spire-1.2.1/pkg/server/api/ratelimit.go 19:12:23 spire-1.2.1/pkg/server/api/rpccontext/ 19:12:23 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:12:23 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:12:23 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:12:23 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:12:23 spire-1.2.1/pkg/server/api/selector.go 19:12:23 spire-1.2.1/pkg/server/api/selector_test.go 19:12:23 spire-1.2.1/pkg/server/api/status.go 19:12:23 spire-1.2.1/pkg/server/api/status_test.go 19:12:23 spire-1.2.1/pkg/server/api/svid/ 19:12:23 spire-1.2.1/pkg/server/api/svid/v1/ 19:12:23 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:12:23 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:12:23 spire-1.2.1/pkg/server/api/trustdomain.go 19:12:23 spire-1.2.1/pkg/server/api/trustdomain/ 19:12:23 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:12:23 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:12:23 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:12:23 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:12:23 spire-1.2.1/pkg/server/authpolicy/ 19:12:23 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:12:23 spire-1.2.1/pkg/server/authpolicy/policy.go 19:12:23 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:12:23 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:12:23 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:12:23 spire-1.2.1/pkg/server/authpolicy/validate.go 19:12:23 spire-1.2.1/pkg/server/bundle/ 19:12:23 spire-1.2.1/pkg/server/bundle/client/ 19:12:23 spire-1.2.1/pkg/server/bundle/client/client.go 19:12:23 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:12:23 spire-1.2.1/pkg/server/bundle/client/manager.go 19:12:23 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:12:23 spire-1.2.1/pkg/server/bundle/client/sources.go 19:12:23 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:12:23 spire-1.2.1/pkg/server/bundle/client/updater.go 19:12:23 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:12:23 spire-1.2.1/pkg/server/ca/ 19:12:23 spire-1.2.1/pkg/server/ca/ca.go 19:12:23 spire-1.2.1/pkg/server/ca/ca_health.go 19:12:23 spire-1.2.1/pkg/server/ca/ca_test.go 19:12:23 spire-1.2.1/pkg/server/ca/journal.go 19:12:23 spire-1.2.1/pkg/server/ca/journal_test.go 19:12:23 spire-1.2.1/pkg/server/ca/manager.go 19:12:23 spire-1.2.1/pkg/server/ca/manager_health.go 19:12:23 spire-1.2.1/pkg/server/ca/manager_test.go 19:12:23 spire-1.2.1/pkg/server/ca/templates.go 19:12:23 spire-1.2.1/pkg/server/ca/upstream_client.go 19:12:23 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:12:23 spire-1.2.1/pkg/server/ca/validation.go 19:12:23 spire-1.2.1/pkg/server/cache/ 19:12:23 spire-1.2.1/pkg/server/cache/dscache/ 19:12:23 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:12:23 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:12:23 spire-1.2.1/pkg/server/cache/entrycache/ 19:12:23 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:12:23 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:12:23 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:12:23 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:12:23 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:12:23 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:12:23 spire-1.2.1/pkg/server/catalog/ 19:12:23 spire-1.2.1/pkg/server/catalog/catalog.go 19:12:23 spire-1.2.1/pkg/server/catalog/keymanager.go 19:12:23 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:12:23 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:12:23 spire-1.2.1/pkg/server/catalog/notifier.go 19:12:23 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:12:23 spire-1.2.1/pkg/server/config.go 19:12:23 spire-1.2.1/pkg/server/datastore/ 19:12:23 spire-1.2.1/pkg/server/datastore/datastore.go 19:12:23 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:12:23 spire-1.2.1/pkg/server/datastore/repository.go 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:12:23 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:12:23 spire-1.2.1/pkg/server/endpoints/ 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/ 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:12:23 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:12:23 spire-1.2.1/pkg/server/endpoints/config.go 19:12:23 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:12:23 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:12:23 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:12:23 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:12:23 spire-1.2.1/pkg/server/endpoints/middleware.go 19:12:23 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:12:23 spire-1.2.1/pkg/server/hostservice/ 19:12:23 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:12:23 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:12:23 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:12:23 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:12:23 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:12:23 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:12:23 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:12:23 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/ 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/ 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:12:23 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:12:23 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:12:23 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:12:23 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:12:23 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:12:23 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:12:23 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:12:23 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:12:23 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/notifier/ 19:12:23 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:12:23 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:12:23 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:12:23 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:12:23 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:12:23 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:12:23 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:12:23 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:12:23 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:12:23 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:12:23 spire-1.2.1/pkg/server/registration/ 19:12:23 spire-1.2.1/pkg/server/registration/manager.go 19:12:23 spire-1.2.1/pkg/server/registration/manager_test.go 19:12:23 spire-1.2.1/pkg/server/scanentries.go 19:12:23 spire-1.2.1/pkg/server/scanentries_test.go 19:12:23 spire-1.2.1/pkg/server/server.go 19:12:23 spire-1.2.1/pkg/server/server_test.go 19:12:23 spire-1.2.1/pkg/server/svid/ 19:12:23 spire-1.2.1/pkg/server/svid/observer.go 19:12:23 spire-1.2.1/pkg/server/svid/observer_test.go 19:12:23 spire-1.2.1/pkg/server/svid/rotator.go 19:12:23 spire-1.2.1/pkg/server/svid/rotator_config.go 19:12:23 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:12:23 spire-1.2.1/pkg/server/svid/rotator_test.go 19:12:23 spire-1.2.1/proto/ 19:12:23 spire-1.2.1/proto/private/ 19:12:23 spire-1.2.1/proto/private/server/ 19:12:23 spire-1.2.1/proto/private/server/journal/ 19:12:23 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:12:23 spire-1.2.1/proto/private/server/journal/journal.proto 19:12:23 spire-1.2.1/proto/spire/ 19:12:23 spire-1.2.1/proto/spire/common/ 19:12:23 spire-1.2.1/proto/spire/common/common.pb.go 19:12:23 spire-1.2.1/proto/spire/common/common.proto 19:12:23 spire-1.2.1/proto/spire/common/plugin/ 19:12:23 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:12:23 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:12:23 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:12:23 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:12:23 spire-1.2.1/proto/spire/plugin/ 19:12:23 spire-1.2.1/proto/spire/plugin/agent/ 19:12:23 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:12:23 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:12:23 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:12:23 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:12:23 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:12:23 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:12:23 spire-1.2.1/release/ 19:12:23 spire-1.2.1/release/spire-extras/ 19:12:23 spire-1.2.1/release/spire-extras/README.md 19:12:23 spire-1.2.1/release/spire-extras/conf/ 19:12:23 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:12:23 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:12:23 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:12:23 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:12:23 spire-1.2.1/release/spire/ 19:12:23 spire-1.2.1/release/spire/README.md 19:12:23 spire-1.2.1/release/spire/conf/ 19:12:23 spire-1.2.1/release/spire/conf/agent/ 19:12:23 spire-1.2.1/release/spire/conf/agent/agent.conf 19:12:23 spire-1.2.1/release/spire/conf/server/ 19:12:23 spire-1.2.1/release/spire/conf/server/server.conf 19:12:23 spire-1.2.1/script/ 19:12:23 spire-1.2.1/script/build-artifact.sh 19:12:23 spire-1.2.1/script/generate_dummy_ca.sh 19:12:23 spire-1.2.1/support/ 19:12:23 spire-1.2.1/support/k8s/ 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:12:23 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:12:23 spire-1.2.1/support/oidc-discovery-provider/ 19:12:23 spire-1.2.1/support/oidc-discovery-provider/README.md 19:12:23 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:12:23 spire-1.2.1/support/oidc-discovery-provider/config.go 19:12:23 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:12:23 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:12:23 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:12:23 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:12:23 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:12:23 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:12:23 spire-1.2.1/support/oidc-discovery-provider/main.go 19:12:23 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:12:23 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:12:23 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:12:23 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:12:23 spire-1.2.1/test/ 19:12:23 spire-1.2.1/test/clock/ 19:12:23 spire-1.2.1/test/clock/clock.go 19:12:23 spire-1.2.1/test/fakes/ 19:12:23 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:12:23 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:12:23 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:12:23 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:12:23 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:12:23 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:12:23 spire-1.2.1/test/fakes/fakeagentstore/ 19:12:23 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:12:23 spire-1.2.1/test/fakes/fakedatastore/ 19:12:23 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:12:23 spire-1.2.1/test/fakes/fakeentryclient/ 19:12:23 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:12:23 spire-1.2.1/test/fakes/fakehealthchecker/ 19:12:23 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:12:23 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:12:23 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:12:23 spire-1.2.1/test/fakes/fakemetrics/ 19:12:23 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:12:23 spire-1.2.1/test/fakes/fakenoderesolver/ 19:12:23 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:12:23 spire-1.2.1/test/fakes/fakenotifier/ 19:12:23 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:12:23 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:12:23 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:12:23 spire-1.2.1/test/fakes/fakeserverca/ 19:12:23 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:12:23 spire-1.2.1/test/fakes/fakeservercatalog/ 19:12:23 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:12:23 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:12:23 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:12:23 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:12:23 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:12:23 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:12:23 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:12:23 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:12:23 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:12:23 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:12:23 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:12:23 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:12:23 spire-1.2.1/test/fixture/ 19:12:23 spire-1.2.1/test/fixture/certs/ 19:12:23 spire-1.2.1/test/fixture/certs/agent_svid.der 19:12:23 spire-1.2.1/test/fixture/certs/base_cert.pem 19:12:23 spire-1.2.1/test/fixture/certs/base_csr.pem 19:12:23 spire-1.2.1/test/fixture/certs/base_key.pem 19:12:23 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:12:23 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:12:23 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:12:23 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:12:23 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:12:23 spire-1.2.1/test/fixture/certs/blog_key.pem 19:12:23 spire-1.2.1/test/fixture/certs/bundle.der 19:12:23 spire-1.2.1/test/fixture/certs/ca.pem 19:12:23 spire-1.2.1/test/fixture/certs/ca_key.pem 19:12:23 spire-1.2.1/test/fixture/certs/database_cert.pem 19:12:23 spire-1.2.1/test/fixture/certs/database_csr.pem 19:12:23 spire-1.2.1/test/fixture/certs/database_key.pem 19:12:23 spire-1.2.1/test/fixture/certs/node_cert.pem 19:12:23 spire-1.2.1/test/fixture/certs/node_csr.pem 19:12:23 spire-1.2.1/test/fixture/certs/node_key.pem 19:12:23 spire-1.2.1/test/fixture/certs/svid.pem 19:12:23 spire-1.2.1/test/fixture/certs/svid_key.pem 19:12:23 spire-1.2.1/test/fixture/config/ 19:12:23 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:12:23 spire-1.2.1/test/fixture/config/agent_good.conf 19:12:23 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:12:23 spire-1.2.1/test/fixture/config/plugin_good.conf 19:12:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:12:23 spire-1.2.1/test/fixture/config/server_good.conf 19:12:23 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:12:23 spire-1.2.1/test/fixture/fixture.go 19:12:23 spire-1.2.1/test/fixture/nodeattestor/ 19:12:23 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:12:23 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:12:23 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:12:23 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:12:23 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:12:23 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:12:23 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:12:23 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:12:23 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:12:23 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:12:23 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:12:23 spire-1.2.1/test/fixture/registration/ 19:12:23 spire-1.2.1/test/fixture/registration/entries.json 19:12:23 spire-1.2.1/test/fixture/registration/good-for-update.json 19:12:23 spire-1.2.1/test/fixture/registration/good.json 19:12:23 spire-1.2.1/test/fixture/registration/invalid.json 19:12:23 spire-1.2.1/test/fixture/registration/invalid_json.json 19:12:23 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:12:23 spire-1.2.1/test/integration/ 19:12:23 spire-1.2.1/test/integration/README.md 19:12:23 spire-1.2.1/test/integration/common 19:12:23 spire-1.2.1/test/integration/setup/ 19:12:23 spire-1.2.1/test/integration/setup/adminclient/ 19:12:23 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:12:23 spire-1.2.1/test/integration/setup/adminclient/client.go 19:12:23 spire-1.2.1/test/integration/setup/debugagent/ 19:12:23 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:12:23 spire-1.2.1/test/integration/setup/debugagent/main.go 19:12:23 spire-1.2.1/test/integration/setup/debugserver/ 19:12:23 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:12:23 spire-1.2.1/test/integration/setup/debugserver/main.go 19:12:23 spire-1.2.1/test/integration/setup/downstreamclient/ 19:12:23 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:12:23 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:12:23 spire-1.2.1/test/integration/setup/itclient/ 19:12:23 spire-1.2.1/test/integration/setup/itclient/client.go 19:12:23 spire-1.2.1/test/integration/setup/node-attestation/ 19:12:23 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:12:23 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:12:23 spire-1.2.1/test/integration/setup/x509pop/ 19:12:23 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:12:23 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:12:23 spire-1.2.1/test/integration/suites/ 19:12:23 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:12:23 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:12:23 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:12:23 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:12:23 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:12:23 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:12:23 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:12:23 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:12:23 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:12:23 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:12:23 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:12:23 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:12:23 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:12:23 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:12:23 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:12:23 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:12:23 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:12:23 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:12:23 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:12:23 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:12:23 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:12:23 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:12:23 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:12:23 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:12:23 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:12:23 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:12:23 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:12:23 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:12:23 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:12:23 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:12:23 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:12:23 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:12:23 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:12:23 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:12:23 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:12:23 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:12:23 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:12:23 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:12:23 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:12:23 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:12:23 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:12:23 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:12:23 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:12:23 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:12:23 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:12:23 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:12:23 spire-1.2.1/test/integration/suites/join-token/ 19:12:23 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:12:23 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:12:23 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:12:23 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:12:23 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:12:23 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:12:23 spire-1.2.1/test/integration/suites/join-token/README.md 19:12:23 spire-1.2.1/test/integration/suites/join-token/conf/ 19:12:23 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:12:23 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:12:23 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/join-token/teardown 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:12:23 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:12:23 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:12:23 spire-1.2.1/test/integration/suites/k8s/ 19:12:23 spire-1.2.1/test/integration/suites/k8s/00-setup 19:12:23 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:12:23 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:12:23 spire-1.2.1/test/integration/suites/k8s/README.md 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/ 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:12:23 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:12:23 spire-1.2.1/test/integration/suites/k8s/teardown 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:12:23 spire-1.2.1/test/integration/suites/node-attestation/ 19:12:23 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:12:23 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:12:23 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:12:23 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:12:23 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:12:23 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:12:23 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:12:23 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:12:23 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:12:23 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:12:23 spire-1.2.1/test/integration/suites/rotation/ 19:12:23 spire-1.2.1/test/integration/suites/rotation/00-setup 19:12:23 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:12:23 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:12:23 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:12:23 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:12:23 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:12:23 spire-1.2.1/test/integration/suites/rotation/README.md 19:12:23 spire-1.2.1/test/integration/suites/rotation/conf/ 19:12:23 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:12:23 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:12:23 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/rotation/teardown 19:12:23 spire-1.2.1/test/integration/suites/self-test/ 19:12:23 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:12:23 spire-1.2.1/test/integration/suites/self-test/README.md 19:12:23 spire-1.2.1/test/integration/suites/self-test/teardown 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:12:23 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:12:23 spire-1.2.1/test/integration/suites/upgrade/ 19:12:23 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:12:23 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:12:23 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:12:23 spire-1.2.1/test/integration/suites/upgrade/README.md 19:12:23 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:12:23 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:12:23 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:12:23 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:12:23 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:12:23 spire-1.2.1/test/integration/suites/upgrade/teardown 19:12:23 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:12:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:12:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:12:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:12:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:12:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:12:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:12:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:12:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:12:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:12:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:12:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:12:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:12:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:12:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:12:23 spire-1.2.1/test/integration/test-one.sh 19:12:23 spire-1.2.1/test/integration/test.sh 19:12:23 spire-1.2.1/test/plugintest/ 19:12:23 spire-1.2.1/test/plugintest/config.go 19:12:23 spire-1.2.1/test/plugintest/load.go 19:12:23 spire-1.2.1/test/plugintest/option.go 19:12:23 spire-1.2.1/test/spiretest/ 19:12:23 spire-1.2.1/test/spiretest/apiserver.go 19:12:23 spire-1.2.1/test/spiretest/assertions.go 19:12:23 spire-1.2.1/test/spiretest/dir.go 19:12:23 spire-1.2.1/test/spiretest/errors_posix.go 19:12:23 spire-1.2.1/test/spiretest/errors_windows.go 19:12:23 spire-1.2.1/test/spiretest/logs.go 19:12:23 spire-1.2.1/test/spiretest/socketapi.go 19:12:23 spire-1.2.1/test/spiretest/suite.go 19:12:23 spire-1.2.1/test/spiretest/x509.go 19:12:23 spire-1.2.1/test/testca/ 19:12:23 spire-1.2.1/test/testca/ca.go 19:12:23 spire-1.2.1/test/testkey/ 19:12:23 spire-1.2.1/test/testkey/generate.sh 19:12:23 spire-1.2.1/test/testkey/genkeys.go 19:12:23 spire-1.2.1/test/testkey/keys.go 19:12:23 spire-1.2.1/test/testkey/new.go 19:12:23 spire-1.2.1/test/tpmsimulator/ 19:12:23 spire-1.2.1/test/tpmsimulator/simulator.go 19:12:23 spire-1.2.1/test/util/ 19:12:23 spire-1.2.1/test/util/cert_fixtures.go 19:12:23 spire-1.2.1/test/util/cert_generation.go 19:12:23 spire-1.2.1/test/util/io_redirection.go 19:12:23 spire-1.2.1/test/util/race.go 19:12:23 spire-1.2.1/test/util/util.go 19:12:23 building spire from source... 19:12:24 Installing go1.17.7... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:12:24 provisioning config files... 19:12:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1465545174107508166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:12:25 ---> docker-login.sh 19:12:25 nexus3.edgexfoundry.org:10001 19:12:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:26 Configure a credential helper to remove this warning. See 19:12:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:26 19:12:26 Login Succeeded 19:12:26 nexus3.edgexfoundry.org:10002 19:12:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:26 Removing intermediate container 31f47557bb5b 19:12:26 ---> 207d73d0cd51 19:12:26 Step 11/26 : WORKDIR /edgex-go/spire-build 19:12:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:26 Configure a credential helper to remove this warning. See 19:12:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:26 19:12:26 Login Succeeded 19:12:26 nexus3.edgexfoundry.org:10003 19:12:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:27 Configure a credential helper to remove this warning. See 19:12:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:27 19:12:27 Login Succeeded 19:12:27 nexus3.edgexfoundry.org:10004 19:12:27 ---> Running in 85e907caf426 19:12:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:27 Configure a credential helper to remove this warning. See 19:12:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:27 19:12:27 Login Succeeded 19:12:27 docker.io 19:12:27 Removing intermediate container 85e907caf426 19:12:27 ---> 0ee1e9b1a0e5 19:12:27 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 19:12:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:28 ---> Running in ef83030a975c 19:12:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:28 Configure a credential helper to remove this warning. See 19:12:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:28 19:12:28 Login Succeeded 19:12:28 ---> docker-login.sh ends [Pipeline] } 19:12:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:12:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:12:29 ========================================================= 19:12:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 19:12:29 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:12:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:12:29 spire-1.2.1/ 19:12:29 spire-1.2.1/.data/ 19:12:29 spire-1.2.1/.data/.file 19:12:29 spire-1.2.1/.dockerignore 19:12:29 spire-1.2.1/.gitattributes 19:12:29 spire-1.2.1/.githooks/ 19:12:29 spire-1.2.1/.githooks/pre-commit 19:12:29 spire-1.2.1/.github/ 19:12:29 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:12:29 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:12:29 spire-1.2.1/.github/dependabot.yml 19:12:29 spire-1.2.1/.github/workflows/ 19:12:29 spire-1.2.1/.github/workflows/nightly_build.yaml 19:12:29 spire-1.2.1/.github/workflows/pr_build.yaml 19:12:29 spire-1.2.1/.github/workflows/release_build.yaml 19:12:29 spire-1.2.1/.github/workflows/scripts/ 19:12:29 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:12:29 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:12:29 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:12:29 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:12:29 spire-1.2.1/.github/workflows/scripts/split.sh 19:12:29 spire-1.2.1/.gitignore 19:12:29 spire-1.2.1/.go-version 19:12:29 spire-1.2.1/.golangci.yml 19:12:29 spire-1.2.1/ADOPTERS.md 19:12:29 spire-1.2.1/CHANGELOG.md 19:12:29 spire-1.2.1/CODE-OF-CONDUCT.md 19:12:29 spire-1.2.1/CODEOWNERS 19:12:29 spire-1.2.1/CONTRIBUTING.md 19:12:29 spire-1.2.1/Dockerfile 19:12:29 spire-1.2.1/Dockerfile.dev 19:12:29 spire-1.2.1/Dockerfile.scratch 19:12:29 spire-1.2.1/LICENSE 19:12:29 spire-1.2.1/MAINTAINERS.md 19:12:29 spire-1.2.1/Makefile 19:12:29 spire-1.2.1/README.md 19:12:29 spire-1.2.1/ROADMAP.md 19:12:29 spire-1.2.1/SECURITY.md 19:12:29 spire-1.2.1/cmd/ 19:12:29 spire-1.2.1/cmd/spire-agent/ 19:12:29 spire-1.2.1/cmd/spire-agent/cli/ 19:12:29 spire-1.2.1/cmd/spire-agent/cli/api/ 19:12:29 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:12:29 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:12:29 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:12:29 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:12:29 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:12:29 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:12:29 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:12:29 spire-1.2.1/cmd/spire-agent/cli/common/ 19:12:29 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:12:29 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:12:29 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:12:29 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:12:29 spire-1.2.1/cmd/spire-agent/cli/run/ 19:12:29 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:12:29 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:12:29 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:12:29 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:12:29 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:12:29 spire-1.2.1/cmd/spire-agent/main.go 19:12:29 spire-1.2.1/cmd/spire-server/ 19:12:29 spire-1.2.1/cmd/spire-server/cli/ 19:12:29 spire-1.2.1/cmd/spire-server/cli/agent/ 19:12:29 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:12:29 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/cli.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/entry/ 19:12:29 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/federation/ 19:12:29 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:12:29 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:12:29 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/run/ 19:12:29 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/token/ 19:12:29 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/validate/ 19:12:29 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/x509/ 19:12:29 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:12:29 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:12:29 spire-1.2.1/cmd/spire-server/main.go 19:12:29 spire-1.2.1/cmd/spire-server/util/ 19:12:29 spire-1.2.1/cmd/spire-server/util/util.go 19:12:29 spire-1.2.1/conf/ 19:12:29 spire-1.2.1/conf/agent/ 19:12:29 spire-1.2.1/conf/agent/agent.conf 19:12:29 spire-1.2.1/conf/agent/agent_full.conf 19:12:29 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:12:29 spire-1.2.1/conf/server/ 19:12:29 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:12:29 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:12:29 spire-1.2.1/conf/server/server.conf 19:12:29 spire-1.2.1/conf/server/server_full.conf 19:12:29 spire-1.2.1/doc/ 19:12:29 spire-1.2.1/doc/SPIRE101.md 19:12:29 spire-1.2.1/doc/auditlog.md 19:12:29 spire-1.2.1/doc/authorization_policy_engine.md 19:12:29 spire-1.2.1/doc/changelog_guidelines.md 19:12:29 spire-1.2.1/doc/cure53-report.pdf 19:12:29 spire-1.2.1/doc/images/ 19:12:29 spire-1.2.1/doc/images/2019_roadmap.png 19:12:29 spire-1.2.1/doc/images/SPIRE101.png 19:12:29 spire-1.2.1/doc/images/SPIRE_agent.png 19:12:29 spire-1.2.1/doc/images/SPIRE_server.png 19:12:29 spire-1.2.1/doc/images/cache_mgr.png 19:12:29 spire-1.2.1/doc/images/cache_mgr_components.png 19:12:29 spire-1.2.1/doc/images/federated_spire.png 19:12:29 spire-1.2.1/doc/images/ha_mode.png 19:12:29 spire-1.2.1/doc/images/nested_spire.png 19:12:29 spire-1.2.1/doc/images/oidc_federation.png 19:12:29 spire-1.2.1/doc/images/single_trust_domain.png 19:12:29 spire-1.2.1/doc/images/spiffe_compatible.png 19:12:29 spire-1.2.1/doc/images/spire_logo.png 19:12:29 spire-1.2.1/doc/migrating_registration_api_clients.md 19:12:29 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:12:29 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:12:29 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:12:29 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:12:29 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:12:29 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:12:29 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:12:29 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:12:29 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:12:29 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:12:29 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:12:29 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:12:29 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:12:29 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:12:29 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:12:29 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:12:29 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:12:29 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:12:29 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:12:29 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:12:29 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:12:29 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:12:29 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:12:29 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:12:29 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:12:29 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:12:29 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:12:29 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:12:29 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:12:29 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:12:29 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:12:29 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:12:29 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:12:29 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:12:29 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:12:29 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:12:29 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:12:29 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:12:29 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:12:29 spire-1.2.1/doc/scaling_spire.md 19:12:29 spire-1.2.1/doc/spire_agent.md 19:12:29 spire-1.2.1/doc/spire_server.md 19:12:29 spire-1.2.1/doc/supported_integrations.md 19:12:29 spire-1.2.1/doc/telemetry.md 19:12:29 spire-1.2.1/doc/telemetry_config.md 19:12:29 spire-1.2.1/doc/upgrading.md 19:12:29 spire-1.2.1/doc/using_spire.md 19:12:29 spire-1.2.1/examples/ 19:12:29 spire-1.2.1/examples/README.md 19:12:29 spire-1.2.1/go.mod 19:12:29 spire-1.2.1/go.sum 19:12:29 spire-1.2.1/pkg/ 19:12:29 spire-1.2.1/pkg/agent/ 19:12:29 spire-1.2.1/pkg/agent/agent.go 19:12:29 spire-1.2.1/pkg/agent/api/ 19:12:29 spire-1.2.1/pkg/agent/api/config.go 19:12:29 spire-1.2.1/pkg/agent/api/debug/ 19:12:29 spire-1.2.1/pkg/agent/api/debug/v1/ 19:12:29 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:12:29 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:12:29 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:12:29 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:12:29 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:12:29 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:12:29 spire-1.2.1/pkg/agent/api/endpoints.go 19:12:29 spire-1.2.1/pkg/agent/api/health/ 19:12:29 spire-1.2.1/pkg/agent/api/health/v1/ 19:12:29 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:12:29 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:12:29 spire-1.2.1/pkg/agent/api/rpccontext/ 19:12:29 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:12:29 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:12:29 spire-1.2.1/pkg/agent/attestor/ 19:12:29 spire-1.2.1/pkg/agent/attestor/node/ 19:12:29 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:12:29 spire-1.2.1/pkg/agent/attestor/node/node.go 19:12:29 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:12:29 spire-1.2.1/pkg/agent/attestor/workload/ 19:12:29 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:12:29 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:12:29 spire-1.2.1/pkg/agent/catalog/ 19:12:29 spire-1.2.1/pkg/agent/catalog/catalog.go 19:12:29 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:12:29 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:12:29 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:12:29 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:12:29 spire-1.2.1/pkg/agent/client/ 19:12:29 spire-1.2.1/pkg/agent/client/client.go 19:12:29 spire-1.2.1/pkg/agent/client/client_test.go 19:12:29 spire-1.2.1/pkg/agent/client/dial.go 19:12:29 spire-1.2.1/pkg/agent/client/nodeconn.go 19:12:29 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:12:29 spire-1.2.1/pkg/agent/client/update.go 19:12:29 spire-1.2.1/pkg/agent/client/util.go 19:12:29 spire-1.2.1/pkg/agent/common/ 19:12:29 spire-1.2.1/pkg/agent/common/backoff/ 19:12:29 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:12:29 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:12:29 spire-1.2.1/pkg/agent/common/cgroups/ 19:12:29 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:12:29 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:12:29 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:12:29 spire-1.2.1/pkg/agent/config.go 19:12:29 spire-1.2.1/pkg/agent/endpoints/ 19:12:29 spire-1.2.1/pkg/agent/endpoints/config.go 19:12:29 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:12:29 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:12:29 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:12:29 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:12:29 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:12:29 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:12:29 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:12:29 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:12:29 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:12:29 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:12:29 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:12:29 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:12:29 spire-1.2.1/pkg/agent/endpoints/workload/ 19:12:29 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:12:29 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:12:29 spire-1.2.1/pkg/agent/manager/ 19:12:29 spire-1.2.1/pkg/agent/manager/cache/ 19:12:29 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:12:29 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:12:29 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:12:29 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:12:29 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:12:29 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:12:29 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:12:29 spire-1.2.1/pkg/agent/manager/config.go 19:12:29 spire-1.2.1/pkg/agent/manager/manager.go 19:12:29 spire-1.2.1/pkg/agent/manager/manager_test.go 19:12:29 spire-1.2.1/pkg/agent/manager/storage.go 19:12:29 spire-1.2.1/pkg/agent/manager/storage_test.go 19:12:29 spire-1.2.1/pkg/agent/manager/storecache/ 19:12:29 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:12:29 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:12:29 spire-1.2.1/pkg/agent/manager/sync.go 19:12:29 spire-1.2.1/pkg/agent/plugin/ 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:12:29 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:12:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:12:29 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:12:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:12:29 spire-1.2.1/pkg/agent/svid/ 19:12:29 spire-1.2.1/pkg/agent/svid/rotator.go 19:12:29 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:12:29 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:12:29 spire-1.2.1/pkg/agent/svid/store/ 19:12:29 spire-1.2.1/pkg/agent/svid/store/service.go 19:12:29 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:12:29 spire-1.2.1/pkg/common/ 19:12:29 spire-1.2.1/pkg/common/agentpathtemplate/ 19:12:29 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:12:29 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:12:29 spire-1.2.1/pkg/common/api/ 19:12:29 spire-1.2.1/pkg/common/api/metrics.go 19:12:29 spire-1.2.1/pkg/common/api/middleware/ 19:12:29 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:12:29 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:12:29 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:12:29 spire-1.2.1/pkg/common/api/middleware/logger.go 19:12:29 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:12:29 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:12:29 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:12:29 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:12:29 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:12:29 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:12:29 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:12:29 spire-1.2.1/pkg/common/api/middleware/names.go 19:12:29 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:12:29 spire-1.2.1/pkg/common/api/names.go 19:12:29 spire-1.2.1/pkg/common/api/ratelimit.go 19:12:29 spire-1.2.1/pkg/common/api/rpccontext/ 19:12:29 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:12:29 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:12:29 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:12:29 spire-1.2.1/pkg/common/auth/ 19:12:29 spire-1.2.1/pkg/common/auth/interceptors.go 19:12:29 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:12:29 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:12:29 spire-1.2.1/pkg/common/bundleutil/ 19:12:29 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:12:29 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:12:29 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:12:29 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:12:29 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:12:29 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:12:29 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:12:29 spire-1.2.1/pkg/common/bundleutil/types.go 19:12:29 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:12:29 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:12:29 spire-1.2.1/pkg/common/catalog/ 19:12:29 spire-1.2.1/pkg/common/catalog/bind.go 19:12:29 spire-1.2.1/pkg/common/catalog/builtin.go 19:12:29 spire-1.2.1/pkg/common/catalog/catalog.go 19:12:29 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:12:29 spire-1.2.1/pkg/common/catalog/closers.go 19:12:29 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:12:29 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:12:29 spire-1.2.1/pkg/common/catalog/config.go 19:12:29 spire-1.2.1/pkg/common/catalog/config_test.go 19:12:29 spire-1.2.1/pkg/common/catalog/configure.go 19:12:29 spire-1.2.1/pkg/common/catalog/constraints.go 19:12:29 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:12:29 spire-1.2.1/pkg/common/catalog/context.go 19:12:29 spire-1.2.1/pkg/common/catalog/external.go 19:12:29 spire-1.2.1/pkg/common/catalog/host.go 19:12:29 spire-1.2.1/pkg/common/catalog/pipenet.go 19:12:29 spire-1.2.1/pkg/common/catalog/plugin.go 19:12:29 spire-1.2.1/pkg/common/catalog/testplugin/ 19:12:29 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:12:29 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:12:29 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:12:29 spire-1.2.1/pkg/common/cli/ 19:12:29 spire-1.2.1/pkg/common/cli/env.go 19:12:29 spire-1.2.1/pkg/common/cli/flags.go 19:12:29 spire-1.2.1/pkg/common/cli/trust_domain.go 19:12:29 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:12:29 spire-1.2.1/pkg/common/cli/umask.go 19:12:29 spire-1.2.1/pkg/common/cli/umask_posix.go 19:12:29 spire-1.2.1/pkg/common/cli/umask_test.go 19:12:29 spire-1.2.1/pkg/common/cli/umask_windows.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/ 19:12:29 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/flag.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/format.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/ 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:12:29 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:12:29 spire-1.2.1/pkg/common/coretypes/ 19:12:29 spire-1.2.1/pkg/common/coretypes/bundle/ 19:12:29 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:12:29 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:12:29 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:12:29 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:12:29 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:12:29 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:12:29 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:12:29 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:12:29 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:12:29 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:12:29 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:12:29 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:12:29 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:12:29 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:12:29 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:12:29 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:12:29 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:12:29 spire-1.2.1/pkg/common/cryptoutil/ 19:12:29 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:12:29 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:12:29 spire-1.2.1/pkg/common/diskutil/ 19:12:29 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:12:29 spire-1.2.1/pkg/common/diskutil/file_test.go 19:12:29 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:12:29 spire-1.2.1/pkg/common/errorutil/ 19:12:29 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:12:29 spire-1.2.1/pkg/common/health/ 19:12:29 spire-1.2.1/pkg/common/health/config.go 19:12:29 spire-1.2.1/pkg/common/health/context.go 19:12:29 spire-1.2.1/pkg/common/health/context_test.go 19:12:29 spire-1.2.1/pkg/common/health/health.go 19:12:29 spire-1.2.1/pkg/common/health/health_test.go 19:12:29 spire-1.2.1/pkg/common/health/logger.go 19:12:29 spire-1.2.1/pkg/common/hostservice/ 19:12:29 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:12:29 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:12:29 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:12:29 spire-1.2.1/pkg/common/idutil/ 19:12:29 spire-1.2.1/pkg/common/idutil/require.go 19:12:29 spire-1.2.1/pkg/common/idutil/require_test.go 19:12:29 spire-1.2.1/pkg/common/idutil/safety.go 19:12:29 spire-1.2.1/pkg/common/idutil/safety_test.go 19:12:29 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:12:29 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:12:29 spire-1.2.1/pkg/common/jwtsvid/ 19:12:29 spire-1.2.1/pkg/common/jwtsvid/common.go 19:12:29 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:12:29 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:12:29 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:12:29 spire-1.2.1/pkg/common/jwtutil/ 19:12:29 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:12:29 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:12:29 spire-1.2.1/pkg/common/log/ 19:12:29 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:12:29 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:12:29 spire-1.2.1/pkg/common/log/log.go 19:12:29 spire-1.2.1/pkg/common/log/log_test.go 19:12:29 spire-1.2.1/pkg/common/log/options.go 19:12:29 spire-1.2.1/pkg/common/nodeutil/ 19:12:29 spire-1.2.1/pkg/common/nodeutil/node.go 19:12:29 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:12:29 spire-1.2.1/pkg/common/peertracker/ 19:12:29 spire-1.2.1/pkg/common/peertracker/conn.go 19:12:29 spire-1.2.1/pkg/common/peertracker/credentials.go 19:12:29 spire-1.2.1/pkg/common/peertracker/errors.go 19:12:29 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:12:29 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:12:29 spire-1.2.1/pkg/common/peertracker/info.go 19:12:29 spire-1.2.1/pkg/common/peertracker/listener.go 19:12:29 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:12:29 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:12:29 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:12:29 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:12:29 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:12:29 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:12:29 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:12:29 spire-1.2.1/pkg/common/peertracker/tcp.go 19:12:29 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:12:29 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:12:29 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:12:29 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:12:29 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:12:29 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:12:29 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:12:29 spire-1.2.1/pkg/common/peertracker/uds.go 19:12:29 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:12:29 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:12:29 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:12:29 spire-1.2.1/pkg/common/pemutil/ 19:12:29 spire-1.2.1/pkg/common/pemutil/block.go 19:12:29 spire-1.2.1/pkg/common/pemutil/certs.go 19:12:29 spire-1.2.1/pkg/common/pemutil/common.go 19:12:29 spire-1.2.1/pkg/common/pemutil/csr.go 19:12:29 spire-1.2.1/pkg/common/pemutil/keys.go 19:12:29 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:12:29 spire-1.2.1/pkg/common/pemutil/testdata/ 19:12:29 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:12:29 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:12:29 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:12:29 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:12:29 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:12:29 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:12:29 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:12:29 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:12:29 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:12:29 spire-1.2.1/pkg/common/plugin/ 19:12:29 spire-1.2.1/pkg/common/plugin/aws/ 19:12:29 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:12:29 spire-1.2.1/pkg/common/plugin/azure/ 19:12:29 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:12:29 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:12:29 spire-1.2.1/pkg/common/plugin/facade.go 19:12:29 spire-1.2.1/pkg/common/plugin/facade_test.go 19:12:29 spire-1.2.1/pkg/common/plugin/gcp/ 19:12:29 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:12:29 spire-1.2.1/pkg/common/plugin/k8s/ 19:12:29 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:12:29 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:12:29 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:12:29 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:12:29 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:12:29 spire-1.2.1/pkg/common/plugin/log.go 19:12:29 spire-1.2.1/pkg/common/plugin/sshpop/ 19:12:29 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:12:29 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:12:29 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:12:29 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:12:29 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:12:29 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:12:29 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:12:29 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:12:29 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:12:29 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:12:29 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:12:29 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:12:29 spire-1.2.1/pkg/common/plugin/x509pop/ 19:12:29 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:12:29 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:12:29 spire-1.2.1/pkg/common/profiling/ 19:12:29 spire-1.2.1/pkg/common/profiling/dumpers.go 19:12:29 spire-1.2.1/pkg/common/profiling/profiling.go 19:12:29 spire-1.2.1/pkg/common/protoutil/ 19:12:29 spire-1.2.1/pkg/common/protoutil/masks.go 19:12:29 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:12:29 spire-1.2.1/pkg/common/rotationutil/ 19:12:29 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:12:29 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:12:29 spire-1.2.1/pkg/common/selector/ 19:12:29 spire-1.2.1/pkg/common/selector/selector.go 19:12:29 spire-1.2.1/pkg/common/selector/selector_test.go 19:12:29 spire-1.2.1/pkg/common/selector/set.go 19:12:29 spire-1.2.1/pkg/common/selector/set_utils.go 19:12:29 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:12:29 spire-1.2.1/pkg/common/telemetry/ 19:12:29 spire-1.2.1/pkg/common/telemetry/agent/ 19:12:29 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:12:29 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:12:29 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:12:29 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:12:29 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:12:29 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:12:29 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:12:29 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:12:29 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:12:29 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:12:29 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:12:29 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:12:29 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:12:29 spire-1.2.1/pkg/common/telemetry/call.go 19:12:29 spire-1.2.1/pkg/common/telemetry/common/ 19:12:29 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:12:29 spire-1.2.1/pkg/common/telemetry/config.go 19:12:29 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:12:29 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:12:29 spire-1.2.1/pkg/common/telemetry/inmem.go 19:12:29 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:12:29 spire-1.2.1/pkg/common/telemetry/m3.go 19:12:29 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:12:29 spire-1.2.1/pkg/common/telemetry/metrics.go 19:12:29 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:12:29 spire-1.2.1/pkg/common/telemetry/names.go 19:12:29 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:12:29 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:12:29 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:12:29 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:12:29 spire-1.2.1/pkg/common/telemetry/server/ 19:12:29 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:12:29 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:12:29 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:12:29 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:12:29 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:12:29 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:12:29 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:12:29 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:12:29 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:12:29 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:12:29 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:12:29 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:12:29 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:12:29 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:12:29 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:12:29 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:12:29 spire-1.2.1/pkg/common/telemetry/server/server.go 19:12:29 spire-1.2.1/pkg/common/telemetry/sink.go 19:12:29 spire-1.2.1/pkg/common/telemetry/statsd.go 19:12:29 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:12:29 spire-1.2.1/pkg/common/telemetry/uptime.go 19:12:29 spire-1.2.1/pkg/common/telemetry/version.go 19:12:29 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:12:29 spire-1.2.1/pkg/common/uptime/ 19:12:29 spire-1.2.1/pkg/common/uptime/uptime.go 19:12:29 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:12:29 spire-1.2.1/pkg/common/util/ 19:12:29 spire-1.2.1/pkg/common/util/certs.go 19:12:29 spire-1.2.1/pkg/common/util/certs_test.go 19:12:29 spire-1.2.1/pkg/common/util/csr.go 19:12:29 spire-1.2.1/pkg/common/util/hash.go 19:12:29 spire-1.2.1/pkg/common/util/selectors.go 19:12:29 spire-1.2.1/pkg/common/util/selectors_test.go 19:12:29 spire-1.2.1/pkg/common/util/signals.go 19:12:29 spire-1.2.1/pkg/common/util/sort.go 19:12:29 spire-1.2.1/pkg/common/util/sort_test.go 19:12:29 spire-1.2.1/pkg/common/util/task.go 19:12:29 spire-1.2.1/pkg/common/util/task_test.go 19:12:29 spire-1.2.1/pkg/common/util/testdata/ 19:12:29 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:12:29 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:12:29 spire-1.2.1/pkg/common/version/ 19:12:29 spire-1.2.1/pkg/common/version/version.go 19:12:29 spire-1.2.1/pkg/common/x509svid/ 19:12:29 spire-1.2.1/pkg/common/x509svid/common_test.go 19:12:29 spire-1.2.1/pkg/common/x509svid/csr.go 19:12:29 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:12:29 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:12:29 spire-1.2.1/pkg/common/x509util/ 19:12:29 spire-1.2.1/pkg/common/x509util/cert.go 19:12:29 spire-1.2.1/pkg/common/x509util/dns.go 19:12:29 spire-1.2.1/pkg/common/x509util/dns_test.go 19:12:29 spire-1.2.1/pkg/common/x509util/keyid.go 19:12:29 spire-1.2.1/pkg/common/x509util/keypair.go 19:12:29 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:12:29 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:12:29 spire-1.2.1/pkg/server/ 19:12:29 spire-1.2.1/pkg/server/api/ 19:12:29 spire-1.2.1/pkg/server/api/agent.go 19:12:29 spire-1.2.1/pkg/server/api/agent/ 19:12:29 spire-1.2.1/pkg/server/api/agent/v1/ 19:12:29 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:12:29 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:12:29 spire-1.2.1/pkg/server/api/agent_test.go 19:12:29 spire-1.2.1/pkg/server/api/api.go 19:12:29 spire-1.2.1/pkg/server/api/audit/ 19:12:29 spire-1.2.1/pkg/server/api/audit/audit.go 19:12:29 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:12:29 spire-1.2.1/pkg/server/api/bundle.go 19:12:29 spire-1.2.1/pkg/server/api/bundle/ 19:12:29 spire-1.2.1/pkg/server/api/bundle/v1/ 19:12:29 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:12:29 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:12:29 spire-1.2.1/pkg/server/api/bundle_test.go 19:12:29 spire-1.2.1/pkg/server/api/debug/ 19:12:29 spire-1.2.1/pkg/server/api/debug/v1/ 19:12:29 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:12:29 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:12:29 spire-1.2.1/pkg/server/api/entry.go 19:12:29 spire-1.2.1/pkg/server/api/entry/ 19:12:29 spire-1.2.1/pkg/server/api/entry/v1/ 19:12:29 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:12:29 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:12:29 spire-1.2.1/pkg/server/api/entry_test.go 19:12:29 spire-1.2.1/pkg/server/api/health/ 19:12:29 spire-1.2.1/pkg/server/api/health/v1/ 19:12:29 spire-1.2.1/pkg/server/api/health/v1/service.go 19:12:29 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:12:29 spire-1.2.1/pkg/server/api/id.go 19:12:29 spire-1.2.1/pkg/server/api/id_test.go 19:12:29 spire-1.2.1/pkg/server/api/limits/ 19:12:29 spire-1.2.1/pkg/server/api/limits/limits.go 19:12:29 spire-1.2.1/pkg/server/api/middleware/ 19:12:29 spire-1.2.1/pkg/server/api/middleware/alias.go 19:12:29 spire-1.2.1/pkg/server/api/middleware/audit.go 19:12:29 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:12:29 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:12:29 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:12:29 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:12:29 spire-1.2.1/pkg/server/api/middleware/caller.go 19:12:29 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:12:29 spire-1.2.1/pkg/server/api/middleware/common.go 19:12:29 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:12:29 spire-1.2.1/pkg/server/api/middleware/entries.go 19:12:29 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:12:29 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:12:29 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:12:29 spire-1.2.1/pkg/server/api/ratelimit.go 19:12:29 spire-1.2.1/pkg/server/api/rpccontext/ 19:12:29 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:12:29 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:12:29 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:12:29 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:12:29 spire-1.2.1/pkg/server/api/selector.go 19:12:29 spire-1.2.1/pkg/server/api/selector_test.go 19:12:29 spire-1.2.1/pkg/server/api/status.go 19:12:29 spire-1.2.1/pkg/server/api/status_test.go 19:12:29 spire-1.2.1/pkg/server/api/svid/ 19:12:29 spire-1.2.1/pkg/server/api/svid/v1/ 19:12:29 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:12:29 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:12:29 spire-1.2.1/pkg/server/api/trustdomain.go 19:12:29 spire-1.2.1/pkg/server/api/trustdomain/ 19:12:29 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:12:29 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:12:29 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:12:29 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:12:29 spire-1.2.1/pkg/server/authpolicy/ 19:12:29 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:12:29 spire-1.2.1/pkg/server/authpolicy/policy.go 19:12:29 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:12:29 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:12:29 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:12:29 spire-1.2.1/pkg/server/authpolicy/validate.go 19:12:29 spire-1.2.1/pkg/server/bundle/ 19:12:29 spire-1.2.1/pkg/server/bundle/client/ 19:12:29 spire-1.2.1/pkg/server/bundle/client/client.go 19:12:29 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:12:29 spire-1.2.1/pkg/server/bundle/client/manager.go 19:12:29 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:12:29 spire-1.2.1/pkg/server/bundle/client/sources.go 19:12:29 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:12:29 spire-1.2.1/pkg/server/bundle/client/updater.go 19:12:29 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:12:29 spire-1.2.1/pkg/server/ca/ 19:12:29 spire-1.2.1/pkg/server/ca/ca.go 19:12:29 spire-1.2.1/pkg/server/ca/ca_health.go 19:12:29 spire-1.2.1/pkg/server/ca/ca_test.go 19:12:29 spire-1.2.1/pkg/server/ca/journal.go 19:12:29 spire-1.2.1/pkg/server/ca/journal_test.go 19:12:29 spire-1.2.1/pkg/server/ca/manager.go 19:12:29 spire-1.2.1/pkg/server/ca/manager_health.go 19:12:29 spire-1.2.1/pkg/server/ca/manager_test.go 19:12:29 spire-1.2.1/pkg/server/ca/templates.go 19:12:29 spire-1.2.1/pkg/server/ca/upstream_client.go 19:12:29 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:12:29 spire-1.2.1/pkg/server/ca/validation.go 19:12:29 spire-1.2.1/pkg/server/cache/ 19:12:29 spire-1.2.1/pkg/server/cache/dscache/ 19:12:29 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:12:29 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:12:29 spire-1.2.1/pkg/server/cache/entrycache/ 19:12:29 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:12:29 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:12:29 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:12:29 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:12:29 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:12:29 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:12:29 spire-1.2.1/pkg/server/catalog/ 19:12:29 spire-1.2.1/pkg/server/catalog/catalog.go 19:12:29 spire-1.2.1/pkg/server/catalog/keymanager.go 19:12:29 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:12:29 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:12:29 spire-1.2.1/pkg/server/catalog/notifier.go 19:12:29 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:12:29 spire-1.2.1/pkg/server/config.go 19:12:29 spire-1.2.1/pkg/server/datastore/ 19:12:29 spire-1.2.1/pkg/server/datastore/datastore.go 19:12:29 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:12:29 spire-1.2.1/pkg/server/datastore/repository.go 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:12:29 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:12:29 spire-1.2.1/pkg/server/endpoints/ 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/ 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:12:29 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:12:29 spire-1.2.1/pkg/server/endpoints/config.go 19:12:29 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:12:29 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:12:29 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:12:29 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:12:29 spire-1.2.1/pkg/server/endpoints/middleware.go 19:12:29 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:12:29 spire-1.2.1/pkg/server/hostservice/ 19:12:29 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:12:29 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:12:29 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:12:29 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:12:29 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:12:29 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:12:29 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:12:29 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/ 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/ 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:12:29 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:12:29 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:12:29 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:12:29 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:12:29 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:12:29 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:12:29 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:12:29 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:12:29 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/notifier/ 19:12:29 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:12:29 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:12:29 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:12:29 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:12:29 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:12:29 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:12:29 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:12:29 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:12:29 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:12:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:12:29 spire-1.2.1/pkg/server/registration/ 19:12:29 spire-1.2.1/pkg/server/registration/manager.go 19:12:29 spire-1.2.1/pkg/server/registration/manager_test.go 19:12:29 spire-1.2.1/pkg/server/scanentries.go 19:12:29 spire-1.2.1/pkg/server/scanentries_test.go 19:12:29 spire-1.2.1/pkg/server/server.go 19:12:29 spire-1.2.1/pkg/server/server_test.go 19:12:29 spire-1.2.1/pkg/server/svid/ 19:12:29 spire-1.2.1/pkg/server/svid/observer.go 19:12:29 spire-1.2.1/pkg/server/svid/observer_test.go 19:12:29 spire-1.2.1/pkg/server/svid/rotator.go 19:12:29 spire-1.2.1/pkg/server/svid/rotator_config.go 19:12:29 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:12:29 spire-1.2.1/pkg/server/svid/rotator_test.go 19:12:29 spire-1.2.1/proto/ 19:12:29 spire-1.2.1/proto/private/ 19:12:29 spire-1.2.1/proto/private/server/ 19:12:29 spire-1.2.1/proto/private/server/journal/ 19:12:29 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:12:29 spire-1.2.1/proto/private/server/journal/journal.proto 19:12:29 spire-1.2.1/proto/spire/ 19:12:29 spire-1.2.1/proto/spire/common/ 19:12:29 spire-1.2.1/proto/spire/common/common.pb.go 19:12:29 spire-1.2.1/proto/spire/common/common.proto 19:12:29 spire-1.2.1/proto/spire/common/plugin/ 19:12:29 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:12:29 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:12:29 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:12:29 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:12:29 spire-1.2.1/proto/spire/plugin/ 19:12:29 spire-1.2.1/proto/spire/plugin/agent/ 19:12:29 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:12:29 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:12:29 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:12:29 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:12:29 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:12:29 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:12:29 spire-1.2.1/release/ 19:12:29 spire-1.2.1/release/spire-extras/ 19:12:29 spire-1.2.1/release/spire-extras/README.md 19:12:29 spire-1.2.1/release/spire-extras/conf/ 19:12:29 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:12:29 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:12:29 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:12:29 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:12:29 spire-1.2.1/release/spire/ 19:12:29 spire-1.2.1/release/spire/README.md 19:12:29 spire-1.2.1/release/spire/conf/ 19:12:29 spire-1.2.1/release/spire/conf/agent/ 19:12:29 spire-1.2.1/release/spire/conf/agent/agent.conf 19:12:29 spire-1.2.1/release/spire/conf/server/ 19:12:29 spire-1.2.1/release/spire/conf/server/server.conf 19:12:29 spire-1.2.1/script/ 19:12:29 spire-1.2.1/script/build-artifact.sh 19:12:29 spire-1.2.1/script/generate_dummy_ca.sh 19:12:29 spire-1.2.1/support/ 19:12:29 spire-1.2.1/support/k8s/ 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:12:29 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:12:29 spire-1.2.1/support/oidc-discovery-provider/ 19:12:29 spire-1.2.1/support/oidc-discovery-provider/README.md 19:12:29 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:12:29 spire-1.2.1/support/oidc-discovery-provider/config.go 19:12:29 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:12:29 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:12:29 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:12:29 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:12:29 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:12:29 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:12:29 spire-1.2.1/support/oidc-discovery-provider/main.go 19:12:29 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:12:29 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:12:29 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:12:29 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:12:29 spire-1.2.1/test/ 19:12:29 spire-1.2.1/test/clock/ 19:12:29 spire-1.2.1/test/clock/clock.go 19:12:29 spire-1.2.1/test/fakes/ 19:12:29 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:12:29 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:12:29 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:12:29 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:12:29 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:12:29 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:12:29 spire-1.2.1/test/fakes/fakeagentstore/ 19:12:29 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:12:29 spire-1.2.1/test/fakes/fakedatastore/ 19:12:29 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:12:29 spire-1.2.1/test/fakes/fakeentryclient/ 19:12:29 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:12:29 spire-1.2.1/test/fakes/fakehealthchecker/ 19:12:29 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:12:29 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:12:29 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:12:29 spire-1.2.1/test/fakes/fakemetrics/ 19:12:29 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:12:29 spire-1.2.1/test/fakes/fakenoderesolver/ 19:12:29 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:12:29 spire-1.2.1/test/fakes/fakenotifier/ 19:12:29 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:12:29 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:12:29 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:12:29 spire-1.2.1/test/fakes/fakeserverca/ 19:12:29 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:12:29 spire-1.2.1/test/fakes/fakeservercatalog/ 19:12:29 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:12:29 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:12:29 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:12:29 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:12:29 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:12:29 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:12:29 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:12:29 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:12:29 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:12:29 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:12:29 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:12:29 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:12:29 spire-1.2.1/test/fixture/ 19:12:29 spire-1.2.1/test/fixture/certs/ 19:12:29 spire-1.2.1/test/fixture/certs/agent_svid.der 19:12:29 spire-1.2.1/test/fixture/certs/base_cert.pem 19:12:29 spire-1.2.1/test/fixture/certs/base_csr.pem 19:12:29 spire-1.2.1/test/fixture/certs/base_key.pem 19:12:29 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:12:29 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:12:29 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:12:29 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:12:29 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:12:29 spire-1.2.1/test/fixture/certs/blog_key.pem 19:12:29 spire-1.2.1/test/fixture/certs/bundle.der 19:12:29 spire-1.2.1/test/fixture/certs/ca.pem 19:12:29 spire-1.2.1/test/fixture/certs/ca_key.pem 19:12:29 spire-1.2.1/test/fixture/certs/database_cert.pem 19:12:29 spire-1.2.1/test/fixture/certs/database_csr.pem 19:12:29 spire-1.2.1/test/fixture/certs/database_key.pem 19:12:29 spire-1.2.1/test/fixture/certs/node_cert.pem 19:12:29 spire-1.2.1/test/fixture/certs/node_csr.pem 19:12:29 spire-1.2.1/test/fixture/certs/node_key.pem 19:12:29 spire-1.2.1/test/fixture/certs/svid.pem 19:12:29 spire-1.2.1/test/fixture/certs/svid_key.pem 19:12:29 spire-1.2.1/test/fixture/config/ 19:12:29 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:12:29 spire-1.2.1/test/fixture/config/agent_good.conf 19:12:29 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:12:29 spire-1.2.1/test/fixture/config/plugin_good.conf 19:12:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:12:29 spire-1.2.1/test/fixture/config/server_good.conf 19:12:29 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:12:29 spire-1.2.1/test/fixture/fixture.go 19:12:29 spire-1.2.1/test/fixture/nodeattestor/ 19:12:29 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:12:29 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:12:29 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:12:29 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:12:29 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:12:29 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:12:29 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:12:29 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:12:29 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:12:29 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:12:29 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:12:29 spire-1.2.1/test/fixture/registration/ 19:12:29 spire-1.2.1/test/fixture/registration/entries.json 19:12:29 spire-1.2.1/test/fixture/registration/good-for-update.json 19:12:29 spire-1.2.1/test/fixture/registration/good.json 19:12:29 spire-1.2.1/test/fixture/registration/invalid.json 19:12:29 spire-1.2.1/test/fixture/registration/invalid_json.json 19:12:29 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:12:29 spire-1.2.1/test/integration/ 19:12:29 spire-1.2.1/test/integration/README.md 19:12:29 spire-1.2.1/test/integration/common 19:12:29 spire-1.2.1/test/integration/setup/ 19:12:29 spire-1.2.1/test/integration/setup/adminclient/ 19:12:29 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:12:29 spire-1.2.1/test/integration/setup/adminclient/client.go 19:12:29 spire-1.2.1/test/integration/setup/debugagent/ 19:12:29 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:12:29 spire-1.2.1/test/integration/setup/debugagent/main.go 19:12:29 spire-1.2.1/test/integration/setup/debugserver/ 19:12:29 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:12:29 spire-1.2.1/test/integration/setup/debugserver/main.go 19:12:29 spire-1.2.1/test/integration/setup/downstreamclient/ 19:12:29 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:12:29 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:12:29 spire-1.2.1/test/integration/setup/itclient/ 19:12:29 spire-1.2.1/test/integration/setup/itclient/client.go 19:12:29 spire-1.2.1/test/integration/setup/node-attestation/ 19:12:29 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:12:29 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:12:29 spire-1.2.1/test/integration/setup/x509pop/ 19:12:29 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:12:29 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:12:29 spire-1.2.1/test/integration/suites/ 19:12:29 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:12:29 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:12:29 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:12:29 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:12:29 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:12:29 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:12:29 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:12:29 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:12:29 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:12:29 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:12:29 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:12:29 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:12:29 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:12:29 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:12:29 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:12:29 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:12:29 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:12:29 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:12:29 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:12:29 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:12:29 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:12:29 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:12:29 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:12:29 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:12:29 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:12:29 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:12:29 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:12:29 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:12:29 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:12:29 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:12:29 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:12:29 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:12:29 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:12:29 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:12:29 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:12:29 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:12:29 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:12:29 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:12:29 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:12:29 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:12:29 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:12:29 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:12:29 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:12:29 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:12:29 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:12:29 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:12:29 spire-1.2.1/test/integration/suites/join-token/ 19:12:29 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:12:29 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:12:29 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:12:29 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:12:29 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:12:29 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:12:29 spire-1.2.1/test/integration/suites/join-token/README.md 19:12:29 spire-1.2.1/test/integration/suites/join-token/conf/ 19:12:29 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:12:29 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:12:29 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/join-token/teardown 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:12:29 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:12:29 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:12:29 spire-1.2.1/test/integration/suites/k8s/ 19:12:29 spire-1.2.1/test/integration/suites/k8s/00-setup 19:12:29 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:12:29 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:12:29 spire-1.2.1/test/integration/suites/k8s/README.md 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/ 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:12:29 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:12:29 spire-1.2.1/test/integration/suites/k8s/teardown 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:12:29 spire-1.2.1/test/integration/suites/node-attestation/ 19:12:29 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:12:29 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:12:29 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:12:29 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:12:29 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:12:29 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:12:29 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:12:29 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:12:29 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:12:29 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:12:29 spire-1.2.1/test/integration/suites/rotation/ 19:12:29 spire-1.2.1/test/integration/suites/rotation/00-setup 19:12:29 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:12:29 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:12:29 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:12:29 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:12:29 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:12:29 spire-1.2.1/test/integration/suites/rotation/README.md 19:12:29 spire-1.2.1/test/integration/suites/rotation/conf/ 19:12:29 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:12:29 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:12:29 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/rotation/teardown 19:12:29 spire-1.2.1/test/integration/suites/self-test/ 19:12:29 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:12:29 spire-1.2.1/test/integration/suites/self-test/README.md 19:12:29 spire-1.2.1/test/integration/suites/self-test/teardown 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:12:29 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:12:29 spire-1.2.1/test/integration/suites/upgrade/ 19:12:29 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:12:29 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:12:29 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:12:29 spire-1.2.1/test/integration/suites/upgrade/README.md 19:12:29 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:12:29 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:12:29 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:12:29 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:12:29 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:12:29 spire-1.2.1/test/integration/suites/upgrade/teardown 19:12:29 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:12:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:12:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:12:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:12:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:12:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:12:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:12:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:12:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:12:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:12:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:12:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:12:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:12:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:12:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:12:29 spire-1.2.1/test/integration/test-one.sh 19:12:29 spire-1.2.1/test/integration/test.sh 19:12:29 spire-1.2.1/test/plugintest/ 19:12:29 spire-1.2.1/test/plugintest/config.go 19:12:29 spire-1.2.1/test/plugintest/load.go 19:12:29 spire-1.2.1/test/plugintest/option.go 19:12:29 spire-1.2.1/test/spiretest/ 19:12:29 spire-1.2.1/test/spiretest/apiserver.go 19:12:29 spire-1.2.1/test/spiretest/assertions.go 19:12:29 spire-1.2.1/test/spiretest/dir.go 19:12:29 spire-1.2.1/test/spiretest/errors_posix.go 19:12:29 spire-1.2.1/test/spiretest/errors_windows.go 19:12:29 spire-1.2.1/test/spiretest/logs.go 19:12:29 spire-1.2.1/test/spiretest/socketapi.go 19:12:29 spire-1.2.1/test/spiretest/suite.go 19:12:29 spire-1.2.1/test/spiretest/x509.go 19:12:29 spire-1.2.1/test/testca/ 19:12:29 spire-1.2.1/test/testca/ca.go 19:12:29 spire-1.2.1/test/testkey/ 19:12:29 spire-1.2.1/test/testkey/generate.sh 19:12:29 spire-1.2.1/test/testkey/genkeys.go 19:12:29 spire-1.2.1/test/testkey/keys.go 19:12:29 spire-1.2.1/test/testkey/new.go 19:12:29 spire-1.2.1/test/tpmsimulator/ 19:12:29 spire-1.2.1/test/tpmsimulator/simulator.go 19:12:29 spire-1.2.1/test/util/ 19:12:29 spire-1.2.1/test/util/cert_fixtures.go 19:12:29 spire-1.2.1/test/util/cert_generation.go 19:12:29 spire-1.2.1/test/util/io_redirection.go 19:12:29 spire-1.2.1/test/util/race.go 19:12:29 spire-1.2.1/test/util/util.go 19:12:29 building spire from source... 19:12:29 Installing go1.17.7... 19:12:29 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:12:29 9b3977197b4f: Pulling fs layer 19:12:29 1a89e8eeedd5: Pulling fs layer 19:12:29 94645a83ff95: Pulling fs layer 19:12:29 3f3a8bcf1eab: Pulling fs layer 19:12:29 0c92f367c5e7: Pulling fs layer 19:12:29 f7c0051592d6: Pulling fs layer 19:12:29 a227ed2f7395: Pulling fs layer 19:12:29 7b1c46037f91: Pulling fs layer 19:12:29 f7c0051592d6: Waiting 19:12:29 a227ed2f7395: Waiting 19:12:29 7b1c46037f91: Waiting 19:12:29 3f3a8bcf1eab: Waiting 19:12:29 0c92f367c5e7: Waiting 19:12:29 94645a83ff95: Verifying Checksum 19:12:29 94645a83ff95: Download complete 19:12:29 1a89e8eeedd5: Verifying Checksum 19:12:29 1a89e8eeedd5: Download complete 19:12:29 0c92f367c5e7: Verifying Checksum 19:12:29 0c92f367c5e7: Download complete 19:12:29 f7c0051592d6: Verifying Checksum 19:12:29 f7c0051592d6: Download complete 19:12:29 9b3977197b4f: Download complete 19:12:29 a227ed2f7395: Verifying Checksum 19:12:29 a227ed2f7395: Download complete 19:12:30 9b3977197b4f: Pull complete 19:12:30 Building bin/spire-server... 19:12:30 go: downloading github.com/mitchellh/cli v1.1.2 19:12:30 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:12:30 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:12:30 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:12:30 go: downloading google.golang.org/grpc v1.44.0 19:12:30 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:12:30 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:12:30 go: downloading github.com/imdario/mergo v0.3.12 19:12:30 go: downloading github.com/sirupsen/logrus v1.8.1 19:12:30 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:12:30 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:12:30 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:12:30 go: downloading github.com/fatih/color v1.13.0 19:12:30 go: downloading github.com/mattn/go-isatty v0.0.14 19:12:30 1a89e8eeedd5: Pull complete 19:12:30 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:12:30 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:12:30 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:12:30 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:12:30 go: downloading github.com/armon/go-metrics v0.3.10 19:12:30 go: downloading github.com/prometheus/client_golang v1.12.1 19:12:30 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:12:31 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:12:31 go: downloading github.com/open-policy-agent/opa v0.38.0 19:12:31 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:12:31 go: downloading github.com/Masterminds/goutils v1.1.0 19:12:31 go: downloading github.com/Masterminds/semver v1.5.0 19:12:31 go: downloading github.com/google/uuid v1.1.2 19:12:31 go: downloading github.com/huandu/xstrings v1.3.2 19:12:31 go: downloading github.com/mattn/go-colorable v0.1.12 19:12:31 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:12:31 go: downloading github.com/oklog/run v1.0.0 19:12:31 94645a83ff95: Pull complete 19:12:31 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:12:31 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:12:31 go: downloading go.uber.org/atomic v1.9.0 19:12:31 go: downloading github.com/pkg/errors v0.9.1 19:12:31 go: downloading github.com/prometheus/client_model v0.2.0 19:12:31 go: downloading github.com/prometheus/common v0.32.1 19:12:31 go: downloading github.com/beorn7/perks v1.0.1 19:12:31 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:12:31 go: downloading github.com/prometheus/procfs v0.7.3 19:12:31 7b1c46037f91: Verifying Checksum 19:12:31 7b1c46037f91: Download complete 19:12:31 go: downloading github.com/imkira/go-observer v1.0.3 19:12:31 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:12:31 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:12:31 go: downloading github.com/hashicorp/errwrap v1.1.0 19:12:31 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:12:31 go: downloading github.com/twmb/murmur3 v1.1.6 19:12:31 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:12:31 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:12:31 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:12:31 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:12:32 3f3a8bcf1eab: Verifying Checksum 19:12:32 3f3a8bcf1eab: Download complete 19:12:34 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:12:34 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:12:34 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:12:34 go: downloading github.com/stretchr/testify v1.7.0 19:12:34 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:12:34 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:12:34 go: downloading github.com/blang/semver/v4 v4.0.0 19:12:34 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:12:34 go: downloading github.com/jinzhu/gorm v1.9.16 19:12:34 go: downloading github.com/lib/pq v1.10.4 19:12:34 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:12:34 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:12:35 Building bin/spire-server... 19:12:35 go: downloading github.com/mitchellh/cli v1.1.2 19:12:35 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:12:35 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:12:35 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:12:35 go: downloading google.golang.org/grpc v1.44.0 19:12:35 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:12:35 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:12:35 go: downloading github.com/imdario/mergo v0.3.12 19:12:35 go: downloading github.com/sirupsen/logrus v1.8.1 19:12:35 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:12:35 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:12:35 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:12:35 go: downloading github.com/fatih/color v1.13.0 19:12:35 go: downloading github.com/mattn/go-isatty v0.0.14 19:12:35 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:12:35 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:12:35 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:12:35 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:12:35 go: downloading github.com/armon/go-metrics v0.3.10 19:12:35 go: downloading github.com/prometheus/client_golang v1.12.1 19:12:35 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:12:36 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:12:36 go: downloading github.com/open-policy-agent/opa v0.38.0 19:12:36 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:12:36 go: downloading github.com/mattn/go-colorable v0.1.12 19:12:36 go: downloading github.com/Masterminds/goutils v1.1.0 19:12:36 go: downloading github.com/Masterminds/semver v1.5.0 19:12:36 go: downloading github.com/google/uuid v1.1.2 19:12:36 go: downloading github.com/huandu/xstrings v1.3.2 19:12:36 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:12:36 go: downloading github.com/oklog/run v1.0.0 19:12:36 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:12:36 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:12:36 go: downloading github.com/prometheus/client_model v0.2.0 19:12:36 go: downloading github.com/prometheus/common v0.32.1 19:12:36 go: downloading github.com/beorn7/perks v1.0.1 19:12:36 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:12:36 go: downloading github.com/prometheus/procfs v0.7.3 19:12:36 go: downloading github.com/pkg/errors v0.9.1 19:12:36 go: downloading go.uber.org/atomic v1.9.0 19:12:36 go: downloading github.com/imkira/go-observer v1.0.3 19:12:36 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:12:36 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:12:36 go: downloading github.com/hashicorp/errwrap v1.1.0 19:12:36 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:12:36 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:12:36 go: downloading github.com/twmb/murmur3 v1.1.6 19:12:36 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:12:36 go: downloading github.com/blang/semver/v4 v4.0.0 19:12:36 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:12:36 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:12:36 go: downloading github.com/jinzhu/gorm v1.9.16 19:12:36 go: downloading github.com/lib/pq v1.10.4 19:12:36 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:12:36 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:12:36 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:12:37 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:12:38 go: downloading google.golang.org/api v0.70.0 19:12:38 go: downloading k8s.io/client-go v0.23.4 19:12:38 go: downloading k8s.io/api v0.23.4 19:12:38 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:12:38 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:12:38 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:12:38 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:12:38 go: downloading cloud.google.com/go/storage v1.21.0 19:12:38 go: downloading cloud.google.com/go v0.100.2 19:12:38 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:12:38 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:12:38 go: downloading github.com/stretchr/testify v1.7.0 19:12:38 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:12:38 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:12:39 go: downloading k8s.io/apimachinery v0.23.4 19:12:39 go: downloading k8s.io/kube-aggregator v0.23.3 19:12:39 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:12:39 go: downloading cloud.google.com/go/security v1.3.0 19:12:40 go: downloading github.com/hashicorp/vault/api v1.4.1 19:12:40 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:12:40 go: downloading github.com/google/go-tpm v0.3.3 19:12:40 go: downloading github.com/aws/smithy-go v1.11.0 19:12:40 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:12:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:12:40 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:12:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:12:40 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:12:40 go: downloading github.com/jinzhu/inflection v1.0.0 19:12:40 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:12:40 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:12:40 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:12:40 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:12:40 go: downloading github.com/dimchansky/utfbom v1.1.1 19:12:40 go: downloading cloud.google.com/go/compute v1.3.0 19:12:40 go: downloading cloud.google.com/go/iam v0.1.1 19:12:40 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:12:40 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:12:41 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 19:12:42 go: downloading google.golang.org/api v0.70.0 19:12:42 go: downloading k8s.io/client-go v0.23.4 19:12:42 go: downloading k8s.io/api v0.23.4 19:12:42 go: downloading github.com/google/go-tpm v0.3.3 19:12:42 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:12:42 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:12:42 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:12:42 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:12:42 go: downloading cloud.google.com/go/storage v1.21.0 19:12:43 go: downloading cloud.google.com/go v0.100.2 19:12:43 go: downloading github.com/gogo/protobuf v1.3.2 19:12:43 go: downloading github.com/google/gofuzz v1.1.0 19:12:43 go: downloading k8s.io/klog/v2 v2.30.0 19:12:43 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:12:43 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:12:43 go: downloading github.com/spf13/pflag v1.0.5 19:12:43 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:12:43 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:12:43 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:12:43 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:12:43 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:12:43 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:12:43 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:12:43 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:12:43 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:12:43 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:12:43 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:12:43 go: downloading gopkg.in/yaml.v2 v2.4.0 19:12:43 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:12:43 go: downloading k8s.io/apimachinery v0.23.4 19:12:43 go: downloading github.com/gobwas/glob v0.2.3 19:12:43 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:12:43 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:12:44 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:12:44 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:12:44 go: downloading k8s.io/kube-aggregator v0.23.3 19:12:44 go: downloading go.opencensus.io v0.23.0 19:12:44 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:12:44 go: downloading cloud.google.com/go/security v1.3.0 19:12:44 go: downloading gopkg.in/inf.v0 v0.9.1 19:12:44 go: downloading github.com/google/go-cmp v0.5.7 19:12:44 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:12:44 go: downloading github.com/googleapis/gnostic v0.5.5 19:12:44 go: downloading github.com/go-logr/logr v1.2.2 19:12:44 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:12:44 go: downloading github.com/json-iterator/go v1.1.12 19:12:44 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:12:44 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:12:44 go: downloading github.com/hashicorp/vault/api v1.4.1 19:12:44 go: downloading go.uber.org/zap v1.21.0 19:12:44 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:12:44 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:12:44 go: downloading github.com/tklauser/numcpus v0.3.0 19:12:44 go: downloading sigs.k8s.io/yaml v1.3.0 19:12:44 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:12:44 go: downloading github.com/ryanuber/go-glob v1.0.0 19:12:44 go: downloading github.com/jinzhu/inflection v1.0.0 19:12:44 go: downloading github.com/aws/smithy-go v1.11.0 19:12:44 go: downloading github.com/golang/snappy v0.0.4 19:12:44 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:12:44 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:12:44 3f3a8bcf1eab: Pull complete 19:12:44 0c92f367c5e7: Pull complete 19:12:44 f7c0051592d6: Pull complete 19:12:44 a227ed2f7395: Pull complete 19:12:44 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:12:44 go: downloading github.com/hashicorp/go-version v1.2.0 19:12:44 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:12:44 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:12:44 go: downloading github.com/modern-go/reflect2 v1.0.2 19:12:44 go: downloading go.uber.org/multierr v1.6.0 19:12:44 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:12:44 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:12:44 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:12:44 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:12:45 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:12:45 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:12:45 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:12:45 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:12:45 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:12:45 go: downloading github.com/dimchansky/utfbom v1.1.1 19:12:45 go: downloading cloud.google.com/go/compute v1.3.0 19:12:45 go: downloading cloud.google.com/go/iam v0.1.1 19:12:45 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:12:45 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:12:46 go: downloading github.com/gogo/protobuf v1.3.2 19:12:46 go: downloading k8s.io/klog/v2 v2.30.0 19:12:46 go: downloading github.com/google/gofuzz v1.1.0 19:12:46 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:12:46 go: downloading github.com/spf13/pflag v1.0.5 19:12:46 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:12:46 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:12:46 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:12:46 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:12:46 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:12:46 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:12:46 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:12:47 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:12:47 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:12:47 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:12:47 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:12:47 go: downloading gopkg.in/yaml.v2 v2.4.0 19:12:47 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:12:47 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:12:47 go: downloading github.com/gobwas/glob v0.2.3 19:12:47 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:12:47 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:12:47 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:12:47 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:12:47 go: downloading go.opencensus.io v0.23.0 19:12:47 go: downloading gopkg.in/inf.v0 v0.9.1 19:12:47 go: downloading github.com/google/go-cmp v0.5.7 19:12:47 go: downloading github.com/googleapis/gnostic v0.5.5 19:12:48 go: downloading github.com/go-logr/logr v1.2.2 19:12:48 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:12:48 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:12:48 go: downloading github.com/json-iterator/go v1.1.12 19:12:48 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:12:48 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:12:48 go: downloading go.uber.org/zap v1.21.0 19:12:48 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:12:48 go: downloading github.com/tklauser/numcpus v0.3.0 19:12:48 go: downloading sigs.k8s.io/yaml v1.3.0 19:12:48 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:12:48 go: downloading github.com/ryanuber/go-glob v1.0.0 19:12:48 go: downloading github.com/golang/snappy v0.0.4 19:12:48 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:12:48 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:12:48 go: downloading github.com/modern-go/reflect2 v1.0.2 19:12:48 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:12:48 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:12:48 go: downloading github.com/hashicorp/go-version v1.2.0 19:12:48 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:12:48 go: downloading go.uber.org/multierr v1.6.0 19:12:51 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:12:51 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:12:52 7b1c46037f91: Pull complete 19:12:52 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 19:12:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:12:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:12:53 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:12:53 WORKDIR /edgex 19:12:53 COPY go.mod . 19:12:53 RUN go mod download 19:12:53 + docker build -t ci-base-image-arm64 -f - . 19:12:54 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:12:54 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:12:55 Sending build context to Docker daemon 169.1MB 19:12:55 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:12:55 ---> f79e39bc4007 19:12:55 Step 2/4 : WORKDIR /edgex 19:12:57 ---> Running in ed019db0a3d8 19:12:57 Removing intermediate container ed019db0a3d8 19:12:57 ---> 18ea80b012fc 19:12:57 Step 3/4 : COPY go.mod . 19:12:58 ---> 3a4a7172b2e7 19:12:58 Step 4/4 : RUN go mod download 19:12:58 ---> Running in ddd7663b2a20 19:13:21 Removing intermediate container 7bd5368f75f8 19:13:21 Removing intermediate container 1f5374d657ab 19:13:21 ---> 0efdb3c0b739 19:13:21 ---> 0ce361df6259 19:13:21 19:13:21 Step 10/22 : FROM alpine:3.14 19:13:21 19:13:21 Step 10/22 : FROM alpine:3.14 19:13:21 Removing intermediate container 9d7f4d6a520d 19:13:21 ---> fa025c9a1d74 19:13:21 19:13:21 Step 10/22 : FROM alpine:3.14 19:13:21 3.14: Pulling from library/alpine 19:13:21 3.14: Pulling from library/alpine 19:13:21 3.14: Pulling from library/alpine 19:13:21 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:13:21 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:13:21 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:13:21 Status: Image is up to date for alpine:3.14 19:13:21 Status: Image is up to date for alpine:3.14 19:13:21 Status: Downloaded newer image for alpine:3.14 19:13:21 ---> e04c818066af 19:13:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:13:21 ---> e04c818066af 19:13:21 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:13:21 ---> e04c818066af 19:13:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:13:22 ---> Running in ebe9febf1b54 19:13:22 ---> Running in e7c400a1bddb 19:13:22 ---> Running in d01ca5cc0b14 19:13:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:13:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:13:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:13:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:13:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:13:23 (1/6) Installing ca-certificates (20211220-r0) 19:13:23 (1/1) Installing dumb-init (1.2.5-r1) 19:13:23 Executing busybox-1.33.1-r7.trigger 19:13:23 OK: 6 MiB in 15 packages 19:13:23 (2/6) Installing brotli-libs (1.0.9-r5) 19:13:23 (3/6) Installing nghttp2-libs (1.43.0-r0) 19:13:23 (4/6) Installing libcurl (7.79.1-r0) 19:13:23 (5/6) Installing curl (7.79.1-r0) 19:13:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:13:23 (6/6) Installing dumb-init (1.2.5-r1) 19:13:23 Executing busybox-1.33.1-r7.trigger 19:13:23 Executing ca-certificates-20211220-r0.trigger 19:13:24 OK: 8 MiB in 20 packages 19:13:24 (1/2) Installing ca-certificates (20211220-r0) 19:13:24 (2/2) Installing dumb-init (1.2.5-r1) 19:13:24 Executing busybox-1.33.1-r7.trigger 19:13:24 Executing ca-certificates-20211220-r0.trigger 19:13:24 OK: 6 MiB in 16 packages 19:13:25 Removing intermediate container e7c400a1bddb 19:13:25 ---> 35c14bfd0e02 19:13:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:25 ---> Running in f7d988ec07fe 19:13:25 Removing intermediate container d01ca5cc0b14 19:13:25 ---> d401708ce47c 19:13:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:13:25 Removing intermediate container ebe9febf1b54 19:13:25 ---> c5d73330294f 19:13:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:13:25 ---> Running in b35bed955d71 19:13:25 ---> Running in ed46dae1c2e5 19:13:26 Removing intermediate container f7d988ec07fe 19:13:26 ---> 07fb589f97c6 19:13:26 Step 13/22 : ENV APP_PORT=59861 19:13:26 ---> Running in e1e7258dbbb8 19:13:26 Removing intermediate container ed46dae1c2e5 19:13:26 ---> 2ba9f742a77f 19:13:26 Step 13/22 : ENV APP_PORT=59860 19:13:26 Removing intermediate container b35bed955d71 19:13:26 ---> 9b9720ceda7d 19:13:26 Step 13/22 : WORKDIR /edgex 19:13:26 ---> Running in 4d75f03e1257 19:13:26 ---> Running in a106ac2b0ad6 19:13:26 Removing intermediate container e1e7258dbbb8 19:13:26 ---> 5cf1218cfb94 19:13:26 Step 14/22 : EXPOSE $APP_PORT 19:13:26 Removing intermediate container 4d75f03e1257 19:13:26 ---> 6bb0f9111df9 19:13:26 Step 14/22 : EXPOSE $APP_PORT 19:13:27 ---> Running in 845778096c4d 19:13:27 ---> Running in 487618970e7b 19:13:27 Removing intermediate container a106ac2b0ad6 19:13:27 ---> e41f71e1cf27 19:13:27 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:13:27 Removing intermediate container 845778096c4d 19:13:27 ---> d1ec67b1f59f 19:13:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:27 Removing intermediate container 487618970e7b 19:13:27 ---> 9d6a18a9bb26 19:13:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:27 ---> c12bd8d86f04 19:13:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:13:27 ---> f411521cb4c5 19:13:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:13:28 ---> 531a67a49789 19:13:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:13:30 ---> d72f051bc19c 19:13:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:13:30 ---> 8635a21a18d6 19:13:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:13:30 ---> 53dbb4594c98 19:13:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:13:30 ---> c6efe1c22e13 19:13:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:13:30 ---> ed5271ece79c 19:13:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:13:30 ---> Running in 3b5363641059 19:13:30 ---> Running in 67cf0095bcf1 19:13:30 ---> 36fa14dc74d0 19:13:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:13:31 Removing intermediate container 67cf0095bcf1 19:13:31 ---> 37807b81fb5d 19:13:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:31 Removing intermediate container 3b5363641059 19:13:31 ---> 724c6ab6fcc8 19:13:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:31 ---> Running in 5b39d2b61291 19:13:31 ---> Running in 2f2e3560671d 19:13:31 ---> 2db4e76eb3db 19:13:31 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:13:31 ---> Running in e8e2af9d5738 19:13:31 Removing intermediate container 2f2e3560671d 19:13:31 ---> 405f721eb8b6 19:13:31 Step 20/22 : LABEL arch=x86_64 19:13:31 Removing intermediate container 5b39d2b61291 19:13:31 ---> 2400176be5e2 19:13:31 Step 20/22 : LABEL arch=x86_64 19:13:31 ---> Running in dce5dadeda2b 19:13:31 ---> Running in 2adbbc5c4cc9 19:13:32 Removing intermediate container dce5dadeda2b 19:13:32 ---> f1ec263dd0b7 19:13:32 Step 21/22 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:13:32 Removing intermediate container 2adbbc5c4cc9 19:13:32 ---> f4c7638958b2 19:13:32 Step 21/22 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:13:32 ---> Running in 5128d60a32ac 19:13:32 ---> Running in 25b88e964f74 19:13:32 Removing intermediate container 5128d60a32ac 19:13:32 ---> b2ce90733fb2 19:13:32 Step 22/22 : LABEL version=0.0.0 19:13:32 ---> Running in a1b46509baaa 19:13:32 Removing intermediate container 25b88e964f74 19:13:32 ---> a155d9471425 19:13:32 Step 22/22 : LABEL version=0.0.0 19:13:32 ---> Running in 0ad026872a81 19:13:33 Removing intermediate container a1b46509baaa 19:13:33 ---> 1107c4634158 19:13:33 19:13:33 Removing intermediate container 0ad026872a81 19:13:33 ---> abb8566f24f1 19:13:33 19:13:33 Removing intermediate container e8e2af9d5738 19:13:33 ---> 4c50bef9ca57 19:13:33 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:13:33 Successfully built 1107c4634158 19:13:33 ---> Running in fe3a680ec641 19:13:33 Successfully tagged support-notifications:latest 19:13:33 Building core-command 19:13:33  Building support-notifications ... done Successfully built abb8566f24f1 19:13:33 Successfully tagged support-scheduler:latest 19:13:33  Building support-scheduler ... done Building core-data 19:13:34 Removing intermediate container fe3a680ec641 19:13:34 ---> e83d3d1cf1b6 19:13:34 Step 20/22 : LABEL arch=x86_64 19:13:37 ---> Running in 78ee142e2a22 19:13:38 Removing intermediate container 78ee142e2a22 19:13:38 ---> a80768d6b502 19:13:38 Step 21/22 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:13:39 ---> Running in 703940de18f7 19:13:40 Removing intermediate container 703940de18f7 19:13:40 ---> e1c80026c292 19:13:40 Step 22/22 : LABEL version=0.0.0 19:13:40 ---> Running in ee5ce12fd42f 19:13:40 Removing intermediate container ee5ce12fd42f 19:13:40 ---> 480a52873de2 19:13:40 19:13:40 Successfully built 480a52873de2 19:13:40 Successfully tagged security-proxy-setup:latest 19:13:40 Building security-bootstrapper 19:13:43  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:43 ---> 24a8cc8c5b72 19:13:43 Step 3/23 : WORKDIR /edgex-go 19:13:43 ---> Using cache 19:13:43 ---> aaae0d9b9b08 19:13:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:43 ---> Using cache 19:13:43 ---> 0cb8dc8fd448 19:13:43 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:13:45 Removing intermediate container ddd7663b2a20 19:13:45 ---> 20f895ed6171 19:13:45 Successfully built 20f895ed6171 19:13:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:13:45 + docker inspect -f . ci-base-image-arm64 19:13:45 . [Pipeline] withDockerContainer 19:13:46 prd-ubuntu20.04-docker-arm64-4c-16g-20713 does not seem to be running inside a container 19:13:46 $ 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 19:13:46 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:46 ---> 24a8cc8c5b72 19:13:46 Step 3/23 : WORKDIR /edgex-go 19:13:46 ---> Using cache 19:13:46 ---> aaae0d9b9b08 19:13:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:46 ---> Using cache 19:13:46 ---> 0cb8dc8fd448 19:13:46 Step 5/23 : RUN apk add --update --no-cache make git 19:13:46 ---> Using cache 19:13:46 ---> 99bf5d563d3b 19:13:46 Step 6/23 : COPY go.mod vendor* ./ 19:13:46 ---> Using cache 19:13:46 ---> 4e8ad23a804c 19:13:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:46 ---> Using cache 19:13:46 ---> df9d66481aab 19:13:46 Step 8/23 : COPY . . 19:13:46 ---> Using cache 19:13:46 ---> 215d71d72a13 19:13:46 Step 9/23 : RUN make cmd/core-command/core-command 19:13:47 $ docker top d4283373f248c3267166df61017e39b642ac178b114e52e5aed44b21cad34a3f -eo pid,comm [Pipeline] { [Pipeline] sh 19:13:48 + go version 19:13:48 go version go1.17.6 linux/arm64 [Pipeline] } 19:13:48 $ docker stop --time=1 d4283373f248c3267166df61017e39b642ac178b114e52e5aed44b21cad34a3f 19:13:49 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:49 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:13:49 ---> 24a8cc8c5b72 19:13:49 Step 3/31 : WORKDIR /edgex-go 19:13:49 ---> Using cache 19:13:49 ---> aaae0d9b9b08 19:13:49 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:49 ---> Using cache 19:13:49 ---> 0cb8dc8fd448 19:13:49 Step 5/31 : RUN apk add --update --no-cache make git 19:13:49 ---> Using cache 19:13:49 ---> 99bf5d563d3b 19:13:49 Step 6/31 : COPY go.mod vendor* ./ 19:13:49 ---> Using cache 19:13:49 ---> 4e8ad23a804c 19:13:49 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:49 ---> Using cache 19:13:49 ---> df9d66481aab 19:13:49 Step 8/31 : COPY . . 19:13:49 ---> Using cache 19:13:49 ---> 215d71d72a13 19:13:49 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:13:50 $ docker rm -f d4283373f248c3267166df61017e39b642ac178b114e52e5aed44b21cad34a3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 19:13:50 ---> Running in a5ac2cc10424 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:13:50 ---> Running in be991a1cb0ab 19:13:50 ---> Running in 6c26120b51e9 19:13:51 + docker inspect -f . ci-base-image-arm64 19:13:51 . [Pipeline] withDockerContainer 19:13:51 prd-ubuntu20.04-docker-arm64-4c-16g-20713 does not seem to be running inside a container 19:13:51 $ 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 19:13:51 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:13:52 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 19:13:52 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 19:13:52 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:13:52 $ docker top 615ffb09200010b67340738444ebc34608e2d18dc7591326ef6ca4112c2e33c0 -eo pid,comm 19:13:53 OK: 221 MiB in 52 packages [Pipeline] { [Pipeline] echo 19:13:53 ========================================================= 19:13:53 [edgeXBuildGoParallel] Running Tests and Build... 19:13:53 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:13:54 + make test 19:13:54 go mod tidy -compat=1.17 19:13:54 Removing intermediate container a5ac2cc10424 19:13:54 ---> cbc86be00b04 19:13:54 Step 6/23 : COPY go.mod vendor* ./ 19:13:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:13:55 ---> 4df9b17f00af 19:13:55 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:55 ---> Running in 5c8e04bb7c6d 19:13:58 Removing intermediate container 5c8e04bb7c6d 19:13:58 ---> 2b329a47c4f4 19:13:58 Step 8/23 : COPY . . 19:14:10 ---> e85e5de664a4 19:14:10 Step 9/23 : RUN make cmd/core-data/core-data 19:14:11 ---> Running in 90a467d6a6de 19:14:12 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 19:14:30 Removing intermediate container be991a1cb0ab 19:14:30 ---> b6c686a6fa53 19:14:30 19:14:30 Step 10/23 : FROM alpine:3.14 19:14:30 ---> e04c818066af 19:14:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:14:30 ---> Using cache 19:14:30 ---> 35c14bfd0e02 19:14:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:14:30 ---> Using cache 19:14:30 ---> 07fb589f97c6 19:14:30 Step 13/23 : ENV APP_PORT=59882 19:14:30 Removing intermediate container 6c26120b51e9 19:14:30 ---> 45d16b55f25b 19:14:30 19:14:30 Step 10/31 : FROM alpine:3.14 19:14:30 ---> e04c818066af 19:14:30 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:14:30 ---> Running in 15a964810ed9 19:14:30 ---> Running in adf15d6d33c9 19:14:30 Removing intermediate container 15a964810ed9 19:14:30 ---> d7d58d2cb82b 19:14:30 Step 14/23 : EXPOSE $APP_PORT 19:14:30 Removing intermediate container adf15d6d33c9 19:14:30 ---> a309b3f9229c 19:14:30 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:14:30 ---> Running in bb523e570e7b 19:14:31 ---> Running in 45c19c62cc5a 19:14:31 Removing intermediate container bb523e570e7b 19:14:31 ---> ecac2b977563 19:14:31 Step 15/23 : WORKDIR / 19:14:31 ---> Running in 005eda53ded2 19:14:31 Removing intermediate container 005eda53ded2 19:14:31 ---> 0359ea9c6b61 19:14:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:14:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:14:31 (1/2) Installing dumb-init (1.2.5-r1) 19:14:31 (2/2) Installing su-exec (0.2-r1) 19:14:31 Executing busybox-1.33.1-r7.trigger 19:14:31 OK: 6 MiB in 16 packages 19:14:31 ---> 1ab99588fcea 19:14:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:14:32 ---> 936071b267fd 19:14:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:14:32 Removing intermediate container 45c19c62cc5a 19:14:32 ---> b35037c5e1a6 19:14:32 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:14:32 ---> Running in 5ad8191bdc0d 19:14:32 ---> d8455a85e5b9 19:14:32 Step 19/23 : ENTRYPOINT ["/core-command"] 19:14:32 ---> Running in e7f8cf4e46aa 19:14:32 Removing intermediate container 5ad8191bdc0d 19:14:32 ---> adedd484eeb9 19:14:32 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:14:32 ---> Running in d58ba2ea0366 19:14:32 Removing intermediate container e7f8cf4e46aa 19:14:32 ---> 5da14778458a 19:14:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:32 ---> Running in d67d4e243486 19:14:32 Removing intermediate container d58ba2ea0366 19:14:32 ---> 23ac46d23d86 19:14:32 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:14:32 ---> Running in 3cd7a4ce487d 19:14:32 Removing intermediate container d67d4e243486 19:14:32 ---> a214e7df798b 19:14:32 Step 21/23 : LABEL arch=x86_64 19:14:33 ---> Running in f9e101455bc7 19:14:33 Removing intermediate container f9e101455bc7 19:14:33 ---> b5fb95099445 19:14:33 Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:14:33 ---> Running in 16630b6fc3fe 19:14:33 Removing intermediate container 16630b6fc3fe 19:14:33 ---> 7f8e03c5b6b7 19:14:33 Step 23/23 : LABEL version=0.0.0 19:14:33 ---> Running in 8f115920c19b 19:14:33 Removing intermediate container 8f115920c19b 19:14:33 ---> 27134c461ca6 19:14:33 19:14:33 Removing intermediate container 3cd7a4ce487d 19:14:33 ---> 327ea7f417c2 19:14:33 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:14:33 Successfully built 27134c461ca6 19:14:33 Successfully tagged core-command:latest 19:14:33  Building core-command ... done Building core-metadata 19:14:33 ---> Running in 7a298c0e4441 19:14:34 Removing intermediate container 7a298c0e4441 19:14:34 ---> 1e519a8e7668 19:14:34 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:14:34 ? github.com/edgexfoundry/edgex-go [no test files] 19:14:35 ---> 3699a3a628b8 19:14:35 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:14:36 ---> Running in c0b6862d57ce 19:14:37 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:14:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:14:37 ---> 24a8cc8c5b72 19:14:37 Step 3/23 : WORKDIR /edgex-go 19:14:37 ---> Using cache 19:14:37 ---> aaae0d9b9b08 19:14:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:37 ---> Using cache 19:14:37 ---> 0cb8dc8fd448 19:14:37 Step 5/23 : RUN apk add --update --no-cache make git 19:14:37 ---> Using cache 19:14:37 ---> 99bf5d563d3b 19:14:37 Step 6/23 : COPY go.mod vendor* ./ 19:14:37 ---> Using cache 19:14:37 ---> 4e8ad23a804c 19:14:37 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:37 ---> Using cache 19:14:37 ---> df9d66481aab 19:14:37 Step 8/23 : COPY . . 19:14:37 ---> Using cache 19:14:37 ---> 215d71d72a13 19:14:37 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:14:38 ---> Running in c343068d38a9 19:14:38 Removing intermediate container c0b6862d57ce 19:14:38 ---> 60e7029d2bd4 19:14:38 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:38 ---> a4fc728768f7 19:14:38 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:14:38 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 19:14:38 Removing intermediate container 90a467d6a6de 19:14:38 ---> ce5dfe1d5614 19:14:38 19:14:38 Step 10/23 : FROM alpine:3.14 19:14:38 ---> e04c818066af 19:14:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:14:38 ---> Running in 1a3f9c88bee6 19:14:39 Removing intermediate container 1a3f9c88bee6 19:14:39 ---> 32bab8e207f1 19:14:39 Step 12/23 : ENV APP_PORT=59880 19:14:39 ---> a7998196a058 19:14:39 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:14:39 ---> Running in 0fa59838b366 19:14:39 Removing intermediate container 0fa59838b366 19:14:39 ---> ab3f52919c62 19:14:39 Step 13/23 : EXPOSE $APP_PORT 19:14:39 ---> 87ab69b8c8c7 19:14:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:14:39 ---> Running in 82bb0a84551b 19:14:39 Removing intermediate container 82bb0a84551b 19:14:39 ---> a12517f4a371 19:14:39 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:39 ---> Running in 4afb2adbaff0 19:14:39 ---> d2bc6ff385ee 19:14:39 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:14:39 ---> 618663d32e87 19:14:39 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:14:39 ---> Running in f5067e065029 19:14:40 Removing intermediate container f5067e065029 19:14:40 ---> f204a051b0ef 19:14:40 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:14:40 ---> 18f2684bca07 19:14:40 Step 26/31 : RUN chmod +x /entrypoint.sh 19:14:40 ---> Running in 2b4938422930 19:14:40 Removing intermediate container 4afb2adbaff0 19:14:40 ---> 67c26ec7878c 19:14:40 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:14:40 ---> Running in eaf99d6c319c 19:14:40 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:14:41 Removing intermediate container 2b4938422930 19:14:41 ---> 6990e3593d54 19:14:41 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:14:41 ---> Running in fecf7eb5e9d6 19:14:41 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:14:41 Removing intermediate container fecf7eb5e9d6 19:14:41 ---> eac1af56d5c3 19:14:41 Step 28/31 : CMD ["gate"] 19:14:41 ---> Running in c59bb3165250 19:14:41 (1/6) Installing dumb-init (1.2.5-r1) 19:14:41 Removing intermediate container c59bb3165250 19:14:41 ---> c045b5d4faf4 19:14:41 Step 29/31 : LABEL arch=x86_64 19:14:41 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:14:41 (3/6) Installing libsodium (1.0.18-r0) 19:14:41 ---> Running in 56755b115125 19:14:42 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:14:42 Removing intermediate container 56755b115125 19:14:42 ---> d04a3823e589 19:14:42 Step 30/31 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:14:42 (5/6) Installing libzmq (4.3.4-r0) 19:14:42 (6/6) Installing zeromq (4.3.4-r0) 19:14:42 Executing busybox-1.33.1-r7.trigger 19:14:42 OK: 8 MiB in 20 packages 19:14:42 ---> Running in 0f3952c5875d 19:14:42 Removing intermediate container 0f3952c5875d 19:14:42 ---> 0866bf3f139b 19:14:42 Step 31/31 : LABEL version=0.0.0 19:14:42 ---> Running in 71d73bf9c615 19:14:43 Removing intermediate container 71d73bf9c615 19:14:43 ---> a96e835a2b39 19:14:43 19:14:43 Removing intermediate container eaf99d6c319c 19:14:43 ---> 774ccd234008 19:14:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:43 Successfully built a96e835a2b39 19:14:43 Successfully tagged security-bootstrapper:latest 19:14:43 Building sys-mgmt-agent 19:14:45  Building security-bootstrapper ... done  ---> 91805961894d 19:14:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:14:47 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:14:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:14:47 ---> 24a8cc8c5b72 19:14:47 Step 3/23 : WORKDIR /edgex-go 19:14:47 ---> Using cache 19:14:47 ---> aaae0d9b9b08 19:14:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:47 ---> Using cache 19:14:47 ---> 0cb8dc8fd448 19:14:47 Step 5/23 : RUN apk add --update --no-cache make bash git 19:14:48 ---> 54dc45521d81 19:14:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:14:48 ---> Running in 88fee28f40f2 19:14:49 ---> d9b698a92027 19:14:49 Step 19/23 : ENTRYPOINT ["/core-data"] 19:14:49 ---> Running in 0a839530aa38 19:14:49 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:49 Removing intermediate container 0a839530aa38 19:14:49 ---> c0dd1b4564ea 19:14:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:49 ---> Running in 4eed9d4bb43c 19:14:49 Removing intermediate container 4eed9d4bb43c 19:14:49 ---> 59ebecc49994 19:14:49 Step 21/23 : LABEL arch=x86_64 19:14:49 ---> Running in 96117498042b 19:14:49 Removing intermediate container 96117498042b 19:14:49 ---> 252066052bcf 19:14:49 Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:14:49 ---> Running in 1ee024dd08e3 19:14:49 Removing intermediate container 1ee024dd08e3 19:14:49 ---> f3d418ba88c1 19:14:49 Step 23/23 : LABEL version=0.0.0 19:14:49 ---> Running in 4b01b1c32020 19:14:50 Removing intermediate container 4b01b1c32020 19:14:50 ---> 5b6e3e4fce28 19:14:50 19:14:50 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:50 Successfully built 5b6e3e4fce28 19:14:50 Successfully tagged core-data:latest 19:14:50 Building security-spiffe-token-provider 19:14:50  Building core-data ... done OK: 221 MiB in 52 packages 19:14:53 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:14:53 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:14:53 ---> 24a8cc8c5b72 19:14:53 Step 3/20 : WORKDIR /edgex-go 19:14:53 ---> Using cache 19:14:53 ---> aaae0d9b9b08 19:14:53 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:14:54 Removing intermediate container 88fee28f40f2 19:14:54 ---> 4c9d47048e34 19:14:54 Step 6/23 : COPY go.mod vendor* ./ 19:14:54 ---> Running in 1ee5ca3a90c2 19:14:54 ---> 14cefb5e4029 19:14:54 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:55 ---> Running in 017d83bc6caf 19:14:55 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:56 v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:14:56 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:14:56 OK: 15864 distinct packages available 19:14:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:56 Removing intermediate container 017d83bc6caf 19:14:56 ---> cc537e3f6bfe 19:14:56 Step 8/23 : COPY . . 19:14:57 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:57 Removing intermediate container c343068d38a9 19:14:57 ---> 49772c17798d 19:14:57 19:14:57 Step 10/23 : FROM alpine:3.14 19:14:57 ---> e04c818066af 19:14:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:14:57 ---> Using cache 19:14:57 ---> 35c14bfd0e02 19:14:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:14:57 ---> Using cache 19:14:57 ---> 07fb589f97c6 19:14:57 Step 13/23 : ENV APP_PORT=59881 19:14:57 OK: 221 MiB in 52 packages 19:15:00 Building bin/spire-agent... 19:15:00 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 19:15:00 go: downloading cloud.google.com/go/secretmanager v1.3.0 19:15:00 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 19:15:00 go: downloading github.com/docker/docker v20.10.12+incompatible 19:15:00  ---> Running in 474790a91340 19:15:00 Removing intermediate container 1ee5ca3a90c2 19:15:00 ---> cd113ab873c9 19:15:00 Step 5/20 : COPY go.mod vendor* ./ 19:15:00 Removing intermediate container 474790a91340 19:15:00 ---> 390795e47e01 19:15:00 Step 14/23 : EXPOSE $APP_PORT 19:15:00 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 19:15:00 go: downloading github.com/google/go-tpm-tools v0.3.3 19:15:00 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 19:15:00 go: downloading github.com/docker/go-connections v0.4.0 19:15:00 go: downloading github.com/opencontainers/image-spec v1.0.1 19:15:00 go: downloading github.com/docker/go-units v0.4.0 19:15:00 go: downloading github.com/containerd/containerd v1.3.4 19:15:00 go: downloading github.com/docker/distribution v2.7.1+incompatible 19:15:00 go: downloading github.com/opencontainers/go-digest v1.0.0 19:15:01  ---> f0c4dc76c633 19:15:01 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:15:01 ---> Running in 64145a43cc71 19:15:01 ---> Running in 093570ba6cda 19:15:01 ---> 407bf99ed81f 19:15:01 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:15:01 Removing intermediate container 64145a43cc71 19:15:01 ---> fc248ad04a2d 19:15:01 Step 15/23 : WORKDIR / 19:15:01 ---> Running in d6364514489a 19:15:01 ---> Running in 1f455deca5c8 19:15:01 Removing intermediate container 1f455deca5c8 19:15:01 ---> 023d90897a22 19:15:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:02 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 19:15:02 ---> 8399bb3a17ea 19:15:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:15:02 Removing intermediate container 093570ba6cda 19:15:02 ---> 44c5a9f7f3a2 19:15:02 Step 7/20 : COPY . . 19:15:02 ---> a2da30c21ff6 19:15:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:15:05 ---> 6f3c397ce9da 19:15:05 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:15:06 ---> Running in be482dff548b 19:15:07 Removing intermediate container be482dff548b 19:15:07 ---> eee9a5fad868 19:15:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:08 ---> Running in 0ed22cbb209f 19:15:08 ---> 4bcfeaa5eaee 19:15:08 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:15:08 ---> Running in 19e4174e47a8 19:15:08 Removing intermediate container 0ed22cbb209f 19:15:08 ---> df55e2eb434a 19:15:08 Step 21/23 : LABEL arch=x86_64 19:15:08 ---> Running in 1becc8ab9a23 19:15:08 Removing intermediate container 1becc8ab9a23 19:15:08 ---> 01e62da3bdb9 19:15:08 Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:15:08 ---> Running in 39d96e0bbc59 19:15:08 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 19:15:09 Removing intermediate container 39d96e0bbc59 19:15:09 ---> 0db30c317e72 19:15:09 Step 23/23 : LABEL version=0.0.0 19:15:09 ---> Running in 142113c332cc 19:15:09 Removing intermediate container 142113c332cc 19:15:09 ---> 5ef383798e63 19:15:09 19:15:09 Successfully built 5ef383798e63 19:15:09 Successfully tagged core-metadata:latest 19:15:09  Building core-metadata ... done Building security-secretstore-setup 19:15:13 Building bin/spire-agent... 19:15:13 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:15:13 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:15:13 ---> 24a8cc8c5b72 19:15:13 Step 3/25 : WORKDIR /edgex-go 19:15:13 ---> Using cache 19:15:13 ---> aaae0d9b9b08 19:15:13 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:13 ---> Using cache 19:15:13 ---> 0cb8dc8fd448 19:15:13 Step 5/25 : RUN apk add --update --no-cache make git 19:15:13 ---> Using cache 19:15:13 ---> 99bf5d563d3b 19:15:13 Step 6/25 : COPY go.mod vendor* ./ 19:15:13 ---> Using cache 19:15:13 ---> 4e8ad23a804c 19:15:13 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:15:13 ---> Using cache 19:15:13 ---> df9d66481aab 19:15:13 Step 8/25 : COPY . . 19:15:13 ---> Using cache 19:15:13 ---> 215d71d72a13 19:15:13 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:15:13 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 19:15:13 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 19:15:13 go: downloading cloud.google.com/go/secretmanager v1.3.0 19:15:13 go: downloading github.com/docker/docker v20.10.12+incompatible 19:15:15 go: downloading github.com/google/go-tpm-tools v0.3.3 19:15:15 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 19:15:15 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 19:15:15 go: downloading github.com/docker/go-connections v0.4.0 19:15:15 go: downloading github.com/docker/go-units v0.4.0 19:15:15 go: downloading github.com/opencontainers/image-spec v1.0.1 19:15:15 go: downloading github.com/containerd/containerd v1.3.4 19:15:15 go: downloading github.com/docker/distribution v2.7.1+incompatible 19:15:15 go: downloading github.com/opencontainers/go-digest v1.0.0 19:15:17  ---> Running in 0af5c8b2037d 19:15:18 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 19:15:40 Removing intermediate container d6364514489a 19:15:40 ---> cdf667c39824 19:15:40 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:15:40 ---> Running in a7f65b17eb53 19:15:40 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 19:15:40 Removing intermediate container 19e4174e47a8 19:15:40 ---> 2ffc95bc7f3c 19:15:40 19:15:40 Step 9/20 : FROM alpine:3.15 19:15:40 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 19:15:41 3.15: Pulling from library/alpine 19:15:42 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:15:42 Status: Downloaded newer image for alpine:3.15 19:15:42 ---> 0ac33e5f5afa 19:15:42 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:15:43 ---> Running in b45ba85b07f1 19:15:43 Removing intermediate container a7f65b17eb53 19:15:43 ---> 0f8c67028e21 19:15:43 19:15:43 Step 11/23 : FROM docker:20.10.14 19:15:43 20.10.14: Pulling from library/docker 19:15:44 Removing intermediate container b45ba85b07f1 19:15:44 ---> c6d301b0567b 19:15:44 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:44 Removing intermediate container 0af5c8b2037d 19:15:44 ---> 6ef5856a5383 19:15:44 19:15:44 Step 10/25 : FROM alpine:3.14 19:15:44 ---> e04c818066af 19:15:44 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:15:44 ---> Running in 7efef7b3183e 19:15:45 ---> Running in cbef045e4a57 19:15:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:15:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:15:46 (1/3) Installing ca-certificates (20211220-r0) 19:15:46 (2/3) Installing dumb-init (1.2.5-r1) 19:15:46 (3/3) Installing su-exec (0.2-r1) 19:15:46 Executing busybox-1.33.1-r7.trigger 19:15:46 Executing ca-certificates-20211220-r0.trigger 19:15:46 OK: 6 MiB in 17 packages 19:15:48 Removing intermediate container 7efef7b3183e 19:15:48 ---> 23f8ff388d1f 19:15:48 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:15:48 ---> Running in 85d6539596cb 19:15:48 Removing intermediate container cbef045e4a57 19:15:48 ---> 6a667ca1bbb2 19:15:48 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:15:49 ---> Running in f70568278696 19:15:49 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:15:49 Status: Downloaded newer image for docker:20.10.14 19:15:49 ---> 7417809fdb73 19:15:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:15:49 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:15:49 ---> Running in ed48fe7cafb3 19:15:49 Removing intermediate container f70568278696 19:15:49 ---> e85491b4f79c 19:15:49 Step 13/25 : WORKDIR / 19:15:49 ---> Running in ce883f715d30 19:15:49 Removing intermediate container ed48fe7cafb3 19:15:49 ---> 4a99245030fa 19:15:49 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 19:15:49 ---> Running in b78bb0cd0069 19:15:49 Removing intermediate container ce883f715d30 19:15:49 ---> c296039145bc 19:15:49 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:15:50 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:15:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:15:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:15:50 v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:15:50 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:15:50 OK: 15854 distinct packages available 19:15:50 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:15:50 ---> 077c6170b1d8 19:15:50 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:15:50 (1/43) Installing readline (8.1.1-r0) 19:15:50 (2/43) Installing bash (5.1.16-r0) 19:15:50 Executing bash-5.1.16-r0.post-install 19:15:50 (3/43) Installing brotli-libs (1.0.9-r5) 19:15:50 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:15:50 (5/43) Installing libcurl (7.80.0-r0) 19:15:50 (6/43) Installing curl (7.80.0-r0) 19:15:50 (7/43) Installing dumb-init (1.2.5-r1) 19:15:50 (8/43) Installing libbz2 (1.0.8-r1) 19:15:50 (9/43) Installing expat (2.4.7-r0) 19:15:50 (10/43) Installing libffi (3.4.2-r1) 19:15:50 (11/43) Installing gdbm (1.22-r0) 19:15:50 (12/43) Installing xz-libs (5.2.5-r1) 19:15:50 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:15:50 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:15:50 (15/43) Installing mpdecimal (2.5.1-r1) 19:15:50 (16/43) Installing sqlite-libs (3.36.0-r0) 19:15:50 (17/43) Installing python3 (3.9.7-r4) 19:15:51 (18/43) Installing py3-appdirs (1.4.4-r2) 19:15:51 (19/43) Installing py3-certifi (2020.12.5-r1) 19:15:51 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:15:51 (21/43) Installing py3-idna (3.3-r0) 19:15:51 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:15:51 (23/43) Installing py3-requests (2.26.0-r1) 19:15:51 (24/43) Installing py3-msgpack (1.0.2-r1) 19:15:51 (25/43) Installing py3-lockfile (0.12.2-r4) 19:15:51 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:15:51 (27/43) Installing py3-colorama (0.4.4-r1) 19:15:51 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:15:51 (29/43) Installing py3-distlib (0.3.3-r0) 19:15:51 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:15:51 (30/43) Installing py3-distro (1.6.0-r0) 19:15:51 (31/43) Installing py3-six (1.16.0-r0) 19:15:51 (32/43) Installing py3-webencodings (0.5.1-r4) 19:15:51 (33/43) Installing py3-html5lib (1.1-r1) 19:15:51 (34/43) Installing py3-parsing (2.4.7-r2) 19:15:51 (35/43) Installing py3-packaging (20.9-r1) 19:15:51 (36/43) Installing py3-tomli (1.2.2-r0) 19:15:51 (37/43) Installing py3-pep517 (0.12.0-r0) 19:15:51 (38/43) Installing py3-progress (1.6-r0) 19:15:51 (39/43) Installing py3-retrying (1.3.3-r2) 19:15:51 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:15:51 (41/43) Installing py3-setuptools (52.0.0-r4) 19:15:51 (42/43) Installing py3-toml (0.10.2-r2) 19:15:51 (43/43) Installing py3-pip (20.3.4-r1) 19:15:51 Executing busybox-1.34.1-r5.trigger 19:15:51 OK: 83 MiB in 65 packages 19:15:51 (1/9) Installing ca-certificates (20211220-r0) 19:15:51 (2/9) Installing brotli-libs (1.0.9-r5) 19:15:51 ---> ac19369b79d1 19:15:51 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:15:51 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:15:51 (4/9) Installing libcurl (7.80.0-r0) 19:15:51 (5/9) Installing curl (7.80.0-r0) 19:15:51 (6/9) Installing dumb-init (1.2.5-r1) 19:15:52 (7/9) Installing musl-obstack (1.2.3-r0) 19:15:52 (8/9) Installing libucontext (1.1-r0) 19:15:52 (9/9) Installing gcompat (1.0.0-r4) 19:15:52 Collecting docker-compose==1.23.2 19:15:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:15:52 Executing busybox-1.34.1-r5.trigger 19:15:52 Executing ca-certificates-20211220-r0.trigger 19:15:52 ---> a57b38befe7e 19:15:52 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:15:52 Collecting dockerpty<0.5,>=0.4.1 19:15:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:15:52 OK: 8 MiB in 23 packages 19:15:52 Collecting docker<4.0,>=3.6.0 19:15:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:15:53 Collecting docopt<0.7,>=0.6.1 19:15:53 Downloading docopt-0.6.2.tar.gz (25 kB) 19:15:53 ---> 0a6ba4ac6e17 19:15:53 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:15:53 Collecting PyYAML<4,>=3.10 19:15:53 Downloading PyYAML-3.13.tar.gz (270 kB) 19:15:53 Removing intermediate container 85d6539596cb 19:15:53 ---> afb840adb0b3 19:15:53 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:15:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:15:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 19:15:54 Collecting jsonschema<3,>=2.5.1 19:15:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:15:54 Collecting texttable<0.10,>=0.9.0 19:15:54 Downloading texttable-0.9.1.tar.gz (11 kB) 19:15:54 ---> bcc754e0b238 19:15:54 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:15:54 Collecting websocket-client<1.0,>=0.32.0 19:15:54 ---> d28e1ad5205d 19:15:54 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:15:54 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:15:54 Collecting cached-property<2,>=1.2.0 19:15:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:15:54 Collecting docker-pycreds>=0.4.0 19:15:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:15:54 Collecting urllib3<1.25,>=1.21.1 19:15:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:15:54 Collecting chardet<3.1.0,>=3.0.2 19:15:54 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:15:54 Collecting idna<2.8,>=2.5 19:15:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:15:54 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) 19:15:54 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:15:54 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:15:54 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:15:54 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:15:55 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:15:55 Attempting uninstall: urllib3 19:15:55 Found existing installation: urllib3 1.26.7 19:15:55 Uninstalling urllib3-1.26.7: 19:15:55 Successfully uninstalled urllib3-1.26.7 19:15:55 Attempting uninstall: idna 19:15:55 Found existing installation: idna 3.3 19:15:55 Uninstalling idna-3.3: 19:15:55 Successfully uninstalled idna-3.3 19:15:55 ---> f5fb70db3cfa 19:15:55 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:15:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:15:56 ---> abdb292aa225 19:15:56 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:15:56 ---> 478265b4c073 19:15:56 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/ 19:15:56 ---> Running in dfec7cc37692 19:15:56 Attempting uninstall: requests 19:15:56 Found existing installation: requests 2.26.0 19:15:56 Uninstalling requests-2.26.0: 19:15:56 Successfully uninstalled requests-2.26.0 19:15:56 ---> e894e258c966 19:15:56 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:15:56 Running setup.py install for texttable: started 19:15:56 ---> Running in 2620e80ab996 19:15:57 Running setup.py install for texttable: finished with status 'done' 19:15:57 Running setup.py install for PyYAML: started 19:15:57 Removing intermediate container 2620e80ab996 19:15:57 ---> 643b3d7cf59e 19:15:57 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:57 ---> Running in 32d45b21d693 19:15:57 Running setup.py install for PyYAML: finished with status 'done' 19:15:57 Running setup.py install for docopt: started 19:15:57 Removing intermediate container dfec7cc37692 19:15:57 ---> 4efbcc979807 19:15:57 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:15:57 Removing intermediate container 32d45b21d693 19:15:57 ---> 7b7cb1f8cfbd 19:15:57 Step 18/20 : LABEL arch=x86_64 19:15:57 ---> Running in d165c60d525b 19:15:58 ---> Running in 85354668ab9a 19:15:58 Running setup.py install for docopt: finished with status 'done' 19:15:58 Running setup.py install for dockerpty: started 19:15:58 Removing intermediate container d165c60d525b 19:15:58 ---> 7e8d109f9f6d 19:15:58 Step 23/25 : LABEL arch=x86_64 19:15:58 Removing intermediate container 85354668ab9a 19:15:58 ---> 39de7fee5fef 19:15:58 Step 19/20 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:15:58 ---> Running in 5e174c966546 19:15:58 Running setup.py install for dockerpty: finished with status 'done' 19:15:58 ---> Running in 463a28cc3c93 19:15:58 Removing intermediate container 5e174c966546 19:15:58 ---> 188d0854e516 19:15:58 Step 24/25 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:15:58 Removing intermediate container 463a28cc3c93 19:15:58 ---> b5d37ef047df 19:15:58 Step 20/20 : LABEL version=0.0.0 19:15:58 ---> Running in e90c3db2bfbb 19:15:58 ---> Running in f20633671abc 19:15:59 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 19:15:59 Removing intermediate container e90c3db2bfbb 19:15:59 ---> 9c169a35d901 19:15:59 Step 25/25 : LABEL version=0.0.0 19:15:59 Removing intermediate container f20633671abc 19:15:59 ---> cce9abda0b20 19:15:59 19:15:59 ---> Running in 85b572ed509f 19:15:59 Successfully built cce9abda0b20 19:15:59 Successfully tagged security-spiffe-token-provider:latest 19:15:59  Building security-spiffe-token-provider ... done Building security-spire-agent 19:15:59 Removing intermediate container 85b572ed509f 19:15:59 ---> 17d02875b395 19:15:59 19:15:59 Successfully built 17d02875b395 19:16:00 Successfully tagged security-secretstore-setup:latest 19:16:04  Building security-secretstore-setup ... done Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:16:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:16:04 ---> 24a8cc8c5b72 19:16:04 Step 3/26 : WORKDIR /edgex-go 19:16:04 ---> Using cache 19:16:04 ---> aaae0d9b9b08 19:16:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:04 ---> Using cache 19:16:04 ---> 0cb8dc8fd448 19:16:04 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:16:06 ---> Running in e3700712ce73 19:16:06 Removing intermediate container b78bb0cd0069 19:16:06 ---> 2abf34e72c5b 19:16:06 Step 14/23 : ENV APP_PORT=58890 19:16:06 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:16:06 ---> Running in 8575b5815cb5 19:16:07 Removing intermediate container 8575b5815cb5 19:16:07 ---> 18a833dfa36c 19:16:07 Step 15/23 : EXPOSE $APP_PORT 19:16:07 ---> Running in 0576f9db8eb0 19:16:07 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:16:07 Removing intermediate container 0576f9db8eb0 19:16:07 ---> 728e11ee07ec 19:16:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:16:08 OK: 221 MiB in 52 packages 19:16:08 ---> 041310b3d6b9 19:16:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:16:08 Removing intermediate container e3700712ce73 19:16:08 ---> f246526576c7 19:16:08 Step 6/26 : COPY go.mod vendor* ./ 19:16:09 ---> 26c68c73b216 19:16:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:16:09 ---> ce616cddfecc 19:16:09 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:09 ---> Running in 4c99617c0682 19:16:09 ---> 23a883da3b68 19:16:09 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:16:09 ---> Running in 36631c1a60e3 19:16:09 Removing intermediate container 36631c1a60e3 19:16:09 ---> d26a4bee8a14 19:16:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:16:09 Removing intermediate container 617fc2b07e0d 19:16:09 ---> eede16adb999 19:16:09 19:16:09 Step 13/25 : FROM alpine:3.15 19:16:09 ---> 0ac33e5f5afa 19:16:09 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:16:09 ---> Using cache 19:16:09 ---> c6d301b0567b 19:16:09 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:09 ---> Using cache 19:16:09 ---> 23f8ff388d1f 19:16:09 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:16:10 ---> Running in a08222cbccbb 19:16:10 ---> Running in 5b06bfb0896d 19:16:10 Removing intermediate container 5b06bfb0896d 19:16:10 ---> dd04100a78e5 19:16:10 Step 21/23 : LABEL arch=x86_64 19:16:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:16:10 ---> Running in d91a3c23bd05 19:16:10 Removing intermediate container 4c99617c0682 19:16:10 ---> 9d5ae65de02d 19:16:10 Step 8/26 : COPY . . 19:16:10 Removing intermediate container d91a3c23bd05 19:16:10 ---> 6855f5e9a343 19:16:10 Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:16:11 ---> Running in d6dac26a7b8c 19:16:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:16:11 v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:16:11 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:16:11 OK: 15854 distinct packages available 19:16:11 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:16:12 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:16:12 (1/5) Installing dumb-init (1.2.5-r1) 19:16:12 (2/5) Installing musl-obstack (1.2.3-r0) 19:16:12 (3/5) Installing libucontext (1.1-r0) 19:16:12 (4/5) Installing gcompat (1.0.0-r4) 19:16:13 (5/5) Installing openssl (1.1.1n-r0) 19:16:13 Executing busybox-1.34.1-r5.trigger 19:16:13 OK: 6 MiB in 19 packages 19:16:14 Removing intermediate container d6dac26a7b8c 19:16:14 ---> 42762050b5fc 19:16:14 Step 23/23 : LABEL version=0.0.0 19:16:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:16:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:16:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:16:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:16:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:16:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:16:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:16:14 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:16:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:16:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:16:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:16:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:16:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:16:15 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:16:17 ---> Running in e7e466afab24 19:16:17 ---> 3b174a6b06a9 19:16:17 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:16:17 ---> Running in f0cff61bee9b 19:16:17 Removing intermediate container a08222cbccbb 19:16:17 ---> ae36f2cd9871 19:16:17 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 19:16:17 Removing intermediate container e7e466afab24 19:16:17 ---> 07224ddf2a5f 19:16:17 19:16:17 Removing intermediate container f0cff61bee9b 19:16:17 ---> 13b92d54958e 19:16:17 Step 10/26 : RUN mkdir -p spire-build 19:16:17 ---> Running in 8675d0d21f59 19:16:17 Successfully built 07224ddf2a5f 19:16:17 Successfully tagged sys-mgmt-agent:latest 19:16:19  Building sys-mgmt-agent ... done  ---> b50f13afc886 19:16:19 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:16:19 Removing intermediate container 8675d0d21f59 19:16:19 ---> e35768e7220f 19:16:19 Step 11/26 : WORKDIR /edgex-go/spire-build 19:16:19 ---> Running in ec83b5c745c6 19:16:19 ---> f5ef5bfde077 19:16:19 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:16:19 Removing intermediate container ec83b5c745c6 19:16:19 ---> c1daf970c2d7 19:16:19 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 19:16:19 ---> Running in 5848975a1db1 19:16:19 ---> 94c251b3b2d7 19:16:19 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:16:19 ---> 7866145b53c9 19:16:19 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:16:19 ---> Running in 5610605daa34 19:16:20 Removing intermediate container 5610605daa34 19:16:20 ---> 53c143b9386c 19:16:20 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:16:20 ---> Running in eee19703e2b8 19:16:20 Removing intermediate container ef83030a975c 19:16:20 ---> e218973d2720 19:16:20 19:16:20 Step 13/26 : FROM alpine:3.15 19:16:20 ---> 0ac33e5f5afa 19:16:20 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:16:20 ---> Using cache 19:16:20 ---> c6d301b0567b 19:16:20 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:20 ---> Using cache 19:16:20 ---> 23f8ff388d1f 19:16:20 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:16:20 ---> Running in aab626d64559 19:16:20 Removing intermediate container eee19703e2b8 19:16:20 ---> 8d39290775a0 19:16:20 Step 23/25 : LABEL arch=x86_64 19:16:20 ---> Running in e414d36b5463 19:16:20 Removing intermediate container e414d36b5463 19:16:20 ---> dc6b1d076d9c 19:16:20 Step 24/25 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:16:20 ---> Running in 64e2341c9610 19:16:20 spire-1.2.1/ 19:16:20 spire-1.2.1/.data/ 19:16:20 spire-1.2.1/.data/.file 19:16:20 spire-1.2.1/.dockerignore 19:16:20 spire-1.2.1/.gitattributes 19:16:20 spire-1.2.1/.githooks/ 19:16:20 spire-1.2.1/.githooks/pre-commit 19:16:20 spire-1.2.1/.github/ 19:16:20 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:16:20 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:16:20 spire-1.2.1/.github/dependabot.yml 19:16:20 spire-1.2.1/.github/workflows/ 19:16:20 spire-1.2.1/.github/workflows/nightly_build.yaml 19:16:20 spire-1.2.1/.github/workflows/pr_build.yaml 19:16:20 spire-1.2.1/.github/workflows/release_build.yaml 19:16:20 spire-1.2.1/.github/workflows/scripts/ 19:16:20 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:16:20 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:16:20 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:16:20 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:16:20 spire-1.2.1/.github/workflows/scripts/split.sh 19:16:20 spire-1.2.1/.gitignore 19:16:20 spire-1.2.1/.go-version 19:16:20 spire-1.2.1/.golangci.yml 19:16:20 spire-1.2.1/ADOPTERS.md 19:16:20 spire-1.2.1/CHANGELOG.md 19:16:20 spire-1.2.1/CODE-OF-CONDUCT.md 19:16:20 spire-1.2.1/CODEOWNERS 19:16:20 spire-1.2.1/CONTRIBUTING.md 19:16:20 spire-1.2.1/Dockerfile 19:16:20 spire-1.2.1/Dockerfile.dev 19:16:20 spire-1.2.1/Dockerfile.scratch 19:16:20 spire-1.2.1/LICENSE 19:16:20 spire-1.2.1/MAINTAINERS.md 19:16:20 spire-1.2.1/Makefile 19:16:20 spire-1.2.1/README.md 19:16:20 spire-1.2.1/ROADMAP.md 19:16:20 spire-1.2.1/SECURITY.md 19:16:20 spire-1.2.1/cmd/ 19:16:20 spire-1.2.1/cmd/spire-agent/ 19:16:20 spire-1.2.1/cmd/spire-agent/cli/ 19:16:20 spire-1.2.1/cmd/spire-agent/cli/api/ 19:16:20 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:16:20 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:16:20 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:16:20 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:16:20 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:16:20 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:16:20 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:16:20 spire-1.2.1/cmd/spire-agent/cli/common/ 19:16:20 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:16:20 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:16:20 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:16:20 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:16:20 spire-1.2.1/cmd/spire-agent/cli/run/ 19:16:20 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:16:20 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:16:20 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:16:20 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:16:20 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:16:20 spire-1.2.1/cmd/spire-agent/main.go 19:16:20 spire-1.2.1/cmd/spire-server/ 19:16:20 spire-1.2.1/cmd/spire-server/cli/ 19:16:20 spire-1.2.1/cmd/spire-server/cli/agent/ 19:16:20 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:16:20 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/cli.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/entry/ 19:16:20 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/federation/ 19:16:20 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:16:20 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:16:20 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/run/ 19:16:20 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/token/ 19:16:20 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/validate/ 19:16:20 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/x509/ 19:16:20 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:16:20 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:16:20 spire-1.2.1/cmd/spire-server/main.go 19:16:20 spire-1.2.1/cmd/spire-server/util/ 19:16:20 spire-1.2.1/cmd/spire-server/util/util.go 19:16:20 spire-1.2.1/conf/ 19:16:20 spire-1.2.1/conf/agent/ 19:16:20 spire-1.2.1/conf/agent/agent.conf 19:16:20 spire-1.2.1/conf/agent/agent_full.conf 19:16:20 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:16:20 spire-1.2.1/conf/server/ 19:16:20 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:16:20 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:16:20 spire-1.2.1/conf/server/server.conf 19:16:20 spire-1.2.1/conf/server/server_full.conf 19:16:20 spire-1.2.1/doc/ 19:16:20 spire-1.2.1/doc/SPIRE101.md 19:16:20 spire-1.2.1/doc/auditlog.md 19:16:20 spire-1.2.1/doc/authorization_policy_engine.md 19:16:20 spire-1.2.1/doc/changelog_guidelines.md 19:16:20 spire-1.2.1/doc/cure53-report.pdf 19:16:20 spire-1.2.1/doc/images/ 19:16:20 spire-1.2.1/doc/images/2019_roadmap.png 19:16:20 spire-1.2.1/doc/images/SPIRE101.png 19:16:20 spire-1.2.1/doc/images/SPIRE_agent.png 19:16:20 spire-1.2.1/doc/images/SPIRE_server.png 19:16:20 spire-1.2.1/doc/images/cache_mgr.png 19:16:20 spire-1.2.1/doc/images/cache_mgr_components.png 19:16:20 spire-1.2.1/doc/images/federated_spire.png 19:16:20 spire-1.2.1/doc/images/ha_mode.png 19:16:20 spire-1.2.1/doc/images/nested_spire.png 19:16:20 spire-1.2.1/doc/images/oidc_federation.png 19:16:20 spire-1.2.1/doc/images/single_trust_domain.png 19:16:20 spire-1.2.1/doc/images/spiffe_compatible.png 19:16:20 spire-1.2.1/doc/images/spire_logo.png 19:16:20 spire-1.2.1/doc/migrating_registration_api_clients.md 19:16:20 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:16:20 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:16:20 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:16:20 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:16:20 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:16:20 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:16:20 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:16:20 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:16:20 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:16:20 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:16:20 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:16:20 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:16:20 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:16:20 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:16:20 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:16:20 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:16:20 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:16:20 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:16:20 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:16:20 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:16:20 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:16:20 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:16:20 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:16:20 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:16:20 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:16:20 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:16:20 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:16:20 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:16:20 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:16:20 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:16:20 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:16:20 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:16:20 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:16:20 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:16:20 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:16:20 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:16:20 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:16:20 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:16:20 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:16:20 spire-1.2.1/doc/scaling_spire.md 19:16:20 spire-1.2.1/doc/spire_agent.md 19:16:20 spire-1.2.1/doc/spire_server.md 19:16:20 spire-1.2.1/doc/supported_integrations.md 19:16:20 spire-1.2.1/doc/telemetry.md 19:16:20 spire-1.2.1/doc/telemetry_config.md 19:16:20 spire-1.2.1/doc/upgrading.md 19:16:20 spire-1.2.1/doc/using_spire.md 19:16:20 spire-1.2.1/examples/ 19:16:20 spire-1.2.1/examples/README.md 19:16:20 spire-1.2.1/go.mod 19:16:20 spire-1.2.1/go.sum 19:16:20 spire-1.2.1/pkg/ 19:16:20 spire-1.2.1/pkg/agent/ 19:16:20 spire-1.2.1/pkg/agent/agent.go 19:16:20 spire-1.2.1/pkg/agent/api/ 19:16:20 spire-1.2.1/pkg/agent/api/config.go 19:16:20 spire-1.2.1/pkg/agent/api/debug/ 19:16:20 spire-1.2.1/pkg/agent/api/debug/v1/ 19:16:20 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:16:20 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 19:16:20 19:16:20 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:16:20 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:16:20 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:16:20 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:16:20 spire-1.2.1/pkg/agent/api/endpoints.go 19:16:20 spire-1.2.1/pkg/agent/api/health/ 19:16:20 spire-1.2.1/pkg/agent/api/health/v1/ 19:16:20 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:16:20 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:16:20 spire-1.2.1/pkg/agent/api/rpccontext/ 19:16:20 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:16:20 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:16:20 spire-1.2.1/pkg/agent/attestor/ 19:16:20 spire-1.2.1/pkg/agent/attestor/node/ 19:16:20 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:16:20 spire-1.2.1/pkg/agent/attestor/node/node.go 19:16:20 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:16:20 spire-1.2.1/pkg/agent/attestor/workload/ 19:16:20 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:16:20 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:16:20 spire-1.2.1/pkg/agent/catalog/ 19:16:20 spire-1.2.1/pkg/agent/catalog/catalog.go 19:16:20 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:16:20 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:16:20 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:16:20 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:16:20 spire-1.2.1/pkg/agent/client/ 19:16:20 spire-1.2.1/pkg/agent/client/client.go 19:16:20 spire-1.2.1/pkg/agent/client/client_test.go 19:16:20 spire-1.2.1/pkg/agent/client/dial.go 19:16:20 spire-1.2.1/pkg/agent/client/nodeconn.go 19:16:20 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:16:20 spire-1.2.1/pkg/agent/client/update.go 19:16:20 spire-1.2.1/pkg/agent/client/util.go 19:16:20 spire-1.2.1/pkg/agent/common/ 19:16:20 spire-1.2.1/pkg/agent/common/backoff/ 19:16:20 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:16:20 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:16:20 spire-1.2.1/pkg/agent/common/cgroups/ 19:16:20 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:16:20 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:16:20 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:16:20 spire-1.2.1/pkg/agent/config.go 19:16:20 spire-1.2.1/pkg/agent/endpoints/ 19:16:20 spire-1.2.1/pkg/agent/endpoints/config.go 19:16:20 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:16:20 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:16:20 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:16:20 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:16:20 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:16:20 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:16:20 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:16:20 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:16:20 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:16:20 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:16:20 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:16:20 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:16:20 spire-1.2.1/pkg/agent/endpoints/workload/ 19:16:20 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:16:20 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:16:20 spire-1.2.1/pkg/agent/manager/ 19:16:20 spire-1.2.1/pkg/agent/manager/cache/ 19:16:20 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:16:20 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:16:20 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:16:20 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:16:20 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:16:20 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:16:20 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:16:20 spire-1.2.1/pkg/agent/manager/config.go 19:16:20 spire-1.2.1/pkg/agent/manager/manager.go 19:16:20 spire-1.2.1/pkg/agent/manager/manager_test.go 19:16:20 spire-1.2.1/pkg/agent/manager/storage.go 19:16:20 spire-1.2.1/pkg/agent/manager/storage_test.go 19:16:20 spire-1.2.1/pkg/agent/manager/storecache/ 19:16:20 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:16:20 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:16:20 spire-1.2.1/pkg/agent/manager/sync.go 19:16:20 spire-1.2.1/pkg/agent/plugin/ 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:16:20 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:16:20 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:16:20 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:16:20 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:16:20 spire-1.2.1/pkg/agent/svid/ 19:16:20 spire-1.2.1/pkg/agent/svid/rotator.go 19:16:20 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:16:20 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:16:20 spire-1.2.1/pkg/agent/svid/store/ 19:16:20 spire-1.2.1/pkg/agent/svid/store/service.go 19:16:20 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:16:20 spire-1.2.1/pkg/common/ 19:16:20 spire-1.2.1/pkg/common/agentpathtemplate/ 19:16:20 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:16:20 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:16:20 spire-1.2.1/pkg/common/api/ 19:16:20 spire-1.2.1/pkg/common/api/metrics.go 19:16:20 spire-1.2.1/pkg/common/api/middleware/ 19:16:20 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:16:20 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:16:20 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:16:20 spire-1.2.1/pkg/common/api/middleware/logger.go 19:16:20 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:16:20 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:16:20 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:16:20 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:16:20 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:16:20 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:16:20 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:16:20 spire-1.2.1/pkg/common/api/middleware/names.go 19:16:20 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:16:20 spire-1.2.1/pkg/common/api/names.go 19:16:20 spire-1.2.1/pkg/common/api/ratelimit.go 19:16:20 spire-1.2.1/pkg/common/api/rpccontext/ 19:16:20 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:16:20 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:16:20 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:16:20 spire-1.2.1/pkg/common/auth/ 19:16:20 spire-1.2.1/pkg/common/auth/interceptors.go 19:16:20 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:16:20 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:16:20 spire-1.2.1/pkg/common/bundleutil/ 19:16:20 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:16:20 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:16:20 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:16:20 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:16:20 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:16:20 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:16:20 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:16:20 spire-1.2.1/pkg/common/bundleutil/types.go 19:16:20 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:16:20 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:16:20 spire-1.2.1/pkg/common/catalog/ 19:16:20 spire-1.2.1/pkg/common/catalog/bind.go 19:16:20 spire-1.2.1/pkg/common/catalog/builtin.go 19:16:20 spire-1.2.1/pkg/common/catalog/catalog.go 19:16:20 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:16:20 spire-1.2.1/pkg/common/catalog/closers.go 19:16:20 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:16:20 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:16:20 spire-1.2.1/pkg/common/catalog/config.go 19:16:20 spire-1.2.1/pkg/common/catalog/config_test.go 19:16:20 spire-1.2.1/pkg/common/catalog/configure.go 19:16:20 spire-1.2.1/pkg/common/catalog/constraints.go 19:16:20 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:16:20 spire-1.2.1/pkg/common/catalog/context.go 19:16:20 spire-1.2.1/pkg/common/catalog/external.go 19:16:20 spire-1.2.1/pkg/common/catalog/host.go 19:16:20 spire-1.2.1/pkg/common/catalog/pipenet.go 19:16:20 spire-1.2.1/pkg/common/catalog/plugin.go 19:16:20 spire-1.2.1/pkg/common/catalog/testplugin/ 19:16:20 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:16:20 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:16:20 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:16:20 spire-1.2.1/pkg/common/cli/ 19:16:20 spire-1.2.1/pkg/common/cli/env.go 19:16:20 spire-1.2.1/pkg/common/cli/flags.go 19:16:20 spire-1.2.1/pkg/common/cli/trust_domain.go 19:16:20 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:16:20 spire-1.2.1/pkg/common/cli/umask.go 19:16:20 spire-1.2.1/pkg/common/cli/umask_posix.go 19:16:20 spire-1.2.1/pkg/common/cli/umask_test.go 19:16:20 spire-1.2.1/pkg/common/cli/umask_windows.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/ 19:16:20 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/flag.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/format.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/ 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:16:20 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:16:20 spire-1.2.1/pkg/common/coretypes/ 19:16:20 spire-1.2.1/pkg/common/coretypes/bundle/ 19:16:20 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:16:20 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:16:20 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:16:20 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:16:20 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:16:20 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:16:20 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:16:20 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:16:20 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:16:20 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:16:20 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:16:20 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:16:20 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:16:20 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:16:20 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:16:20 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:16:20 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:16:20 spire-1.2.1/pkg/common/cryptoutil/ 19:16:20 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:16:20 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:16:20 spire-1.2.1/pkg/common/diskutil/ 19:16:20 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:16:20 spire-1.2.1/pkg/common/diskutil/file_test.go 19:16:20 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:16:20 spire-1.2.1/pkg/common/errorutil/ 19:16:20 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:16:20 spire-1.2.1/pkg/common/health/ 19:16:20 spire-1.2.1/pkg/common/health/config.go 19:16:20 spire-1.2.1/pkg/common/health/context.go 19:16:20 spire-1.2.1/pkg/common/health/context_test.go 19:16:20 spire-1.2.1/pkg/common/health/health.go 19:16:20 spire-1.2.1/pkg/common/health/health_test.go 19:16:20 spire-1.2.1/pkg/common/health/logger.go 19:16:20 spire-1.2.1/pkg/common/hostservice/ 19:16:20 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:16:20 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:16:20 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:16:20 spire-1.2.1/pkg/common/idutil/ 19:16:20 spire-1.2.1/pkg/common/idutil/require.go 19:16:20 spire-1.2.1/pkg/common/idutil/require_test.go 19:16:20 spire-1.2.1/pkg/common/idutil/safety.go 19:16:20 spire-1.2.1/pkg/common/idutil/safety_test.go 19:16:20 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:16:20 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:16:20 spire-1.2.1/pkg/common/jwtsvid/ 19:16:20 spire-1.2.1/pkg/common/jwtsvid/common.go 19:16:20 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:16:20 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:16:20 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:16:20 spire-1.2.1/pkg/common/jwtutil/ 19:16:20 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:16:20 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:16:20 spire-1.2.1/pkg/common/log/ 19:16:20 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:16:20 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:16:20 spire-1.2.1/pkg/common/log/log.go 19:16:20 spire-1.2.1/pkg/common/log/log_test.go 19:16:20 spire-1.2.1/pkg/common/log/options.go 19:16:20 spire-1.2.1/pkg/common/nodeutil/ 19:16:20 spire-1.2.1/pkg/common/nodeutil/node.go 19:16:20 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:16:20 spire-1.2.1/pkg/common/peertracker/ 19:16:20 spire-1.2.1/pkg/common/peertracker/conn.go 19:16:20 spire-1.2.1/pkg/common/peertracker/credentials.go 19:16:20 spire-1.2.1/pkg/common/peertracker/errors.go 19:16:20 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:16:20 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:16:20 spire-1.2.1/pkg/common/peertracker/info.go 19:16:20 spire-1.2.1/pkg/common/peertracker/listener.go 19:16:20 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:16:20 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:16:20 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:16:20 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:16:20 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:16:20 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:16:20 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:16:20 spire-1.2.1/pkg/common/peertracker/tcp.go 19:16:20 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:16:20 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:16:20 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:16:20 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:16:20 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:16:20 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:16:20 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:16:20 spire-1.2.1/pkg/common/peertracker/uds.go 19:16:20 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:16:20 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:16:20 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:16:20 spire-1.2.1/pkg/common/pemutil/ 19:16:20 spire-1.2.1/pkg/common/pemutil/block.go 19:16:20 spire-1.2.1/pkg/common/pemutil/certs.go 19:16:20 spire-1.2.1/pkg/common/pemutil/common.go 19:16:20 spire-1.2.1/pkg/common/pemutil/csr.go 19:16:20 spire-1.2.1/pkg/common/pemutil/keys.go 19:16:20 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:16:20 spire-1.2.1/pkg/common/pemutil/testdata/ 19:16:20 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:16:20 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:16:20 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:16:20 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:16:20 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:16:20 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:16:20 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:16:20 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:16:20 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:16:20 spire-1.2.1/pkg/common/plugin/ 19:16:20 spire-1.2.1/pkg/common/plugin/aws/ 19:16:20 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:16:20 spire-1.2.1/pkg/common/plugin/azure/ 19:16:20 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:16:20 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:16:20 spire-1.2.1/pkg/common/plugin/facade.go 19:16:20 spire-1.2.1/pkg/common/plugin/facade_test.go 19:16:20 spire-1.2.1/pkg/common/plugin/gcp/ 19:16:20 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:16:20 spire-1.2.1/pkg/common/plugin/k8s/ 19:16:20 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:16:20 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:16:20 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:16:20 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:16:20 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:16:20 spire-1.2.1/pkg/common/plugin/log.go 19:16:20 spire-1.2.1/pkg/common/plugin/sshpop/ 19:16:20 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:16:20 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:16:20 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:16:20 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:16:20 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:16:20 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:16:20 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:16:20 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:16:20 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:16:20 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:16:20 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:16:20 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:16:20 spire-1.2.1/pkg/common/plugin/x509pop/ 19:16:20 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:16:20 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:16:20 spire-1.2.1/pkg/common/profiling/ 19:16:20 spire-1.2.1/pkg/common/profiling/dumpers.go 19:16:20 spire-1.2.1/pkg/common/profiling/profiling.go 19:16:20 spire-1.2.1/pkg/common/protoutil/ 19:16:20 spire-1.2.1/pkg/common/protoutil/masks.go 19:16:20 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:16:20 spire-1.2.1/pkg/common/rotationutil/ 19:16:20 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:16:20 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:16:20 spire-1.2.1/pkg/common/selector/ 19:16:20 spire-1.2.1/pkg/common/selector/selector.go 19:16:20 spire-1.2.1/pkg/common/selector/selector_test.go 19:16:20 spire-1.2.1/pkg/common/selector/set.go 19:16:20 spire-1.2.1/pkg/common/selector/set_utils.go 19:16:20 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:16:20 spire-1.2.1/pkg/common/telemetry/ 19:16:20 spire-1.2.1/pkg/common/telemetry/agent/ 19:16:20 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:16:20 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:16:20 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:16:20 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:16:20 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:16:20 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:16:20 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:16:20 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:16:20 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:16:20 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:16:20 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:16:20 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:16:20 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:16:20 spire-1.2.1/pkg/common/telemetry/call.go 19:16:20 spire-1.2.1/pkg/common/telemetry/common/ 19:16:20 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:16:20 spire-1.2.1/pkg/common/telemetry/config.go 19:16:20 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:16:20 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:16:20 spire-1.2.1/pkg/common/telemetry/inmem.go 19:16:20 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:16:20 spire-1.2.1/pkg/common/telemetry/m3.go 19:16:20 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:16:20 spire-1.2.1/pkg/common/telemetry/metrics.go 19:16:20 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:16:20 spire-1.2.1/pkg/common/telemetry/names.go 19:16:20 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:16:20 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:16:20 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:16:20 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:16:20 spire-1.2.1/pkg/common/telemetry/server/ 19:16:20 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:16:20 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:16:20 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:16:20 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:16:20 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:16:20 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:16:20 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:16:20 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:16:20 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:16:20 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:16:20 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:16:20 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:16:20 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:16:20 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:16:20 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:16:20 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:16:20 spire-1.2.1/pkg/common/telemetry/server/server.go 19:16:20 spire-1.2.1/pkg/common/telemetry/sink.go 19:16:20 spire-1.2.1/pkg/common/telemetry/statsd.go 19:16:20 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:16:20 spire-1.2.1/pkg/common/telemetry/uptime.go 19:16:20 spire-1.2.1/pkg/common/telemetry/version.go 19:16:20 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:16:20 spire-1.2.1/pkg/common/uptime/ 19:16:20 spire-1.2.1/pkg/common/uptime/uptime.go 19:16:20 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:16:20 spire-1.2.1/pkg/common/util/ 19:16:20 spire-1.2.1/pkg/common/util/certs.go 19:16:20 spire-1.2.1/pkg/common/util/certs_test.go 19:16:20 spire-1.2.1/pkg/common/util/csr.go 19:16:20 spire-1.2.1/pkg/common/util/hash.go 19:16:20 spire-1.2.1/pkg/common/util/selectors.go 19:16:20 spire-1.2.1/pkg/common/util/selectors_test.go 19:16:20 spire-1.2.1/pkg/common/util/signals.go 19:16:20 spire-1.2.1/pkg/common/util/sort.go 19:16:20 spire-1.2.1/pkg/common/util/sort_test.go 19:16:20 spire-1.2.1/pkg/common/util/task.go 19:16:20 spire-1.2.1/pkg/common/util/task_test.go 19:16:20 spire-1.2.1/pkg/common/util/testdata/ 19:16:20 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:16:20 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:16:20 spire-1.2.1/pkg/common/version/ 19:16:20 spire-1.2.1/pkg/common/version/version.go 19:16:20 spire-1.2.1/pkg/common/x509svid/ 19:16:20 spire-1.2.1/pkg/common/x509svid/common_test.go 19:16:20 spire-1.2.1/pkg/common/x509svid/csr.go 19:16:20 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:16:20 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:16:20 spire-1.2.1/pkg/common/x509util/ 19:16:20 spire-1.2.1/pkg/common/x509util/cert.go 19:16:20 spire-1.2.1/pkg/common/x509util/dns.go 19:16:20 spire-1.2.1/pkg/common/x509util/dns_test.go 19:16:20 spire-1.2.1/pkg/common/x509util/keyid.go 19:16:20 spire-1.2.1/pkg/common/x509util/keypair.go 19:16:20 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:16:20 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:16:20 spire-1.2.1/pkg/server/ 19:16:20 spire-1.2.1/pkg/server/api/ 19:16:20 spire-1.2.1/pkg/server/api/agent.go 19:16:20 spire-1.2.1/pkg/server/api/agent/ 19:16:20 spire-1.2.1/pkg/server/api/agent/v1/ 19:16:20 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:16:20 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:16:20 spire-1.2.1/pkg/server/api/agent_test.go 19:16:20 spire-1.2.1/pkg/server/api/api.go 19:16:20 spire-1.2.1/pkg/server/api/audit/ 19:16:20 spire-1.2.1/pkg/server/api/audit/audit.go 19:16:20 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:16:20 spire-1.2.1/pkg/server/api/bundle.go 19:16:20 spire-1.2.1/pkg/server/api/bundle/ 19:16:20 spire-1.2.1/pkg/server/api/bundle/v1/ 19:16:20 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:16:20 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:16:20 spire-1.2.1/pkg/server/api/bundle_test.go 19:16:20 spire-1.2.1/pkg/server/api/debug/ 19:16:20 spire-1.2.1/pkg/server/api/debug/v1/ 19:16:20 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:16:20 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:16:20 spire-1.2.1/pkg/server/api/entry.go 19:16:20 spire-1.2.1/pkg/server/api/entry/ 19:16:20 spire-1.2.1/pkg/server/api/entry/v1/ 19:16:20 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:16:20 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:16:20 spire-1.2.1/pkg/server/api/entry_test.go 19:16:20 spire-1.2.1/pkg/server/api/health/ 19:16:20 spire-1.2.1/pkg/server/api/health/v1/ 19:16:20 spire-1.2.1/pkg/server/api/health/v1/service.go 19:16:20 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:16:20 spire-1.2.1/pkg/server/api/id.go 19:16:20 spire-1.2.1/pkg/server/api/id_test.go 19:16:20 spire-1.2.1/pkg/server/api/limits/ 19:16:20 spire-1.2.1/pkg/server/api/limits/limits.go 19:16:20 spire-1.2.1/pkg/server/api/middleware/ 19:16:20 spire-1.2.1/pkg/server/api/middleware/alias.go 19:16:20 spire-1.2.1/pkg/server/api/middleware/audit.go 19:16:20 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:16:20 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:16:20 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:16:20 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:16:20 spire-1.2.1/pkg/server/api/middleware/caller.go 19:16:20 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:16:20 spire-1.2.1/pkg/server/api/middleware/common.go 19:16:20 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:16:20 spire-1.2.1/pkg/server/api/middleware/entries.go 19:16:20 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:16:20 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:16:20 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:16:20 spire-1.2.1/pkg/server/api/ratelimit.go 19:16:20 spire-1.2.1/pkg/server/api/rpccontext/ 19:16:20 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:16:20 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:16:20 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:16:20 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:16:20 spire-1.2.1/pkg/server/api/selector.go 19:16:20 spire-1.2.1/pkg/server/api/selector_test.go 19:16:20 spire-1.2.1/pkg/server/api/status.go 19:16:20 spire-1.2.1/pkg/server/api/status_test.go 19:16:20 spire-1.2.1/pkg/server/api/svid/ 19:16:20 spire-1.2.1/pkg/server/api/svid/v1/ 19:16:20 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:16:20 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:16:20 spire-1.2.1/pkg/server/api/trustdomain.go 19:16:20 spire-1.2.1/pkg/server/api/trustdomain/ 19:16:20 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:16:20 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:16:20 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:16:20 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:16:20 spire-1.2.1/pkg/server/authpolicy/ 19:16:20 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:16:20 spire-1.2.1/pkg/server/authpolicy/policy.go 19:16:20 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:16:20 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:16:20 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:16:20 spire-1.2.1/pkg/server/authpolicy/validate.go 19:16:20 spire-1.2.1/pkg/server/bundle/ 19:16:20 spire-1.2.1/pkg/server/bundle/client/ 19:16:20 spire-1.2.1/pkg/server/bundle/client/client.go 19:16:20 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:16:20 spire-1.2.1/pkg/server/bundle/client/manager.go 19:16:20 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:16:20 spire-1.2.1/pkg/server/bundle/client/sources.go 19:16:20 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:16:20 spire-1.2.1/pkg/server/bundle/client/updater.go 19:16:20 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:16:20 spire-1.2.1/pkg/server/ca/ 19:16:20 spire-1.2.1/pkg/server/ca/ca.go 19:16:20 spire-1.2.1/pkg/server/ca/ca_health.go 19:16:20 spire-1.2.1/pkg/server/ca/ca_test.go 19:16:20 spire-1.2.1/pkg/server/ca/journal.go 19:16:20 spire-1.2.1/pkg/server/ca/journal_test.go 19:16:20 spire-1.2.1/pkg/server/ca/manager.go 19:16:20 spire-1.2.1/pkg/server/ca/manager_health.go 19:16:20 spire-1.2.1/pkg/server/ca/manager_test.go 19:16:20 spire-1.2.1/pkg/server/ca/templates.go 19:16:20 spire-1.2.1/pkg/server/ca/upstream_client.go 19:16:20 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:16:20 spire-1.2.1/pkg/server/ca/validation.go 19:16:20 spire-1.2.1/pkg/server/cache/ 19:16:20 spire-1.2.1/pkg/server/cache/dscache/ 19:16:20 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:16:20 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:16:20 spire-1.2.1/pkg/server/cache/entrycache/ 19:16:20 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:16:20 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:16:20 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:16:20 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:16:20 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:16:20 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:16:20 spire-1.2.1/pkg/server/catalog/ 19:16:20 spire-1.2.1/pkg/server/catalog/catalog.go 19:16:20 spire-1.2.1/pkg/server/catalog/keymanager.go 19:16:20 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:16:20 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:16:20 spire-1.2.1/pkg/server/catalog/notifier.go 19:16:20 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:16:20 spire-1.2.1/pkg/server/config.go 19:16:20 spire-1.2.1/pkg/server/datastore/ 19:16:20 spire-1.2.1/pkg/server/datastore/datastore.go 19:16:20 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:16:20 spire-1.2.1/pkg/server/datastore/repository.go 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:16:20 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:16:20 spire-1.2.1/pkg/server/endpoints/ 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/ 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:16:20 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:16:20 spire-1.2.1/pkg/server/endpoints/config.go 19:16:20 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:16:20 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:16:20 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:16:20 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:16:20 spire-1.2.1/pkg/server/endpoints/middleware.go 19:16:20 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:16:20 spire-1.2.1/pkg/server/hostservice/ 19:16:20 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:16:20 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:16:20 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:16:20 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:16:20 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:16:20 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:16:20 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:16:20 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/ 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/ 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:16:20 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:16:20 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:16:20 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:16:20 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:16:20 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:16:20 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:16:20 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:16:20 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:16:20 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/notifier/ 19:16:20 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:16:20 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:16:20 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:16:20 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:16:20 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:16:20 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:16:20 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:16:20 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:16:20 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:16:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:16:20 spire-1.2.1/pkg/server/registration/ 19:16:20 spire-1.2.1/pkg/server/registration/manager.go 19:16:20 spire-1.2.1/pkg/server/registration/manager_test.go 19:16:20 spire-1.2.1/pkg/server/scanentries.go 19:16:20 spire-1.2.1/pkg/server/scanentries_test.go 19:16:20 spire-1.2.1/pkg/server/server.go 19:16:20 spire-1.2.1/pkg/server/server_test.go 19:16:20 spire-1.2.1/pkg/server/svid/ 19:16:20 spire-1.2.1/pkg/server/svid/observer.go 19:16:20 spire-1.2.1/pkg/server/svid/observer_test.go 19:16:20 spire-1.2.1/pkg/server/svid/rotator.go 19:16:20 spire-1.2.1/pkg/server/svid/rotator_config.go 19:16:20 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:16:20 spire-1.2.1/pkg/server/svid/rotator_test.go 19:16:20 spire-1.2.1/proto/ 19:16:20 spire-1.2.1/proto/private/ 19:16:20 spire-1.2.1/proto/private/server/ 19:16:20 spire-1.2.1/proto/private/server/journal/ 19:16:20 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:16:20 spire-1.2.1/proto/private/server/journal/journal.proto 19:16:20 spire-1.2.1/proto/spire/ 19:16:20 spire-1.2.1/proto/spire/common/ 19:16:20 spire-1.2.1/proto/spire/common/common.pb.go 19:16:20 spire-1.2.1/proto/spire/common/common.proto 19:16:20 spire-1.2.1/proto/spire/common/plugin/ 19:16:20 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:16:20 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:16:20 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:16:20 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:16:20 spire-1.2.1/proto/spire/plugin/ 19:16:20 spire-1.2.1/proto/spire/plugin/agent/ 19:16:20 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:16:20 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:16:20 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:16:20 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:16:20 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:16:20 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:16:20 spire-1.2.1/release/ 19:16:20 spire-1.2.1/release/spire-extras/ 19:16:20 spire-1.2.1/release/spire-extras/README.md 19:16:20 spire-1.2.1/release/spire-extras/conf/ 19:16:20 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:16:20 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:16:20 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:16:20 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:16:20 spire-1.2.1/release/spire/ 19:16:20 spire-1.2.1/release/spire/README.md 19:16:20 spire-1.2.1/release/spire/conf/ 19:16:20 spire-1.2.1/release/spire/conf/agent/ 19:16:20 spire-1.2.1/release/spire/conf/agent/agent.conf 19:16:20 spire-1.2.1/release/spire/conf/server/ 19:16:20 spire-1.2.1/release/spire/conf/server/server.conf 19:16:20 spire-1.2.1/script/ 19:16:20 spire-1.2.1/script/build-artifact.sh 19:16:20 spire-1.2.1/script/generate_dummy_ca.sh 19:16:20 spire-1.2.1/support/ 19:16:20 spire-1.2.1/support/k8s/ 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:16:20 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:16:20 spire-1.2.1/support/oidc-discovery-provider/ 19:16:20 spire-1.2.1/support/oidc-discovery-provider/README.md 19:16:20 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:16:20 spire-1.2.1/support/oidc-discovery-provider/config.go 19:16:20 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:16:20 spire-1.2.1/support/oidc-discovery-provider/domain_policy.goRemoving intermediate container 64e2341c9610 19:16:20 ---> 498a77750681 19:16:20 Step 25/25 : LABEL version=0.0.0 19:16:20 19:16:20 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:16:20 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:16:20 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:16:20 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:16:20 spire-1.2.1/support/oidc-discovery-provider/main.go 19:16:20 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:16:20 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:16:20 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:16:20 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:16:20 spire-1.2.1/test/ 19:16:20 spire-1.2.1/test/clock/ 19:16:20 spire-1.2.1/test/clock/clock.go 19:16:20 spire-1.2.1/test/fakes/ 19:16:20 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:16:20 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:16:20 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:16:20 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:16:20 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:16:20 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:16:20 spire-1.2.1/test/fakes/fakeagentstore/ 19:16:20 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:16:20 spire-1.2.1/test/fakes/fakedatastore/ 19:16:20 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:16:20 spire-1.2.1/test/fakes/fakeentryclient/ 19:16:20 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:16:20 spire-1.2.1/test/fakes/fakehealthchecker/ 19:16:20 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:16:20 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:16:20 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:16:20 spire-1.2.1/test/fakes/fakemetrics/ 19:16:20 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:16:20 spire-1.2.1/test/fakes/fakenoderesolver/ 19:16:20 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:16:20 spire-1.2.1/test/fakes/fakenotifier/ 19:16:20 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:16:20 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:16:20 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:16:20 spire-1.2.1/test/fakes/fakeserverca/ 19:16:20 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:16:20 spire-1.2.1/test/fakes/fakeservercatalog/ 19:16:20 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:16:20 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:16:20 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:16:20 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:16:20 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:16:20 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:16:20 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:16:20 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:16:20 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:16:20 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:16:20 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:16:20 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:16:20 spire-1.2.1/test/fixture/ 19:16:20 spire-1.2.1/test/fixture/certs/ 19:16:20 spire-1.2.1/test/fixture/certs/agent_svid.der 19:16:20 spire-1.2.1/test/fixture/certs/base_cert.pem 19:16:20 spire-1.2.1/test/fixture/certs/base_csr.pem 19:16:20 spire-1.2.1/test/fixture/certs/base_key.pem 19:16:20 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:16:20 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:16:20 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:16:20 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:16:20 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:16:20 spire-1.2.1/test/fixture/certs/blog_key.pem 19:16:20 spire-1.2.1/test/fixture/certs/bundle.der 19:16:20 spire-1.2.1/test/fixture/certs/ca.pem 19:16:20 spire-1.2.1/test/fixture/certs/ca_key.pem 19:16:20 spire-1.2.1/test/fixture/certs/database_cert.pem 19:16:20 spire-1.2.1/test/fixture/certs/database_csr.pem 19:16:20 spire-1.2.1/test/fixture/certs/database_key.pem 19:16:20 spire-1.2.1/test/fixture/certs/node_cert.pem 19:16:20 spire-1.2.1/test/fixture/certs/node_csr.pem 19:16:20 spire-1.2.1/test/fixture/certs/node_key.pem 19:16:20 spire-1.2.1/test/fixture/certs/svid.pem 19:16:20 spire-1.2.1/test/fixture/certs/svid_key.pem 19:16:20 spire-1.2.1/test/fixture/config/ 19:16:20 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:16:20 spire-1.2.1/test/fixture/config/agent_good.conf 19:16:20 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:16:20 spire-1.2.1/test/fixture/config/plugin_good.conf 19:16:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:16:20 spire-1.2.1/test/fixture/config/server_good.conf 19:16:20 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:16:20 spire-1.2.1/test/fixture/fixture.go 19:16:20 spire-1.2.1/test/fixture/nodeattestor/ 19:16:20 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:16:20 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:16:20 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:16:20 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:16:20 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:16:20 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:16:20 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:16:20 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:16:20 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:16:20 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:16:20 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:16:20 spire-1.2.1/test/fixture/registration/ 19:16:20 spire-1.2.1/test/fixture/registration/entries.json 19:16:20 spire-1.2.1/test/fixture/registration/good-for-update.json 19:16:20 spire-1.2.1/test/fixture/registration/good.json 19:16:20 spire-1.2.1/test/fixture/registration/invalid.json 19:16:20 spire-1.2.1/test/fixture/registration/invalid_json.json 19:16:20 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:16:20 spire-1.2.1/test/integration/ 19:16:20 spire-1.2.1/test/integration/README.md 19:16:20 spire-1.2.1/test/integration/common 19:16:20 spire-1.2.1/test/integration/setup/ 19:16:20 spire-1.2.1/test/integration/setup/adminclient/ 19:16:20 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:16:20 spire-1.2.1/test/integration/setup/adminclient/client.go 19:16:20 spire-1.2.1/test/integration/setup/debugagent/ 19:16:20 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:16:20 spire-1.2.1/test/integration/setup/debugagent/main.go 19:16:20 spire-1.2.1/test/integration/setup/debugserver/ 19:16:20 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:16:20 spire-1.2.1/test/integration/setup/debugserver/main.go 19:16:20 spire-1.2.1/test/integration/setup/downstreamclient/ 19:16:20 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:16:20 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:16:20 spire-1.2.1/test/integration/setup/itclient/ 19:16:20 spire-1.2.1/test/integration/setup/itclient/client.go 19:16:20 spire-1.2.1/test/integration/setup/node-attestation/ 19:16:20 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:16:20 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:16:20 spire-1.2.1/test/integration/setup/x509pop/ 19:16:20 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:16:20 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:16:20 spire-1.2.1/test/integration/suites/ 19:16:20 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:16:20 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:16:20 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:16:20 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:16:20 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:16:20 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:16:20 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:16:20 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:16:20 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:16:20 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:16:20 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:16:20 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:16:20 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:16:20 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:16:20 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:16:20 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:16:20 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:16:20 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:16:20 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:16:20 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:16:20 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:16:20 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:16:20 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:16:20 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:16:20 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:16:20 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:16:20 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:16:20 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:16:20 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:16:20 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:16:20 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:16:20 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:16:20 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:16:20 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:16:20 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:16:20 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:16:20 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:16:20 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:16:20 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:16:20 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:16:20 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:16:20 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:16:20 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:16:20 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:16:20 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:16:20 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:16:20 spire-1.2.1/test/integration/suites/join-token/ 19:16:20 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:16:20 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:16:20 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:16:20 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:16:20 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:16:20 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:16:20 spire-1.2.1/test/integration/suites/join-token/README.md 19:16:20 spire-1.2.1/test/integration/suites/join-token/conf/ 19:16:20 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:16:20 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:16:20 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/join-token/teardown 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:16:20 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:16:20 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:16:20 spire-1.2.1/test/integration/suites/k8s/ 19:16:20 spire-1.2.1/test/integration/suites/k8s/00-setup 19:16:20 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:16:20 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:16:20 spire-1.2.1/test/integration/suites/k8s/README.md 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/ 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:16:20 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:16:20 spire-1.2.1/test/integration/suites/k8s/teardown 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:16:20 spire-1.2.1/test/integration/suites/node-attestation/ 19:16:20 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:16:20 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:16:20 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:16:20 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:16:20 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:16:20 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:16:20 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:16:20 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:16:20 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:16:20 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:16:20 spire-1.2.1/test/integration/suites/rotation/ 19:16:20 spire-1.2.1/test/integration/suites/rotation/00-setup 19:16:20 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:16:20 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:16:20 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:16:20 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:16:20 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:16:20 spire-1.2.1/test/integration/suites/rotation/README.md 19:16:20 spire-1.2.1/test/integration/suites/rotation/conf/ 19:16:20 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:16:20 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:16:20 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/rotation/teardown 19:16:20 spire-1.2.1/test/integration/suites/self-test/ 19:16:20 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:16:20 spire-1.2.1/test/integration/suites/self-test/README.md 19:16:20 spire-1.2.1/test/integration/suites/self-test/teardown 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:16:20 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:16:20 spire-1.2.1/test/integration/suites/upgrade/ 19:16:20 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:16:20 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:16:20 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:16:20 spire-1.2.1/test/integration/suites/upgrade/README.md 19:16:20 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:16:20 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:16:20 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:16:20 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:16:20 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:16:20 spire-1.2.1/test/integration/suites/upgrade/teardown 19:16:20 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:16:20 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:16:20 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:16:20 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:16:20 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:16:20 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:16:20 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:16:20 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:16:20 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:16:20 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:16:20 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:16:20 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:16:20 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:16:20 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:16:20 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:16:20 spire-1.2.1/test/integration/test-one.sh 19:16:20 spire-1.2.1/test/integration/test.sh 19:16:20 spire-1.2.1/test/plugintest/ 19:16:20 spire-1.2.1/test/plugintest/config.go 19:16:20 spire-1.2.1/test/plugintest/load.go 19:16:20 spire-1.2.1/test/plugintest/option.go 19:16:20 spire-1.2.1/test/spiretest/ 19:16:20 spire-1.2.1/test/spiretest/apiserver.go 19:16:20 spire-1.2.1/test/spiretest/assertions.go 19:16:20 spire-1.2.1/test/spiretest/dir.go 19:16:20 spire-1.2.1/test/spiretest/errors_posix.go 19:16:20 spire-1.2.1/test/spiretest/errors_windows.go 19:16:20 spire-1.2.1/test/spiretest/logs.go 19:16:20 spire-1.2.1/test/spiretest/socketapi.go 19:16:20 spire-1.2.1/test/spiretest/suite.go 19:16:20 spire-1.2.1/test/spiretest/x509.go 19:16:20 spire-1.2.1/test/testca/ 19:16:20 spire-1.2.1/test/testca/ca.go 19:16:20 spire-1.2.1/test/testkey/ 19:16:20 spire-1.2.1/test/testkey/generate.sh 19:16:20 spire-1.2.1/test/testkey/genkeys.go 19:16:20 spire-1.2.1/test/testkey/keys.go 19:16:20 spire-1.2.1/test/testkey/new.go 19:16:20 spire-1.2.1/test/tpmsimulator/ 19:16:20 spire-1.2.1/test/tpmsimulator/simulator.go 19:16:20 spire-1.2.1/test/util/ 19:16:20 spire-1.2.1/test/util/cert_fixtures.go 19:16:20 spire-1.2.1/test/util/cert_generation.go 19:16:20 spire-1.2.1/test/util/io_redirection.go 19:16:20 spire-1.2.1/test/util/race.go 19:16:20 spire-1.2.1/test/util/util.go 19:16:20 building spire from source... 19:16:20 ---> Running in 3fa67ae83d56 19:16:20 Installing go1.17.7... 19:16:20 Removing intermediate container 3fa67ae83d56 19:16:20 ---> 1e3484ecb9c3 19:16:20 19:16:20 Successfully built 1e3484ecb9c3 19:16:20 Successfully tagged security-spire-server:latest 19:16:21  Building security-spire-server ... done fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:16:21 v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:16:21 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:16:21 OK: 15854 distinct packages available 19:16:21 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:16:22 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:16:22 (1/4) Installing dumb-init (1.2.5-r1) 19:16:22 (2/4) Installing musl-obstack (1.2.3-r0) 19:16:22 (3/4) Installing libucontext (1.1-r0) 19:16:22 (4/4) Installing gcompat (1.0.0-r4) 19:16:23 Executing busybox-1.34.1-r5.trigger 19:16:23 OK: 6 MiB in 18 packages 19:16:25 Building bin/spire-server... 19:16:25 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:16:25 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:16:25 go: downloading github.com/mitchellh/cli v1.1.2 19:16:25 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:16:25 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:16:25 go: downloading github.com/imdario/mergo v0.3.12 19:16:25 go: downloading github.com/sirupsen/logrus v1.8.1 19:16:25 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:16:25 go: downloading google.golang.org/grpc v1.44.0 19:16:25 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:16:25 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:16:25 go: downloading github.com/fatih/color v1.13.0 19:16:25 go: downloading github.com/mattn/go-isatty v0.0.14 19:16:25 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:16:25 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:16:25 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:16:25 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:16:25 Removing intermediate container aab626d64559 19:16:25 ---> 8f207d73d8dc 19:16:25 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 19:16:25 go: downloading github.com/armon/go-metrics v0.3.10 19:16:25 go: downloading github.com/prometheus/client_golang v1.12.1 19:16:25 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:16:25 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:16:25 go: downloading github.com/open-policy-agent/opa v0.38.0 19:16:25 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:16:25 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:16:25 go: downloading github.com/Masterminds/goutils v1.1.0 19:16:25 go: downloading github.com/Masterminds/semver v1.5.0 19:16:25 go: downloading github.com/google/uuid v1.1.2 19:16:25 go: downloading github.com/huandu/xstrings v1.3.2 19:16:25 go: downloading github.com/mattn/go-colorable v0.1.12 19:16:25 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:16:25 go: downloading github.com/oklog/run v1.0.0 19:16:25 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:16:25 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:16:25 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:16:25 go: downloading github.com/prometheus/client_model v0.2.0 19:16:25 go: downloading github.com/prometheus/common v0.32.1 19:16:25 go: downloading github.com/beorn7/perks v1.0.1 19:16:25 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:16:25 go: downloading github.com/imkira/go-observer v1.0.3 19:16:25 go: downloading go.uber.org/atomic v1.9.0 19:16:25 go: downloading github.com/prometheus/procfs v0.7.3 19:16:25 go: downloading github.com/pkg/errors v0.9.1 19:16:25 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:16:25 go: downloading github.com/hashicorp/errwrap v1.1.0 19:16:25 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:16:25 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:16:25 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:16:25 go: downloading github.com/blang/semver/v4 v4.0.0 19:16:25 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:16:25 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:16:25 go: downloading github.com/jinzhu/gorm v1.9.16 19:16:25 go: downloading github.com/lib/pq v1.10.4 19:16:25 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:16:25 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:16:25 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.221s coverage: 28.7% of statements 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:16:26 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:16:26 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:16:26 go: downloading github.com/stretchr/testify v1.7.0 19:16:26 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:16:26 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:16:27  ---> d3a0b3c09b54 19:16:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:16:28 ---> ee4a742eb638 19:16:28 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:16:28 ---> Running in 2bb9adb2e680 19:16:28 Removing intermediate container 2bb9adb2e680 19:16:28 ---> ec2582e908f9 19:16:28 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:16:28 ---> a871246786b9 19:16:28 Step 21/26 : WORKDIR / 19:16:28 ---> Running in 222ddf757f36 19:16:29 Removing intermediate container 222ddf757f36 19:16:29 ---> 73559d7b5103 19:16:29 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:16:29 ---> Running in a13e35df625f 19:16:29 Removing intermediate container a13e35df625f 19:16:29 ---> c16ca0c7cd19 19:16:29 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:16:29 ---> Running in 363ea76c6c08 19:16:29 Removing intermediate container 363ea76c6c08 19:16:29 ---> 267a4a0968cc 19:16:29 Step 24/26 : LABEL arch=x86_64 19:16:29 go: downloading google.golang.org/api v0.70.0 19:16:29 go: downloading k8s.io/client-go v0.23.4 19:16:29 go: downloading github.com/google/go-tpm v0.3.3 19:16:29 go: downloading k8s.io/api v0.23.4 19:16:29 go: downloading cloud.google.com/go/storage v1.21.0 19:16:30  ---> Running in 1c0aa5edfa94 19:16:30 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:16:30 go: downloading cloud.google.com/go v0.100.2 19:16:30 Removing intermediate container 1c0aa5edfa94 19:16:30 ---> 1d7a623cdc78 19:16:30 Step 25/26 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:16:30 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:16:30 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:16:30 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:16:30 go: downloading k8s.io/apimachinery v0.23.4 19:16:30  ---> Running in e664c69ecb64 19:16:30 go: downloading k8s.io/kube-aggregator v0.23.3 19:16:30 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:16:30 go: downloading cloud.google.com/go/security v1.3.0 19:16:30 Removing intermediate container e664c69ecb64 19:16:30 ---> 934607967636 19:16:30 Step 26/26 : LABEL version=0.0.0 19:16:30 go: downloading github.com/hashicorp/vault/api v1.4.1 19:16:30  ---> Running in 81707699f8a8 19:16:30 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:16:31 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:16:31 go: downloading github.com/twmb/murmur3 v1.1.6 19:16:31 go: downloading github.com/jinzhu/inflection v1.0.0 19:16:31 go: downloading github.com/aws/smithy-go v1.11.0 19:16:31 Removing intermediate container 81707699f8a8 19:16:31 ---> 5844d2a04b5f 19:16:31 19:16:31 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:16:31 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:16:31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:16:31 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:16:31 Successfully built 5844d2a04b5f 19:16:31 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:16:31 Successfully tagged security-spire-config:latest 19:16:31  Building security-spire-config ... done go: downloading cloud.google.com/go/compute v1.3.0 19:16:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.493s coverage: 98.5% of statements 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:16:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.401s coverage: 54.9% of statements 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:16:31 go: downloading cloud.google.com/go/iam v0.1.1 19:16:31 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:16:31 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:16:32 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:16:32 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:16:32 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:16:32 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:16:32 go: downloading github.com/dimchansky/utfbom v1.1.1 19:16:32 go: downloading github.com/gogo/protobuf v1.3.2 19:16:32 go: downloading k8s.io/klog/v2 v2.30.0 19:16:32 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:16:32 go: downloading github.com/google/gofuzz v1.1.0 19:16:32 go: downloading github.com/spf13/pflag v1.0.5 19:16:32 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:16:32 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:16:32 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:16:32 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:16:32 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:16:32 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:16:32 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:16:32 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:16:32 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:16:32 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:16:32 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:16:32 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:16:32 go: downloading gopkg.in/yaml.v2 v2.4.0 19:16:32 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:16:32 go: downloading github.com/gobwas/glob v0.2.3 19:16:32 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:16:32 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:16:32 go: downloading go.opencensus.io v0.23.0 19:16:32 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:16:32 go: downloading gopkg.in/inf.v0 v0.9.1 19:16:32 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:16:32 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:16:32 go: downloading github.com/go-logr/logr v1.2.2 19:16:32 go: downloading github.com/google/go-cmp v0.5.7 19:16:32 go: downloading github.com/googleapis/gnostic v0.5.5 19:16:32 go: downloading github.com/json-iterator/go v1.1.12 19:16:32 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:16:32 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:16:32 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:16:32 go: downloading go.uber.org/zap v1.21.0 19:16:32 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:16:32 go: downloading github.com/tklauser/numcpus v0.3.0 19:16:32 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:16:32 go: downloading sigs.k8s.io/yaml v1.3.0 19:16:32 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:16:32 go: downloading github.com/modern-go/reflect2 v1.0.2 19:16:32 go: downloading github.com/ryanuber/go-glob v1.0.0 19:16:32 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:16:32 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:16:32 go: downloading github.com/hashicorp/go-version v1.2.0 19:16:32 go: downloading github.com/golang/snappy v0.0.4 19:16:32 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:16:32 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:16:32 go: downloading go.uber.org/multierr v1.6.0 19:16:37 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:16:37 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:16:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.465s coverage: 89.2% of statements 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:16:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.335s coverage: 84.4% of statements 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:16:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.915s coverage: 95.4% of statements 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:16:57 ok github.com/edgexfoundry/edgex-go/internal/io 0.245s coverage: 72.2% of statements 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:16:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.269s coverage: 60.0% of statements 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:16:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.615s coverage: 0.9% of statements 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:16:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.385s coverage: 58.8% of statements 19:16:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.468s coverage: 24.0% of statements 19:16:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:16:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.434s coverage: 47.1% of statements 19:16:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.230s coverage: 79.5% of statements 19:16:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.257s coverage: 94.1% of statements 19:16:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.266s coverage: 96.3% of statements 19:16:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.246s coverage: 87.5% of statements 19:17:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.239s coverage: 94.4% of statements 19:17:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.177s coverage: 44.8% of statements 19:17:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.660s coverage: 82.5% of statements 19:17:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:17:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.282s coverage: 92.9% of statements 19:17:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:17:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:17:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:17:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.069s coverage: 65.1% of statements 19:17:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:17:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:17:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:17:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:17:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:17:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.201s coverage: 87.2% of statements 19:17:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:17:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:17:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.175s coverage: 100.0% of statements 19:17:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:17:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.257s coverage: 58.8% of statements 19:17:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:17:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.306s coverage: 80.0% of statements 19:17:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.256s coverage: 87.2% of statements 19:17:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.263s coverage: 85.4% of statements 19:17:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.750s coverage: 91.2% of statements 19:17:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:17:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.893s coverage: 64.4% of statements 19:17:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:17:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:17:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.232s coverage: 100.0% of statements 19:17:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 89.4% of statements 19:17:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 19:17:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.121s coverage: 73.7% of statements 19:17:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.098s coverage: 100.0% of statements 19:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.340s coverage: 65.4% of statements 19:17:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:17:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:17:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:17:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.725s coverage: 43.8% of statements 19:17:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:17:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:17:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.276s coverage: 89.5% of statements 19:17:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:17:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.250s coverage: 84.8% of statements 19:17:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:17:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:17:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:17:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:17:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.368s coverage: 17.7% of statements 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:17:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.665s coverage: 92.3% of statements 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:17:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.256s coverage: 63.2% of statements 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:17:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.475s coverage: 97.7% of statements 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:17:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.195s coverage: 28.9% of statements 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:17:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:17:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.201s coverage: 100.0% of statements 19:17:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.082s coverage: 96.9% of statements 19:17:39 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 19:17:39 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:17:39 GO111MODULE=on go vet ./... 19:17:58 Building bin/spire-agent... 19:17:58 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 19:17:58 go: downloading github.com/docker/docker v20.10.12+incompatible 19:17:58 go: downloading cloud.google.com/go/secretmanager v1.3.0 19:17:58 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 19:17:58 go: downloading github.com/google/go-tpm-tools v0.3.3 19:17:58 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 19:17:58 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 19:17:58 go: downloading github.com/docker/go-units v0.4.0 19:17:58 go: downloading github.com/docker/go-connections v0.4.0 19:17:58 go: downloading github.com/opencontainers/image-spec v1.0.1 19:17:58 go: downloading github.com/containerd/containerd v1.3.4 19:17:58 go: downloading github.com/docker/distribution v2.7.1+incompatible 19:17:58 go: downloading github.com/opencontainers/go-digest v1.0.0 19:18:54 Removing intermediate container 5848975a1db1 19:18:54 ---> f522aa6433bb 19:18:54 19:18:54 Step 13/26 : FROM alpine:3.15 19:18:54 ---> 0ac33e5f5afa 19:18:54 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:18:54 ---> Using cache 19:18:54 ---> c6d301b0567b 19:18:54 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:54 ---> Using cache 19:18:54 ---> 23f8ff388d1f 19:18:54 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:18:54 ---> Using cache 19:18:54 ---> ae36f2cd9871 19:18:54 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 19:18:54 ---> 7a2abe364338 19:18:54 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 19:18:54 ---> 09e065a01466 19:18:54 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:18:54 ---> 086cbe2cf58b 19:18:54 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:18:54 ---> a07a4e8507cf 19:18:54 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:18:54 ---> 99887415616d 19:18:54 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:18:54 ---> Running in acdedf162de8 19:18:54 Removing intermediate container acdedf162de8 19:18:54 ---> e5e761d3e4a8 19:18:54 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:18:54 ---> Running in 3cfd8d966dd3 19:18:54 Removing intermediate container 3cfd8d966dd3 19:18:54 ---> bce47cf6dfd9 19:18:54 Step 24/26 : LABEL arch=x86_64 19:18:54 ---> Running in 3657c0b82c82 19:18:54 Removing intermediate container 3657c0b82c82 19:18:54 ---> edcae01cc6c0 19:18:54 Step 25/26 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:18:54 ---> Running in 84b89a5a173c 19:18:54 Removing intermediate container 84b89a5a173c 19:18:54 ---> 483537100c05 19:18:54 Step 26/26 : LABEL version=0.0.0 19:18:54 ---> Running in b54818f9a2c5 19:18:54 Removing intermediate container b54818f9a2c5 19:18:54 ---> 8089356633d9 19:18:54 19:18:54 Successfully built 8089356633d9 19:18:54 Successfully tagged security-spire-agent:latest 19:18:54  Building security-spire-agent ... done  [Pipeline] } 19:18:54 $ docker stop --time=1 ade69cfc7abb4c291df9a2484debbba189504d4de9f644936d820903d8f47567 19:18:56 $ docker rm -f ade69cfc7abb4c291df9a2484debbba189504d4de9f644936d820903d8f47567 [Pipeline] // withDockerContainer [Pipeline] sh 19:18:56 + docker images 19:18:56 REPOSITORY TAG IMAGE ID CREATED SIZE 19:18:56 security-spire-agent latest 8089356633d9 6 seconds ago 127MB 19:18:56 f522aa6433bb 19 seconds ago 4.5GB 19:18:56 security-spire-config latest 5844d2a04b5f 2 minutes ago 86.7MB 19:18:56 security-spire-server latest 1e3484ecb9c3 2 minutes ago 87.3MB 19:18:56 e218973d2720 2 minutes ago 4.5GB 19:18:56 sys-mgmt-agent latest 07224ddf2a5f 2 minutes ago 307MB 19:18:56 eede16adb999 2 minutes ago 4.5GB 19:18:56 security-secretstore-setup latest 17d02875b395 2 minutes ago 42.1MB 19:18:56 security-spiffe-token-provider latest cce9abda0b20 2 minutes ago 28.5MB 19:18:56 6ef5856a5383 3 minutes ago 1.63GB 19:18:56 0f8c67028e21 3 minutes ago 1.62GB 19:18:56 2ffc95bc7f3c 3 minutes ago 1.61GB 19:18:56 core-metadata latest 5ef383798e63 3 minutes ago 26.2MB 19:18:56 49772c17798d 4 minutes ago 1.62GB 19:18:56 core-data latest 5b6e3e4fce28 4 minutes ago 35.9MB 19:18:56 security-bootstrapper latest a96e835a2b39 4 minutes ago 24.3MB 19:18:56 ce5dfe1d5614 4 minutes ago 1.65GB 19:18:56 core-command latest 27134c461ca6 4 minutes ago 24.5MB 19:18:56 b6c686a6fa53 4 minutes ago 1.61GB 19:18:56 45d16b55f25b 4 minutes ago 1.61GB 19:18:56 security-proxy-setup latest 480a52873de2 5 minutes ago 43.4MB 19:18:56 support-scheduler latest abb8566f24f1 5 minutes ago 26MB 19:18:56 support-notifications latest 1107c4634158 5 minutes ago 26.6MB 19:18:56 0efdb3c0b739 5 minutes ago 1.62GB 19:18:56 fa025c9a1d74 5 minutes ago 1.63GB 19:18:56 0ce361df6259 5 minutes ago 1.62GB 19:18:56 ci-base-image-x86_64 latest 24a8cc8c5b72 9 minutes ago 896MB 19:18:56 docker 20.10.14 7417809fdb73 7 days ago 218MB 19:18:56 alpine 3.14 e04c818066af 7 days ago 5.59MB 19:18:56 alpine 3.15 0ac33e5f5afa 7 days ago 5.57MB 19:18:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB 19:18:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB 19:18:56 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] } 19:19:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:19:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:19:18 ./bin/test-attribution-txt.sh [Pipeline] echo 19:19:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:19:22 + ls -al . 19:19:22 total 664 19:19:22 drwxrwxr-x 9 1001 1001 4096 Apr 12 19:19 . 19:19:22 drwxr-xr-x 4 root root 4096 Apr 12 19:13 .. 19:19:22 -rw-rw-r-- 1 1001 1001 11 Apr 12 19:11 .dockerignore 19:19:22 drwxrwxr-x 8 1001 1001 4096 Apr 12 19:12 .git 19:19:22 drwxrwxr-x 3 1001 1001 4096 Apr 12 19:11 .github 19:19:22 -rw-rw-r-- 1 1001 1001 879 Apr 12 19:11 .gitignore 19:19:22 -rw-rw-r-- 1 1001 1001 42 Apr 12 19:11 .golangci.yml 19:19:22 -rw-rw-r-- 1 1001 1001 87 Apr 12 19:11 .hadolint.yml 19:19:22 -rw-rw-r-- 1 1001 1001 166 Apr 12 19:11 .sonarcloud.properties 19:19:22 -rw-rw-r-- 1 1001 1001 1171 Apr 12 19:11 ADOPTERS.md 19:19:22 -rw-rw-r-- 1 1001 1001 9953 Apr 12 19:11 Attribution.txt 19:19:22 -rw-rw-r-- 1 1001 1001 51732 Apr 12 19:11 CHANGELOG.md 19:19:22 -rw-rw-r-- 1 1001 1001 3804 Apr 12 19:11 CONTRIBUTING.md 19:19:22 -rw-rw-r-- 1 1001 1001 677 Apr 12 19:11 GOVERNANCE.md 19:19:22 -rw-rw-r-- 1 1001 1001 850 Apr 12 19:11 Jenkinsfile 19:19:22 -rw-rw-r-- 1 1001 1001 10775 Apr 12 19:11 LICENSE 19:19:22 -rw-rw-r-- 1 1001 1001 8478 Apr 12 19:11 Makefile 19:19:22 -rw-rw-r-- 1 1001 1001 582 Apr 12 19:11 OWNERS.md 19:19:22 -rw-rw-r-- 1 1001 1001 8207 Apr 12 19:11 README.md 19:19:22 -rw-rw-r-- 1 1001 1001 6912 Apr 12 19:11 SECURITY.md 19:19:22 -rw-rw-r-- 1 1001 1001 5 Apr 12 19:08 VERSION 19:19:22 -rw-rw-r-- 1 1001 1001 4131 Apr 12 19:11 ZMQWindows.md 19:19:22 drwxrwxr-x 2 1001 1001 4096 Apr 12 19:11 bin 19:19:22 drwxrwxr-x 18 1001 1001 4096 Apr 12 19:11 cmd 19:19:22 -rw-r--r-- 1 root root 432619 Apr 12 19:17 coverage.out 19:19:22 -rw-rw-r-- 1 1001 1001 3175 Apr 12 19:11 go.mod 19:19:22 -rw-rw-r-- 1 1001 1001 34990 Apr 12 19:13 go.sum 19:19:22 drwxrwxr-x 8 1001 1001 4096 Apr 12 19:11 internal 19:19:22 drwxrwxr-x 3 1001 1001 4096 Apr 12 19:11 openapi 19:19:22 drwxrwxr-x 4 1001 1001 4096 Apr 12 19:11 snap 19:19:22 -rw-rw-r-- 1 1001 1001 204 Apr 12 19:11 version.go [Pipeline] sh 19:19:23 + '[' -e coverage.out ] 19:19:23 + chown 1001:1001 coverage.out [Pipeline] stash 19:19:23 Warning: overwriting stash ‘coverage-report’ 19:19:24 Stashed 1 file(s) [Pipeline] sh 19:19:24 + make build 19:19:24 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 19:21:16 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 19:22:38 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 19:22:38 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 19:22:43 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 19:22:44 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 19:22:49 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 19:22:54 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 19:23:00 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 19:23:07 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 19:23:11 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 19:23:16 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 19:23:25 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] } 19:23:30 $ docker stop --time=1 615ffb09200010b67340738444ebc34608e2d18dc7591326ef6ca4112c2e33c0 19:23:32 $ docker rm -f 615ffb09200010b67340738444ebc34608e2d18dc7591326ef6ca4112c2e33c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:23:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:35 19:23:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:23:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:35 latest: Pulling from edgex-devops/edgex-compose-arm64 19:23:35 29e5d40040c1: Pulling fs layer 19:23:35 1ce36da41761: Pulling fs layer 19:23:35 25b303627fd3: Pulling fs layer 19:23:35 29e5d40040c1: Verifying Checksum 19:23:35 29e5d40040c1: Download complete 19:23:36 1ce36da41761: Verifying Checksum 19:23:36 1ce36da41761: Download complete 19:23:36 29e5d40040c1: Pull complete 19:23:37 25b303627fd3: Verifying Checksum 19:23:37 1ce36da41761: Pull complete 19:23:50 25b303627fd3: Pull complete 19:23:50 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:23:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:23:50 prd-ubuntu20.04-docker-arm64-4c-16g-20713 does not seem to be running inside a container 19:23:50 $ 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 19:23:52 $ docker top e375b1ff04c9b5e95e4d1ec861259893681ff07f4e99b4d995e61e97811664a1 -eo pid,comm [Pipeline] { [Pipeline] sh 19:23:53 + docker-compose build --help 19:23:53 + grep parallel 19:23:57 --parallel Build images in parallel. [Pipeline] } 19:23:57 $ docker stop --time=1 e375b1ff04c9b5e95e4d1ec861259893681ff07f4e99b4d995e61e97811664a1 19:23:59 $ docker rm -f e375b1ff04c9b5e95e4d1ec861259893681ff07f4e99b4d995e61e97811664a1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:24:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:24:00 . [Pipeline] withDockerContainer 19:24:00 prd-ubuntu20.04-docker-arm64-4c-16g-20713 does not seem to be running inside a container 19:24:00 $ 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 19:24:01 $ docker top 6b86bf8cc851115b2a5cfdd1c3bb56c166a2bdf3315085f814a91e0edaf17eaa -eo pid,comm [Pipeline] { [Pipeline] sh 19:24:02 + docker-compose -f ./docker-compose-build.yml build --parallel 19:24:07 Building core-command ... 19:24:07 Building core-data ... 19:24:07 Building core-metadata ... 19:24:07 Building security-bootstrapper ... 19:24:07 Building security-proxy-setup ... 19:24:07 Building security-secretstore-setup ... 19:24:07 Building security-spiffe-token-provider ... 19:24:07 Building security-spire-agent ... 19:24:07 Building security-spire-config ... 19:24:07 Building security-spire-server ... 19:24:07 Building support-notifications ... 19:24:07 Building support-scheduler ... 19:24:07 Building sys-mgmt-agent ... 19:24:07 Building security-spire-config 19:24:07 Building security-secretstore-setup 19:24:07 Building security-spire-server 19:24:07 Building core-data 19:24:07 Building security-bootstrapper 19:25:59 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:25:59 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:25:59 ---> 20f895ed6171 19:25:59 Step 3/31 : WORKDIR /edgex-go 19:25:59 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:25:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:25:59 ---> 20f895ed6171 19:25:59 Step 3/23 : WORKDIR /edgex-go 19:25:59 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:25:59 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:25:59 ---> 20f895ed6171 19:25:59 Step 3/25 : WORKDIR /edgex-go 19:25:59 ---> Running in 4366289e9e8e 19:25:59 ---> Running in 01b1a3b002ac 19:25:59 ---> Running in 4948a787f978 19:25:59 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:25:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:25:59 ---> 20f895ed6171 19:25:59 Step 3/26 : WORKDIR /edgex-go 19:25:59 ---> Running in 69b757ac45c4 19:25:59 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:25:59 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:25:59 ---> 20f895ed6171 19:25:59 Step 3/25 : WORKDIR /edgex-go 19:25:59 ---> Running in 8f67587277c0 19:25:59 Removing intermediate container 8f67587277c0 19:25:59 ---> d9a93adeaa6c 19:25:59 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:59 Removing intermediate container 4948a787f978 19:25:59 ---> aca1981300fa 19:25:59 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:59 ---> Running in ae84ef8dab03 19:25:59 Removing intermediate container 01b1a3b002ac 19:25:59 ---> 55cdca5f7e12 19:25:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:59 Removing intermediate container 69b757ac45c4 19:25:59 ---> a45706693775 19:25:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:59 Removing intermediate container 4366289e9e8e 19:25:59 ---> 5e0c97c0ea63 19:25:59 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:59 ---> Running in 27b03b2095b7 19:25:59 ---> Running in 116620ebacc8 19:25:59 ---> Running in b179b8457602 19:25:59 ---> Running in 0d683f85fb78 19:25:59 Removing intermediate container ae84ef8dab03 19:25:59 ---> 40eb46dfb0e0 19:25:59 Step 5/25 : RUN apk add --update --no-cache make git 19:25:59 ---> Running in 5f5ed8eb5db0 19:25:59 Removing intermediate container 116620ebacc8 19:25:59 ---> 4dc273f42344 19:25:59 Step 5/31 : RUN apk add --update --no-cache make git 19:25:59 ---> Running in efc295d20f21 19:25:59 Removing intermediate container 0d683f85fb78 19:25:59 ---> 8ffc7273b158 19:25:59 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:25:59 ---> Running in eb24ea1e4f52 19:25:59 Removing intermediate container 27b03b2095b7 19:25:59 ---> 23126d19267c 19:25:59 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:25:59 Removing intermediate container b179b8457602 19:25:59 ---> 7f7e5586fe1a 19:25:59 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:25:59 ---> Running in 0e7c79eed541 19:25:59 ---> Running in 907955ae8a49 19:25:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:25:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:25:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:25:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:25:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:25:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:25:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:25:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:25:59 OK: 220 MiB in 52 packages 19:25:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:25:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:25:59 OK: 220 MiB in 52 packages 19:25:59 OK: 220 MiB in 52 packages 19:25:59 Removing intermediate container 5f5ed8eb5db0 19:25:59 ---> 25f72d6f6d24 19:25:59 Step 6/25 : COPY go.mod vendor* ./ 19:25:59 OK: 220 MiB in 52 packages 19:25:59 OK: 220 MiB in 52 packages 19:25:59 Removing intermediate container efc295d20f21 19:25:59 ---> 699d5bf42774 19:25:59 Step 6/31 : COPY go.mod vendor* ./ 19:25:59 Removing intermediate container eb24ea1e4f52 19:25:59 ---> cdeec652997d 19:25:59 Step 6/23 : COPY go.mod vendor* ./ 19:25:59 ---> 16fb0ea7acab 19:25:59 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:59 Removing intermediate container 0e7c79eed541 19:25:59 ---> bee88dd1b32f 19:25:59 Step 6/25 : COPY go.mod vendor* ./ 19:25:59 ---> Running in cf09e62de308 19:25:59 Removing intermediate container 907955ae8a49 19:25:59 ---> 249a415f8294 19:25:59 Step 6/26 : COPY go.mod vendor* ./ 19:25:59 ---> 0cfe22bc0c9f 19:25:59 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:59 ---> 398cf2bf4138 19:25:59 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:59 ---> Running in c0052258b8e5 19:25:59 ---> Running in b9953672784e 19:25:59 ---> a2ffe6b1880b 19:25:59 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:59 ---> Running in ec8f8ed975af 19:26:00 ---> 0456bcccdcb6 19:26:00 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:26:00 ---> Running in 45967c080900 19:26:03 Removing intermediate container cf09e62de308 19:26:03 ---> 0e219b01ea1f 19:26:03 Step 8/25 : COPY . . 19:26:06 Removing intermediate container c0052258b8e5 19:26:06 ---> 7f3331d87817 19:26:06 Step 8/31 : COPY . . 19:26:06 Removing intermediate container b9953672784e 19:26:06 ---> 6d1b87df1a19 19:26:06 Step 8/23 : COPY . . 19:26:06 Removing intermediate container ec8f8ed975af 19:26:06 ---> f9156f7f1dcf 19:26:06 Step 8/25 : COPY . . 19:26:06 Removing intermediate container 45967c080900 19:26:06 ---> 0cf087ea8018 19:26:06 Step 8/26 : COPY . . 19:26:38 ---> 5181599cdfcb 19:26:38 Step 9/23 : RUN make cmd/core-data/core-data 19:26:38 ---> 793b64a9ecdd 19:26:38 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:26:38 ---> Running in 06f0b2e626c6 19:26:38 ---> Running in 8ca554459968 19:26:38 ---> 61dcff1289ec 19:26:38 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:26:38 ---> Running in 69c35c45020c 19:26:38 ---> a886021f0b25 19:26:38 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:26:38 ---> Running in a2762e432420 19:26:38 ---> 6b1458ad6f25 19:26:38 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:26:38 ---> Running in 3377952e0060 19:26:38 Removing intermediate container 69c35c45020c 19:26:38 ---> e57d7d35fc47 19:26:38 Step 10/25 : RUN mkdir -p spire-build 19:26:38 ---> Running in 2e8fb6a3ce95 19:26:38 Removing intermediate container 3377952e0060 19:26:38 ---> 9207c79b2ba0 19:26:38 Step 10/26 : RUN mkdir -p spire-build 19:26:39 ---> Running in 14b9987f43e1 19:26:39 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 19:26:39 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 19:26:40 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 19:26:42 Removing intermediate container 2e8fb6a3ce95 19:26:42 ---> eecd190ff040 19:26:42 Step 11/25 : WORKDIR /edgex-go/spire-build 19:26:42 ---> Running in 4f351053eb15 19:26:42 Removing intermediate container 14b9987f43e1 19:26:42 ---> 643faa90e918 19:26:42 Step 11/26 : WORKDIR /edgex-go/spire-build 19:26:42 ---> Running in 9a7e92fb7541 19:26:42 Removing intermediate container 4f351053eb15 19:26:42 ---> ea8dd03e445b 19:26:42 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 19:26:43 ---> Running in 634e6cb9a274 19:26:43 Removing intermediate container 9a7e92fb7541 19:26:43 ---> 920988cf21a3 19:26:43 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 19:26:43 ---> Running in 4c23e3303408 19:26:46 spire-1.2.1/ 19:26:46 spire-1.2.1/.data/ 19:26:46 spire-1.2.1/.data/.file 19:26:46 spire-1.2.1/.dockerignore 19:26:46 spire-1.2.1/.gitattributes 19:26:46 spire-1.2.1/.githooks/ 19:26:46 spire-1.2.1/.githooks/pre-commit 19:26:46 spire-1.2.1/.github/ 19:26:46 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:26:46 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:26:46 spire-1.2.1/.github/dependabot.yml 19:26:46 spire-1.2.1/.github/workflows/ 19:26:46 spire-1.2.1/.github/workflows/nightly_build.yaml 19:26:46 spire-1.2.1/.github/workflows/pr_build.yaml 19:26:46 spire-1.2.1/.github/workflows/release_build.yaml 19:26:46 spire-1.2.1/.github/workflows/scripts/ 19:26:46 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:26:46 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:26:46 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:26:46 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:26:46 spire-1.2.1/.github/workflows/scripts/split.sh 19:26:46 spire-1.2.1/.gitignore 19:26:46 spire-1.2.1/.go-version 19:26:46 spire-1.2.1/.golangci.yml 19:26:46 spire-1.2.1/ADOPTERS.md 19:26:46 spire-1.2.1/CHANGELOG.md 19:26:46 spire-1.2.1/CODE-OF-CONDUCT.md 19:26:46 spire-1.2.1/CODEOWNERS 19:26:46 spire-1.2.1/CONTRIBUTING.md 19:26:46 spire-1.2.1/Dockerfile 19:26:46 spire-1.2.1/Dockerfile.devspire-1.2.1/ 19:26:46 19:26:46 spire-1.2.1/Dockerfile.scratch 19:26:46 spire-1.2.1/LICENSE 19:26:46 spire-1.2.1/MAINTAINERS.md 19:26:46 spire-1.2.1/Makefile 19:26:46 spire-1.2.1/README.md 19:26:46 spire-1.2.1/ROADMAP.md 19:26:46 spire-1.2.1/SECURITY.md 19:26:46 spire-1.2.1/cmd/ 19:26:46 spire-1.2.1/cmd/spire-agent/ 19:26:46 spire-1.2.1/cmd/spire-agent/cli/ 19:26:46 spire-1.2.1/cmd/spire-agent/cli/api/ 19:26:46 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/common/ 19:26:46 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:26:46 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/run/ 19:26:46 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:26:46 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:26:46 spire-1.2.1/cmd/spire-agent/main.go 19:26:46 spire-1.2.1/cmd/spire-server/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/agent/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/cli.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/list.gospire-1.2.1/.data/ 19:26:46 spire-1.2.1/.data/.file 19:26:46 spire-1.2.1/.dockerignore 19:26:46 spire-1.2.1/.gitattributes 19:26:46 spire-1.2.1/.githooks/ 19:26:46 spire-1.2.1/.githooks/pre-commit 19:26:46 spire-1.2.1/.github/ 19:26:46 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:26:46 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:26:46 spire-1.2.1/.github/dependabot.yml 19:26:46 spire-1.2.1/.github/workflows/ 19:26:46 spire-1.2.1/.github/workflows/nightly_build.yaml 19:26:46 spire-1.2.1/.github/workflows/pr_build.yaml 19:26:46 spire-1.2.1/.github/workflows/release_build.yaml 19:26:46 spire-1.2.1/.github/workflows/scripts/ 19:26:46 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:26:46 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:26:46 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:26:46 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:26:46 spire-1.2.1/.github/workflows/scripts/split.sh 19:26:46 spire-1.2.1/.gitignore 19:26:46 spire-1.2.1/.go-version 19:26:46 spire-1.2.1/.golangci.yml 19:26:46 spire-1.2.1/ADOPTERS.md 19:26:46 spire-1.2.1/CHANGELOG.md 19:26:46 spire-1.2.1/CODE-OF-CONDUCT.md 19:26:46 spire-1.2.1/CODEOWNERS 19:26:46 spire-1.2.1/CONTRIBUTING.md 19:26:46 spire-1.2.1/Dockerfile 19:26:46 spire-1.2.1/Dockerfile.dev 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/run/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/token/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/validate/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:26:46 spire-1.2.1/Dockerfile.scratch 19:26:46 spire-1.2.1/LICENSE 19:26:46 spire-1.2.1/MAINTAINERS.md 19:26:46 spire-1.2.1/Makefile 19:26:46 spire-1.2.1/README.md 19:26:46 spire-1.2.1/ROADMAP.md 19:26:46 spire-1.2.1/SECURITY.md 19:26:46 spire-1.2.1/cmd/ 19:26:46 spire-1.2.1/cmd/spire-agent/ 19:26:46 spire-1.2.1/cmd/spire-agent/cli/ 19:26:46 spire-1.2.1/cmd/spire-agent/cli/api/ 19:26:46 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/common/ 19:26:46 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:26:46 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/run/ 19:26:46 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/x509/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:26:46 spire-1.2.1/cmd/spire-server/main.go 19:26:46 spire-1.2.1/cmd/spire-server/util/ 19:26:46 spire-1.2.1/cmd/spire-server/util/util.go 19:26:46 spire-1.2.1/conf/ 19:26:46 spire-1.2.1/conf/agent/ 19:26:46 spire-1.2.1/conf/agent/agent.conf 19:26:46 spire-1.2.1/conf/agent/agent_full.conf 19:26:46 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:26:46 spire-1.2.1/conf/server/ 19:26:46 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:26:46 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:26:46 spire-1.2.1/conf/server/server.conf 19:26:46 spire-1.2.1/conf/server/server_full.conf 19:26:46 spire-1.2.1/doc/ 19:26:46 spire-1.2.1/doc/SPIRE101.md 19:26:46 spire-1.2.1/doc/auditlog.md 19:26:46 spire-1.2.1/doc/authorization_policy_engine.md 19:26:46 spire-1.2.1/doc/changelog_guidelines.md 19:26:46 spire-1.2.1/doc/cure53-report.pdf 19:26:46 spire-1.2.1/doc/images/ 19:26:46 spire-1.2.1/doc/images/2019_roadmap.png 19:26:46 spire-1.2.1/doc/images/SPIRE101.png 19:26:46 spire-1.2.1/doc/images/SPIRE_agent.png 19:26:46 spire-1.2.1/doc/images/SPIRE_server.png 19:26:46 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:26:46 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:26:46 spire-1.2.1/cmd/spire-agent/main.go 19:26:46 spire-1.2.1/cmd/spire-server/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/agent/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/cli.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/ 19:26:46 spire-1.2.1/doc/images/cache_mgr.png 19:26:46 spire-1.2.1/doc/images/cache_mgr_components.png 19:26:46 spire-1.2.1/doc/images/federated_spire.png 19:26:46 spire-1.2.1/doc/images/ha_mode.png 19:26:46 spire-1.2.1/doc/images/nested_spire.png 19:26:46 spire-1.2.1/doc/images/oidc_federation.png 19:26:46 spire-1.2.1/doc/images/single_trust_domain.png 19:26:46 spire-1.2.1/doc/images/spiffe_compatible.png 19:26:46 spire-1.2.1/doc/images/spire_logo.png 19:26:46 spire-1.2.1/doc/migrating_registration_api_clients.md 19:26:46 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:26:46 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:26:46 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:26:46 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:26:46 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:26:46 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:26:46 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:26:46 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:26:46 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:26:46 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:26:46 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:26:46 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:26:46 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:26:46 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/run/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/token/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/validate/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:26:46 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:26:46 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:26:46 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:26:46 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:26:46 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:26:46 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:26:46 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:26:46 spire-1.2.1/doc/scaling_spire.md 19:26:46 spire-1.2.1/doc/spire_agent.md 19:26:46 spire-1.2.1/doc/spire_server.md 19:26:46 spire-1.2.1/doc/supported_integrations.md 19:26:46 spire-1.2.1/doc/telemetry.md 19:26:46 spire-1.2.1/doc/telemetry_config.md 19:26:46 spire-1.2.1/doc/upgrading.md 19:26:46 spire-1.2.1/doc/using_spire.md 19:26:46 spire-1.2.1/examples/ 19:26:46 spire-1.2.1/examples/README.md 19:26:46 spire-1.2.1/go.mod 19:26:46 spire-1.2.1/go.sum 19:26:46 spire-1.2.1/pkg/ 19:26:46 spire-1.2.1/pkg/agent/ 19:26:46 spire-1.2.1/pkg/agent/agent.go 19:26:46 spire-1.2.1/pkg/agent/api/ 19:26:46 spire-1.2.1/pkg/agent/api/config.go 19:26:46 spire-1.2.1/pkg/agent/api/debug/ 19:26:46 spire-1.2.1/pkg/agent/api/debug/v1/ 19:26:46 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:26:46 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:26:46 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:26:46 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:26:46 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:26:46 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:26:46 spire-1.2.1/pkg/agent/api/endpoints.go 19:26:46 spire-1.2.1/pkg/agent/api/health/ 19:26:46 spire-1.2.1/pkg/agent/api/health/v1/ 19:26:46 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:26:46 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:26:46 spire-1.2.1/pkg/agent/api/rpccontext/ 19:26:46 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:26:46 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:26:46 spire-1.2.1/pkg/agent/attestor/ 19:26:46 spire-1.2.1/pkg/agent/attestor/node/ 19:26:46 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:26:46 spire-1.2.1/pkg/agent/attestor/node/node.go 19:26:46 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:26:46 spire-1.2.1/pkg/agent/attestor/workload/ 19:26:46 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:26:46 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:26:46 spire-1.2.1/pkg/agent/catalog/ 19:26:46 spire-1.2.1/pkg/agent/catalog/catalog.go 19:26:46 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:26:46 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:26:46 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:26:46 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:26:46 spire-1.2.1/pkg/agent/client/ 19:26:46 spire-1.2.1/pkg/agent/client/client.go 19:26:46 spire-1.2.1/pkg/agent/client/client_test.go 19:26:46 spire-1.2.1/pkg/agent/client/dial.go 19:26:46 spire-1.2.1/pkg/agent/client/nodeconn.go 19:26:46 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:26:46 spire-1.2.1/pkg/agent/client/update.go 19:26:46 spire-1.2.1/pkg/agent/client/util.go 19:26:46 spire-1.2.1/pkg/agent/common/ 19:26:46 spire-1.2.1/pkg/agent/common/backoff/ 19:26:46 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:26:46 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:26:46 spire-1.2.1/pkg/agent/common/cgroups/ 19:26:46 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:26:46 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:26:46 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:26:46 spire-1.2.1/pkg/agent/config.go 19:26:46 spire-1.2.1/pkg/agent/endpoints/ 19:26:46 spire-1.2.1/pkg/agent/endpoints/config.go 19:26:46 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:26:46 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:26:46 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:26:46 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:26:46 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:26:46 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:26:46 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:26:46 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:26:46 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:26:46 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:26:46 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:26:46 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:26:46 spire-1.2.1/pkg/agent/endpoints/workload/ 19:26:46 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:26:46 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:26:46 spire-1.2.1/pkg/agent/manager/ 19:26:46 spire-1.2.1/pkg/agent/manager/cache/ 19:26:46 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:26:46 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:26:46 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:26:46 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:26:46 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:26:46 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:26:46 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:26:46 spire-1.2.1/pkg/agent/manager/config.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/x509/ 19:26:46 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:26:46 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:26:46 spire-1.2.1/cmd/spire-server/main.go 19:26:46 spire-1.2.1/cmd/spire-server/util/ 19:26:46 spire-1.2.1/cmd/spire-server/util/util.go 19:26:46 spire-1.2.1/conf/ 19:26:46 spire-1.2.1/conf/agent/ 19:26:46 spire-1.2.1/conf/agent/agent.conf 19:26:46 spire-1.2.1/conf/agent/agent_full.conf 19:26:46 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:26:46 spire-1.2.1/conf/server/ 19:26:46 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:26:46 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:26:46 spire-1.2.1/conf/server/server.conf 19:26:46 spire-1.2.1/conf/server/server_full.conf 19:26:46 spire-1.2.1/doc/ 19:26:46 spire-1.2.1/doc/SPIRE101.md 19:26:46 spire-1.2.1/doc/auditlog.md 19:26:46 spire-1.2.1/doc/authorization_policy_engine.md 19:26:46 spire-1.2.1/doc/changelog_guidelines.md 19:26:46 spire-1.2.1/doc/cure53-report.pdf 19:26:46 spire-1.2.1/doc/images/ 19:26:46 spire-1.2.1/doc/images/2019_roadmap.png 19:26:46 spire-1.2.1/doc/images/SPIRE101.png 19:26:46 spire-1.2.1/doc/images/SPIRE_agent.png 19:26:46 spire-1.2.1/doc/images/SPIRE_server.png 19:26:46 spire-1.2.1/pkg/agent/manager/manager.go 19:26:46 spire-1.2.1/pkg/agent/manager/manager_test.go 19:26:46 spire-1.2.1/pkg/agent/manager/storage.go 19:26:46 spire-1.2.1/pkg/agent/manager/storage_test.go 19:26:46 spire-1.2.1/pkg/agent/manager/storecache/ 19:26:46 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:26:46 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:26:46 spire-1.2.1/pkg/agent/manager/sync.go 19:26:46 spire-1.2.1/pkg/agent/plugin/ 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:26:46 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:26:46 spire-1.2.1/doc/images/cache_mgr.png 19:26:46 spire-1.2.1/doc/images/cache_mgr_components.png 19:26:46 spire-1.2.1/doc/images/federated_spire.png 19:26:46 spire-1.2.1/doc/images/ha_mode.png 19:26:46 spire-1.2.1/doc/images/nested_spire.png 19:26:46 spire-1.2.1/doc/images/oidc_federation.png 19:26:46 spire-1.2.1/doc/images/single_trust_domain.png 19:26:46 spire-1.2.1/doc/images/spiffe_compatible.png 19:26:46 spire-1.2.1/doc/images/spire_logo.png 19:26:46 spire-1.2.1/doc/migrating_registration_api_clients.md 19:26:46 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:26:46 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:26:46 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:26:46 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:26:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:26:46 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:26:46 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:26:46 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:26:46 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:26:46 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:26:46 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:26:46 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:26:46 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:26:46 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:26:46 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:26:46 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:26:46 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:26:46 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:26:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:26:46 spire-1.2.1/pkg/agent/svid/ 19:26:46 spire-1.2.1/pkg/agent/svid/rotator.go 19:26:46 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:26:46 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:26:46 spire-1.2.1/pkg/agent/svid/store/ 19:26:46 spire-1.2.1/pkg/agent/svid/store/service.go 19:26:46 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:26:46 spire-1.2.1/pkg/common/ 19:26:46 spire-1.2.1/pkg/common/agentpathtemplate/ 19:26:46 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:26:46 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:26:46 spire-1.2.1/pkg/common/api/ 19:26:46 spire-1.2.1/pkg/common/api/metrics.go 19:26:46 spire-1.2.1/pkg/common/api/middleware/ 19:26:46 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:26:46 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:26:46 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:26:46 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:26:46 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:26:46 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:26:46 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:26:46 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:26:46 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:26:46 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:26:46 spire-1.2.1/doc/scaling_spire.md 19:26:46 spire-1.2.1/doc/spire_agent.md 19:26:46 spire-1.2.1/doc/spire_server.md 19:26:46 spire-1.2.1/doc/supported_integrations.md 19:26:46 spire-1.2.1/doc/telemetry.md 19:26:46 spire-1.2.1/doc/telemetry_config.md 19:26:46 spire-1.2.1/doc/upgrading.md 19:26:46 spire-1.2.1/doc/using_spire.md 19:26:46 spire-1.2.1/examples/ 19:26:46 spire-1.2.1/examples/README.md 19:26:46 spire-1.2.1/go.mod 19:26:46 spire-1.2.1/go.sum 19:26:46 spire-1.2.1/pkg/ 19:26:46 spire-1.2.1/pkg/agent/ 19:26:46 spire-1.2.1/pkg/agent/agent.go 19:26:46 spire-1.2.1/pkg/agent/api/ 19:26:46 spire-1.2.1/pkg/agent/api/config.go 19:26:46 spire-1.2.1/pkg/agent/api/debug/ 19:26:46 spire-1.2.1/pkg/agent/api/debug/v1/ 19:26:46 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:26:46 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:26:46 spire-1.2.1/pkg/common/api/middleware/logger.go 19:26:46 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:26:46 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:26:46 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:26:46 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:26:46 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:26:46 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:26:46 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:26:46 spire-1.2.1/pkg/common/api/middleware/names.go 19:26:46 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:26:46 spire-1.2.1/pkg/common/api/names.go 19:26:46 spire-1.2.1/pkg/common/api/ratelimit.go 19:26:46 spire-1.2.1/pkg/common/api/rpccontext/ 19:26:46 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:26:46 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:26:46 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:26:46 spire-1.2.1/pkg/common/auth/ 19:26:46 spire-1.2.1/pkg/common/auth/interceptors.go 19:26:46 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:26:46 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:26:46 spire-1.2.1/pkg/common/bundleutil/ 19:26:46 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/types.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:26:47 spire-1.2.1/pkg/common/catalog/ 19:26:47 spire-1.2.1/pkg/common/catalog/bind.go 19:26:47 spire-1.2.1/pkg/common/catalog/builtin.go 19:26:47 spire-1.2.1/pkg/common/catalog/catalog.go 19:26:47 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:26:47 spire-1.2.1/pkg/common/catalog/closers.go 19:26:47 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:26:47 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:26:47 spire-1.2.1/pkg/common/catalog/config.go 19:26:47 spire-1.2.1/pkg/common/catalog/config_test.go 19:26:47 spire-1.2.1/pkg/common/catalog/configure.go 19:26:47 spire-1.2.1/pkg/common/catalog/constraints.go 19:26:47 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:26:47 spire-1.2.1/pkg/common/catalog/context.go 19:26:47 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:26:47 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:26:47 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:26:47 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:26:47 spire-1.2.1/pkg/agent/api/endpoints.go 19:26:47 spire-1.2.1/pkg/agent/api/health/ 19:26:47 spire-1.2.1/pkg/agent/api/health/v1/ 19:26:47 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:26:47 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:26:47 spire-1.2.1/pkg/agent/api/rpccontext/ 19:26:47 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:26:47 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:26:47 spire-1.2.1/pkg/agent/attestor/ 19:26:47 spire-1.2.1/pkg/agent/attestor/node/ 19:26:47 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:26:47 spire-1.2.1/pkg/agent/attestor/node/node.go 19:26:47 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:26:47 spire-1.2.1/pkg/agent/attestor/workload/ 19:26:47 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:26:47 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:26:47 spire-1.2.1/pkg/agent/catalog/ 19:26:47 spire-1.2.1/pkg/agent/catalog/catalog.go 19:26:47 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:26:47 spire-1.2.1/pkg/common/catalog/external.go 19:26:47 spire-1.2.1/pkg/common/catalog/host.go 19:26:47 spire-1.2.1/pkg/common/catalog/pipenet.go 19:26:47 spire-1.2.1/pkg/common/catalog/plugin.go 19:26:47 spire-1.2.1/pkg/common/catalog/testplugin/ 19:26:47 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:26:47 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:26:47 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:26:47 spire-1.2.1/pkg/common/cli/ 19:26:47 spire-1.2.1/pkg/common/cli/env.go 19:26:47 spire-1.2.1/pkg/common/cli/flags.go 19:26:47 spire-1.2.1/pkg/common/cli/trust_domain.go 19:26:47 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:26:47 spire-1.2.1/pkg/common/cli/umask.go 19:26:47 spire-1.2.1/pkg/common/cli/umask_posix.go 19:26:47 spire-1.2.1/pkg/common/cli/umask_test.go 19:26:47 spire-1.2.1/pkg/common/cli/umask_windows.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/flag.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/format.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:26:47 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:26:47 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:26:47 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:26:47 spire-1.2.1/pkg/agent/client/ 19:26:47 spire-1.2.1/pkg/agent/client/client.go 19:26:47 spire-1.2.1/pkg/agent/client/client_test.go 19:26:47 spire-1.2.1/pkg/agent/client/dial.go 19:26:47 spire-1.2.1/pkg/agent/client/nodeconn.go 19:26:47 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:26:47 spire-1.2.1/pkg/agent/client/update.go 19:26:47 spire-1.2.1/pkg/agent/client/util.go 19:26:47 spire-1.2.1/pkg/agent/common/ 19:26:47 spire-1.2.1/pkg/agent/common/backoff/ 19:26:47 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:26:47 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:26:47 spire-1.2.1/pkg/agent/common/cgroups/ 19:26:47 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:26:47 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:26:47 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:26:47 spire-1.2.1/pkg/agent/config.go 19:26:47 spire-1.2.1/pkg/agent/endpoints/ 19:26:47 spire-1.2.1/pkg/agent/endpoints/config.go 19:26:47 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:26:47 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:26:47 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:26:47 spire-1.2.1/pkg/common/coretypes/ 19:26:47 spire-1.2.1/pkg/common/coretypes/bundle/ 19:26:47 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:26:47 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:26:47 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:26:47 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:26:47 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:26:47 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:26:47 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:26:47 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:26:47 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:26:47 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:26:47 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:26:47 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:26:47 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:26:47 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:26:47 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:26:47 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:26:47 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:26:47 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:26:47 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:26:47 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:26:47 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:26:47 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:26:47 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:26:47 spire-1.2.1/pkg/agent/endpoints/workload/ 19:26:47 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:26:47 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:26:47 spire-1.2.1/pkg/agent/manager/ 19:26:47 spire-1.2.1/pkg/agent/manager/cache/ 19:26:47 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:26:47 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:26:47 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:26:47 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:26:47 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:26:47 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:26:47 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:26:47 spire-1.2.1/pkg/agent/manager/config.go 19:26:47 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:26:47 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:26:47 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:26:47 spire-1.2.1/pkg/common/cryptoutil/ 19:26:47 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:26:47 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:26:47 spire-1.2.1/pkg/common/diskutil/ 19:26:47 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:26:47 spire-1.2.1/pkg/common/diskutil/file_test.go 19:26:47 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:26:47 spire-1.2.1/pkg/common/errorutil/ 19:26:47 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:26:47 spire-1.2.1/pkg/common/health/ 19:26:47 spire-1.2.1/pkg/common/health/config.go 19:26:47 spire-1.2.1/pkg/common/health/context.go 19:26:47 spire-1.2.1/pkg/common/health/context_test.go 19:26:47 spire-1.2.1/pkg/common/health/health.go 19:26:47 spire-1.2.1/pkg/common/health/health_test.go 19:26:47 spire-1.2.1/pkg/common/health/logger.go 19:26:47 spire-1.2.1/pkg/common/hostservice/ 19:26:47 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:26:47 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:26:47 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:26:47 spire-1.2.1/pkg/common/idutil/ 19:26:47 spire-1.2.1/pkg/common/idutil/require.go 19:26:47 spire-1.2.1/pkg/common/idutil/require_test.go 19:26:47 spire-1.2.1/pkg/common/idutil/safety.go 19:26:47 spire-1.2.1/pkg/common/idutil/safety_test.go 19:26:47 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:26:47 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:26:47 spire-1.2.1/pkg/common/jwtsvid/ 19:26:47 spire-1.2.1/pkg/common/jwtsvid/common.go 19:26:47 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:26:47 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:26:47 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:26:47 spire-1.2.1/pkg/common/jwtutil/ 19:26:47 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:26:47 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:26:47 spire-1.2.1/pkg/common/log/ 19:26:47 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:26:47 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:26:47 spire-1.2.1/pkg/common/log/log.go 19:26:47 spire-1.2.1/pkg/common/log/log_test.go 19:26:47 spire-1.2.1/pkg/common/log/options.go 19:26:47 spire-1.2.1/pkg/common/nodeutil/ 19:26:47 spire-1.2.1/pkg/common/nodeutil/node.go 19:26:47 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:26:47 spire-1.2.1/pkg/common/peertracker/ 19:26:47 spire-1.2.1/pkg/common/peertracker/conn.go 19:26:47 spire-1.2.1/pkg/agent/manager/manager.go 19:26:47 spire-1.2.1/pkg/agent/manager/manager_test.go 19:26:47 spire-1.2.1/pkg/agent/manager/storage.go 19:26:47 spire-1.2.1/pkg/agent/manager/storage_test.go 19:26:47 spire-1.2.1/pkg/agent/manager/storecache/ 19:26:47 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:26:47 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:26:47 spire-1.2.1/pkg/agent/manager/sync.go 19:26:47 spire-1.2.1/pkg/agent/plugin/ 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:26:47 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:26:47 spire-1.2.1/pkg/common/peertracker/credentials.go 19:26:47 spire-1.2.1/pkg/common/peertracker/errors.go 19:26:47 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:26:47 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:26:47 spire-1.2.1/pkg/common/peertracker/info.go 19:26:47 spire-1.2.1/pkg/common/peertracker/listener.go 19:26:47 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:26:47 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:26:47 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:26:47 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:26:47 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:26:47 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:26:47 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tcp.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:26:47 spire-1.2.1/pkg/common/peertracker/uds.go 19:26:47 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:26:47 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:26:47 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:26:47 spire-1.2.1/pkg/common/pemutil/ 19:26:47 spire-1.2.1/pkg/common/pemutil/block.go 19:26:47 spire-1.2.1/pkg/common/pemutil/certs.go 19:26:47 spire-1.2.1/pkg/common/pemutil/common.go 19:26:47 spire-1.2.1/pkg/common/pemutil/csr.go 19:26:47 spire-1.2.1/pkg/common/pemutil/keys.go 19:26:47 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/ 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:26:47 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:26:47 spire-1.2.1/pkg/common/plugin/ 19:26:47 spire-1.2.1/pkg/common/plugin/aws/ 19:26:47 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:26:47 spire-1.2.1/pkg/common/plugin/azure/ 19:26:47 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:26:47 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:26:47 spire-1.2.1/pkg/common/plugin/facade.go 19:26:47 spire-1.2.1/pkg/common/plugin/facade_test.go 19:26:47 spire-1.2.1/pkg/common/plugin/gcp/ 19:26:47 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:26:47 spire-1.2.1/pkg/common/plugin/k8s/ 19:26:47 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:26:47 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:26:47 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:26:47 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:26:47 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:26:47 spire-1.2.1/pkg/common/plugin/log.go 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/ 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:26:47 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:26:47 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:26:47 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:26:47 spire-1.2.1/pkg/common/plugin/x509pop/ 19:26:47 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:26:47 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:26:47 spire-1.2.1/pkg/common/profiling/ 19:26:47 spire-1.2.1/pkg/common/profiling/dumpers.go 19:26:47 spire-1.2.1/pkg/common/profiling/profiling.go 19:26:47 spire-1.2.1/pkg/common/protoutil/ 19:26:47 spire-1.2.1/pkg/common/protoutil/masks.go 19:26:47 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:26:47 spire-1.2.1/pkg/common/rotationutil/ 19:26:47 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:26:47 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:26:47 spire-1.2.1/pkg/common/selector/ 19:26:47 spire-1.2.1/pkg/common/selector/selector.go 19:26:47 spire-1.2.1/pkg/common/selector/selector_test.go 19:26:47 spire-1.2.1/pkg/common/selector/set.go 19:26:47 spire-1.2.1/pkg/common/selector/set_utils.go 19:26:47 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/ 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/ 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:26:47 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:26:47 spire-1.2.1/pkg/common/telemetry/call.go 19:26:47 spire-1.2.1/pkg/common/telemetry/common/ 19:26:47 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:26:47 spire-1.2.1/pkg/common/telemetry/config.go 19:26:47 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:26:47 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/inmem.go 19:26:47 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/m3.go 19:26:47 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/metrics.go 19:26:47 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/names.go 19:26:47 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:26:47 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:26:47 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/ 19:26:47 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:26:47 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:26:47 spire-1.2.1/pkg/agent/svid/ 19:26:47 spire-1.2.1/pkg/agent/svid/rotator.go 19:26:47 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:26:47 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:26:47 spire-1.2.1/pkg/agent/svid/store/ 19:26:47 spire-1.2.1/pkg/agent/svid/store/service.go 19:26:47 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:26:47 spire-1.2.1/pkg/common/ 19:26:47 spire-1.2.1/pkg/common/agentpathtemplate/ 19:26:47 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:26:47 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:26:47 spire-1.2.1/pkg/common/api/ 19:26:47 spire-1.2.1/pkg/common/api/metrics.go 19:26:47 spire-1.2.1/pkg/common/api/middleware/ 19:26:47 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:26:47 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:26:47 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:26:47 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/server.go 19:26:47 spire-1.2.1/pkg/common/telemetry/sink.go 19:26:47 spire-1.2.1/pkg/common/telemetry/statsd.go 19:26:47 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/uptime.go 19:26:47 spire-1.2.1/pkg/common/telemetry/version.go 19:26:47 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:26:47 spire-1.2.1/pkg/common/uptime/ 19:26:47 spire-1.2.1/pkg/common/uptime/uptime.go 19:26:47 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:26:47 spire-1.2.1/pkg/common/api/middleware/logger.go 19:26:47 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:26:47 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:26:47 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:26:47 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:26:47 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:26:47 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:26:47 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:26:47 spire-1.2.1/pkg/common/api/middleware/names.go 19:26:47 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:26:47 spire-1.2.1/pkg/common/api/names.go 19:26:47 spire-1.2.1/pkg/common/api/ratelimit.go 19:26:47 spire-1.2.1/pkg/common/api/rpccontext/ 19:26:47 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:26:47 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:26:47 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:26:47 spire-1.2.1/pkg/common/auth/ 19:26:47 spire-1.2.1/pkg/common/auth/interceptors.go 19:26:47 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:26:47 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/ 19:26:47 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:26:47 19:26:47 spire-1.2.1/pkg/common/util/ 19:26:47 spire-1.2.1/pkg/common/util/certs.go 19:26:47 spire-1.2.1/pkg/common/util/certs_test.go 19:26:47 spire-1.2.1/pkg/common/util/csr.go 19:26:47 spire-1.2.1/pkg/common/util/hash.go 19:26:47 spire-1.2.1/pkg/common/util/selectors.go 19:26:47 spire-1.2.1/pkg/common/util/selectors_test.go 19:26:47 spire-1.2.1/pkg/common/util/signals.go 19:26:47 spire-1.2.1/pkg/common/util/sort.go 19:26:47 spire-1.2.1/pkg/common/util/sort_test.go 19:26:47 spire-1.2.1/pkg/common/util/task.go 19:26:47 spire-1.2.1/pkg/common/util/task_test.go 19:26:47 spire-1.2.1/pkg/common/util/testdata/ 19:26:47 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:26:47 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:26:47 spire-1.2.1/pkg/common/version/ 19:26:47 spire-1.2.1/pkg/common/version/version.go 19:26:47 spire-1.2.1/pkg/common/x509svid/ 19:26:47 spire-1.2.1/pkg/common/x509svid/common_test.go 19:26:47 spire-1.2.1/pkg/common/x509svid/csr.go 19:26:47 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:26:47 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:26:47 spire-1.2.1/pkg/common/x509util/ 19:26:47 spire-1.2.1/pkg/common/x509util/cert.go 19:26:47 spire-1.2.1/pkg/common/x509util/dns.go 19:26:47 spire-1.2.1/pkg/common/x509util/dns_test.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/types.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:26:47 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:26:47 spire-1.2.1/pkg/common/catalog/ 19:26:47 spire-1.2.1/pkg/common/catalog/bind.go 19:26:47 spire-1.2.1/pkg/common/catalog/builtin.go 19:26:47 spire-1.2.1/pkg/common/catalog/catalog.go 19:26:47 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:26:47 spire-1.2.1/pkg/common/catalog/closers.go 19:26:47 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:26:47 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:26:47 spire-1.2.1/pkg/common/catalog/config.go 19:26:47 spire-1.2.1/pkg/common/catalog/config_test.go 19:26:47 spire-1.2.1/pkg/common/catalog/configure.go 19:26:47 spire-1.2.1/pkg/common/catalog/constraints.go 19:26:47 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:26:47 spire-1.2.1/pkg/common/catalog/context.go 19:26:47 spire-1.2.1/pkg/common/x509util/keyid.go 19:26:47 spire-1.2.1/pkg/common/x509util/keypair.go 19:26:47 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:26:47 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:26:47 spire-1.2.1/pkg/server/ 19:26:47 spire-1.2.1/pkg/server/api/ 19:26:47 spire-1.2.1/pkg/server/api/agent.go 19:26:47 spire-1.2.1/pkg/server/api/agent/ 19:26:47 spire-1.2.1/pkg/server/api/agent/v1/ 19:26:47 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:26:47 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:26:47 spire-1.2.1/pkg/server/api/agent_test.go 19:26:47 spire-1.2.1/pkg/server/api/api.go 19:26:47 spire-1.2.1/pkg/server/api/audit/ 19:26:47 spire-1.2.1/pkg/server/api/audit/audit.go 19:26:47 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:26:47 spire-1.2.1/pkg/server/api/bundle.go 19:26:47 spire-1.2.1/pkg/server/api/bundle/ 19:26:47 spire-1.2.1/pkg/server/api/bundle/v1/ 19:26:47 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:26:47 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:26:47 spire-1.2.1/pkg/server/api/bundle_test.go 19:26:47 spire-1.2.1/pkg/server/api/debug/ 19:26:47 spire-1.2.1/pkg/server/api/debug/v1/ 19:26:47 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:26:47 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:26:47 spire-1.2.1/pkg/common/catalog/external.go 19:26:47 spire-1.2.1/pkg/common/catalog/host.go 19:26:47 spire-1.2.1/pkg/common/catalog/pipenet.go 19:26:47 spire-1.2.1/pkg/common/catalog/plugin.go 19:26:47 spire-1.2.1/pkg/common/catalog/testplugin/ 19:26:47 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:26:47 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:26:47 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:26:47 spire-1.2.1/pkg/common/cli/ 19:26:47 spire-1.2.1/pkg/common/cli/env.go 19:26:47 spire-1.2.1/pkg/common/cli/flags.go 19:26:47 spire-1.2.1/pkg/common/cli/trust_domain.go 19:26:47 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:26:47 spire-1.2.1/pkg/common/cli/umask.go 19:26:47 spire-1.2.1/pkg/common/cli/umask_posix.go 19:26:47 spire-1.2.1/pkg/common/cli/umask_test.go 19:26:47 spire-1.2.1/pkg/common/cli/umask_windows.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/flag.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/format.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:26:47 spire-1.2.1/pkg/server/api/entry.go 19:26:47 spire-1.2.1/pkg/server/api/entry/ 19:26:47 spire-1.2.1/pkg/server/api/entry/v1/ 19:26:47 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:26:47 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:26:47 spire-1.2.1/pkg/server/api/entry_test.go 19:26:47 spire-1.2.1/pkg/server/api/health/ 19:26:47 spire-1.2.1/pkg/server/api/health/v1/ 19:26:47 spire-1.2.1/pkg/server/api/health/v1/service.go 19:26:47 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:26:47 spire-1.2.1/pkg/server/api/id.go 19:26:47 spire-1.2.1/pkg/server/api/id_test.go 19:26:47 spire-1.2.1/pkg/server/api/limits/ 19:26:47 spire-1.2.1/pkg/server/api/limits/limits.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/ 19:26:47 spire-1.2.1/pkg/server/api/middleware/alias.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/audit.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/caller.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:26:47 19:26:47 spire-1.2.1/pkg/server/api/middleware/common.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/entries.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:26:47 spire-1.2.1/pkg/server/api/ratelimit.go 19:26:47 spire-1.2.1/pkg/server/api/rpccontext/ 19:26:47 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:26:47 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:26:47 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:26:47 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:26:47 spire-1.2.1/pkg/server/api/selector.go 19:26:47 spire-1.2.1/pkg/server/api/selector_test.go 19:26:47 spire-1.2.1/pkg/server/api/status.go 19:26:47 spire-1.2.1/pkg/server/api/status_test.go 19:26:47 spire-1.2.1/pkg/server/api/svid/ 19:26:47 spire-1.2.1/pkg/server/api/svid/v1/ 19:26:47 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:26:47 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:26:47 spire-1.2.1/pkg/server/api/trustdomain.go 19:26:47 spire-1.2.1/pkg/server/api/trustdomain/ 19:26:47 spire-1.2.1/pkg/server/api/trustdomain/v1/spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:26:47 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:26:47 spire-1.2.1/pkg/common/coretypes/ 19:26:47 spire-1.2.1/pkg/common/coretypes/bundle/ 19:26:47 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:26:47 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:26:47 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:26:47 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:26:47 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:26:47 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:26:47 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:26:47 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:26:47 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:26:47 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:26:47 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:26:47 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:26:47 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:26:47 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:26:47 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:26:47 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:26:47 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:26:47 spire-1.2.1/pkg/server/authpolicy/ 19:26:47 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:26:47 spire-1.2.1/pkg/server/authpolicy/policy.go 19:26:47 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:26:47 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:26:47 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:26:47 spire-1.2.1/pkg/server/authpolicy/validate.go 19:26:47 spire-1.2.1/pkg/server/bundle/ 19:26:47 spire-1.2.1/pkg/server/bundle/client/ 19:26:47 spire-1.2.1/pkg/server/bundle/client/client.go 19:26:47 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:26:47 spire-1.2.1/pkg/server/bundle/client/manager.go 19:26:47 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:26:47 spire-1.2.1/pkg/server/bundle/client/sources.go 19:26:47 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:26:47 spire-1.2.1/pkg/server/bundle/client/updater.go 19:26:47 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:26:47 spire-1.2.1/pkg/server/ca/ 19:26:47 spire-1.2.1/pkg/server/ca/ca.go 19:26:47 spire-1.2.1/pkg/server/ca/ca_health.go 19:26:47 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:26:47 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:26:47 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:26:47 spire-1.2.1/pkg/common/cryptoutil/ 19:26:47 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:26:47 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:26:47 spire-1.2.1/pkg/common/diskutil/ 19:26:47 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:26:47 spire-1.2.1/pkg/common/diskutil/file_test.go 19:26:47 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:26:47 spire-1.2.1/pkg/common/errorutil/ 19:26:47 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:26:47 spire-1.2.1/pkg/common/health/ 19:26:47 spire-1.2.1/pkg/common/health/config.go 19:26:47 spire-1.2.1/pkg/common/health/context.go 19:26:47 spire-1.2.1/pkg/common/health/context_test.go 19:26:47 spire-1.2.1/pkg/common/health/health.go 19:26:47 spire-1.2.1/pkg/common/health/health_test.go 19:26:47 spire-1.2.1/pkg/common/health/logger.go 19:26:47 spire-1.2.1/pkg/common/hostservice/ 19:26:47 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:26:47 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:26:47 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:26:47 spire-1.2.1/pkg/server/ca/ca_test.go 19:26:47 spire-1.2.1/pkg/server/ca/journal.go 19:26:47 spire-1.2.1/pkg/server/ca/journal_test.go 19:26:47 spire-1.2.1/pkg/server/ca/manager.go 19:26:47 spire-1.2.1/pkg/server/ca/manager_health.go 19:26:47 spire-1.2.1/pkg/server/ca/manager_test.go 19:26:47 spire-1.2.1/pkg/server/ca/templates.go 19:26:47 spire-1.2.1/pkg/server/ca/upstream_client.go 19:26:47 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:26:47 spire-1.2.1/pkg/server/ca/validation.go 19:26:47 spire-1.2.1/pkg/server/cache/ 19:26:47 spire-1.2.1/pkg/server/cache/dscache/ 19:26:47 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:26:47 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:26:47 spire-1.2.1/pkg/server/cache/entrycache/ 19:26:47 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:26:47 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:26:47 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:26:47 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:26:47 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:26:47 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:26:47 spire-1.2.1/pkg/server/catalog/ 19:26:47 spire-1.2.1/pkg/server/catalog/catalog.go 19:26:47 19:26:47 spire-1.2.1/pkg/common/idutil/ 19:26:47 spire-1.2.1/pkg/common/idutil/require.go 19:26:47 spire-1.2.1/pkg/common/idutil/require_test.go 19:26:47 spire-1.2.1/pkg/common/idutil/safety.go 19:26:47 spire-1.2.1/pkg/common/idutil/safety_test.go 19:26:47 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:26:47 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:26:47 spire-1.2.1/pkg/common/jwtsvid/ 19:26:47 spire-1.2.1/pkg/common/jwtsvid/common.go 19:26:47 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:26:47 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:26:47 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:26:47 spire-1.2.1/pkg/common/jwtutil/ 19:26:47 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:26:47 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:26:47 spire-1.2.1/pkg/common/log/ 19:26:47 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:26:47 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:26:47 spire-1.2.1/pkg/common/log/log.go 19:26:47 spire-1.2.1/pkg/common/log/log_test.go 19:26:47 spire-1.2.1/pkg/common/log/options.go 19:26:47 spire-1.2.1/pkg/common/nodeutil/ 19:26:47 spire-1.2.1/pkg/common/nodeutil/node.go 19:26:47 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:26:47 spire-1.2.1/pkg/common/peertracker/ 19:26:47 spire-1.2.1/pkg/common/peertracker/conn.gospire-1.2.1/pkg/server/catalog/keymanager.go 19:26:47 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:26:47 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:26:47 spire-1.2.1/pkg/server/catalog/notifier.go 19:26:47 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:26:47 spire-1.2.1/pkg/server/config.go 19:26:47 spire-1.2.1/pkg/server/datastore/ 19:26:47 spire-1.2.1/pkg/server/datastore/datastore.go 19:26:47 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:26:47 spire-1.2.1/pkg/server/datastore/repository.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:26:47 spire-1.2.1/pkg/common/peertracker/credentials.go 19:26:47 spire-1.2.1/pkg/common/peertracker/errors.go 19:26:47 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:26:47 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:26:47 spire-1.2.1/pkg/common/peertracker/info.go 19:26:47 spire-1.2.1/pkg/common/peertracker/listener.go 19:26:47 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:26:47 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:26:47 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:26:47 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:26:47 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:26:47 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:26:47 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tcp.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:26:47 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:26:47 spire-1.2.1/pkg/common/peertracker/uds.go 19:26:47 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:26:47 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:26:47 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:26:47 spire-1.2.1/pkg/common/pemutil/ 19:26:47 spire-1.2.1/pkg/common/pemutil/block.go 19:26:47 spire-1.2.1/pkg/common/pemutil/certs.go 19:26:47 spire-1.2.1/pkg/common/pemutil/common.go 19:26:47 spire-1.2.1/pkg/common/pemutil/csr.go 19:26:47 spire-1.2.1/pkg/common/pemutil/keys.go 19:26:47 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/ 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:26:47 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:26:47 spire-1.2.1/pkg/server/endpoints/ 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/ 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:26:47 spire-1.2.1/pkg/server/endpoints/config.go 19:26:47 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:26:47 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:26:47 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:26:47 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:26:47 spire-1.2.1/pkg/server/endpoints/middleware.go 19:26:47 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:26:47 spire-1.2.1/pkg/server/hostservice/ 19:26:47 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:26:47 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:26:47 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:26:47 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:26:47 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:26:47 spire-1.2.1/pkg/common/plugin/ 19:26:47 spire-1.2.1/pkg/common/plugin/aws/ 19:26:47 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:26:47 spire-1.2.1/pkg/common/plugin/azure/ 19:26:47 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:26:47 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:26:47 spire-1.2.1/pkg/common/plugin/facade.go 19:26:47 spire-1.2.1/pkg/common/plugin/facade_test.go 19:26:47 spire-1.2.1/pkg/common/plugin/gcp/ 19:26:47 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:26:47 spire-1.2.1/pkg/common/plugin/k8s/ 19:26:47 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:26:47 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:26:47 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:26:47 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:26:47 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:26:47 spire-1.2.1/pkg/common/plugin/log.go 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/ 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:26:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:26:47 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:26:47 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:26:47 spire-1.2.1/pkg/common/plugin/x509pop/ 19:26:47 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:26:47 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:26:47 spire-1.2.1/pkg/common/profiling/ 19:26:47 spire-1.2.1/pkg/common/profiling/dumpers.go 19:26:47 spire-1.2.1/pkg/common/profiling/profiling.go 19:26:47 spire-1.2.1/pkg/common/protoutil/ 19:26:47 spire-1.2.1/pkg/common/protoutil/masks.go 19:26:47 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:26:47 spire-1.2.1/pkg/common/rotationutil/ 19:26:47 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:26:47 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:26:47 spire-1.2.1/pkg/common/selector/ 19:26:47 spire-1.2.1/pkg/common/selector/selector.go 19:26:47 spire-1.2.1/pkg/common/selector/selector_test.go 19:26:47 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:26:47 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:26:47 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/ 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/ 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:26:47 spire-1.2.1/pkg/common/selector/set.go 19:26:47 spire-1.2.1/pkg/common/selector/set_utils.go 19:26:47 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/ 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/ 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:26:47 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:26:47 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:26:47 spire-1.2.1/pkg/common/telemetry/call.go 19:26:47 spire-1.2.1/pkg/common/telemetry/common/ 19:26:47 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:26:47 spire-1.2.1/pkg/common/telemetry/config.go 19:26:47 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:26:47 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/inmem.go 19:26:47 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/m3.go 19:26:47 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/metrics.go 19:26:47 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/names.go 19:26:47 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:26:47 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:26:47 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/ 19:26:47 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:26:47 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:26:47 spire-1.2.1/pkg/common/telemetry/server/server.go 19:26:47 spire-1.2.1/pkg/common/telemetry/sink.go 19:26:47 spire-1.2.1/pkg/common/telemetry/statsd.go 19:26:47 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:26:47 spire-1.2.1/pkg/common/telemetry/uptime.go 19:26:47 spire-1.2.1/pkg/common/telemetry/version.go 19:26:47 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:26:47 spire-1.2.1/pkg/common/uptime/ 19:26:47 spire-1.2.1/pkg/common/uptime/uptime.go 19:26:47 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/ 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:26:47 spire-1.2.1/pkg/common/util/ 19:26:47 spire-1.2.1/pkg/common/util/certs.go 19:26:47 spire-1.2.1/pkg/common/util/certs_test.go 19:26:47 spire-1.2.1/pkg/common/util/csr.go 19:26:47 spire-1.2.1/pkg/common/util/hash.go 19:26:47 spire-1.2.1/pkg/common/util/selectors.go 19:26:47 spire-1.2.1/pkg/common/util/selectors_test.go 19:26:47 spire-1.2.1/pkg/common/util/signals.go 19:26:47 spire-1.2.1/pkg/common/util/sort.go 19:26:47 spire-1.2.1/pkg/common/util/sort_test.go 19:26:47 spire-1.2.1/pkg/common/util/task.go 19:26:47 spire-1.2.1/pkg/common/util/task_test.go 19:26:47 spire-1.2.1/pkg/common/util/testdata/ 19:26:47 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:26:47 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:26:47 spire-1.2.1/pkg/common/version/ 19:26:47 spire-1.2.1/pkg/common/version/version.go 19:26:47 spire-1.2.1/pkg/common/x509svid/ 19:26:47 spire-1.2.1/pkg/common/x509svid/common_test.go 19:26:47 spire-1.2.1/pkg/common/x509svid/csr.go 19:26:47 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:26:47 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:26:47 spire-1.2.1/pkg/common/x509util/ 19:26:47 spire-1.2.1/pkg/common/x509util/cert.go 19:26:47 spire-1.2.1/pkg/common/x509util/dns.go 19:26:47 spire-1.2.1/pkg/common/x509util/dns_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:26:47 spire-1.2.1/pkg/common/x509util/keyid.go 19:26:47 spire-1.2.1/pkg/common/x509util/keypair.go 19:26:47 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:26:47 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:26:47 spire-1.2.1/pkg/server/ 19:26:47 spire-1.2.1/pkg/server/api/ 19:26:47 spire-1.2.1/pkg/server/api/agent.go 19:26:47 spire-1.2.1/pkg/server/api/agent/ 19:26:47 spire-1.2.1/pkg/server/api/agent/v1/ 19:26:47 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:26:47 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:26:47 spire-1.2.1/pkg/server/api/agent_test.go 19:26:47 spire-1.2.1/pkg/server/api/api.go 19:26:47 spire-1.2.1/pkg/server/api/audit/ 19:26:47 spire-1.2.1/pkg/server/api/audit/audit.go 19:26:47 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:26:47 spire-1.2.1/pkg/server/api/bundle.go 19:26:47 spire-1.2.1/pkg/server/api/bundle/ 19:26:47 spire-1.2.1/pkg/server/api/bundle/v1/ 19:26:47 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:26:47 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:26:47 spire-1.2.1/pkg/server/api/bundle_test.go 19:26:47 spire-1.2.1/pkg/server/api/debug/ 19:26:47 spire-1.2.1/pkg/server/api/debug/v1/ 19:26:47 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:26:47 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:26:47 spire-1.2.1/pkg/server/api/entry.go 19:26:47 spire-1.2.1/pkg/server/api/entry/ 19:26:47 spire-1.2.1/pkg/server/api/entry/v1/ 19:26:47 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:26:47 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:26:47 spire-1.2.1/pkg/server/api/entry_test.go 19:26:47 spire-1.2.1/pkg/server/api/health/ 19:26:47 spire-1.2.1/pkg/server/api/health/v1/ 19:26:47 spire-1.2.1/pkg/server/api/health/v1/service.go 19:26:47 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:26:47 spire-1.2.1/pkg/server/api/id.go 19:26:47 spire-1.2.1/pkg/server/api/id_test.go 19:26:47 spire-1.2.1/pkg/server/api/limits/ 19:26:47 spire-1.2.1/pkg/server/api/limits/limits.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/ 19:26:47 spire-1.2.1/pkg/server/api/middleware/alias.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/audit.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/caller.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:26:47 spire-1.2.1/pkg/server/registration/ 19:26:47 spire-1.2.1/pkg/server/registration/manager.go 19:26:47 spire-1.2.1/pkg/server/registration/manager_test.go 19:26:47 spire-1.2.1/pkg/server/scanentries.go 19:26:47 spire-1.2.1/pkg/server/scanentries_test.go 19:26:47 spire-1.2.1/pkg/server/server.go 19:26:47 spire-1.2.1/pkg/server/server_test.go 19:26:47 spire-1.2.1/pkg/server/svid/ 19:26:47 spire-1.2.1/pkg/server/svid/observer.go 19:26:47 spire-1.2.1/pkg/server/svid/observer_test.go 19:26:47 spire-1.2.1/pkg/server/svid/rotator.go 19:26:47 spire-1.2.1/pkg/server/svid/rotator_config.go 19:26:47 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:26:47 spire-1.2.1/pkg/server/svid/rotator_test.go 19:26:47 spire-1.2.1/proto/ 19:26:47 spire-1.2.1/proto/private/ 19:26:47 spire-1.2.1/proto/private/server/ 19:26:47 spire-1.2.1/proto/private/server/journal/ 19:26:47 spire-1.2.1/pkg/server/api/middleware/common.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/entries.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:26:47 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:26:47 spire-1.2.1/pkg/server/api/ratelimit.go 19:26:47 spire-1.2.1/pkg/server/api/rpccontext/ 19:26:47 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:26:47 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:26:47 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:26:47 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:26:47 spire-1.2.1/pkg/server/api/selector.go 19:26:47 spire-1.2.1/pkg/server/api/selector_test.go 19:26:47 spire-1.2.1/pkg/server/api/status.go 19:26:47 spire-1.2.1/pkg/server/api/status_test.go 19:26:47 spire-1.2.1/pkg/server/api/svid/ 19:26:47 spire-1.2.1/pkg/server/api/svid/v1/ 19:26:47 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:26:47 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:26:47 spire-1.2.1/pkg/server/api/trustdomain.go 19:26:47 spire-1.2.1/pkg/server/api/trustdomain/ 19:26:47 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:26:47 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:26:47 spire-1.2.1/proto/private/server/journal/journal.proto 19:26:47 spire-1.2.1/proto/spire/ 19:26:47 spire-1.2.1/proto/spire/common/ 19:26:47 spire-1.2.1/proto/spire/common/common.pb.go 19:26:47 spire-1.2.1/proto/spire/common/common.proto 19:26:47 spire-1.2.1/proto/spire/common/plugin/ 19:26:47 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:26:47 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:26:47 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:26:47 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:26:47 spire-1.2.1/proto/spire/plugin/ 19:26:47 spire-1.2.1/proto/spire/plugin/agent/ 19:26:47 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:26:47 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:26:47 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:26:47 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:26:47 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:26:47 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:26:47 spire-1.2.1/release/ 19:26:47 spire-1.2.1/release/spire-extras/ 19:26:47 spire-1.2.1/release/spire-extras/README.md 19:26:47 spire-1.2.1/release/spire-extras/conf/ 19:26:47 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:26:47 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:26:47 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:26:47 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:26:47 spire-1.2.1/release/spire/ 19:26:47 spire-1.2.1/release/spire/README.md 19:26:47 spire-1.2.1/release/spire/conf/ 19:26:47 spire-1.2.1/release/spire/conf/agent/ 19:26:47 spire-1.2.1/release/spire/conf/agent/agent.conf 19:26:47 spire-1.2.1/release/spire/conf/server/ 19:26:47 spire-1.2.1/release/spire/conf/server/server.conf 19:26:47 spire-1.2.1/script/ 19:26:47 spire-1.2.1/script/build-artifact.sh 19:26:47 spire-1.2.1/script/generate_dummy_ca.sh 19:26:47 spire-1.2.1/support/ 19:26:47 spire-1.2.1/support/k8s/ 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:26:47 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:26:47 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:26:47 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:26:47 spire-1.2.1/pkg/server/authpolicy/ 19:26:47 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:26:47 spire-1.2.1/pkg/server/authpolicy/policy.go 19:26:47 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:26:47 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:26:47 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:26:47 spire-1.2.1/pkg/server/authpolicy/validate.go 19:26:47 spire-1.2.1/pkg/server/bundle/ 19:26:47 spire-1.2.1/pkg/server/bundle/client/ 19:26:47 spire-1.2.1/pkg/server/bundle/client/client.go 19:26:47 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:26:47 spire-1.2.1/pkg/server/bundle/client/manager.go 19:26:47 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:26:47 spire-1.2.1/pkg/server/bundle/client/sources.go 19:26:47 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:26:47 spire-1.2.1/pkg/server/bundle/client/updater.go 19:26:47 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:26:47 spire-1.2.1/pkg/server/ca/ 19:26:47 spire-1.2.1/pkg/server/ca/ca.go 19:26:47 spire-1.2.1/pkg/server/ca/ca_health.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:26:47 spire-1.2.1/pkg/server/ca/ca_test.go 19:26:47 spire-1.2.1/pkg/server/ca/journal.go 19:26:47 spire-1.2.1/pkg/server/ca/journal_test.go 19:26:47 spire-1.2.1/pkg/server/ca/manager.go 19:26:47 spire-1.2.1/pkg/server/ca/manager_health.go 19:26:47 spire-1.2.1/pkg/server/ca/manager_test.go 19:26:47 spire-1.2.1/pkg/server/ca/templates.go 19:26:47 spire-1.2.1/pkg/server/ca/upstream_client.go 19:26:47 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:26:47 spire-1.2.1/pkg/server/ca/validation.go 19:26:47 spire-1.2.1/pkg/server/cache/ 19:26:47 spire-1.2.1/pkg/server/cache/dscache/ 19:26:47 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:26:47 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:26:47 spire-1.2.1/pkg/server/cache/entrycache/ 19:26:47 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:26:47 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:26:47 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:26:47 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:26:47 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:26:47 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:26:47 spire-1.2.1/pkg/server/catalog/ 19:26:47 spire-1.2.1/pkg/server/catalog/catalog.go 19:26:47 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:26:47 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:26:47 spire-1.2.1/support/oidc-discovery-provider/ 19:26:47 spire-1.2.1/support/oidc-discovery-provider/README.md 19:26:47 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:26:47 spire-1.2.1/support/oidc-discovery-provider/config.go 19:26:47 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:26:47 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:26:47 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:26:47 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:26:47 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:26:47 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:26:47 spire-1.2.1/support/oidc-discovery-provider/main.go 19:26:47 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:26:47 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:26:47 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:26:47 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:26:47 spire-1.2.1/test/ 19:26:47 spire-1.2.1/test/clock/ 19:26:47 spire-1.2.1/test/clock/clock.go 19:26:47 spire-1.2.1/test/fakes/ 19:26:47 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:26:47 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:26:47 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:26:47 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:26:47 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:26:47 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:26:47 spire-1.2.1/test/fakes/fakeagentstore/ 19:26:47 spire-1.2.1/test/fakes/fakeagentstore/agentstore.gospire-1.2.1/pkg/server/catalog/keymanager.go 19:26:47 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:26:47 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:26:47 spire-1.2.1/pkg/server/catalog/notifier.go 19:26:47 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:26:47 spire-1.2.1/pkg/server/config.go 19:26:47 spire-1.2.1/pkg/server/datastore/ 19:26:47 spire-1.2.1/pkg/server/datastore/datastore.go 19:26:47 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:26:47 spire-1.2.1/pkg/server/datastore/repository.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:26:47 spire-1.2.1/test/fakes/fakedatastore/ 19:26:47 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:26:47 spire-1.2.1/test/fakes/fakeentryclient/ 19:26:47 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:26:47 spire-1.2.1/test/fakes/fakehealthchecker/ 19:26:47 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:26:47 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:26:47 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:26:47 spire-1.2.1/test/fakes/fakemetrics/ 19:26:47 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:26:47 spire-1.2.1/test/fakes/fakenoderesolver/ 19:26:47 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:26:47 spire-1.2.1/test/fakes/fakenotifier/ 19:26:47 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:26:47 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:26:47 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:26:47 spire-1.2.1/test/fakes/fakeserverca/ 19:26:47 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:26:47 spire-1.2.1/test/fakes/fakeservercatalog/ 19:26:47 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:26:47 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:26:47 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:26:47 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:26:47 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:26:47 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:26:47 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:26:47 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:26:47 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:26:47 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:26:47 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:26:47 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:26:47 spire-1.2.1/test/fixture/ 19:26:47 spire-1.2.1/test/fixture/certs/ 19:26:47 spire-1.2.1/test/fixture/certs/agent_svid.der 19:26:47 spire-1.2.1/test/fixture/certs/base_cert.pem 19:26:47 spire-1.2.1/test/fixture/certs/base_csr.pem 19:26:47 spire-1.2.1/test/fixture/certs/base_key.pem 19:26:47 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:26:47 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:26:47 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:26:47 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:26:47 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:26:47 spire-1.2.1/test/fixture/certs/blog_key.pem 19:26:47 spire-1.2.1/test/fixture/certs/bundle.der 19:26:47 spire-1.2.1/test/fixture/certs/ca.pem 19:26:47 spire-1.2.1/test/fixture/certs/ca_key.pem 19:26:47 spire-1.2.1/test/fixture/certs/database_cert.pem 19:26:47 spire-1.2.1/test/fixture/certs/database_csr.pem 19:26:47 spire-1.2.1/test/fixture/certs/database_key.pem 19:26:47 spire-1.2.1/test/fixture/certs/node_cert.pem 19:26:47 spire-1.2.1/test/fixture/certs/node_csr.pem 19:26:47 spire-1.2.1/test/fixture/certs/node_key.pem 19:26:47 spire-1.2.1/test/fixture/certs/svid.pem 19:26:47 spire-1.2.1/test/fixture/certs/svid_key.pem 19:26:47 spire-1.2.1/test/fixture/config/ 19:26:47 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:26:47 spire-1.2.1/test/fixture/config/agent_good.conf 19:26:47 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:26:47 spire-1.2.1/test/fixture/config/plugin_good.conf 19:26:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:26:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:26:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:26:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:26:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:26:47 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:26:47 spire-1.2.1/pkg/server/endpoints/ 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/ 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:26:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:26:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:26:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:26:47 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:26:47 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:26:47 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:26:47 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:26:47 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:26:47 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:26:47 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:26:47 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:26:47 spire-1.2.1/test/fixture/config/server_good.conf 19:26:47 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:26:47 spire-1.2.1/test/fixture/fixture.go 19:26:47 spire-1.2.1/test/fixture/nodeattestor/ 19:26:47 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:26:47 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:26:47 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:26:47 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:26:47 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:26:47 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:26:47 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:26:47 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:26:47 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:26:47 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:26:47 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:26:47 spire-1.2.1/test/fixture/registration/ 19:26:47 spire-1.2.1/test/fixture/registration/entries.json 19:26:47 spire-1.2.1/test/fixture/registration/good-for-update.json 19:26:47 spire-1.2.1/test/fixture/registration/good.json 19:26:47 spire-1.2.1/test/fixture/registration/invalid.json 19:26:47 spire-1.2.1/test/fixture/registration/invalid_json.json 19:26:47 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:26:47 spire-1.2.1/test/integration/ 19:26:47 spire-1.2.1/test/integration/README.md 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:26:47 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:26:47 spire-1.2.1/pkg/server/endpoints/config.go 19:26:47 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:26:47 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:26:47 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:26:47 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:26:47 spire-1.2.1/pkg/server/endpoints/middleware.go 19:26:47 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:26:47 spire-1.2.1/pkg/server/hostservice/ 19:26:47 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:26:47 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:26:47 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:26:47 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:26:47 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:26:47 spire-1.2.1/test/integration/common 19:26:47 spire-1.2.1/test/integration/setup/ 19:26:47 spire-1.2.1/test/integration/setup/adminclient/ 19:26:47 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:26:47 spire-1.2.1/test/integration/setup/adminclient/client.go 19:26:47 spire-1.2.1/test/integration/setup/debugagent/ 19:26:47 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:26:47 spire-1.2.1/test/integration/setup/debugagent/main.go 19:26:47 spire-1.2.1/test/integration/setup/debugserver/ 19:26:47 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:26:47 spire-1.2.1/test/integration/setup/debugserver/main.go 19:26:47 spire-1.2.1/test/integration/setup/downstreamclient/ 19:26:47 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:26:47 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:26:47 spire-1.2.1/test/integration/setup/itclient/ 19:26:47 spire-1.2.1/test/integration/setup/itclient/client.go 19:26:47 spire-1.2.1/test/integration/setup/node-attestation/ 19:26:47 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:26:47 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:26:47 spire-1.2.1/test/integration/setup/x509pop/ 19:26:47 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:26:47 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:26:47 spire-1.2.1/test/integration/suites/ 19:26:47 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:26:47 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:26:47 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:26:47 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:26:47 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:26:47 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:26:47 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:26:47 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:26:47 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:26:47 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:26:47 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:26:47 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:26:47 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:26:47 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:26:47 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/ 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/ 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:26:47 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:26:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:26:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:26:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:26:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:26:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:26:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:26:47 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:26:47 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:26:47 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:26:47 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:26:47 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:26:47 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:26:47 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:26:47 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:26:47 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:26:47 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:26:47 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:26:47 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:26:47 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:26:47 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:26:47 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:26:47 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:26:47 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:26:47 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:26:47 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:26:47 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:26:47 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:26:47 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:26:47 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:26:47 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:26:47 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:26:47 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:26:47 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:26:47 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:26:47 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:26:47 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:26:47 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:26:47 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:26:47 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:26:47 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:26:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:26:47 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:26:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:26:47 spire-1.2.1/test/integration/suites/join-token/ 19:26:47 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:26:47 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:26:47 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/ 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:26:47 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:26:47 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:26:47 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:26:47 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:26:47 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:26:47 spire-1.2.1/test/integration/suites/join-token/README.md 19:26:47 spire-1.2.1/test/integration/suites/join-token/conf/ 19:26:47 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:26:47 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:26:47 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:26:47 spire-1.2.1/test/integration/suites/join-token/teardown 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:26:47 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:26:47 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:26:47 spire-1.2.1/test/integration/suites/k8s/ 19:26:47 spire-1.2.1/test/integration/suites/k8s/00-setup 19:26:47 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:26:47 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:26:47 spire-1.2.1/test/integration/suites/k8s/README.md 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/ 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:26:47 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:26:47 spire-1.2.1/test/integration/suites/k8s/teardown 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/ 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:26:47 spire-1.2.1/test/integration/suites/node-attestation/ 19:26:47 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:26:47 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:26:47 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:26:47 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:26:47 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:26:47 19:26:47 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:26:47 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:26:47 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:26:47 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:26:47 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:26:47 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:26:47 spire-1.2.1/test/integration/suites/rotation/ 19:26:47 spire-1.2.1/test/integration/suites/rotation/00-setup 19:26:47 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:26:47 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:26:47 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:26:47 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:26:47 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:26:47 spire-1.2.1/test/integration/suites/rotation/README.md 19:26:47 spire-1.2.1/test/integration/suites/rotation/conf/ 19:26:47 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:26:47 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:26:47 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:26:47 spire-1.2.1/test/integration/suites/rotation/teardown 19:26:47 spire-1.2.1/test/integration/suites/self-test/ 19:26:47 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:26:47 spire-1.2.1/test/integration/suites/self-test/README.md 19:26:47 spire-1.2.1/test/integration/suites/self-test/teardown 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:26:47 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:26:47 spire-1.2.1/test/integration/suites/upgrade/ 19:26:47 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:26:47 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-testsspire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:26:47 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:26:47 spire-1.2.1/test/integration/suites/upgrade/README.md 19:26:47 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:26:47 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:26:47 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:26:47 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:26:47 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:26:47 spire-1.2.1/test/integration/suites/upgrade/teardown 19:26:47 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:26:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:26:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:26:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:26:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:26:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:26:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:26:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:26:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:26:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:26:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:26:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:26:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:26:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:26:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:26:47 spire-1.2.1/test/integration/test-one.sh 19:26:47 spire-1.2.1/test/integration/test.sh 19:26:47 spire-1.2.1/test/plugintest/ 19:26:47 spire-1.2.1/test/plugintest/config.go 19:26:47 spire-1.2.1/test/plugintest/load.go 19:26:47 spire-1.2.1/test/plugintest/option.go 19:26:47 spire-1.2.1/test/spiretest/ 19:26:47 spire-1.2.1/test/spiretest/apiserver.go 19:26:47 spire-1.2.1/test/spiretest/assertions.go 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:26:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:26:47 spire-1.2.1/test/spiretest/dir.go 19:26:47 spire-1.2.1/test/spiretest/errors_posix.go 19:26:47 spire-1.2.1/test/spiretest/errors_windows.go 19:26:47 spire-1.2.1/test/spiretest/logs.go 19:26:47 spire-1.2.1/test/spiretest/socketapi.go 19:26:47 spire-1.2.1/test/spiretest/suite.go 19:26:47 spire-1.2.1/test/spiretest/x509.go 19:26:47 spire-1.2.1/test/testca/ 19:26:47 spire-1.2.1/test/testca/ca.go 19:26:47 spire-1.2.1/test/testkey/ 19:26:47 spire-1.2.1/test/testkey/generate.sh 19:26:47 spire-1.2.1/test/testkey/genkeys.go 19:26:47 spire-1.2.1/test/testkey/keys.go 19:26:47 spire-1.2.1/test/testkey/new.go 19:26:47 spire-1.2.1/test/tpmsimulator/ 19:26:47 spire-1.2.1/test/tpmsimulator/simulator.go 19:26:47 spire-1.2.1/test/util/ 19:26:47 spire-1.2.1/test/util/cert_fixtures.go 19:26:47 spire-1.2.1/test/util/cert_generation.go 19:26:47 spire-1.2.1/test/util/io_redirection.go 19:26:47 spire-1.2.1/test/util/race.go 19:26:47 spire-1.2.1/test/util/util.go 19:26:47 building spire from source... 19:26:48 19:26:48 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:26:48 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:26:48 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:26:48 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:26:48 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:26:48 spire-1.2.1/pkg/server/registration/ 19:26:48 spire-1.2.1/pkg/server/registration/manager.go 19:26:48 spire-1.2.1/pkg/server/registration/manager_test.go 19:26:48 spire-1.2.1/pkg/server/scanentries.go 19:26:48 spire-1.2.1/pkg/server/scanentries_test.go 19:26:48 spire-1.2.1/pkg/server/server.go 19:26:48 spire-1.2.1/pkg/server/server_test.go 19:26:48 spire-1.2.1/pkg/server/svid/ 19:26:48 spire-1.2.1/pkg/server/svid/observer.go 19:26:48 spire-1.2.1/pkg/server/svid/observer_test.go 19:26:48 spire-1.2.1/pkg/server/svid/rotator.go 19:26:48 spire-1.2.1/pkg/server/svid/rotator_config.go 19:26:48 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:26:48 spire-1.2.1/pkg/server/svid/rotator_test.go 19:26:48 spire-1.2.1/proto/ 19:26:48 spire-1.2.1/proto/private/ 19:26:48 spire-1.2.1/proto/private/server/ 19:26:48 spire-1.2.1/proto/private/server/journal/ 19:26:48 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:26:48 spire-1.2.1/proto/private/server/journal/journal.proto 19:26:48 spire-1.2.1/proto/spire/ 19:26:48 spire-1.2.1/proto/spire/common/ 19:26:48 spire-1.2.1/proto/spire/common/common.pb.go 19:26:48 spire-1.2.1/proto/spire/common/common.proto 19:26:48 spire-1.2.1/proto/spire/common/plugin/ 19:26:48 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:26:48 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:26:48 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:26:48 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:26:48 spire-1.2.1/proto/spire/plugin/ 19:26:48 spire-1.2.1/proto/spire/plugin/agent/ 19:26:48 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:26:48 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:26:48 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:26:48 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:26:48 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:26:48 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:26:48 spire-1.2.1/release/ 19:26:48 spire-1.2.1/release/spire-extras/ 19:26:48 spire-1.2.1/release/spire-extras/README.md 19:26:48 spire-1.2.1/release/spire-extras/conf/ 19:26:48 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:26:48 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:26:48 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:26:48 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:26:48 spire-1.2.1/release/spire/ 19:26:48 spire-1.2.1/release/spire/README.md 19:26:48 spire-1.2.1/release/spire/conf/ 19:26:48 spire-1.2.1/release/spire/conf/agent/ 19:26:48 spire-1.2.1/release/spire/conf/agent/agent.conf 19:26:48 spire-1.2.1/release/spire/conf/server/ 19:26:48 spire-1.2.1/release/spire/conf/server/server.conf 19:26:48 spire-1.2.1/script/ 19:26:48 spire-1.2.1/script/build-artifact.sh 19:26:48 spire-1.2.1/script/generate_dummy_ca.sh 19:26:48 spire-1.2.1/support/ 19:26:48 spire-1.2.1/support/k8s/ 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:26:48 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:26:48 spire-1.2.1/support/oidc-discovery-provider/ 19:26:48 spire-1.2.1/support/oidc-discovery-provider/README.md 19:26:48 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:26:48 spire-1.2.1/support/oidc-discovery-provider/config.go 19:26:48 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:26:48 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:26:48 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:26:48 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:26:48 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:26:48 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:26:48 spire-1.2.1/support/oidc-discovery-provider/main.go 19:26:48 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:26:48 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:26:48 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:26:48 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:26:48 spire-1.2.1/test/ 19:26:48 spire-1.2.1/test/clock/ 19:26:48 spire-1.2.1/test/clock/clock.go 19:26:48 spire-1.2.1/test/fakes/ 19:26:48 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:26:48 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:26:48 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:26:48 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:26:48 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:26:48 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:26:48 spire-1.2.1/test/fakes/fakeagentstore/ 19:26:48 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:26:48 spire-1.2.1/test/fakes/fakedatastore/ 19:26:48 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:26:48 spire-1.2.1/test/fakes/fakeentryclient/ 19:26:48 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:26:48 spire-1.2.1/test/fakes/fakehealthchecker/ 19:26:48 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:26:48 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:26:48 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:26:48 spire-1.2.1/test/fakes/fakemetrics/ 19:26:48 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:26:48 spire-1.2.1/test/fakes/fakenoderesolver/ 19:26:48 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:26:48 spire-1.2.1/test/fakes/fakenotifier/ 19:26:48 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:26:48 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:26:48 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:26:48 spire-1.2.1/test/fakes/fakeserverca/ 19:26:48 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:26:48 spire-1.2.1/test/fakes/fakeservercatalog/ 19:26:48 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:26:48 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:26:48 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:26:48 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:26:48 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:26:48 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:26:48 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:26:48 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:26:48 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:26:48 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:26:48 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:26:48 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:26:48 spire-1.2.1/test/fixture/ 19:26:48 spire-1.2.1/test/fixture/certs/ 19:26:48 spire-1.2.1/test/fixture/certs/agent_svid.der 19:26:48 spire-1.2.1/test/fixture/certs/base_cert.pem 19:26:48 spire-1.2.1/test/fixture/certs/base_csr.pem 19:26:48 spire-1.2.1/test/fixture/certs/base_key.pem 19:26:48 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:26:48 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:26:48 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:26:48 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:26:48 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:26:48 spire-1.2.1/test/fixture/certs/blog_key.pem 19:26:48 spire-1.2.1/test/fixture/certs/bundle.der 19:26:48 spire-1.2.1/test/fixture/certs/ca.pem 19:26:48 spire-1.2.1/test/fixture/certs/ca_key.pem 19:26:48 spire-1.2.1/test/fixture/certs/database_cert.pem 19:26:48 spire-1.2.1/test/fixture/certs/database_csr.pem 19:26:48 spire-1.2.1/test/fixture/certs/database_key.pem 19:26:48 spire-1.2.1/test/fixture/certs/node_cert.pem 19:26:48 spire-1.2.1/test/fixture/certs/node_csr.pem 19:26:48 spire-1.2.1/test/fixture/certs/node_key.pem 19:26:48 spire-1.2.1/test/fixture/certs/svid.pem 19:26:48 spire-1.2.1/test/fixture/certs/svid_key.pem 19:26:48 spire-1.2.1/test/fixture/config/ 19:26:48 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:26:48 spire-1.2.1/test/fixture/config/agent_good.conf 19:26:48 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:26:48 spire-1.2.1/test/fixture/config/plugin_good.conf 19:26:48 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:26:48 spire-1.2.1/test/fixture/config/server_good.conf 19:26:48 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:26:48 spire-1.2.1/test/fixture/fixture.go 19:26:48 spire-1.2.1/test/fixture/nodeattestor/ 19:26:48 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:26:48 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:26:48 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:26:48 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:26:48 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:26:48 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:26:48 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:26:48 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:26:48 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:26:48 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:26:48 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:26:48 spire-1.2.1/test/fixture/registration/ 19:26:48 spire-1.2.1/test/fixture/registration/entries.json 19:26:48 spire-1.2.1/test/fixture/registration/good-for-update.json 19:26:48 spire-1.2.1/test/fixture/registration/good.json 19:26:48 spire-1.2.1/test/fixture/registration/invalid.json 19:26:48 spire-1.2.1/test/fixture/registration/invalid_json.json 19:26:48 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:26:48 spire-1.2.1/test/integration/ 19:26:48 spire-1.2.1/test/integration/README.md 19:26:48 spire-1.2.1/test/integration/common 19:26:48 spire-1.2.1/test/integration/setup/ 19:26:48 spire-1.2.1/test/integration/setup/adminclient/ 19:26:48 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:26:48 spire-1.2.1/test/integration/setup/adminclient/client.go 19:26:48 spire-1.2.1/test/integration/setup/debugagent/ 19:26:48 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:26:48 spire-1.2.1/test/integration/setup/debugagent/main.go 19:26:48 spire-1.2.1/test/integration/setup/debugserver/ 19:26:48 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:26:48 spire-1.2.1/test/integration/setup/debugserver/main.go 19:26:48 spire-1.2.1/test/integration/setup/downstreamclient/ 19:26:48 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:26:48 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:26:48 spire-1.2.1/test/integration/setup/itclient/ 19:26:48 spire-1.2.1/test/integration/setup/itclient/client.go 19:26:48 spire-1.2.1/test/integration/setup/node-attestation/ 19:26:48 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:26:48 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:26:48 spire-1.2.1/test/integration/setup/x509pop/ 19:26:48 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:26:48 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:26:48 spire-1.2.1/test/integration/suites/ 19:26:48 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:26:48 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:26:48 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:26:48 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:26:48 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:26:48 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:26:48 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:26:48 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:26:48 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:26:48 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:26:48 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:26:48 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:26:48 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:26:48 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:26:48 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:26:48 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:26:48 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:26:48 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:26:48 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:26:48 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:26:48 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:26:48 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:26:48 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:26:48 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:26:48 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:26:48 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:26:48 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:26:48 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:26:48 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:26:48 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:26:48 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:26:48 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:26:48 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:26:48 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:26:48 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:26:48 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:26:48 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:26:48 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:26:48 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:26:48 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:26:48 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:26:48 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:26:48 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:26:48 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:26:48 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:26:48 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/Installing go1.17.7... 19:26:48 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:26:48 spire-1.2.1/test/integration/suites/join-token/ 19:26:48 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:26:48 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:26:48 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:26:48 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:26:48 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:26:48 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:26:48 spire-1.2.1/test/integration/suites/join-token/README.md 19:26:48 spire-1.2.1/test/integration/suites/join-token/conf/ 19:26:48 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:26:48 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:26:48 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/join-token/teardown 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:26:48 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:26:48 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:26:48 spire-1.2.1/test/integration/suites/k8s/ 19:26:48 spire-1.2.1/test/integration/suites/k8s/00-setup 19:26:48 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:26:48 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:26:48 spire-1.2.1/test/integration/suites/k8s/README.md 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/ 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:26:48 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:26:48 spire-1.2.1/test/integration/suites/k8s/teardown 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:26:48 spire-1.2.1/test/integration/suites/node-attestation/ 19:26:48 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:26:48 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:26:48 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:26:48 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:26:48 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:26:48 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:26:48 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:26:48 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:26:48 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:26:48 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:26:48 spire-1.2.1/test/integration/suites/rotation/ 19:26:48 spire-1.2.1/test/integration/suites/rotation/00-setup 19:26:48 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:26:48 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:26:48 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:26:48 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:26:48 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:26:48 spire-1.2.1/test/integration/suites/rotation/README.md 19:26:48 spire-1.2.1/test/integration/suites/rotation/conf/ 19:26:48 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:26:48 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:26:48 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/rotation/teardown 19:26:48 spire-1.2.1/test/integration/suites/self-test/ 19:26:48 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:26:48 spire-1.2.1/test/integration/suites/self-test/README.md 19:26:48 spire-1.2.1/test/integration/suites/self-test/teardown 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:26:48 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:26:48 spire-1.2.1/test/integration/suites/upgrade/ 19:26:48 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:26:48 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:26:48 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:26:48 spire-1.2.1/test/integration/suites/upgrade/README.md 19:26:48 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:26:48 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:26:48 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:26:48 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:26:48 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:26:48 spire-1.2.1/test/integration/suites/upgrade/teardown 19:26:48 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:26:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:26:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:26:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:26:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:26:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:26:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:26:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:26:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:26:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:26:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:26:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:26:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:26:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:26:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:26:48 spire-1.2.1/test/integration/test-one.sh 19:26:48 spire-1.2.1/test/integration/test.sh 19:26:48 spire-1.2.1/test/plugintest/ 19:26:48 spire-1.2.1/test/plugintest/config.go 19:26:48 spire-1.2.1/test/plugintest/load.go 19:26:48 spire-1.2.1/test/plugintest/option.go 19:26:48 spire-1.2.1/test/spiretest/ 19:26:48 spire-1.2.1/test/spiretest/apiserver.go 19:26:48 spire-1.2.1/test/spiretest/assertions.go 19:26:48 spire-1.2.1/test/spiretest/dir.go 19:26:48 spire-1.2.1/test/spiretest/errors_posix.go 19:26:48 spire-1.2.1/test/spiretest/errors_windows.go 19:26:48 spire-1.2.1/test/spiretest/logs.go 19:26:48 spire-1.2.1/test/spiretest/socketapi.go 19:26:48 spire-1.2.1/test/spiretest/suite.go 19:26:48 spire-1.2.1/test/spiretest/x509.go 19:26:48 spire-1.2.1/test/testca/ 19:26:48 spire-1.2.1/test/testca/ca.go 19:26:48 spire-1.2.1/test/testkey/ 19:26:48 spire-1.2.1/test/testkey/generate.sh 19:26:48 spire-1.2.1/test/testkey/genkeys.go 19:26:48 spire-1.2.1/test/testkey/keys.go 19:26:48 spire-1.2.1/test/testkey/new.go 19:26:48 spire-1.2.1/test/tpmsimulator/ 19:26:48 spire-1.2.1/test/tpmsimulator/simulator.go 19:26:48 spire-1.2.1/test/util/ 19:26:48 spire-1.2.1/test/util/cert_fixtures.go 19:26:48 spire-1.2.1/test/util/cert_generation.go 19:26:48 spire-1.2.1/test/util/io_redirection.go 19:26:48 spire-1.2.1/test/util/race.go 19:26:48 spire-1.2.1/test/util/util.go 19:26:48 building spire from source... 19:26:49 Installing go1.17.7... 19:27:16 Building bin/spire-server... 19:27:16 go: downloading github.com/mitchellh/cli v1.1.2 19:27:16 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:27:16 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:27:16 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:27:16 go: downloading google.golang.org/grpc v1.44.0 19:27:16 Building bin/spire-server... 19:27:16 go: downloading github.com/mitchellh/cli v1.1.2 19:27:16 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:27:16 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:27:16 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:27:16 go: downloading google.golang.org/grpc v1.44.0 19:27:16 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:27:16 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:27:16 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:27:16 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:27:16 go: downloading github.com/imdario/mergo v0.3.12 19:27:16 go: downloading github.com/sirupsen/logrus v1.8.1 19:27:16 go: downloading github.com/imdario/mergo v0.3.12 19:27:17 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:27:17 go: downloading github.com/sirupsen/logrus v1.8.1 19:27:17 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:27:17 go: downloading github.com/fatih/color v1.13.0 19:27:17 go: downloading github.com/mattn/go-isatty v0.0.14 19:27:18 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:27:18 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:27:18 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:27:18 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:27:18 go: downloading github.com/armon/go-metrics v0.3.10 19:27:18 go: downloading github.com/prometheus/client_golang v1.12.1 19:27:18 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:27:19 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:27:19 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:27:19 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:27:19 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:27:20 go: downloading github.com/fatih/color v1.13.0 19:27:20 go: downloading github.com/mattn/go-isatty v0.0.14 19:27:20 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:27:20 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:27:20 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:27:20 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:27:20 go: downloading github.com/open-policy-agent/opa v0.38.0 19:27:21 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:27:21 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:27:21 go: downloading github.com/armon/go-metrics v0.3.10 19:27:21 go: downloading github.com/prometheus/client_golang v1.12.1 19:27:21 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:27:22 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:27:23 go: downloading github.com/open-policy-agent/opa v0.38.0 19:27:38 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:27:38 go: downloading github.com/mattn/go-colorable v0.1.12 19:27:38 go: downloading github.com/Masterminds/goutils v1.1.0 19:27:38 go: downloading github.com/Masterminds/semver v1.5.0 19:27:38 go: downloading github.com/google/uuid v1.1.2 19:27:38 go: downloading github.com/huandu/xstrings v1.3.2 19:27:38 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:27:38 go: downloading github.com/oklog/run v1.0.0 19:27:38 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:27:38 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:27:38 go: downloading go.uber.org/atomic v1.9.0 19:27:38 go: downloading github.com/pkg/errors v0.9.1 19:27:38 go: downloading github.com/prometheus/client_model v0.2.0 19:27:38 go: downloading github.com/prometheus/common v0.32.1 19:27:39 go: downloading github.com/imkira/go-observer v1.0.3 19:27:39 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:27:39 go: downloading github.com/beorn7/perks v1.0.1 19:27:39 go: downloading github.com/prometheus/procfs v0.7.3 19:27:39 go: downloading github.com/hashicorp/errwrap v1.1.0 19:27:40 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:27:40 go: downloading github.com/twmb/murmur3 v1.1.6 19:27:40 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:27:40 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:27:40 go: downloading github.com/blang/semver/v4 v4.0.0 19:27:40 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:27:41 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:27:42 go: downloading github.com/jinzhu/gorm v1.9.16 19:27:42 go: downloading github.com/lib/pq v1.10.4 19:27:42 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:27:42 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:27:43 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:27:43 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:27:43 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:27:43 go: downloading github.com/mattn/go-colorable v0.1.12 19:27:43 go: downloading github.com/Masterminds/goutils v1.1.0 19:27:43 go: downloading github.com/Masterminds/semver v1.5.0 19:27:43 go: downloading github.com/google/uuid v1.1.2 19:27:44 go: downloading github.com/huandu/xstrings v1.3.2 19:27:44 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:27:44 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:27:44 go: downloading github.com/prometheus/client_model v0.2.0 19:27:44 go: downloading github.com/prometheus/common v0.32.1 19:27:44 go: downloading github.com/pkg/errors v0.9.1 19:27:44 go: downloading go.uber.org/atomic v1.9.0 19:27:44 go: downloading github.com/beorn7/perks v1.0.1 19:27:44 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:27:45 go: downloading github.com/prometheus/procfs v0.7.3 19:27:45 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:27:45 go: downloading github.com/oklog/run v1.0.0 19:27:46 go: downloading github.com/imkira/go-observer v1.0.3 19:27:46 go: downloading github.com/hashicorp/errwrap v1.1.0 19:27:46 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:27:46 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:27:46 go: downloading github.com/twmb/murmur3 v1.1.6 19:27:46 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:27:46 go: downloading gopkg.in/yaml.v2 v2.4.0 19:27:46 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:27:47 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:27:47 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:27:47 go: downloading github.com/stretchr/testify v1.7.0 19:27:47 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:27:48 go: downloading github.com/gobwas/glob v0.2.3 19:27:48 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:27:48 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:27:48 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:27:49 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:27:50 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:27:50 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:27:57 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:27:57 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:27:57 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:27:57 go: downloading github.com/blang/semver/v4 v4.0.0 19:27:57 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:27:57 go: downloading github.com/jinzhu/gorm v1.9.16 19:27:57 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:27:57 go: downloading github.com/lib/pq v1.10.4 19:27:57 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:27:57 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:27:57 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:27:57 go: downloading github.com/stretchr/testify v1.7.0 19:27:57 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:27:58 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:28:20 go: downloading google.golang.org/api v0.70.0 19:28:20 go: downloading k8s.io/client-go v0.23.4 19:28:20 go: downloading k8s.io/api v0.23.4 19:28:20 go: downloading google.golang.org/api v0.70.0 19:28:20 go: downloading k8s.io/client-go v0.23.4 19:28:20 go: downloading k8s.io/api v0.23.4 19:28:32 go: downloading github.com/google/go-tpm v0.3.3 19:28:33 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:28:33 go: downloading github.com/google/go-tpm v0.3.3 19:28:34 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:29:06 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:29:06 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:29:06 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:29:06 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:29:06 go: downloading cloud.google.com/go/storage v1.21.0 19:29:06 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:29:06 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:29:06 go: downloading cloud.google.com/go/storage v1.21.0 19:29:06 go: downloading cloud.google.com/go v0.100.2 19:29:06 go: downloading cloud.google.com/go v0.100.2 19:29:06 go: downloading k8s.io/apimachinery v0.23.4 19:29:06 go: downloading k8s.io/apimachinery v0.23.4 19:29:06 go: downloading k8s.io/kube-aggregator v0.23.3 19:29:06 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:29:06 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:29:08 go: downloading cloud.google.com/go/security v1.3.0 19:29:08 go: downloading cloud.google.com/go/security v1.3.0 19:29:08 go: downloading k8s.io/kube-aggregator v0.23.3 19:29:08 go: downloading github.com/hashicorp/vault/api v1.4.1 19:29:08 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:29:08 go: downloading github.com/hashicorp/vault/api v1.4.1 19:29:08 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:29:09 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:29:09 go: downloading github.com/aws/smithy-go v1.11.0 19:29:09 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:29:09 go: downloading gopkg.in/yaml.v2 v2.4.0 19:29:10 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:29:10 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:29:10 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:29:10 go: downloading github.com/gobwas/glob v0.2.3 19:29:10 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:29:10 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:29:10 go: downloading github.com/jinzhu/inflection v1.0.0 19:29:10 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:29:10 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:29:11 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:29:11 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:29:11 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:29:11 go: downloading github.com/jinzhu/inflection v1.0.0 19:29:11 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:29:11 go: downloading github.com/aws/smithy-go v1.11.0 19:29:11 go: downloading github.com/gogo/protobuf v1.3.2 19:29:12 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:29:12 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:29:13 go: downloading github.com/gogo/protobuf v1.3.2 19:29:17 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:29:17 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:29:17 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:29:17 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:29:17 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:29:17 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:29:18 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:29:18 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:29:18 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:29:18 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:29:18 go: downloading github.com/dimchansky/utfbom v1.1.1 19:29:18 go: downloading cloud.google.com/go/compute v1.3.0 19:29:18 go: downloading github.com/dimchansky/utfbom v1.1.1 19:29:18 go: downloading cloud.google.com/go/compute v1.3.0 19:29:19 go: downloading cloud.google.com/go/iam v0.1.1 19:29:19 go: downloading cloud.google.com/go/iam v0.1.1 19:29:19 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:29:19 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:29:19 go: downloading k8s.io/klog/v2 v2.30.0 19:29:19 go: downloading github.com/google/gofuzz v1.1.0 19:29:19 go: downloading github.com/google/gofuzz v1.1.0 19:29:19 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:29:19 go: downloading k8s.io/klog/v2 v2.30.0 19:29:19 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:29:20 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:29:20 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:29:21 go: downloading github.com/spf13/pflag v1.0.5 19:29:21 go: downloading github.com/spf13/pflag v1.0.5 19:29:21 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:29:21 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:29:21 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:29:21 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:29:21 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:29:21 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:29:21 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:29:21 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:29:21 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:29:22 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:29:22 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:29:22 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:29:22 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:29:22 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:29:22 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:29:23 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:29:23 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:29:23 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:29:23 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:29:23 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:29:23 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:29:23 go: downloading github.com/tklauser/numcpus v0.3.0 19:29:24 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:29:24 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:29:25 go: downloading go.opencensus.io v0.23.0 19:29:26 go: downloading go.opencensus.io v0.23.0 19:29:26 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:29:26 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:29:26 go: downloading gopkg.in/inf.v0 v0.9.1 19:29:26 go: downloading github.com/go-logr/logr v1.2.2 19:29:26 go: downloading github.com/google/go-cmp v0.5.7 19:29:27 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:29:27 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:29:27 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:29:27 go: downloading github.com/json-iterator/go v1.1.12 19:29:27 go: downloading gopkg.in/inf.v0 v0.9.1 19:29:27 go: downloading github.com/google/go-cmp v0.5.7 19:29:27 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:29:28 go: downloading github.com/googleapis/gnostic v0.5.5 19:29:28 go: downloading github.com/go-logr/logr v1.2.2 19:29:28 go: downloading github.com/json-iterator/go v1.1.12 19:29:28 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:29:30 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:29:31 go: downloading github.com/googleapis/gnostic v0.5.5 19:29:33 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:29:33 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:29:33 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:29:33 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:29:33 go: downloading github.com/tklauser/numcpus v0.3.0 19:29:33 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:29:34 go: downloading go.uber.org/zap v1.21.0 19:29:34 go: downloading go.uber.org/zap v1.21.0 19:29:34 go: downloading sigs.k8s.io/yaml v1.3.0 19:29:34 go: downloading sigs.k8s.io/yaml v1.3.0 19:29:35 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:29:35 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:29:35 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:29:35 go: downloading github.com/modern-go/reflect2 v1.0.2 19:29:35 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:29:35 go: downloading github.com/modern-go/reflect2 v1.0.2 19:29:35 go: downloading github.com/ryanuber/go-glob v1.0.0 19:29:35 go: downloading github.com/ryanuber/go-glob v1.0.0 19:29:35 go: downloading github.com/golang/snappy v0.0.4 19:29:35 go: downloading github.com/golang/snappy v0.0.4 19:29:35 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:29:35 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:29:46 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:29:46 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:29:46 go: downloading github.com/hashicorp/go-version v1.2.0 19:29:46 go: downloading go.uber.org/multierr v1.6.0 19:29:46 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:29:46 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:29:46 go: downloading github.com/hashicorp/go-version v1.2.0 19:29:46 go: downloading go.uber.org/multierr v1.6.0 19:30:12 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:30:12 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:30:12 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:30:12 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:32:49 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 19:33:12 Removing intermediate container 8ca554459968 19:33:12 ---> f28cc32733ac 19:33:12 19:33:12 Step 10/25 : FROM alpine:3.14 19:33:12 Removing intermediate container a2762e432420 19:33:12 ---> dccb141bd280 19:33:12 19:33:12 Step 10/31 : FROM alpine:3.14 19:33:12 3.14: Pulling from library/alpine 19:33:12 3.14: Pulling from library/alpine 19:33:14 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:33:14 Status: Downloaded newer image for alpine:3.14 19:33:14 ---> ac73e934f311 19:33:14 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:33:14 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:33:14 Status: Image is up to date for alpine:3.14 19:33:14 ---> ac73e934f311 19:33:14 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:33:14 ---> Running in 4b82a65cb910 19:33:14 ---> Running in 091454a0440c 19:33:15 Removing intermediate container 4b82a65cb910 19:33:15 ---> fb1e44cecb2f 19:33:15 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:33:15 ---> Running in 476f544d1015 19:33:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:33:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:33:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:33:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:33:18 (1/3) Installing ca-certificates (20211220-r0) 19:33:18 (2/3) Installing dumb-init (1.2.5-r1) 19:33:18 (3/3) Installing su-exec (0.2-r1) 19:33:18 Executing busybox-1.33.1-r7.trigger 19:33:18 Executing ca-certificates-20211220-r0.trigger 19:33:18 (1/2) Installing dumb-init (1.2.5-r1) 19:33:18 (2/2) Installing su-exec (0.2-r1) 19:33:18 Executing busybox-1.33.1-r7.trigger 19:33:18 OK: 6 MiB in 16 packages 19:33:19 OK: 6 MiB in 17 packages 19:33:21 Removing intermediate container 476f544d1015 19:33:21 ---> 8502c2a60d5d 19:33:21 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:33:21 ---> Running in 0df4ee96f3a0 19:33:21 Removing intermediate container 091454a0440c 19:33:21 ---> 8d817a53ae93 19:33:21 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:33:21 Removing intermediate container 0df4ee96f3a0 19:33:21 ---> 71edbbb00f09 19:33:21 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:33:21 ---> Running in d3e16836d53b 19:33:21 ---> Running in b1277d1b1a85 19:33:22 Removing intermediate container d3e16836d53b 19:33:22 ---> 890bf0f9d0d6 19:33:22 Step 13/25 : WORKDIR / 19:33:22 Removing intermediate container b1277d1b1a85 19:33:22 ---> d9c6af882e9d 19:33:22 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} ---> Running in 5a52206e3205 19:33:22 19:33:22 ---> Running in d9880035a838 19:33:23 Removing intermediate container 5a52206e3205 19:33:23 ---> 23bf81be3ced 19:33:23 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:33:24 ---> a6a427bb7dab 19:33:24 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:33:26 ---> 4e120fba12b3 19:33:26 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:33:26 Removing intermediate container d9880035a838 19:33:26 ---> 7af7da1438ec 19:33:26 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:33:26 ---> Running in 49861cbc031b 19:33:27 Removing intermediate container 49861cbc031b 19:33:27 ---> f8be5ba64452 19:33:27 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:33:27 ---> 90cf19d9b2ea 19:33:27 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:33:28 ---> 9a9b0a007ae7 19:33:28 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:33:28 ---> 732cc18f6752 19:33:28 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:33:28 ---> Running in 18a29b6e9b06 19:33:31 ---> b193265cc70e 19:33:31 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:33:31 Removing intermediate container 18a29b6e9b06 19:33:31 ---> ff7a29e41130 19:33:31 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:33:33 ---> 42d2539a6daa 19:33:33 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:33:34 ---> 4cedf20f9ef1 19:33:34 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:33:35 ---> 79c8aa70fda7 19:33:35 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/ 19:33:35 ---> Running in df6ae98f0545 19:33:36 ---> 01fb3715a457 19:33:36 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:33:37 ---> f7abf1158f5c 19:33:37 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:33:38 ---> c24dcbcfcff9 19:33:38 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:33:38 Removing intermediate container df6ae98f0545 19:33:38 ---> eb9eb7ab8f2d 19:33:38 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:33:39 ---> Running in 5ba3c4362afa 19:33:39 Removing intermediate container 5ba3c4362afa 19:33:39 ---> 7fe1b5daaef0 19:33:39 Step 23/25 : LABEL arch=arm64 19:33:39 ---> Running in 5966ffec7a81 19:33:40 ---> 8acfd65af1e8 19:33:40 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:33:40 ---> Running in ab55e0b42a75 19:33:40 Removing intermediate container 5966ffec7a81 19:33:40 ---> 453e6b12bba9 19:33:40 Step 24/25 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:33:40 ---> Running in 2927c4388d8a 19:33:41 Removing intermediate container ab55e0b42a75 19:33:41 ---> 0eddc9dbd286 19:33:41 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:33:41 Removing intermediate container 2927c4388d8a 19:33:41 ---> 216b6b51373e 19:33:41 Step 25/25 : LABEL version=0.0.0 19:33:41 ---> Running in 7837c27b1374 19:33:42 Removing intermediate container 7837c27b1374 19:33:42 ---> bbbb63c00883 19:33:42 19:33:42 ---> b0b0994b2e20 19:33:42 Step 26/31 : RUN chmod +x /entrypoint.sh 19:33:43 ---> Running in 0214659c8dda 19:33:44 Successfully built bbbb63c00883 19:33:44 Successfully tagged security-secretstore-setup-arm64:latest 19:33:44 Building core-command 19:33:47  Building security-secretstore-setup ... done Removing intermediate container 0214659c8dda 19:33:47 ---> 5e286ff7892d 19:33:47 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:33:47 ---> Running in 3caf5a03e5c3 19:33:48 Removing intermediate container 3caf5a03e5c3 19:33:48 ---> 1f8105f5ec9d 19:33:48 Step 28/31 : CMD ["gate"] 19:33:49 ---> Running in b1cc1b51dd52 19:33:50 Removing intermediate container b1cc1b51dd52 19:33:50 ---> d945d3df0205 19:33:50 Step 29/31 : LABEL arch=arm64 19:33:50 ---> Running in 5976b9a259cd 19:33:51 Removing intermediate container 5976b9a259cd 19:33:51 ---> 3a11b7da982b 19:33:51 Step 30/31 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:33:52 ---> Running in 7273b9d24d48 19:33:53 Removing intermediate container 7273b9d24d48 19:33:53 ---> 1a7046cc5bd6 19:33:53 Step 31/31 : LABEL version=0.0.0 19:33:54 ---> Running in 6786f6c6622d 19:33:55 Removing intermediate container 6786f6c6622d 19:33:55 ---> b28e4991dda3 19:33:55 19:33:56 Successfully built b28e4991dda3 19:33:56 Successfully tagged security-bootstrapper-arm64:latest 19:33:56  Building security-bootstrapper ... done Building sys-mgmt-agent 19:33:57 Removing intermediate container 06f0b2e626c6 19:33:57 ---> e4a8ad50515a 19:33:57 19:33:57 Step 10/23 : FROM alpine:3.14 19:33:57 ---> ac73e934f311 19:33:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:33:57 ---> Running in f83ef546fe85 19:33:57 Removing intermediate container f83ef546fe85 19:33:57 ---> 06ec136727b2 19:33:57 Step 12/23 : ENV APP_PORT=59880 19:33:58 ---> Running in 40de692ef6af 19:33:59 Removing intermediate container 40de692ef6af 19:33:59 ---> 2453621d7489 19:33:59 Step 13/23 : EXPOSE $APP_PORT 19:33:59 ---> Running in 5cd1ec03ff0f 19:33:59 Removing intermediate container 5cd1ec03ff0f 19:33:59 ---> ab00ee58624b 19:33:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:00 ---> Running in 58338624fd13 19:34:04 Removing intermediate container 58338624fd13 19:34:04 ---> d12ff85deaa0 19:34:04 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:34:04 ---> Running in e00b7a9a0774 19:34:05 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:34:06 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:34:08 (1/6) Installing dumb-init (1.2.5-r1) 19:34:08 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:34:08 (3/6) Installing libsodium (1.0.18-r0) 19:34:08 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:34:08 (5/6) Installing libzmq (4.3.4-r0) 19:34:08 (6/6) Installing zeromq (4.3.4-r0) 19:34:08 Executing busybox-1.33.1-r7.trigger 19:34:08 OK: 8 MiB in 20 packages 19:34:10 Removing intermediate container e00b7a9a0774 19:34:10 ---> 66935032d8eb 19:34:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:34:12 ---> 6fe38097e83d 19:34:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:34:15 ---> 9b9b59479195 19:34:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:34:16 ---> d88ad59cbea9 19:34:16 Step 19/23 : ENTRYPOINT ["/core-data"] 19:34:17 ---> Running in f5b518a02079 19:34:17 Removing intermediate container f5b518a02079 19:34:17 ---> 9e74a1daaa99 19:34:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:34:17 ---> Running in d5ba815517e5 19:34:18 Removing intermediate container d5ba815517e5 19:34:18 ---> db84b994a3f2 19:34:18 Step 21/23 : LABEL arch=arm64 19:34:18 ---> Running in 7ea86cb929d3 19:34:18 Removing intermediate container 7ea86cb929d3 19:34:18 ---> 665dcc2146ac 19:34:18 Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:34:19 ---> Running in 92bfc90757f4 19:34:19 Removing intermediate container 92bfc90757f4 19:34:19 ---> ac8abee71148 19:34:19 Step 23/23 : LABEL version=0.0.0 19:34:19 ---> Running in 0982a420c224 19:34:20 Removing intermediate container 0982a420c224 19:34:20 ---> c7b8cc9a856d 19:34:20 19:34:21 Successfully built c7b8cc9a856d 19:34:21 Successfully tagged core-data-arm64:latest 19:34:21  Building core-data ... done Building security-spiffe-token-provider 19:34:28 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:34:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:34:28 ---> 20f895ed6171 19:34:28 Step 3/23 : WORKDIR /edgex-go 19:34:28 ---> Using cache 19:34:28 ---> 5e0c97c0ea63 19:34:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:28 ---> Using cache 19:34:28 ---> 4dc273f42344 19:34:28 Step 5/23 : RUN apk add --update --no-cache make git 19:34:28 ---> Using cache 19:34:28 ---> 699d5bf42774 19:34:28 Step 6/23 : COPY go.mod vendor* ./ 19:34:28 ---> Using cache 19:34:28 ---> 0cfe22bc0c9f 19:34:28 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:28 ---> Using cache 19:34:28 ---> 7f3331d87817 19:34:28 Step 8/23 : COPY . . 19:34:28 ---> Using cache 19:34:28 ---> a886021f0b25 19:34:28 Step 9/23 : RUN make cmd/core-command/core-command 19:34:28 ---> Running in 142c6c7e5f2f 19:34:31 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 19:34:57 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:34:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:34:57 ---> 20f895ed6171 19:34:57 Step 3/23 : WORKDIR /edgex-go 19:34:57 ---> Using cache 19:34:57 ---> 5e0c97c0ea63 19:34:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:57 ---> Using cache 19:34:57 ---> 4dc273f42344 19:34:57 Step 5/23 : RUN apk add --update --no-cache make bash git 19:34:57 ---> Running in fc5f00d9cf00 19:34:58 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:34:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:35:01 OK: 220 MiB in 52 packages 19:35:03 Removing intermediate container fc5f00d9cf00 19:35:03 ---> 1c50f01dbf62 19:35:03 Step 6/23 : COPY go.mod vendor* ./ 19:35:04 ---> 5dec3d66d4f1 19:35:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:04 ---> Running in 99350548e259 19:35:13 Removing intermediate container 99350548e259 19:35:13 ---> a44315bd4d8e 19:35:13 Step 8/23 : COPY . . 19:35:13 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:35:13 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:35:13 ---> 20f895ed6171 19:35:13 Step 3/20 : WORKDIR /edgex-go 19:35:13 ---> Using cache 19:35:13 ---> 5e0c97c0ea63 19:35:13 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:35:13 ---> Running in 826d014fb8c0 19:35:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:35:16 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:35:18 v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:35:18 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:35:18 OK: 15739 distinct packages available 19:35:18 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:35:19 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:35:20 OK: 220 MiB in 52 packages 19:35:23 Removing intermediate container 826d014fb8c0 19:35:23 ---> 11c5982d031d 19:35:23 Step 5/20 : COPY go.mod vendor* ./ 19:35:24 ---> eeaa6bb9c376 19:35:24 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:24 ---> Running in 50a773e3a643 19:35:33 Removing intermediate container 50a773e3a643 19:35:33 ---> eebd6c51c2d9 19:35:33 Step 7/20 : COPY . . 19:35:45 ---> a3dadc0a6f05 19:35:45 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:35:45 ---> Running in 27a129bca6dd 19:35:47 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 19:36:05 ---> 33cd779e9c4e 19:36:05 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:36:05 ---> Running in 71222f826281 19:36:05 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 19:41:12 Removing intermediate container 142c6c7e5f2f 19:41:12 ---> 0594467751f0 19:41:12 19:41:12 Step 10/23 : FROM alpine:3.14 19:41:12 ---> ac73e934f311 19:41:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:41:12 ---> Running in a2f14a0a7e08 19:41:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:41:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:41:12 (1/1) Installing dumb-init (1.2.5-r1) 19:41:12 Executing busybox-1.33.1-r7.trigger 19:41:12 OK: 5 MiB in 15 packages 19:41:12 Removing intermediate container a2f14a0a7e08 19:41:12 ---> ac92ca73a3f2 19:41:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:41:12 ---> Running in d436dd3ee642 19:41:12 Removing intermediate container d436dd3ee642 19:41:12 ---> 200c25dd6464 19:41:12 Step 13/23 : ENV APP_PORT=59882 19:41:12 ---> Running in 19f1ab897f2c 19:41:12 Removing intermediate container 19f1ab897f2c 19:41:12 ---> 68edb5b77939 19:41:12 Step 14/23 : EXPOSE $APP_PORT 19:41:12 ---> Running in 6c4a89a0490d 19:41:12 Removing intermediate container 6c4a89a0490d 19:41:12 ---> fa22091df697 19:41:12 Step 15/23 : WORKDIR / 19:41:12 ---> Running in 8c4b23f69bf5 19:41:12 Removing intermediate container 8c4b23f69bf5 19:41:12 ---> c7c8486afdaf 19:41:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:41:12 ---> 920912a7ea7a 19:41:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:41:12 ---> 7173bd5e62c3 19:41:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:41:12 ---> 005752f3e7e3 19:41:12 Step 19/23 : ENTRYPOINT ["/core-command"] 19:41:12 ---> Running in f0aa78917f50 19:41:12 Removing intermediate container f0aa78917f50 19:41:12 ---> 48bc6320326e 19:41:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:41:12 ---> Running in 300c2382dad2 19:41:12 Removing intermediate container 300c2382dad2 19:41:12 ---> ba983c03abde 19:41:12 Step 21/23 : LABEL arch=arm64 19:41:12 ---> Running in d62c6815c095 19:41:13 Removing intermediate container d62c6815c095 19:41:13 ---> 87b57b1b753c 19:41:13 Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:41:13 ---> Running in f7cc42e68d47 19:41:14 Removing intermediate container f7cc42e68d47 19:41:14 ---> b8cadab850de 19:41:14 Step 23/23 : LABEL version=0.0.0 19:41:14 ---> Running in 66707455da36 19:41:14 Removing intermediate container 66707455da36 19:41:14 ---> bf41e73c77bf 19:41:14 19:41:15 Successfully built bf41e73c77bf 19:41:15 Successfully tagged core-command-arm64:latest 19:41:15 Building core-metadata 19:41:47  Building core-command ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:41:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:41:47 ---> 20f895ed6171 19:41:47 Step 3/23 : WORKDIR /edgex-go 19:41:47 ---> Using cache 19:41:47 ---> 5e0c97c0ea63 19:41:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:41:47 ---> Using cache 19:41:47 ---> 4dc273f42344 19:41:47 Step 5/23 : RUN apk add --update --no-cache make git 19:41:47 ---> Using cache 19:41:47 ---> 699d5bf42774 19:41:47 Step 6/23 : COPY go.mod vendor* ./ 19:41:47 ---> Using cache 19:41:47 ---> 0cfe22bc0c9f 19:41:47 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:41:47 ---> Using cache 19:41:47 ---> 7f3331d87817 19:41:47 Step 8/23 : COPY . . 19:41:47 ---> Using cache 19:41:47 ---> a886021f0b25 19:41:47 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:41:47 ---> Running in aa29cb01c61e 19:41:47 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 19:42:26 Removing intermediate container 27a129bca6dd 19:42:26 ---> 35ea8b98836f 19:42:26 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:42:26 ---> Running in 68a3e85a0657 19:42:27 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 19:42:32 Removing intermediate container 68a3e85a0657 19:42:32 ---> 43c9b8ae89ee 19:42:32 19:42:32 Step 11/23 : FROM docker:20.10.14 19:42:32 Removing intermediate container 71222f826281 19:42:32 ---> bb1cbc5ab280 19:42:32 19:42:32 Step 9/20 : FROM alpine:3.15 19:42:32 20.10.14: Pulling from library/docker 19:42:32 3.15: Pulling from library/alpine 19:42:34 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:42:34 Status: Downloaded newer image for alpine:3.15 19:42:34 ---> 3fb3c9af89a9 19:42:34 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:42:34 ---> Running in 2a9628404a5f 19:42:35 Removing intermediate container 2a9628404a5f 19:42:35 ---> 814b4ab31c67 19:42:35 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:42:35 ---> Running in 9ab2f9d6ec10 19:42:40 Removing intermediate container 9ab2f9d6ec10 19:42:40 ---> 8419c5f91c76 19:42:40 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:42:40 ---> Running in 987ff3117932 19:42:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:42:43 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:42:44 v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:42:44 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:42:44 OK: 15729 distinct packages available 19:42:44 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:42:45 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:42:47 (1/9) Installing ca-certificates (20211220-r0) 19:42:47 (2/9) Installing brotli-libs (1.0.9-r5) 19:42:47 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:42:47 (4/9) Installing libcurl (7.80.0-r0) 19:42:47 (5/9) Installing curl (7.80.0-r0) 19:42:48 (6/9) Installing dumb-init (1.2.5-r1) 19:42:48 (7/9) Installing musl-obstack (1.2.3-r0) 19:42:48 (8/9) Installing libucontext (1.1-r0) 19:42:48 (9/9) Installing gcompat (1.0.0-r4) 19:42:48 Executing busybox-1.34.1-r5.trigger 19:42:48 Executing ca-certificates-20211220-r0.trigger 19:42:48 OK: 8 MiB in 23 packages 19:42:49 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:42:49 Status: Downloaded newer image for docker:20.10.14 19:42:49 ---> c346e9eafbab 19:42:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:42:50 ---> Running in 4bdba14d2333 19:42:50 Removing intermediate container 4bdba14d2333 19:42:50 ---> 7607b9db70f4 19:42:50 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 19:42:50 ---> Running in 5d1128806cf8 19:42:52 Removing intermediate container 987ff3117932 19:42:52 ---> ec1f95b8c85a 19:42:52 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:42:53 ---> d4e2e29c5716 19:42:53 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:42:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:42:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:42:54 (1/43) Installing readline (8.1.1-r0) 19:42:54 (2/43) Installing bash (5.1.16-r0) 19:42:55 Executing bash-5.1.16-r0.post-install 19:42:55 (3/43) Installing brotli-libs (1.0.9-r5) 19:42:55 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:42:55 (5/43) Installing libcurl (7.80.0-r0) 19:42:55 (6/43) Installing curl (7.80.0-r0) 19:42:55 (7/43) Installing dumb-init (1.2.5-r1) 19:42:55 (8/43) Installing libbz2 (1.0.8-r1) 19:42:55 ---> 7c18afc7ce34 19:42:55 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:42:55 (9/43) Installing expat (2.4.7-r0) 19:42:55 (10/43) Installing libffi (3.4.2-r1) 19:42:55 (11/43) Installing gdbm (1.22-r0) 19:42:55 (12/43) Installing xz-libs (5.2.5-r1) 19:42:55 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:42:55 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:42:55 (15/43) Installing mpdecimal (2.5.1-r1) 19:42:55 (16/43) Installing sqlite-libs (3.36.0-r0) 19:42:55 (17/43) Installing python3 (3.9.7-r4) 19:42:56 ---> 5475dfab8004 19:42:56 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:42:56 ---> Running in 1cbe35cdf61b 19:42:57 Removing intermediate container 1cbe35cdf61b 19:42:57 ---> b2a9a81f000f 19:42:57 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:42:57 ---> Running in 2f1962d6d358 19:42:58 Removing intermediate container 2f1962d6d358 19:42:58 ---> 26c40f67b7c3 19:42:58 Step 18/20 : LABEL arch=arm64 19:42:58 ---> Running in 94b25861864d 19:42:58 Removing intermediate container 94b25861864d 19:42:58 ---> 75828d18776d 19:42:58 Step 19/20 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:42:58 ---> Running in 9f0b6cdc2f77 19:42:59 (18/43) Installing py3-appdirs (1.4.4-r2) 19:42:59 (19/43) Installing py3-certifi (2020.12.5-r1) 19:42:59 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:42:59 (21/43) Installing py3-idna (3.3-r0) 19:42:59 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:42:59 Removing intermediate container 9f0b6cdc2f77 19:42:59 ---> e575689ebbf7 19:42:59 Step 20/20 : LABEL version=0.0.0 19:42:59 (23/43) Installing py3-requests (2.26.0-r1) 19:42:59 ---> Running in 0cae2e18eba9 19:42:59 (24/43) Installing py3-msgpack (1.0.2-r1) 19:42:59 (25/43) Installing py3-lockfile (0.12.2-r4) 19:42:59 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:42:59 (27/43) Installing py3-colorama (0.4.4-r1) 19:42:59 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:42:59 (29/43) Installing py3-distlib (0.3.3-r0) 19:42:59 (30/43) Installing py3-distro (1.6.0-r0) 19:42:59 (31/43) Installing py3-six (1.16.0-r0) 19:42:59 (32/43) Installing py3-webencodings (0.5.1-r4) 19:42:59 (33/43) Installing py3-html5lib (1.1-r1) 19:42:59 (34/43) Installing py3-parsing (2.4.7-r2) 19:42:59 (35/43) Installing py3-packaging (20.9-r1) 19:42:59 (36/43) Installing py3-tomli (1.2.2-r0) 19:42:59 (37/43) Installing py3-pep517 (0.12.0-r0) 19:42:59 (38/43) Installing py3-progress (1.6-r0) 19:42:59 (39/43) Installing py3-retrying (1.3.3-r2) 19:42:59 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:42:59 (41/43) Installing py3-setuptools (52.0.0-r4) 19:43:00 Removing intermediate container 0cae2e18eba9 19:43:00 ---> 5cf3b81d1070 19:43:00 19:43:00 (42/43) Installing py3-toml (0.10.2-r2) 19:43:00 (43/43) Installing py3-pip (20.3.4-r1) 19:43:00 Successfully built 5cf3b81d1070 19:43:00 Successfully tagged security-spiffe-token-provider-arm64:latest 19:43:00  Building security-spiffe-token-provider ... done Building support-scheduler 19:43:00 Executing busybox-1.34.1-r5.trigger 19:43:00 OK: 82 MiB in 65 packages 19:43:06 Collecting docker-compose==1.23.2 19:43:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:43:07 Collecting docker<4.0,>=3.6.0 19:43:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:43:07 Collecting cached-property<2,>=1.2.0 19:43:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:43:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 19:43:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:43:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:43:10 Collecting PyYAML<4,>=3.10 19:43:10 Downloading PyYAML-3.13.tar.gz (270 kB) 19:43:15 Collecting texttable<0.10,>=0.9.0 19:43:15 Downloading texttable-0.9.1.tar.gz (11 kB) 19:43:19 Collecting dockerpty<0.5,>=0.4.1 19:43:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:43:23 Collecting jsonschema<3,>=2.5.1 19:43:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:43:23 Collecting docopt<0.7,>=0.6.1 19:43:23 Downloading docopt-0.6.2.tar.gz (25 kB) 19:43:29 Collecting websocket-client<1.0,>=0.32.0 19:43:29 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:43:31 Collecting docker-pycreds>=0.4.0 19:43:31 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:43:32 Collecting urllib3<1.25,>=1.21.1 19:43:32 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:43:33 Collecting idna<2.8,>=2.5 19:43:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:43:33 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) 19:43:33 Collecting chardet<3.1.0,>=3.0.2 19:43:33 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:43:33 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:43:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:43:33 ---> 20f895ed6171 19:43:33 Step 3/22 : WORKDIR /edgex-go 19:43:33 ---> Using cache 19:43:33 ---> 5e0c97c0ea63 19:43:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:43:33 ---> Using cache 19:43:33 ---> 4dc273f42344 19:43:33 Step 5/22 : RUN apk add --update --no-cache make git 19:43:33 ---> Using cache 19:43:33 ---> 699d5bf42774 19:43:33 Step 6/22 : COPY go.mod vendor* ./ 19:43:33 ---> Using cache 19:43:33 ---> 0cfe22bc0c9f 19:43:33 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:43:33 ---> Using cache 19:43:33 ---> 7f3331d87817 19:43:33 Step 8/22 : COPY . . 19:43:33 ---> Using cache 19:43:33 ---> a886021f0b25 19:43:33 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:43:33 ---> Running in 92103b4844b6 19:43:34 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:43:34 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:43:34 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:43:34 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:43:35 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:43:35 Attempting uninstall: urllib3 19:43:35 Found existing installation: urllib3 1.26.7 19:43:35 Uninstalling urllib3-1.26.7: 19:43:35 Successfully uninstalled urllib3-1.26.7 19:43:35 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 19:43:36 Attempting uninstall: idna 19:43:36 Found existing installation: idna 3.3 19:43:36 Uninstalling idna-3.3: 19:43:36 Successfully uninstalled idna-3.3 19:43:39 Attempting uninstall: requests 19:43:39 Found existing installation: requests 2.26.0 19:43:39 Uninstalling requests-2.26.0: 19:43:39 Successfully uninstalled requests-2.26.0 19:43:39 Running setup.py install for texttable: started 19:43:42 Running setup.py install for texttable: finished with status 'done' 19:43:42 Running setup.py install for PyYAML: started 19:43:47 Running setup.py install for PyYAML: finished with status 'done' 19:43:47 Running setup.py install for docopt: started 19:43:50 Running setup.py install for docopt: finished with status 'done' 19:43:50 Running setup.py install for dockerpty: started 19:43:53 Running setup.py install for dockerpty: finished with status 'done' 19:43:55 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 19:44:10 Removing intermediate container 5d1128806cf8 19:44:10 ---> 298c077ad95b 19:44:10 Step 14/23 : ENV APP_PORT=58890 19:44:10 ---> Running in 302f441aad20 19:44:10 Removing intermediate container 302f441aad20 19:44:10 ---> f4c8cddbf249 19:44:10 Step 15/23 : EXPOSE $APP_PORT 19:44:10 ---> Running in 94aca9f64d68 19:44:10 Removing intermediate container 94aca9f64d68 19:44:10 ---> ff122c5c3912 19:44:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:44:12 ---> a81fd29467eb 19:44:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:44:12 ---> c70cea76779c 19:44:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:44:14 ---> 9574cd7f8a04 19:44:14 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:44:14 ---> Running in ab61a1812003 19:44:14 Removing intermediate container ab61a1812003 19:44:14 ---> 3aba9c039523 19:44:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:44:14 ---> Running in b595ccea2cca 19:44:15 Removing intermediate container b595ccea2cca 19:44:15 ---> 4188434798d0 19:44:15 Step 21/23 : LABEL arch=arm64 19:44:15 ---> Running in 1aeab2071822 19:44:15 Removing intermediate container 1aeab2071822 19:44:15 ---> 77131e1dd167 19:44:15 Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:44:15 ---> Running in c6a9e904d427 19:44:16 Removing intermediate container c6a9e904d427 19:44:16 ---> 4cf47cd48e36 19:44:16 Step 23/23 : LABEL version=0.0.0 19:44:16 ---> Running in 79537fb75df8 19:44:17 Removing intermediate container 79537fb75df8 19:44:17 ---> aa74e5dfe349 19:44:17 19:44:17 Successfully built aa74e5dfe349 19:44:17 Successfully tagged sys-mgmt-agent-arm64:latest 19:44:17 Building security-proxy-setup 19:44:56  Building sys-mgmt-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:44:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:44:56 ---> 20f895ed6171 19:44:56 Step 3/22 : WORKDIR /edgex-go 19:44:56 ---> Using cache 19:44:56 ---> 5e0c97c0ea63 19:44:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:44:56 ---> Using cache 19:44:56 ---> 4dc273f42344 19:44:56 Step 5/22 : RUN apk add --update --no-cache make git 19:44:56 ---> Using cache 19:44:56 ---> 699d5bf42774 19:44:56 Step 6/22 : COPY go.mod vendor* ./ 19:44:56 ---> Using cache 19:44:56 ---> 0cfe22bc0c9f 19:44:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:56 ---> Using cache 19:44:56 ---> 7f3331d87817 19:44:56 Step 8/22 : COPY . . 19:44:56 ---> Using cache 19:44:56 ---> a886021f0b25 19:44:56 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:44:56 ---> Running in 0fd8c3c6590e 19:44:56 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 19:48:48 Removing intermediate container aa29cb01c61e 19:48:48 ---> d3e51128ddaf 19:48:48 19:48:48 Step 10/23 : FROM alpine:3.14 19:48:48 ---> ac73e934f311 19:48:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:48:48 ---> Using cache 19:48:48 ---> ac92ca73a3f2 19:48:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:48:48 ---> Using cache 19:48:48 ---> 200c25dd6464 19:48:48 Step 13/23 : ENV APP_PORT=59881 19:48:48 ---> Running in 4825fed1c2b1 19:48:49 Removing intermediate container 4825fed1c2b1 19:48:49 ---> 9eb63b02293a 19:48:49 Step 14/23 : EXPOSE $APP_PORT 19:48:49 ---> Running in 4efd8200f17f 19:48:49 Removing intermediate container 4efd8200f17f 19:48:49 ---> 7e9125af8776 19:48:49 Step 15/23 : WORKDIR / 19:48:49 ---> Running in 69c3fe1d7c1d 19:48:50 Removing intermediate container 69c3fe1d7c1d 19:48:50 ---> c9a0118c7160 19:48:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:48:51 ---> 7de11d148450 19:48:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:48:54 ---> 622c1d7d6293 19:48:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:48:54 ---> 8e06ac9855a8 19:48:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:48:54 ---> Running in 4e4893f4812a 19:48:55 Removing intermediate container 4e4893f4812a 19:48:55 ---> 3fb9f0d70eda 19:48:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:48:55 ---> Running in 276df0cd02fa 19:48:55 Removing intermediate container 276df0cd02fa 19:48:55 ---> fc0130b091be 19:48:55 Step 21/23 : LABEL arch=arm64 19:48:56 ---> Running in 0b78733a0f65 19:48:56 Removing intermediate container 0b78733a0f65 19:48:56 ---> 57e019437ded 19:48:56 Step 22/23 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:48:56 ---> Running in d25a26598f51 19:48:57 Removing intermediate container d25a26598f51 19:48:57 ---> 7bd7b05a3b33 19:48:57 Step 23/23 : LABEL version=0.0.0 19:48:57 ---> Running in d2fcb391be18 19:48:58 Removing intermediate container d2fcb391be18 19:48:58 ---> 31cbabdfb5fa 19:48:58 19:48:58 Successfully built 31cbabdfb5fa 19:48:58 Successfully tagged core-metadata-arm64:latest 19:48:58 Building support-notifications 19:49:37  Building core-metadata ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:49:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:49:37 ---> 20f895ed6171 19:49:37 Step 3/22 : WORKDIR /edgex-go 19:49:37 ---> Using cache 19:49:37 ---> 5e0c97c0ea63 19:49:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:37 ---> Using cache 19:49:37 ---> 4dc273f42344 19:49:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:49:37 ---> Running in 2182e9ff15b6 19:49:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:49:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:49:39 OK: 220 MiB in 52 packages 19:49:40 Removing intermediate container 2182e9ff15b6 19:49:40 ---> 778fe3bebd4b 19:49:40 Step 6/22 : COPY go.mod vendor* ./ 19:49:41 ---> a7c0d701ef60 19:49:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:49:41 ---> Running in 721f753a33fb 19:49:47 Removing intermediate container 721f753a33fb 19:49:47 ---> 9f676b226b2f 19:49:47 Step 8/22 : COPY . . 19:50:13 ---> c871948d2aa9 19:50:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:50:13 ---> Running in 3a98bc27d8d2 19:50:13 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 19:50:46 Removing intermediate container 92103b4844b6 19:50:46 ---> 9c2cb6f28e5f 19:50:46 19:50:46 Step 10/22 : FROM alpine:3.14 19:50:46 ---> ac73e934f311 19:50:46 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:50:46 ---> Using cache 19:50:46 ---> ac92ca73a3f2 19:50:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:50:46 ---> Using cache 19:50:46 ---> 200c25dd6464 19:50:46 Step 13/22 : ENV APP_PORT=59861 19:50:46 ---> Running in 1009e4a756a0 19:50:46 Removing intermediate container 1009e4a756a0 19:50:46 ---> 46ddaa132091 19:50:46 Step 14/22 : EXPOSE $APP_PORT 19:50:46 ---> Running in 0dc8f3f0f5c1 19:50:46 Removing intermediate container 0dc8f3f0f5c1 19:50:46 ---> 60ff39d5fcfe 19:50:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:50:46 ---> ab598f1cc1a0 19:50:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:50:46 ---> 31b257e1ccf4 19:50:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:50:47 ---> 4440c2b5af75 19:50:47 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:50:47 ---> Running in 485c103137d3 19:50:47 Removing intermediate container 485c103137d3 19:50:47 ---> 0023da33aafd 19:50:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:50:47 ---> Running in b8523b03cc33 19:50:48 Removing intermediate container b8523b03cc33 19:50:48 ---> 696e3926d07c 19:50:48 Step 20/22 : LABEL arch=arm64 19:50:48 ---> Running in 6c9c55c803e8 19:50:48 Removing intermediate container 6c9c55c803e8 19:50:48 ---> b6ac111abfd7 19:50:48 Step 21/22 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:50:49 ---> Running in dc50f64c2e87 19:50:49 Removing intermediate container dc50f64c2e87 19:50:49 ---> e1a9cff4f94f 19:50:49 Step 22/22 : LABEL version=0.0.0 19:50:49 ---> Running in 829e56a2c9b5 19:50:50 Removing intermediate container 829e56a2c9b5 19:50:50 ---> 6210cf917101 19:50:50 19:50:50 Successfully built 6210cf917101 19:50:50 Successfully tagged support-scheduler-arm64:latest 19:50:50 Building security-spire-agent 19:51:17  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 19:51:27 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:51:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:51:27 ---> 20f895ed6171 19:51:27 Step 3/26 : WORKDIR /edgex-go 19:51:27 ---> Using cache 19:51:27 ---> 5e0c97c0ea63 19:51:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:51:27 ---> Using cache 19:51:27 ---> 4dc273f42344 19:51:27 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:51:27 ---> Running in 9eafc6ce64de 19:51:28 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:51:29 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:51:31 OK: 220 MiB in 52 packages 19:51:32 Removing intermediate container 9eafc6ce64de 19:51:32 ---> 93758d6dcb8a 19:51:32 Step 6/26 : COPY go.mod vendor* ./ 19:51:33 ---> bbdbb27cc298 19:51:33 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:51:33 ---> Running in d134ecc5b888 19:51:42 Removing intermediate container d134ecc5b888 19:51:42 ---> bc80672542ca 19:51:42 Step 8/26 : COPY . . 19:51:43 Removing intermediate container 0fd8c3c6590e 19:51:43 ---> cd2ab369c496 19:51:43 19:51:43 Step 10/22 : FROM alpine:3.14 19:51:43 ---> ac73e934f311 19:51:43 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:51:43 ---> Running in e979870fb5b3 19:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:51:48 (1/6) Installing ca-certificates (20211220-r0) 19:51:48 (2/6) Installing brotli-libs (1.0.9-r5) 19:51:48 (3/6) Installing nghttp2-libs (1.43.0-r0) 19:51:48 (4/6) Installing libcurl (7.79.1-r0) 19:51:48 (5/6) Installing curl (7.79.1-r0) 19:51:48 (6/6) Installing dumb-init (1.2.5-r1) 19:51:48 Executing busybox-1.33.1-r7.trigger 19:51:48 Executing ca-certificates-20211220-r0.trigger 19:51:49 OK: 8 MiB in 20 packages 19:51:52 Removing intermediate container e979870fb5b3 19:51:52 ---> 9d963f7d225a 19:51:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:51:52 ---> Running in e4120150dee6 19:51:53 Removing intermediate container e4120150dee6 19:51:53 ---> ad46ddaa4aa8 19:51:53 Step 13/22 : WORKDIR /edgex 19:51:53 ---> Running in a13cf9d90620 19:51:55 Removing intermediate container a13cf9d90620 19:51:55 ---> 72e5365d9b6a 19:51:55 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:51:56 ---> 77fab0e889ae 19:51:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:52:00 ---> 839c6934bcdf 19:52:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:52:05 ---> ac10db7c53c0 19:52:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:52:06 ---> f109337288fb 19:52:06 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:52:06 ---> Running in 15d6adbab02d 19:52:11 Removing intermediate container 15d6adbab02d 19:52:11 ---> bf394220ad43 19:52:11 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:52:11 ---> Running in cc366e563556 19:52:11 Removing intermediate container cc366e563556 19:52:11 ---> 0404012b30ef 19:52:11 Step 20/22 : LABEL arch=arm64 19:52:11 ---> Running in 6e852e790c48 19:52:12 ---> 6bf35048b506 19:52:12 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:52:12 ---> Running in 990d2f2286cd 19:52:12 Removing intermediate container 6e852e790c48 19:52:12 ---> 5dac16833f48 19:52:12 Step 21/22 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:52:12 ---> Running in aa9e95e19767 19:52:13 Removing intermediate container 990d2f2286cd 19:52:13 ---> c240ebd04d22 19:52:13 Step 10/26 : RUN mkdir -p spire-build 19:52:13 ---> Running in 6486f53a76e0 19:52:13 Removing intermediate container aa9e95e19767 19:52:13 ---> 846a6648cebf 19:52:13 Step 22/22 : LABEL version=0.0.0 19:52:13 ---> Running in 86ad990581fe 19:52:14 Removing intermediate container 86ad990581fe 19:52:14 ---> cc7333a011a1 19:52:14 19:52:15 Successfully built cc7333a011a1 19:52:15 Successfully tagged security-proxy-setup-arm64:latest 19:52:17  Building security-proxy-setup ... done Removing intermediate container 6486f53a76e0 19:52:17 ---> 9395f3111a1c 19:52:17 Step 11/26 : WORKDIR /edgex-go/spire-build 19:52:17 ---> Running in e2a22db314a2 19:52:18 Removing intermediate container e2a22db314a2 19:52:18 ---> d3b44a623ee8 19:52:18 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 19:52:18 ---> Running in 1b8cc916e2e0 19:52:21 spire-1.2.1/ 19:52:21 spire-1.2.1/.data/ 19:52:21 spire-1.2.1/.data/.file 19:52:21 spire-1.2.1/.dockerignore 19:52:21 spire-1.2.1/.gitattributes 19:52:21 spire-1.2.1/.githooks/ 19:52:21 spire-1.2.1/.githooks/pre-commit 19:52:21 spire-1.2.1/.github/ 19:52:21 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:52:21 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:52:21 spire-1.2.1/.github/dependabot.yml 19:52:21 spire-1.2.1/.github/workflows/ 19:52:21 spire-1.2.1/.github/workflows/nightly_build.yaml 19:52:21 spire-1.2.1/.github/workflows/pr_build.yaml 19:52:21 spire-1.2.1/.github/workflows/release_build.yaml 19:52:21 spire-1.2.1/.github/workflows/scripts/ 19:52:21 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:52:21 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:52:21 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:52:21 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:52:21 spire-1.2.1/.github/workflows/scripts/split.sh 19:52:21 spire-1.2.1/.gitignore 19:52:21 spire-1.2.1/.go-version 19:52:21 spire-1.2.1/.golangci.yml 19:52:21 spire-1.2.1/ADOPTERS.md 19:52:21 spire-1.2.1/CHANGELOG.md 19:52:21 spire-1.2.1/CODE-OF-CONDUCT.md 19:52:21 spire-1.2.1/CODEOWNERS 19:52:21 spire-1.2.1/CONTRIBUTING.md 19:52:21 spire-1.2.1/Dockerfile 19:52:21 spire-1.2.1/Dockerfile.dev 19:52:21 spire-1.2.1/Dockerfile.scratch 19:52:21 spire-1.2.1/LICENSE 19:52:21 spire-1.2.1/MAINTAINERS.md 19:52:21 spire-1.2.1/Makefile 19:52:21 spire-1.2.1/README.md 19:52:21 spire-1.2.1/ROADMAP.md 19:52:21 spire-1.2.1/SECURITY.md 19:52:21 spire-1.2.1/cmd/ 19:52:21 spire-1.2.1/cmd/spire-agent/ 19:52:21 spire-1.2.1/cmd/spire-agent/cli/ 19:52:21 spire-1.2.1/cmd/spire-agent/cli/api/ 19:52:21 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:52:21 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:52:21 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:52:21 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:52:21 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:52:21 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:52:21 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:52:21 spire-1.2.1/cmd/spire-agent/cli/common/ 19:52:21 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:52:21 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:52:21 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:52:21 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:52:21 spire-1.2.1/cmd/spire-agent/cli/run/ 19:52:21 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:52:21 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:52:21 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:52:21 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:52:21 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:52:21 spire-1.2.1/cmd/spire-agent/main.go 19:52:21 spire-1.2.1/cmd/spire-server/ 19:52:21 spire-1.2.1/cmd/spire-server/cli/ 19:52:21 spire-1.2.1/cmd/spire-server/cli/agent/ 19:52:21 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:52:21 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/cli.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/entry/ 19:52:21 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/federation/ 19:52:21 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:52:21 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:52:21 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/run/ 19:52:21 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/token/ 19:52:21 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/validate/ 19:52:21 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/x509/ 19:52:21 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:52:21 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:52:21 spire-1.2.1/cmd/spire-server/main.go 19:52:21 spire-1.2.1/cmd/spire-server/util/ 19:52:21 spire-1.2.1/cmd/spire-server/util/util.go 19:52:21 spire-1.2.1/conf/ 19:52:21 spire-1.2.1/conf/agent/ 19:52:21 spire-1.2.1/conf/agent/agent.conf 19:52:21 spire-1.2.1/conf/agent/agent_full.conf 19:52:21 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:52:21 spire-1.2.1/conf/server/ 19:52:21 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:52:21 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:52:21 spire-1.2.1/conf/server/server.conf 19:52:21 spire-1.2.1/conf/server/server_full.conf 19:52:21 spire-1.2.1/doc/ 19:52:21 spire-1.2.1/doc/SPIRE101.md 19:52:21 spire-1.2.1/doc/auditlog.md 19:52:21 spire-1.2.1/doc/authorization_policy_engine.md 19:52:21 spire-1.2.1/doc/changelog_guidelines.md 19:52:21 spire-1.2.1/doc/cure53-report.pdf 19:52:21 spire-1.2.1/doc/images/ 19:52:21 spire-1.2.1/doc/images/2019_roadmap.png 19:52:21 spire-1.2.1/doc/images/SPIRE101.png 19:52:21 spire-1.2.1/doc/images/SPIRE_agent.png 19:52:21 spire-1.2.1/doc/images/SPIRE_server.png 19:52:21 spire-1.2.1/doc/images/cache_mgr.png 19:52:21 spire-1.2.1/doc/images/cache_mgr_components.png 19:52:21 spire-1.2.1/doc/images/federated_spire.png 19:52:21 spire-1.2.1/doc/images/ha_mode.png 19:52:21 spire-1.2.1/doc/images/nested_spire.png 19:52:21 spire-1.2.1/doc/images/oidc_federation.png 19:52:21 spire-1.2.1/doc/images/single_trust_domain.png 19:52:21 spire-1.2.1/doc/images/spiffe_compatible.png 19:52:21 spire-1.2.1/doc/images/spire_logo.png 19:52:21 spire-1.2.1/doc/migrating_registration_api_clients.md 19:52:21 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:52:21 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:52:21 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:52:21 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:52:21 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:52:21 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:52:21 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:52:21 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:52:21 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:52:21 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:52:21 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:52:21 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:52:21 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:52:21 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:52:21 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:52:21 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:52:21 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:52:21 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:52:21 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:52:21 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:52:21 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:52:21 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:52:21 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:52:21 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:52:21 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:52:21 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:52:21 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:52:21 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:52:21 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:52:21 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:52:21 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:52:21 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:52:21 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:52:21 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:52:21 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:52:21 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:52:21 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:52:21 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:52:21 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:52:21 spire-1.2.1/doc/scaling_spire.md 19:52:21 spire-1.2.1/doc/spire_agent.md 19:52:21 spire-1.2.1/doc/spire_server.md 19:52:21 spire-1.2.1/doc/supported_integrations.md 19:52:21 spire-1.2.1/doc/telemetry.md 19:52:21 spire-1.2.1/doc/telemetry_config.md 19:52:21 spire-1.2.1/doc/upgrading.md 19:52:21 spire-1.2.1/doc/using_spire.md 19:52:21 spire-1.2.1/examples/ 19:52:21 spire-1.2.1/examples/README.md 19:52:21 spire-1.2.1/go.mod 19:52:21 spire-1.2.1/go.sum 19:52:21 spire-1.2.1/pkg/ 19:52:21 spire-1.2.1/pkg/agent/ 19:52:21 spire-1.2.1/pkg/agent/agent.go 19:52:21 spire-1.2.1/pkg/agent/api/ 19:52:21 spire-1.2.1/pkg/agent/api/config.go 19:52:21 spire-1.2.1/pkg/agent/api/debug/ 19:52:21 spire-1.2.1/pkg/agent/api/debug/v1/ 19:52:21 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:52:21 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:52:21 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:52:21 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:52:21 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:52:21 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:52:21 spire-1.2.1/pkg/agent/api/endpoints.go 19:52:21 spire-1.2.1/pkg/agent/api/health/ 19:52:21 spire-1.2.1/pkg/agent/api/health/v1/ 19:52:21 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:52:21 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:52:21 spire-1.2.1/pkg/agent/api/rpccontext/ 19:52:21 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:52:21 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:52:21 spire-1.2.1/pkg/agent/attestor/ 19:52:21 spire-1.2.1/pkg/agent/attestor/node/ 19:52:21 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:52:21 spire-1.2.1/pkg/agent/attestor/node/node.go 19:52:21 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:52:21 spire-1.2.1/pkg/agent/attestor/workload/ 19:52:21 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:52:21 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:52:21 spire-1.2.1/pkg/agent/catalog/ 19:52:21 spire-1.2.1/pkg/agent/catalog/catalog.go 19:52:21 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:52:21 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:52:21 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:52:21 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:52:21 spire-1.2.1/pkg/agent/client/ 19:52:21 spire-1.2.1/pkg/agent/client/client.go 19:52:21 spire-1.2.1/pkg/agent/client/client_test.go 19:52:21 spire-1.2.1/pkg/agent/client/dial.go 19:52:21 spire-1.2.1/pkg/agent/client/nodeconn.go 19:52:21 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:52:21 spire-1.2.1/pkg/agent/client/update.go 19:52:21 spire-1.2.1/pkg/agent/client/util.go 19:52:21 spire-1.2.1/pkg/agent/common/ 19:52:21 spire-1.2.1/pkg/agent/common/backoff/ 19:52:21 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:52:21 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:52:21 spire-1.2.1/pkg/agent/common/cgroups/ 19:52:21 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:52:21 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:52:21 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:52:21 spire-1.2.1/pkg/agent/config.go 19:52:21 spire-1.2.1/pkg/agent/endpoints/ 19:52:21 spire-1.2.1/pkg/agent/endpoints/config.go 19:52:21 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:52:21 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:52:21 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:52:21 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:52:21 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:52:21 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:52:21 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:52:21 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:52:21 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:52:21 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:52:21 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:52:21 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:52:21 spire-1.2.1/pkg/agent/endpoints/workload/ 19:52:21 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:52:21 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:52:21 spire-1.2.1/pkg/agent/manager/ 19:52:21 spire-1.2.1/pkg/agent/manager/cache/ 19:52:21 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:52:21 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:52:21 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:52:21 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:52:21 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:52:21 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:52:21 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:52:21 spire-1.2.1/pkg/agent/manager/config.go 19:52:21 spire-1.2.1/pkg/agent/manager/manager.go 19:52:21 spire-1.2.1/pkg/agent/manager/manager_test.go 19:52:21 spire-1.2.1/pkg/agent/manager/storage.go 19:52:21 spire-1.2.1/pkg/agent/manager/storage_test.go 19:52:21 spire-1.2.1/pkg/agent/manager/storecache/ 19:52:21 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:52:21 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:52:21 spire-1.2.1/pkg/agent/manager/sync.go 19:52:21 spire-1.2.1/pkg/agent/plugin/ 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:52:21 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:52:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:52:21 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:52:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:52:21 spire-1.2.1/pkg/agent/svid/ 19:52:21 spire-1.2.1/pkg/agent/svid/rotator.go 19:52:21 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:52:21 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:52:21 spire-1.2.1/pkg/agent/svid/store/ 19:52:21 spire-1.2.1/pkg/agent/svid/store/service.go 19:52:21 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:52:21 spire-1.2.1/pkg/common/ 19:52:21 spire-1.2.1/pkg/common/agentpathtemplate/ 19:52:21 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:52:21 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:52:21 spire-1.2.1/pkg/common/api/ 19:52:21 spire-1.2.1/pkg/common/api/metrics.go 19:52:21 spire-1.2.1/pkg/common/api/middleware/ 19:52:21 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:52:21 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:52:21 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:52:21 spire-1.2.1/pkg/common/api/middleware/logger.go 19:52:21 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:52:21 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:52:21 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:52:21 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:52:21 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:52:21 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:52:21 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:52:21 spire-1.2.1/pkg/common/api/middleware/names.go 19:52:21 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:52:21 spire-1.2.1/pkg/common/api/names.go 19:52:21 spire-1.2.1/pkg/common/api/ratelimit.go 19:52:21 spire-1.2.1/pkg/common/api/rpccontext/ 19:52:21 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:52:21 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:52:21 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:52:21 spire-1.2.1/pkg/common/auth/ 19:52:21 spire-1.2.1/pkg/common/auth/interceptors.go 19:52:21 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:52:21 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:52:21 spire-1.2.1/pkg/common/bundleutil/ 19:52:21 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:52:21 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:52:21 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:52:21 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:52:21 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:52:21 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:52:21 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:52:21 spire-1.2.1/pkg/common/bundleutil/types.go 19:52:21 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:52:21 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:52:21 spire-1.2.1/pkg/common/catalog/ 19:52:21 spire-1.2.1/pkg/common/catalog/bind.go 19:52:21 spire-1.2.1/pkg/common/catalog/builtin.go 19:52:21 spire-1.2.1/pkg/common/catalog/catalog.go 19:52:21 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:52:21 spire-1.2.1/pkg/common/catalog/closers.go 19:52:21 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:52:21 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:52:21 spire-1.2.1/pkg/common/catalog/config.go 19:52:21 spire-1.2.1/pkg/common/catalog/config_test.go 19:52:21 spire-1.2.1/pkg/common/catalog/configure.go 19:52:21 spire-1.2.1/pkg/common/catalog/constraints.go 19:52:21 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:52:21 spire-1.2.1/pkg/common/catalog/context.go 19:52:21 spire-1.2.1/pkg/common/catalog/external.go 19:52:21 spire-1.2.1/pkg/common/catalog/host.go 19:52:21 spire-1.2.1/pkg/common/catalog/pipenet.go 19:52:21 spire-1.2.1/pkg/common/catalog/plugin.go 19:52:21 spire-1.2.1/pkg/common/catalog/testplugin/ 19:52:21 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:52:21 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:52:21 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:52:21 spire-1.2.1/pkg/common/cli/ 19:52:21 spire-1.2.1/pkg/common/cli/env.go 19:52:21 spire-1.2.1/pkg/common/cli/flags.go 19:52:21 spire-1.2.1/pkg/common/cli/trust_domain.go 19:52:21 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:52:21 spire-1.2.1/pkg/common/cli/umask.go 19:52:21 spire-1.2.1/pkg/common/cli/umask_posix.go 19:52:21 spire-1.2.1/pkg/common/cli/umask_test.go 19:52:21 spire-1.2.1/pkg/common/cli/umask_windows.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/ 19:52:21 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/flag.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/format.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/ 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:52:21 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:52:21 spire-1.2.1/pkg/common/coretypes/ 19:52:21 spire-1.2.1/pkg/common/coretypes/bundle/ 19:52:21 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:52:21 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:52:21 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:52:21 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:52:21 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:52:21 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:52:21 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:52:21 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:52:21 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:52:21 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:52:21 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:52:21 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:52:21 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:52:21 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:52:21 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:52:21 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:52:21 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:52:21 spire-1.2.1/pkg/common/cryptoutil/ 19:52:21 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:52:21 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:52:21 spire-1.2.1/pkg/common/diskutil/ 19:52:21 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:52:21 spire-1.2.1/pkg/common/diskutil/file_test.go 19:52:21 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:52:21 spire-1.2.1/pkg/common/errorutil/ 19:52:21 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:52:21 spire-1.2.1/pkg/common/health/ 19:52:21 spire-1.2.1/pkg/common/health/config.go 19:52:21 spire-1.2.1/pkg/common/health/context.go 19:52:21 spire-1.2.1/pkg/common/health/context_test.go 19:52:21 spire-1.2.1/pkg/common/health/health.go 19:52:21 spire-1.2.1/pkg/common/health/health_test.go 19:52:21 spire-1.2.1/pkg/common/health/logger.go 19:52:21 spire-1.2.1/pkg/common/hostservice/ 19:52:21 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:52:21 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:52:21 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:52:21 spire-1.2.1/pkg/common/idutil/ 19:52:21 spire-1.2.1/pkg/common/idutil/require.go 19:52:21 spire-1.2.1/pkg/common/idutil/require_test.go 19:52:21 spire-1.2.1/pkg/common/idutil/safety.go 19:52:21 spire-1.2.1/pkg/common/idutil/safety_test.go 19:52:21 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:52:21 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:52:21 spire-1.2.1/pkg/common/jwtsvid/ 19:52:21 spire-1.2.1/pkg/common/jwtsvid/common.go 19:52:21 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:52:21 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:52:21 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:52:21 spire-1.2.1/pkg/common/jwtutil/ 19:52:21 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:52:21 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:52:21 spire-1.2.1/pkg/common/log/ 19:52:21 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:52:21 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:52:21 spire-1.2.1/pkg/common/log/log.go 19:52:21 spire-1.2.1/pkg/common/log/log_test.go 19:52:21 spire-1.2.1/pkg/common/log/options.go 19:52:21 spire-1.2.1/pkg/common/nodeutil/ 19:52:21 spire-1.2.1/pkg/common/nodeutil/node.go 19:52:21 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:52:21 spire-1.2.1/pkg/common/peertracker/ 19:52:21 spire-1.2.1/pkg/common/peertracker/conn.go 19:52:21 spire-1.2.1/pkg/common/peertracker/credentials.go 19:52:21 spire-1.2.1/pkg/common/peertracker/errors.go 19:52:21 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:52:21 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:52:21 spire-1.2.1/pkg/common/peertracker/info.go 19:52:21 spire-1.2.1/pkg/common/peertracker/listener.go 19:52:21 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:52:21 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:52:21 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:52:21 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:52:21 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:52:21 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:52:21 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:52:21 spire-1.2.1/pkg/common/peertracker/tcp.go 19:52:21 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:52:21 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:52:21 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:52:21 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:52:21 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:52:21 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:52:21 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:52:21 spire-1.2.1/pkg/common/peertracker/uds.go 19:52:21 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:52:21 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:52:21 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:52:21 spire-1.2.1/pkg/common/pemutil/ 19:52:21 spire-1.2.1/pkg/common/pemutil/block.go 19:52:21 spire-1.2.1/pkg/common/pemutil/certs.go 19:52:21 spire-1.2.1/pkg/common/pemutil/common.go 19:52:21 spire-1.2.1/pkg/common/pemutil/csr.go 19:52:21 spire-1.2.1/pkg/common/pemutil/keys.go 19:52:21 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:52:21 spire-1.2.1/pkg/common/pemutil/testdata/ 19:52:21 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:52:21 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:52:21 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:52:21 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:52:21 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:52:21 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:52:21 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:52:21 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:52:21 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:52:21 spire-1.2.1/pkg/common/plugin/ 19:52:21 spire-1.2.1/pkg/common/plugin/aws/ 19:52:21 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:52:21 spire-1.2.1/pkg/common/plugin/azure/ 19:52:21 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:52:21 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:52:21 spire-1.2.1/pkg/common/plugin/facade.go 19:52:21 spire-1.2.1/pkg/common/plugin/facade_test.go 19:52:21 spire-1.2.1/pkg/common/plugin/gcp/ 19:52:21 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:52:21 spire-1.2.1/pkg/common/plugin/k8s/ 19:52:21 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:52:21 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:52:21 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:52:21 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:52:21 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:52:21 spire-1.2.1/pkg/common/plugin/log.go 19:52:21 spire-1.2.1/pkg/common/plugin/sshpop/ 19:52:21 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:52:21 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:52:21 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:52:21 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:52:21 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:52:21 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:52:21 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:52:21 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:52:21 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:52:21 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:52:21 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:52:21 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:52:21 spire-1.2.1/pkg/common/plugin/x509pop/ 19:52:21 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:52:21 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:52:21 spire-1.2.1/pkg/common/profiling/ 19:52:21 spire-1.2.1/pkg/common/profiling/dumpers.go 19:52:21 spire-1.2.1/pkg/common/profiling/profiling.go 19:52:21 spire-1.2.1/pkg/common/protoutil/ 19:52:21 spire-1.2.1/pkg/common/protoutil/masks.go 19:52:21 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:52:21 spire-1.2.1/pkg/common/rotationutil/ 19:52:21 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:52:21 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:52:21 spire-1.2.1/pkg/common/selector/ 19:52:21 spire-1.2.1/pkg/common/selector/selector.go 19:52:21 spire-1.2.1/pkg/common/selector/selector_test.go 19:52:21 spire-1.2.1/pkg/common/selector/set.go 19:52:21 spire-1.2.1/pkg/common/selector/set_utils.go 19:52:21 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:52:21 spire-1.2.1/pkg/common/telemetry/ 19:52:21 spire-1.2.1/pkg/common/telemetry/agent/ 19:52:21 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:52:21 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:52:21 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:52:21 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:52:21 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:52:21 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:52:21 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:52:21 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:52:21 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:52:21 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:52:21 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:52:21 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:52:21 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:52:21 spire-1.2.1/pkg/common/telemetry/call.go 19:52:21 spire-1.2.1/pkg/common/telemetry/common/ 19:52:21 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:52:21 spire-1.2.1/pkg/common/telemetry/config.go 19:52:21 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:52:21 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:52:21 spire-1.2.1/pkg/common/telemetry/inmem.go 19:52:21 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:52:21 spire-1.2.1/pkg/common/telemetry/m3.go 19:52:21 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:52:21 spire-1.2.1/pkg/common/telemetry/metrics.go 19:52:21 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:52:21 spire-1.2.1/pkg/common/telemetry/names.go 19:52:21 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:52:21 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:52:21 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:52:21 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:52:21 spire-1.2.1/pkg/common/telemetry/server/ 19:52:21 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:52:21 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:52:21 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:52:21 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:52:21 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:52:21 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:52:21 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:52:21 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:52:21 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:52:21 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:52:21 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:52:21 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:52:21 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:52:21 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:52:21 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:52:21 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:52:21 spire-1.2.1/pkg/common/telemetry/server/server.go 19:52:21 spire-1.2.1/pkg/common/telemetry/sink.go 19:52:21 spire-1.2.1/pkg/common/telemetry/statsd.go 19:52:21 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:52:21 spire-1.2.1/pkg/common/telemetry/uptime.go 19:52:21 spire-1.2.1/pkg/common/telemetry/version.go 19:52:21 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:52:21 spire-1.2.1/pkg/common/uptime/ 19:52:21 spire-1.2.1/pkg/common/uptime/uptime.go 19:52:21 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:52:21 spire-1.2.1/pkg/common/util/ 19:52:21 spire-1.2.1/pkg/common/util/certs.go 19:52:21 spire-1.2.1/pkg/common/util/certs_test.go 19:52:21 spire-1.2.1/pkg/common/util/csr.go 19:52:21 spire-1.2.1/pkg/common/util/hash.go 19:52:21 spire-1.2.1/pkg/common/util/selectors.go 19:52:21 spire-1.2.1/pkg/common/util/selectors_test.go 19:52:21 spire-1.2.1/pkg/common/util/signals.go 19:52:21 spire-1.2.1/pkg/common/util/sort.go 19:52:21 spire-1.2.1/pkg/common/util/sort_test.go 19:52:21 spire-1.2.1/pkg/common/util/task.go 19:52:21 spire-1.2.1/pkg/common/util/task_test.go 19:52:21 spire-1.2.1/pkg/common/util/testdata/ 19:52:21 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:52:21 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:52:21 spire-1.2.1/pkg/common/version/ 19:52:21 spire-1.2.1/pkg/common/version/version.go 19:52:21 spire-1.2.1/pkg/common/x509svid/ 19:52:21 spire-1.2.1/pkg/common/x509svid/common_test.go 19:52:21 spire-1.2.1/pkg/common/x509svid/csr.go 19:52:21 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:52:21 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:52:21 spire-1.2.1/pkg/common/x509util/ 19:52:21 spire-1.2.1/pkg/common/x509util/cert.go 19:52:21 spire-1.2.1/pkg/common/x509util/dns.go 19:52:21 spire-1.2.1/pkg/common/x509util/dns_test.go 19:52:21 spire-1.2.1/pkg/common/x509util/keyid.go 19:52:21 spire-1.2.1/pkg/common/x509util/keypair.go 19:52:21 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:52:21 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:52:21 spire-1.2.1/pkg/server/ 19:52:21 spire-1.2.1/pkg/server/api/ 19:52:21 spire-1.2.1/pkg/server/api/agent.go 19:52:21 spire-1.2.1/pkg/server/api/agent/ 19:52:21 spire-1.2.1/pkg/server/api/agent/v1/ 19:52:21 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:52:21 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:52:21 spire-1.2.1/pkg/server/api/agent_test.go 19:52:21 spire-1.2.1/pkg/server/api/api.go 19:52:21 spire-1.2.1/pkg/server/api/audit/ 19:52:21 spire-1.2.1/pkg/server/api/audit/audit.go 19:52:21 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:52:21 spire-1.2.1/pkg/server/api/bundle.go 19:52:21 spire-1.2.1/pkg/server/api/bundle/ 19:52:21 spire-1.2.1/pkg/server/api/bundle/v1/ 19:52:21 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:52:21 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:52:21 spire-1.2.1/pkg/server/api/bundle_test.go 19:52:21 spire-1.2.1/pkg/server/api/debug/ 19:52:21 spire-1.2.1/pkg/server/api/debug/v1/ 19:52:21 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:52:21 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:52:21 spire-1.2.1/pkg/server/api/entry.go 19:52:21 spire-1.2.1/pkg/server/api/entry/ 19:52:21 spire-1.2.1/pkg/server/api/entry/v1/ 19:52:21 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:52:21 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:52:21 spire-1.2.1/pkg/server/api/entry_test.go 19:52:21 spire-1.2.1/pkg/server/api/health/ 19:52:21 spire-1.2.1/pkg/server/api/health/v1/ 19:52:21 spire-1.2.1/pkg/server/api/health/v1/service.go 19:52:21 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:52:21 spire-1.2.1/pkg/server/api/id.go 19:52:21 spire-1.2.1/pkg/server/api/id_test.go 19:52:21 spire-1.2.1/pkg/server/api/limits/ 19:52:21 spire-1.2.1/pkg/server/api/limits/limits.go 19:52:21 spire-1.2.1/pkg/server/api/middleware/ 19:52:21 spire-1.2.1/pkg/server/api/middleware/alias.go 19:52:21 spire-1.2.1/pkg/server/api/middleware/audit.go 19:52:21 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:52:21 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:52:21 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:52:21 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:52:21 spire-1.2.1/pkg/server/api/middleware/caller.go 19:52:21 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:52:21 spire-1.2.1/pkg/server/api/middleware/common.go 19:52:21 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:52:21 spire-1.2.1/pkg/server/api/middleware/entries.go 19:52:21 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:52:21 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:52:21 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:52:21 spire-1.2.1/pkg/server/api/ratelimit.go 19:52:21 spire-1.2.1/pkg/server/api/rpccontext/ 19:52:21 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:52:21 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:52:21 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:52:21 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:52:21 spire-1.2.1/pkg/server/api/selector.go 19:52:21 spire-1.2.1/pkg/server/api/selector_test.go 19:52:21 spire-1.2.1/pkg/server/api/status.go 19:52:21 spire-1.2.1/pkg/server/api/status_test.go 19:52:21 spire-1.2.1/pkg/server/api/svid/ 19:52:21 spire-1.2.1/pkg/server/api/svid/v1/ 19:52:21 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:52:21 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:52:21 spire-1.2.1/pkg/server/api/trustdomain.go 19:52:21 spire-1.2.1/pkg/server/api/trustdomain/ 19:52:21 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:52:21 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:52:21 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:52:21 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:52:21 spire-1.2.1/pkg/server/authpolicy/ 19:52:21 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:52:21 spire-1.2.1/pkg/server/authpolicy/policy.go 19:52:21 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:52:21 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:52:21 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:52:21 spire-1.2.1/pkg/server/authpolicy/validate.go 19:52:21 spire-1.2.1/pkg/server/bundle/ 19:52:21 spire-1.2.1/pkg/server/bundle/client/ 19:52:21 spire-1.2.1/pkg/server/bundle/client/client.go 19:52:21 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:52:21 spire-1.2.1/pkg/server/bundle/client/manager.go 19:52:21 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:52:21 spire-1.2.1/pkg/server/bundle/client/sources.go 19:52:21 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:52:21 spire-1.2.1/pkg/server/bundle/client/updater.go 19:52:21 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:52:21 spire-1.2.1/pkg/server/ca/ 19:52:21 spire-1.2.1/pkg/server/ca/ca.go 19:52:21 spire-1.2.1/pkg/server/ca/ca_health.go 19:52:21 spire-1.2.1/pkg/server/ca/ca_test.go 19:52:21 spire-1.2.1/pkg/server/ca/journal.go 19:52:21 spire-1.2.1/pkg/server/ca/journal_test.go 19:52:21 spire-1.2.1/pkg/server/ca/manager.go 19:52:21 spire-1.2.1/pkg/server/ca/manager_health.go 19:52:21 spire-1.2.1/pkg/server/ca/manager_test.go 19:52:21 spire-1.2.1/pkg/server/ca/templates.go 19:52:21 spire-1.2.1/pkg/server/ca/upstream_client.go 19:52:21 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:52:21 spire-1.2.1/pkg/server/ca/validation.go 19:52:21 spire-1.2.1/pkg/server/cache/ 19:52:21 spire-1.2.1/pkg/server/cache/dscache/ 19:52:21 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:52:21 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:52:21 spire-1.2.1/pkg/server/cache/entrycache/ 19:52:21 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:52:21 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:52:21 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:52:21 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:52:21 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:52:21 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:52:21 spire-1.2.1/pkg/server/catalog/ 19:52:21 spire-1.2.1/pkg/server/catalog/catalog.go 19:52:21 spire-1.2.1/pkg/server/catalog/keymanager.go 19:52:21 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:52:21 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:52:21 spire-1.2.1/pkg/server/catalog/notifier.go 19:52:21 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:52:21 spire-1.2.1/pkg/server/config.go 19:52:21 spire-1.2.1/pkg/server/datastore/ 19:52:21 spire-1.2.1/pkg/server/datastore/datastore.go 19:52:21 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:52:21 spire-1.2.1/pkg/server/datastore/repository.go 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:52:21 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:52:21 spire-1.2.1/pkg/server/endpoints/ 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/ 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:52:21 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:52:21 spire-1.2.1/pkg/server/endpoints/config.go 19:52:21 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:52:21 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:52:21 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:52:21 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:52:21 spire-1.2.1/pkg/server/endpoints/middleware.go 19:52:21 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:52:21 spire-1.2.1/pkg/server/hostservice/ 19:52:21 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:52:21 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:52:21 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:52:21 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:52:21 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:52:21 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:52:21 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:52:21 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/ 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/ 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:52:21 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:52:21 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:52:21 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:52:21 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:52:21 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:52:21 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:52:21 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:52:21 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:52:21 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/notifier/ 19:52:21 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:52:21 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:52:21 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:52:21 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:52:21 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:52:21 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:52:21 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:52:21 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:52:21 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:52:21 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:52:21 spire-1.2.1/pkg/server/registration/ 19:52:21 spire-1.2.1/pkg/server/registration/manager.go 19:52:21 spire-1.2.1/pkg/server/registration/manager_test.go 19:52:21 spire-1.2.1/pkg/server/scanentries.go 19:52:21 spire-1.2.1/pkg/server/scanentries_test.go 19:52:21 spire-1.2.1/pkg/server/server.go 19:52:21 spire-1.2.1/pkg/server/server_test.go 19:52:21 spire-1.2.1/pkg/server/svid/ 19:52:21 spire-1.2.1/pkg/server/svid/observer.go 19:52:21 spire-1.2.1/pkg/server/svid/observer_test.go 19:52:21 spire-1.2.1/pkg/server/svid/rotator.go 19:52:21 spire-1.2.1/pkg/server/svid/rotator_config.go 19:52:21 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:52:21 spire-1.2.1/pkg/server/svid/rotator_test.go 19:52:21 spire-1.2.1/proto/ 19:52:21 spire-1.2.1/proto/private/ 19:52:21 spire-1.2.1/proto/private/server/ 19:52:21 spire-1.2.1/proto/private/server/journal/ 19:52:21 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:52:21 spire-1.2.1/proto/private/server/journal/journal.proto 19:52:21 spire-1.2.1/proto/spire/ 19:52:21 spire-1.2.1/proto/spire/common/ 19:52:21 spire-1.2.1/proto/spire/common/common.pb.go 19:52:21 spire-1.2.1/proto/spire/common/common.proto 19:52:21 spire-1.2.1/proto/spire/common/plugin/ 19:52:21 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:52:21 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:52:21 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:52:21 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:52:21 spire-1.2.1/proto/spire/plugin/ 19:52:21 spire-1.2.1/proto/spire/plugin/agent/ 19:52:21 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:52:21 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:52:21 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:52:21 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:52:21 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:52:21 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:52:21 spire-1.2.1/release/ 19:52:21 spire-1.2.1/release/spire-extras/ 19:52:21 spire-1.2.1/release/spire-extras/README.md 19:52:21 spire-1.2.1/release/spire-extras/conf/ 19:52:21 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:52:21 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:52:21 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:52:21 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:52:21 spire-1.2.1/release/spire/ 19:52:21 spire-1.2.1/release/spire/README.md 19:52:21 spire-1.2.1/release/spire/conf/ 19:52:21 spire-1.2.1/release/spire/conf/agent/ 19:52:21 spire-1.2.1/release/spire/conf/agent/agent.conf 19:52:21 spire-1.2.1/release/spire/conf/server/ 19:52:21 spire-1.2.1/release/spire/conf/server/server.conf 19:52:21 spire-1.2.1/script/ 19:52:21 spire-1.2.1/script/build-artifact.sh 19:52:21 spire-1.2.1/script/generate_dummy_ca.sh 19:52:21 spire-1.2.1/support/ 19:52:21 spire-1.2.1/support/k8s/ 19:52:21 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:52:21 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:52:21 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:52:22 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:52:22 spire-1.2.1/support/oidc-discovery-provider/ 19:52:22 spire-1.2.1/support/oidc-discovery-provider/README.md 19:52:22 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:52:22 spire-1.2.1/support/oidc-discovery-provider/config.go 19:52:22 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:52:22 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:52:22 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:52:22 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:52:22 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:52:22 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:52:22 spire-1.2.1/support/oidc-discovery-provider/main.go 19:52:22 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:52:22 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:52:22 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:52:22 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:52:22 spire-1.2.1/test/ 19:52:22 spire-1.2.1/test/clock/ 19:52:22 spire-1.2.1/test/clock/clock.go 19:52:22 spire-1.2.1/test/fakes/ 19:52:22 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:52:22 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:52:22 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:52:22 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:52:22 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:52:22 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:52:22 spire-1.2.1/test/fakes/fakeagentstore/ 19:52:22 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:52:22 spire-1.2.1/test/fakes/fakedatastore/ 19:52:22 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:52:22 spire-1.2.1/test/fakes/fakeentryclient/ 19:52:22 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:52:22 spire-1.2.1/test/fakes/fakehealthchecker/ 19:52:22 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:52:22 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:52:22 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:52:22 spire-1.2.1/test/fakes/fakemetrics/ 19:52:22 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:52:22 spire-1.2.1/test/fakes/fakenoderesolver/ 19:52:22 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:52:22 spire-1.2.1/test/fakes/fakenotifier/ 19:52:22 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:52:22 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:52:22 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:52:22 spire-1.2.1/test/fakes/fakeserverca/ 19:52:22 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:52:22 spire-1.2.1/test/fakes/fakeservercatalog/ 19:52:22 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:52:22 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:52:22 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:52:22 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:52:22 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:52:22 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:52:22 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:52:22 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:52:22 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:52:22 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:52:22 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:52:22 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:52:22 spire-1.2.1/test/fixture/ 19:52:22 spire-1.2.1/test/fixture/certs/ 19:52:22 spire-1.2.1/test/fixture/certs/agent_svid.der 19:52:22 spire-1.2.1/test/fixture/certs/base_cert.pem 19:52:22 spire-1.2.1/test/fixture/certs/base_csr.pem 19:52:22 spire-1.2.1/test/fixture/certs/base_key.pem 19:52:22 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:52:22 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:52:22 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:52:22 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:52:22 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:52:22 spire-1.2.1/test/fixture/certs/blog_key.pem 19:52:22 spire-1.2.1/test/fixture/certs/bundle.der 19:52:22 spire-1.2.1/test/fixture/certs/ca.pem 19:52:22 spire-1.2.1/test/fixture/certs/ca_key.pem 19:52:22 spire-1.2.1/test/fixture/certs/database_cert.pem 19:52:22 spire-1.2.1/test/fixture/certs/database_csr.pem 19:52:22 spire-1.2.1/test/fixture/certs/database_key.pem 19:52:22 spire-1.2.1/test/fixture/certs/node_cert.pem 19:52:22 spire-1.2.1/test/fixture/certs/node_csr.pem 19:52:22 spire-1.2.1/test/fixture/certs/node_key.pem 19:52:22 spire-1.2.1/test/fixture/certs/svid.pem 19:52:22 spire-1.2.1/test/fixture/certs/svid_key.pem 19:52:22 spire-1.2.1/test/fixture/config/ 19:52:22 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:52:22 spire-1.2.1/test/fixture/config/agent_good.conf 19:52:22 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:52:22 spire-1.2.1/test/fixture/config/plugin_good.conf 19:52:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:52:22 spire-1.2.1/test/fixture/config/server_good.conf 19:52:22 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:52:22 spire-1.2.1/test/fixture/fixture.go 19:52:22 spire-1.2.1/test/fixture/nodeattestor/ 19:52:22 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:52:22 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:52:22 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:52:22 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:52:22 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:52:22 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:52:22 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:52:22 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:52:22 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:52:22 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:52:22 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:52:22 spire-1.2.1/test/fixture/registration/ 19:52:22 spire-1.2.1/test/fixture/registration/entries.json 19:52:22 spire-1.2.1/test/fixture/registration/good-for-update.json 19:52:22 spire-1.2.1/test/fixture/registration/good.json 19:52:22 spire-1.2.1/test/fixture/registration/invalid.json 19:52:22 spire-1.2.1/test/fixture/registration/invalid_json.json 19:52:22 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:52:22 spire-1.2.1/test/integration/ 19:52:22 spire-1.2.1/test/integration/README.md 19:52:22 spire-1.2.1/test/integration/common 19:52:22 spire-1.2.1/test/integration/setup/ 19:52:22 spire-1.2.1/test/integration/setup/adminclient/ 19:52:22 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:52:22 spire-1.2.1/test/integration/setup/adminclient/client.go 19:52:22 spire-1.2.1/test/integration/setup/debugagent/ 19:52:22 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:52:22 spire-1.2.1/test/integration/setup/debugagent/main.go 19:52:22 spire-1.2.1/test/integration/setup/debugserver/ 19:52:22 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:52:22 spire-1.2.1/test/integration/setup/debugserver/main.go 19:52:22 spire-1.2.1/test/integration/setup/downstreamclient/ 19:52:22 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:52:22 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:52:22 spire-1.2.1/test/integration/setup/itclient/ 19:52:22 spire-1.2.1/test/integration/setup/itclient/client.go 19:52:22 spire-1.2.1/test/integration/setup/node-attestation/ 19:52:22 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:52:22 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:52:22 spire-1.2.1/test/integration/setup/x509pop/ 19:52:22 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:52:22 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:52:22 spire-1.2.1/test/integration/suites/ 19:52:22 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:52:22 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:52:22 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:52:22 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:52:22 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:52:22 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:52:22 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:52:22 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:52:22 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:52:22 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:52:22 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:52:22 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:52:22 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:52:22 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:52:22 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:52:22 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:52:22 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:52:22 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:52:22 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:52:22 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:52:22 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:52:22 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:52:22 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:52:22 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:52:22 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:52:22 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:52:22 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:52:22 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:52:22 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:52:22 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:52:22 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:52:22 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:52:22 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:52:22 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:52:22 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:52:22 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:52:22 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:52:22 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:52:22 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:52:22 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:52:22 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:52:22 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:52:22 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:52:22 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:52:22 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:52:22 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:52:22 spire-1.2.1/test/integration/suites/join-token/ 19:52:22 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:52:22 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:52:22 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:52:22 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:52:22 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:52:22 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:52:22 spire-1.2.1/test/integration/suites/join-token/README.md 19:52:22 spire-1.2.1/test/integration/suites/join-token/conf/ 19:52:22 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:52:22 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:52:22 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/join-token/teardown 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:52:22 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:52:22 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:52:22 spire-1.2.1/test/integration/suites/k8s/ 19:52:22 spire-1.2.1/test/integration/suites/k8s/00-setup 19:52:22 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:52:22 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:52:22 spire-1.2.1/test/integration/suites/k8s/README.md 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/ 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:52:22 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:52:22 spire-1.2.1/test/integration/suites/k8s/teardown 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:52:22 spire-1.2.1/test/integration/suites/node-attestation/ 19:52:22 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:52:22 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:52:22 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:52:22 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:52:22 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:52:22 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:52:22 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:52:22 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:52:22 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:52:22 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:52:22 spire-1.2.1/test/integration/suites/rotation/ 19:52:22 spire-1.2.1/test/integration/suites/rotation/00-setup 19:52:22 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:52:22 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:52:22 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:52:22 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:52:22 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:52:22 spire-1.2.1/test/integration/suites/rotation/README.md 19:52:22 spire-1.2.1/test/integration/suites/rotation/conf/ 19:52:22 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:52:22 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:52:22 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/rotation/teardown 19:52:22 spire-1.2.1/test/integration/suites/self-test/ 19:52:22 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:52:22 spire-1.2.1/test/integration/suites/self-test/README.md 19:52:22 spire-1.2.1/test/integration/suites/self-test/teardown 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:52:22 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:52:22 spire-1.2.1/test/integration/suites/upgrade/ 19:52:22 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:52:22 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:52:22 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:52:22 spire-1.2.1/test/integration/suites/upgrade/README.md 19:52:22 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:52:22 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:52:22 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:52:22 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:52:22 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:52:22 spire-1.2.1/test/integration/suites/upgrade/teardown 19:52:22 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:52:22 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:52:22 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:52:22 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:52:22 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:52:22 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:52:22 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:52:22 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:52:22 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:52:22 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:52:22 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:52:22 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:52:22 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:52:22 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:52:22 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:52:22 spire-1.2.1/test/integration/test-one.sh 19:52:22 spire-1.2.1/test/integration/test.sh 19:52:22 spire-1.2.1/test/plugintest/ 19:52:22 spire-1.2.1/test/plugintest/config.go 19:52:22 spire-1.2.1/test/plugintest/load.go 19:52:22 spire-1.2.1/test/plugintest/option.go 19:52:22 spire-1.2.1/test/spiretest/ 19:52:22 spire-1.2.1/test/spiretest/apiserver.go 19:52:22 spire-1.2.1/test/spiretest/assertions.go 19:52:22 spire-1.2.1/test/spiretest/dir.go 19:52:22 spire-1.2.1/test/spiretest/errors_posix.go 19:52:22 spire-1.2.1/test/spiretest/errors_windows.go 19:52:22 spire-1.2.1/test/spiretest/logs.go 19:52:22 spire-1.2.1/test/spiretest/socketapi.go 19:52:22 spire-1.2.1/test/spiretest/suite.go 19:52:22 spire-1.2.1/test/spiretest/x509.go 19:52:22 spire-1.2.1/test/testca/ 19:52:22 spire-1.2.1/test/testca/ca.go 19:52:22 spire-1.2.1/test/testkey/ 19:52:22 spire-1.2.1/test/testkey/generate.sh 19:52:22 spire-1.2.1/test/testkey/genkeys.go 19:52:22 spire-1.2.1/test/testkey/keys.go 19:52:22 spire-1.2.1/test/testkey/new.go 19:52:22 spire-1.2.1/test/tpmsimulator/ 19:52:22 spire-1.2.1/test/tpmsimulator/simulator.go 19:52:22 spire-1.2.1/test/util/ 19:52:22 spire-1.2.1/test/util/cert_fixtures.go 19:52:22 spire-1.2.1/test/util/cert_generation.go 19:52:22 spire-1.2.1/test/util/io_redirection.go 19:52:22 spire-1.2.1/test/util/race.go 19:52:22 spire-1.2.1/test/util/util.go 19:52:22 building spire from source... 19:52:22 Installing go1.17.7... 19:52:45 Building bin/spire-server... 19:52:45 go: downloading github.com/mitchellh/cli v1.1.2 19:52:45 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:52:45 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:52:45 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:52:45 go: downloading google.golang.org/grpc v1.44.0 19:52:47 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:52:47 go: downloading github.com/imdario/mergo v0.3.12 19:52:47 go: downloading github.com/sirupsen/logrus v1.8.1 19:52:47 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:52:47 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:52:48 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:52:48 go: downloading github.com/fatih/color v1.13.0 19:52:48 go: downloading github.com/mattn/go-isatty v0.0.14 19:52:48 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:52:48 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:52:48 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:52:48 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:52:49 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:52:49 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:52:49 go: downloading github.com/armon/go-metrics v0.3.10 19:52:50 go: downloading github.com/prometheus/client_golang v1.12.1 19:52:50 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:52:51 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:52:51 go: downloading github.com/open-policy-agent/opa v0.38.0 19:53:13 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:53:13 go: downloading github.com/mattn/go-colorable v0.1.12 19:53:13 go: downloading github.com/Masterminds/goutils v1.1.0 19:53:13 go: downloading github.com/Masterminds/semver v1.5.0 19:53:13 go: downloading github.com/google/uuid v1.1.2 19:53:13 go: downloading github.com/huandu/xstrings v1.3.2 19:53:13 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:53:13 go: downloading github.com/oklog/run v1.0.0 19:53:13 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:53:13 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:53:13 go: downloading github.com/prometheus/client_model v0.2.0 19:53:13 go: downloading github.com/prometheus/common v0.32.1 19:53:13 go: downloading github.com/pkg/errors v0.9.1 19:53:13 go: downloading go.uber.org/atomic v1.9.0 19:53:13 go: downloading github.com/imkira/go-observer v1.0.3 19:53:13 go: downloading github.com/beorn7/perks v1.0.1 19:53:13 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:53:13 go: downloading github.com/prometheus/procfs v0.7.3 19:53:13 go: downloading github.com/hashicorp/errwrap v1.1.0 19:53:13 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:53:13 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:53:13 go: downloading github.com/twmb/murmur3 v1.1.6 19:53:13 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:53:13 go: downloading github.com/blang/semver/v4 v4.0.0 19:53:13 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:53:13 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:53:13 go: downloading github.com/jinzhu/gorm v1.9.16 19:53:13 go: downloading github.com/lib/pq v1.10.4 19:53:13 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:53:13 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:53:14 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:53:14 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:53:17 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:53:20 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:53:20 go: downloading github.com/stretchr/testify v1.7.0 19:53:20 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:53:20 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:53:39 go: downloading google.golang.org/api v0.70.0 19:53:39 go: downloading k8s.io/client-go v0.23.4 19:53:39 go: downloading k8s.io/api v0.23.4 19:53:47 go: downloading github.com/google/go-tpm v0.3.3 19:53:47 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:54:09 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:54:09 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:54:09 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:54:09 go: downloading cloud.google.com/go/storage v1.21.0 19:54:09 go: downloading cloud.google.com/go v0.100.2 19:54:09 go: downloading k8s.io/apimachinery v0.23.4 19:54:11 go: downloading k8s.io/kube-aggregator v0.23.3 19:54:11 go: downloading cloud.google.com/go/security v1.3.0 19:54:11 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:54:13 go: downloading github.com/hashicorp/vault/api v1.4.1 19:54:13 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:54:14 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:54:14 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:54:14 go: downloading gopkg.in/yaml.v2 v2.4.0 19:54:15 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:54:15 go: downloading github.com/gobwas/glob v0.2.3 19:54:15 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:54:16 go: downloading github.com/jinzhu/inflection v1.0.0 19:54:16 go: downloading github.com/aws/smithy-go v1.11.0 19:54:17 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:54:17 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:54:17 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:54:17 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:54:17 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:54:18 go: downloading github.com/gogo/protobuf v1.3.2 19:54:23 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:54:23 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:54:23 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:54:23 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:54:23 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:54:23 go: downloading github.com/dimchansky/utfbom v1.1.1 19:54:23 go: downloading cloud.google.com/go/compute v1.3.0 19:54:24 go: downloading cloud.google.com/go/iam v0.1.1 19:54:24 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:54:25 go: downloading k8s.io/klog/v2 v2.30.0 19:54:25 go: downloading github.com/google/gofuzz v1.1.0 19:54:25 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:54:26 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:54:26 go: downloading github.com/spf13/pflag v1.0.5 19:54:26 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:54:26 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:54:26 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:54:27 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:54:27 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:54:27 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:54:27 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:54:28 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:54:28 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:54:28 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:54:28 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:54:29 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:54:30 go: downloading go.opencensus.io v0.23.0 19:54:31 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:54:31 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:54:31 go: downloading gopkg.in/inf.v0 v0.9.1 19:54:31 go: downloading github.com/go-logr/logr v1.2.2 19:54:31 go: downloading github.com/google/go-cmp v0.5.7 19:54:31 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:54:31 go: downloading github.com/json-iterator/go v1.1.12 19:54:32 go: downloading github.com/googleapis/gnostic v0.5.5 19:54:35 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:54:36 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:54:36 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:54:37 go: downloading github.com/tklauser/numcpus v0.3.0 19:54:37 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:54:37 go: downloading go.uber.org/zap v1.21.0 19:54:37 go: downloading sigs.k8s.io/yaml v1.3.0 19:54:37 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:54:38 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:54:38 go: downloading github.com/modern-go/reflect2 v1.0.2 19:54:38 go: downloading github.com/ryanuber/go-glob v1.0.0 19:54:38 go: downloading github.com/golang/snappy v0.0.4 19:54:38 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:54:48 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:54:48 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:54:48 go: downloading github.com/hashicorp/go-version v1.2.0 19:54:48 go: downloading go.uber.org/multierr v1.6.0 19:55:10 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:55:10 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:56:07 Removing intermediate container 3a98bc27d8d2 19:56:07 ---> 3e9c2ac50411 19:56:07 19:56:07 Step 10/22 : FROM alpine:3.14 19:56:07 ---> ac73e934f311 19:56:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:56:07 ---> Running in 491d092fe463 19:56:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:56:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:56:10 (1/2) Installing ca-certificates (20211220-r0) 19:56:10 (2/2) Installing dumb-init (1.2.5-r1) 19:56:10 Executing busybox-1.33.1-r7.trigger 19:56:10 Executing ca-certificates-20211220-r0.trigger 19:56:10 OK: 6 MiB in 16 packages 19:56:12 Removing intermediate container 491d092fe463 19:56:12 ---> 6cd47ee39f87 19:56:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:56:12 ---> Running in 7fd8a3cdb61f 19:56:12 Removing intermediate container 7fd8a3cdb61f 19:56:12 ---> 858ddc4b9be2 19:56:12 Step 13/22 : ENV APP_PORT=59860 19:56:12 ---> Running in e90632f618d1 19:56:13 Removing intermediate container e90632f618d1 19:56:13 ---> e60c5fc5d0b1 19:56:13 Step 14/22 : EXPOSE $APP_PORT 19:56:13 ---> Running in 3845030564ac 19:56:14 Removing intermediate container 3845030564ac 19:56:14 ---> 37dadf78aa2e 19:56:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:56:14 ---> 829e4e1d1411 19:56:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:56:17 ---> 4f63af008d0a 19:56:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:56:18 ---> ff4244b96d78 19:56:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:56:18 ---> Running in deded08f006f 19:56:18 Removing intermediate container deded08f006f 19:56:18 ---> 3c6eff400c9c 19:56:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:56:18 ---> Running in f6f693b52c0f 19:56:19 Removing intermediate container f6f693b52c0f 19:56:19 ---> 1de0b7cf0fd1 19:56:19 Step 20/22 : LABEL arch=arm64 19:56:19 ---> Running in 0d0be21cde2a 19:56:19 Removing intermediate container 0d0be21cde2a 19:56:19 ---> 998f5988648a 19:56:19 Step 21/22 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 19:56:19 ---> Running in 6dbc53c58adb 19:56:20 Removing intermediate container 6dbc53c58adb 19:56:20 ---> 383498b0a8b2 19:56:20 Step 22/22 : LABEL version=0.0.0 19:56:20 ---> Running in 79a52633ab24 19:56:21 Removing intermediate container 79a52633ab24 19:56:21 ---> 5ef58ee79599 19:56:21 19:56:21 Successfully built 5ef58ee79599 19:56:21 Successfully tagged support-notifications-arm64:latest 20:05:29  Building support-notifications ... done Building bin/spire-agent... 20:05:29 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 20:05:29 go: downloading cloud.google.com/go/secretmanager v1.3.0 20:05:29 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 20:05:29 go: downloading github.com/docker/docker v20.10.12+incompatible 20:05:29 Building bin/spire-agent... 20:05:29 go: downloading github.com/google/go-tpm-tools v0.3.3 20:05:29 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 20:05:29 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 20:05:29 go: downloading cloud.google.com/go/secretmanager v1.3.0 20:05:29 go: downloading github.com/docker/docker v20.10.12+incompatible 20:05:29 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 20:05:29 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 20:05:29 go: downloading github.com/docker/go-connections v0.4.0 20:05:29 go: downloading github.com/docker/go-units v0.4.0 20:05:29 go: downloading github.com/opencontainers/image-spec v1.0.1 20:05:29 go: downloading github.com/containerd/containerd v1.3.4 20:05:29 go: downloading github.com/docker/distribution v2.7.1+incompatible 20:05:29 go: downloading github.com/opencontainers/go-digest v1.0.0 20:05:29 go: downloading github.com/google/go-tpm-tools v0.3.3 20:05:30 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 20:05:30 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 20:05:31 go: downloading github.com/docker/go-connections v0.4.0 20:05:31 go: downloading github.com/docker/go-units v0.4.0 20:05:31 go: downloading github.com/opencontainers/image-spec v1.0.1 20:05:31 go: downloading github.com/containerd/containerd v1.3.4 20:05:31 go: downloading github.com/docker/distribution v2.7.1+incompatible 20:05:31 go: downloading github.com/opencontainers/go-digest v1.0.0 20:13:08 Removing intermediate container 4c23e3303408 20:13:08 ---> 744f6b542cd9 20:13:08 20:13:08 Step 13/26 : FROM alpine:3.15 20:13:08 ---> 3fb3c9af89a9 20:13:08 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:13:08 ---> Using cache 20:13:08 ---> 814b4ab31c67 20:13:08 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:08 ---> Using cache 20:13:08 ---> 8419c5f91c76 20:13:08 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:13:08 ---> Running in 6cd144ebd13d 20:13:08 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:13:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:13:08 v3.15.4-18-g4204b168a8 [https://nl.alpinelinux.org/alpine/v3.15/main] 20:13:08 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 20:13:08 OK: 15729 distinct packages available 20:13:08 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:13:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:13:08 (1/4) Installing dumb-init (1.2.5-r1) 20:13:08 (2/4) Installing musl-obstack (1.2.3-r0) 20:13:08 (3/4) Installing libucontext (1.1-r0) 20:13:08 (4/4) Installing gcompat (1.0.0-r4) 20:13:08 Executing busybox-1.34.1-r5.trigger 20:13:08 OK: 6 MiB in 18 packages 20:13:08 Removing intermediate container 6cd144ebd13d 20:13:08 ---> 59afd7ded92c 20:13:08 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 20:13:08 Removing intermediate container 634e6cb9a274 20:13:08 ---> d5ba2dabb610 20:13:08 20:13:08 Step 13/25 : FROM alpine:3.15 20:13:08 ---> 3fb3c9af89a9 20:13:08 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:13:08 ---> Using cache 20:13:08 ---> 814b4ab31c67 20:13:08 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:08 ---> Using cache 20:13:08 ---> 8419c5f91c76 20:13:08 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:13:08 ---> Running in 4deee40592e2 20:13:08 ---> db323cd17012 20:13:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:13:08 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:13:08 ---> 8640d7e08d4d 20:13:08 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:13:08 ---> Running in b9ddec14280d 20:13:08 Removing intermediate container b9ddec14280d 20:13:08 ---> aa766dd0fc1d 20:13:08 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:13:09 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:13:09 ---> 7d793dc3b778 20:13:09 Step 21/26 : WORKDIR / 20:13:09 ---> Running in 3200019100e3 20:13:09 Removing intermediate container 3200019100e3 20:13:09 ---> aa3e78d34792 20:13:09 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:13:09 ---> Running in c932b8e909f7 20:13:10 v3.15.4-18-g4204b168a8 [https://nl.alpinelinux.org/alpine/v3.15/main] 20:13:10 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 20:13:10 OK: 15729 distinct packages available 20:13:10 Removing intermediate container c932b8e909f7 20:13:10 ---> 3f015e53599a 20:13:10 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:13:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:13:10 ---> Running in ea08dbf968f5 20:13:10 Removing intermediate container ea08dbf968f5 20:13:10 ---> ed922b4962ae 20:13:10 Step 24/26 : LABEL arch=arm64 20:13:10 ---> Running in 6b7a82b1410c 20:13:11 Removing intermediate container 6b7a82b1410c 20:13:11 ---> 01a30556ca6f 20:13:11 Step 25/26 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 20:13:11 ---> Running in a6cc81a4b52a 20:13:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:13:11 Removing intermediate container a6cc81a4b52a 20:13:11 ---> 03d9f62ade52 20:13:11 Step 26/26 : LABEL version=0.0.0 20:13:11 ---> Running in 30f40070bd46 20:13:11 Removing intermediate container 30f40070bd46 20:13:11 ---> 0b10eb7bd3e9 20:13:11 20:13:12 (1/5) Installing dumb-init (1.2.5-r1) 20:13:12 Successfully built 0b10eb7bd3e9 20:13:12 (2/5) Installing musl-obstack (1.2.3-r0) 20:13:12 Successfully tagged security-spire-config-arm64:latest 20:13:12  Building security-spire-config ... done (3/5) Installing libucontext (1.1-r0) 20:13:12 (4/5) Installing gcompat (1.0.0-r4) 20:13:12 (5/5) Installing openssl (1.1.1n-r0) 20:13:12 Executing busybox-1.34.1-r5.trigger 20:13:12 OK: 6 MiB in 19 packages 20:13:13 Removing intermediate container 4deee40592e2 20:13:13 ---> edbdaefb8a9b 20:13:13 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 20:13:17 ---> 0ae3e3f0227e 20:13:17 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:13:17 ---> f2db0563ec00 20:13:17 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:13:18 ---> 0acb7b5f5775 20:13:18 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:13:18 ---> d2a5a55ce187 20:13:18 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:13:18 ---> Running in f3645883a806 20:13:19 Removing intermediate container f3645883a806 20:13:19 ---> b9d92da2bd91 20:13:19 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:13:19 ---> Running in 149acc87bea3 20:13:19 Removing intermediate container 149acc87bea3 20:13:19 ---> 68796a14e50d 20:13:19 Step 23/25 : LABEL arch=arm64 20:13:19 ---> Running in de460a98615b 20:13:20 Removing intermediate container de460a98615b 20:13:20 ---> d8559029f434 20:13:20 Step 24/25 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 20:13:20 ---> Running in 1927fe7fbe14 20:13:20 Removing intermediate container 1927fe7fbe14 20:13:20 ---> 246cc8c0bdf8 20:13:20 Step 25/25 : LABEL version=0.0.0 20:13:20 ---> Running in f41785551332 20:13:20 Removing intermediate container f41785551332 20:13:20 ---> d54f1bfcf3d8 20:13:20 20:13:21 Successfully built d54f1bfcf3d8 20:13:21 Successfully tagged security-spire-server-arm64:latest 20:14:57  Building security-spire-server ... done Building bin/spire-agent... 20:14:57 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 20:14:57 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 20:14:57 go: downloading github.com/docker/docker v20.10.12+incompatible 20:14:57 go: downloading cloud.google.com/go/secretmanager v1.3.0 20:14:57 go: downloading github.com/google/go-tpm-tools v0.3.3 20:14:57 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 20:14:57 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 20:14:57 go: downloading github.com/docker/go-connections v0.4.0 20:14:57 go: downloading github.com/docker/go-units v0.4.0 20:14:57 go: downloading github.com/opencontainers/image-spec v1.0.1 20:14:57 go: downloading github.com/containerd/containerd v1.3.4 20:14:57 go: downloading github.com/docker/distribution v2.7.1+incompatible 20:14:57 go: downloading github.com/opencontainers/go-digest v1.0.0 20:18:35 Removing intermediate container 1b8cc916e2e0 20:18:35 ---> c492d26fe1b7 20:18:35 20:18:35 Step 13/26 : FROM alpine:3.15 20:18:35 ---> 3fb3c9af89a9 20:18:35 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:18:35 ---> Using cache 20:18:35 ---> 814b4ab31c67 20:18:35 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:35 ---> Using cache 20:18:35 ---> 8419c5f91c76 20:18:35 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:18:35 ---> Using cache 20:18:35 ---> edbdaefb8a9b 20:18:35 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 20:18:35 ---> 2254cfede0cb 20:18:35 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 20:18:35 ---> eba2ef5ac003 20:18:35 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:18:35 ---> 39e5493b43a0 20:18:35 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:18:35 ---> 8d65b92ed59e 20:18:35 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:18:35 ---> 7eb8242b7b05 20:18:35 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:18:35 ---> Running in b7a3536e77d2 20:18:35 Removing intermediate container b7a3536e77d2 20:18:35 ---> e6b6903d3a26 20:18:35 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:18:35 ---> Running in 4c797e8e3d4d 20:18:35 Removing intermediate container 4c797e8e3d4d 20:18:35 ---> 3127c68c3ae3 20:18:35 Step 24/26 : LABEL arch=arm64 20:18:35 ---> Running in 78ec0fedf2cb 20:18:35 Removing intermediate container 78ec0fedf2cb 20:18:35 ---> 3b90715083db 20:18:35 Step 25/26 : LABEL git_sha=480fafaa97754cc937d54ac6a0d111d7c2ea592d 20:18:35 ---> Running in 52b43db0ac2c 20:18:35 Removing intermediate container 52b43db0ac2c 20:18:35 ---> 111d6245f8f9 20:18:35 Step 26/26 : LABEL version=0.0.0 20:18:35 ---> Running in 7b114b8645ec 20:18:35 Removing intermediate container 7b114b8645ec 20:18:35 ---> d3780a97cebb 20:18:35 20:18:35 Successfully built d3780a97cebb 20:18:35 Successfully tagged security-spire-agent-arm64:latest 20:18:35  Building security-spire-agent ... done  [Pipeline] } 20:18:35 $ docker stop --time=1 6b86bf8cc851115b2a5cfdd1c3bb56c166a2bdf3315085f814a91e0edaf17eaa 20:18:36 $ docker rm -f 6b86bf8cc851115b2a5cfdd1c3bb56c166a2bdf3315085f814a91e0edaf17eaa [Pipeline] // withDockerContainer [Pipeline] sh 20:18:37 + docker images 20:18:38 REPOSITORY TAG IMAGE ID CREATED SIZE 20:18:38 security-spire-agent-arm64 latest d3780a97cebb 4 seconds ago 126MB 20:18:38 c492d26fe1b7 28 seconds ago 4.21GB 20:18:38 security-spire-server-arm64 latest d54f1bfcf3d8 5 minutes ago 86.3MB 20:18:38 security-spire-config-arm64 latest 0b10eb7bd3e9 5 minutes ago 85.6MB 20:18:38 d5ba2dabb610 5 minutes ago 4.21GB 20:18:38 744f6b542cd9 5 minutes ago 4.21GB 20:18:38 support-notifications-arm64 latest 5ef58ee79599 22 minutes ago 25.5MB 20:18:38 3e9c2ac50411 22 minutes ago 1.43GB 20:18:38 security-proxy-setup-arm64 latest cc7333a011a1 26 minutes ago 42.1MB 20:18:38 cd2ab369c496 26 minutes ago 1.44GB 20:18:38 support-scheduler-arm64 latest 6210cf917101 27 minutes ago 24.9MB 20:18:38 9c2cb6f28e5f 27 minutes ago 1.43GB 20:18:38 core-metadata-arm64 latest 31cbabdfb5fa 29 minutes ago 25.2MB 20:18:38 d3e51128ddaf 29 minutes ago 1.43GB 20:18:38 sys-mgmt-agent-arm64 latest aa74e5dfe349 34 minutes ago 290MB 20:18:38 security-spiffe-token-provider-arm64 latest 5cf3b81d1070 35 minutes ago 27.7MB 20:18:38 43c9b8ae89ee 36 minutes ago 1.43GB 20:18:38 bb1cbc5ab280 36 minutes ago 1.42GB 20:18:38 core-command-arm64 latest bf41e73c77bf 37 minutes ago 23.7MB 20:18:38 0594467751f0 37 minutes ago 1.43GB 20:18:38 core-data-arm64 latest c7b8cc9a856d 44 minutes ago 34.4MB 20:18:38 e4a8ad50515a 44 minutes ago 1.46GB 20:18:38 security-bootstrapper-arm64 latest b28e4991dda3 44 minutes ago 23.6MB 20:18:38 security-secretstore-setup-arm64 latest bbbb63c00883 44 minutes ago 40.8MB 20:18:38 dccb141bd280 45 minutes ago 1.43GB 20:18:38 f28cc32733ac 45 minutes ago 1.44GB 20:18:38 ci-base-image-arm64 latest 20f895ed6171 About an hour ago 886MB 20:18:38 docker 20.10.14 c346e9eafbab 7 days ago 202MB 20:18:38 alpine 3.14 ac73e934f311 7 days ago 5.34MB 20:18:38 alpine 3.15 3fb3c9af89a9 7 days ago 5.32MB 20:18:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB 20:18:38 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 20:18:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:18:38 20:18:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 20:18:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:18:39 arm64: Pulling from edgex-lftools-log-publisher 20:18:39 8998bd30e6a1: Pulling fs layer 20:18:39 04944245beec: Pulling fs layer 20:18:39 699f458cf7ca: Pulling fs layer 20:18:39 765212b225bb: Pulling fs layer 20:18:39 f23df028b6ca: Pulling fs layer 20:18:39 d65c8cfc05b1: Pulling fs layer 20:18:39 2437ff75d9bd: Pulling fs layer 20:18:39 f23df028b6ca: Waiting 20:18:39 d65c8cfc05b1: Waiting 20:18:39 04944245beec: Verifying Checksum 20:18:39 04944245beec: Download complete 20:18:39 765212b225bb: Verifying Checksum 20:18:39 765212b225bb: Download complete 20:18:39 f23df028b6ca: Verifying Checksum 20:18:39 f23df028b6ca: Download complete 20:18:39 d65c8cfc05b1: Verifying Checksum 20:18:39 d65c8cfc05b1: Download complete 20:18:39 699f458cf7ca: Verifying Checksum 20:18:39 699f458cf7ca: Download complete 20:18:40 8998bd30e6a1: Verifying Checksum 20:18:40 8998bd30e6a1: Download complete 20:18:42 2437ff75d9bd: Verifying Checksum 20:18:42 2437ff75d9bd: Download complete 20:18:45 8998bd30e6a1: Pull complete 20:18:45 04944245beec: Pull complete 20:18:47 699f458cf7ca: Pull complete 20:18:47 765212b225bb: Pull complete 20:18:48 f23df028b6ca: Pull complete 20:18:48 d65c8cfc05b1: Pull complete 20:19:03 2437ff75d9bd: Pull complete 20:19:03 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:19:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:19:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 20:19:04 prd-ubuntu20.04-docker-arm64-4c-16g-20713 does not seem to be running inside a container 20:19:04 $ 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 20:19:06 $ docker top 06e55480eeee54f5786693fe0fbd76baebb94a96ed73e61acb7d28869546dafe -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:19:07 ---> job-cost.sh 20:19:07 lf-activate-venv: SKIPPING 20:19:07 INFO: No Stack... 20:19:08 INFO: Retrieving Pricing Info for: v3-standard-4 20:19:09 INFO: Archiving Costs [Pipeline] sh 20:19:10 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:19:10 + cut -d, -f6 [Pipeline] lock 20:19:10 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3961-1-stack-cost] 20:19:10 Resource [jenkins-edgexfoundry-edgex-go-PR-3961-1-stack-cost] did not exist. Created. 20:19:10 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3961-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:19:11 + echo total: 0.2199999988079071 [Pipeline] stash 20:19:11 Stashed 1 file(s) [Pipeline] } 20:19:11 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3961-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:19:11 $ docker stop --time=1 06e55480eeee54f5786693fe0fbd76baebb94a96ed73e61acb7d28869546dafe 20:19:12 $ 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 20:19:13 provisioning config files... 20:19:13 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8193221848972984910tmp [Pipeline] { [Pipeline] sh 20:19:14 + set +x 20:19:14 + curl -s https://codecov.io/bash 20:19:14 + bash -s -- 20:19:14 20:19:14 _____ _ 20:19:14 / ____| | | 20:19:14 | | ___ __| | ___ ___ _____ __ 20:19:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:19:14 | |___| (_) | (_| | __/ (_| (_) \ V / 20:19:14 \_____\___/ \__,_|\___|\___\___/ \_/ 20:19:14 Bash-1.0.6 20:19:14 20:19:14 20:19:14 ==> git version 2.25.1 found 20:19:14 ==> 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 20:19:14 Release-Date: 2020-01-08 20:19:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:19:14 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:19:14 ==> Jenkins CI detected. 20:19:14 current dir:  /w/workspace/edgex-go/1 20:19:14 project root: . 20:19:14 --> token set from env 20:19:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:19:14 ==> Running gcov in . (disable via -X gcov) 20:19:14 ==> Python coveragepy not found 20:19:14 ==> Searching for coverage reports in: 20:19:14 + . 20:19:14 -> Found 1 reports 20:19:14 ==> Detecting git/mercurial file structure 20:19:14 ==> Reading reports 20:19:14 + ./coverage.out bytes=432619 20:19:14 ==> Appending adjustments 20:19:14 https://docs.codecov.io/docs/fixing-reports 20:19:15 + Found adjustments 20:19:15 ==> Gzipping contents 20:19:15 60K /tmp/codecov.kFdQ0C.gz 20:19:15 ==> Uploading reports 20:19:15 url: https://codecov.io 20:19:15 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= 20:19:15 -> Pinging Codecov 20:19:15 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= 20:19:16 -> Uploading to 20:19:16 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 20:19:16 % Total % Received % Xferd Average Speed Time Time Time Current 20:19:16 Dload Upload Total Spent Left Speed 20:19:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59379 0 0 100 59379 0 254k --:--:-- --:--:-- --:--:-- 254k 20:19:16 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/480fafaa97754cc937d54ac6a0d111d7c2ea592d [Pipeline] } 20:19:16 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 20:19:17 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:19:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:19:19 ---> package-listing.sh 20:19:19 ++ facter osfamily 20:19:19 ++ tr '[:upper:]' '[:lower:]' 20:19:19 + OS_FAMILY=debian 20:19:19 + workspace=/w/workspace/edgex-go/1 20:19:19 + START_PACKAGES=/tmp/packages_start.txt 20:19:19 + END_PACKAGES=/tmp/packages_end.txt 20:19:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:19:19 + PACKAGES=/tmp/packages_start.txt 20:19:19 + '[' /w/workspace/edgex-go/1 ']' 20:19:19 + PACKAGES=/tmp/packages_end.txt 20:19:19 + case "${OS_FAMILY}" in 20:19:19 + dpkg -l 20:19:19 + grep '^ii' 20:19:19 + '[' -f /tmp/packages_start.txt ']' 20:19:19 + '[' -f /tmp/packages_end.txt ']' 20:19:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:19:19 + '[' /w/workspace/edgex-go/1 ']' 20:19:19 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:19:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:19:19 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 20:19:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:19:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:19:20 20:19:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:19:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:19:20 latest: Pulling from edgex-lftools-log-publisher 20:19:20 5eb5b503b376: Pulling fs layer 20:19:20 5c69ac0246d0: Pulling fs layer 20:19:20 ec43610c2a17: Pulling fs layer 20:19:20 3a2ae6a8a46f: Pulling fs layer 20:19:20 33b1e0a273af: Pulling fs layer 20:19:20 5d3b04190fa2: Pulling fs layer 20:19:20 2f39f015ded8: Pulling fs layer 20:19:20 33b1e0a273af: Waiting 20:19:20 5d3b04190fa2: Waiting 20:19:20 2f39f015ded8: Waiting 20:19:20 5c69ac0246d0: Verifying Checksum 20:19:20 5c69ac0246d0: Download complete 20:19:20 3a2ae6a8a46f: Verifying Checksum 20:19:20 3a2ae6a8a46f: Download complete 20:19:20 ec43610c2a17: Verifying Checksum 20:19:20 33b1e0a273af: Verifying Checksum 20:19:20 33b1e0a273af: Download complete 20:19:20 5d3b04190fa2: Verifying Checksum 20:19:20 5d3b04190fa2: Download complete 20:19:20 5eb5b503b376: Verifying Checksum 20:19:20 5eb5b503b376: Download complete 20:19:21 2f39f015ded8: Download complete 20:19:21 5eb5b503b376: Pull complete 20:19:22 5c69ac0246d0: Pull complete 20:19:22 ec43610c2a17: Pull complete 20:19:22 3a2ae6a8a46f: Pull complete 20:19:22 33b1e0a273af: Pull complete 20:19:23 5d3b04190fa2: Pull complete 20:19:27 2f39f015ded8: Pull complete 20:19:27 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:19:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:19:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:19:27 prd-ubuntu20.04-docker-8c-8g-20711 does not seem to be running inside a container 20:19:27 $ 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 20:19:28 $ docker top 3b8fb40de636abeeaf1982f7d91d09f35bb6dc7cd014c5b8376a3f44d177eec7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:19:29 + touch /tmp/pre-build-complete [Pipeline] sh 20:19:29 + mkdir -p /var/log/sysstat [Pipeline] sh 20:19:29 + ls /var/log/sa-host 20:19:29 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:19:30 provisioning config files... 20:19:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6978760008172987230tmp [Pipeline] { [Pipeline] echo 20:19:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:19:30 ---> create-netrc.sh [Pipeline] } 20:19:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:19:31 ---> python-tools-install.sh [Pipeline] echo 20:19:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:19:31 ---> sudo-logs.sh 20:19:31 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:19:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:19:31 ---> job-cost.sh 20:19:31 lf-activate-venv: SKIPPING 20:19:31 DEBUG: total: 0.2199999988079071 20:19:31 INFO: Retrieving Stack Cost... 20:19:32 INFO: Retrieving Pricing Info for: v3-standard-8 20:19:32 INFO: Archiving Costs [Pipeline] echo 20:19:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:19:33 ---> logs-deploy.sh 20:19:33 lf-activate-venv: SKIPPING 20:19:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3961/1 20:19:33 INFO: archiving workspace using pattern(s): 20:19:34 Archives upload complete. 20:19:34 INFO: archiving logs to Nexus 20:19:35 ---> uname -a: 20:19:35 Linux prd-ubuntu20-04-docker-8c-8g-20711 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 20:19:35 20:19:35 20:19:35 ---> lscpu: 20:19:35 Architecture: x86_64 20:19:35 CPU op-mode(s): 32-bit, 64-bit 20:19:35 Byte Order: Little Endian 20:19:35 Address sizes: 40 bits physical, 48 bits virtual 20:19:35 CPU(s): 8 20:19:35 On-line CPU(s) list: 0-7 20:19:35 Thread(s) per core: 1 20:19:35 Core(s) per socket: 1 20:19:35 Socket(s): 8 20:19:35 NUMA node(s): 1 20:19:35 Vendor ID: AuthenticAMD 20:19:35 CPU family: 23 20:19:35 Model: 49 20:19:35 Model name: AMD EPYC-Rome Processor 20:19:35 Stepping: 0 20:19:35 CPU MHz: 2799.994 20:19:35 BogoMIPS: 5599.98 20:19:35 Virtualization: AMD-V 20:19:35 Hypervisor vendor: KVM 20:19:35 Virtualization type: full 20:19:35 L1d cache: 256 KiB 20:19:35 L1i cache: 256 KiB 20:19:35 L2 cache: 4 MiB 20:19:35 L3 cache: 128 MiB 20:19:35 NUMA node0 CPU(s): 0-7 20:19:35 Vulnerability Itlb multihit: Not affected 20:19:35 Vulnerability L1tf: Not affected 20:19:35 Vulnerability Mds: Not affected 20:19:35 Vulnerability Meltdown: Not affected 20:19:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:19:35 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:19:35 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:19:35 Vulnerability Srbds: Not affected 20:19:35 Vulnerability Tsx async abort: Not affected 20:19:35 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:19:35 20:19:35 20:19:35 ---> nproc: 20:19:35 8 20:19:35 20:19:35 20:19:35 ---> df -h: 20:19:35 Filesystem Size Used Avail Use% Mounted on 20:19:35 overlay 155G 28G 128G 18% / 20:19:35 tmpfs 64M 0 64M 0% /dev 20:19:35 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:19:35 shm 64M 0 64M 0% /dev/shm 20:19:35 /dev/vda1 155G 28G 128G 18% /facter-os 20:19:35 20:19:35 20:19:35 ---> sar -b -r -n DEV: 20:19:35 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-20711) 04/12/22 _x86_64_ (8 CPU) 20:19:35 20:19:35 19:07:44 LINUX RESTART (8 CPU) 20:19:35 20:19:35 19:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:19:35 19:09:02 294.07 54.86 239.21 0.00 5200.60 72930.91 0.00 20:19:35 19:10:01 124.77 1.49 123.28 0.00 21.15 76126.47 0.00 20:19:35 19:11:01 50.09 0.08 50.01 0.00 1.60 31273.47 0.00 20:19:35 19:12:01 257.29 0.13 257.15 0.00 23.72 232968.05 0.00 20:19:35 19:13:01 599.05 1.60 597.45 0.00 17.33 322668.22 0.00 20:19:35 19:14:01 719.89 0.03 719.86 0.00 1.60 289409.93 0.00 20:19:35 19:15:01 883.93 0.05 883.88 0.00 3.86 316889.41 0.00 20:19:35 19:16:01 1020.57 1.81 1018.75 0.00 18.62 350460.25 0.00 20:19:35 19:17:01 679.02 0.47 678.55 0.00 3.73 200821.73 0.00 20:19:35 19:18:01 155.08 0.07 155.01 0.00 0.53 97601.47 0.00 20:19:35 19:19:01 264.02 0.00 264.02 0.00 0.00 147826.43 0.00 20:19:35 19:20:01 2.65 0.00 2.65 0.00 0.00 4056.91 0.00 20:19:35 19:21:01 2.95 1.47 1.48 0.00 42.79 17.06 0.00 20:19:35 19:22:01 1.05 0.00 1.05 0.00 0.00 13.73 0.00 20:19:35 19:23:01 1.45 0.02 1.43 0.00 0.13 15.46 0.00 20:19:35 19:24:01 1.83 0.00 1.83 0.00 0.00 22.13 0.00 20:19:35 19:25:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 20:19:35 19:26:01 1.08 0.00 1.08 0.00 0.00 13.46 0.00 20:19:35 19:27:01 1.20 0.00 1.20 0.00 0.00 13.73 0.00 20:19:35 19:28:01 1.60 0.00 1.60 0.00 0.00 19.33 0.00 20:19:35 19:29:01 1.30 0.00 1.30 0.00 0.00 14.40 0.00 20:19:35 19:30:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 20:19:35 19:31:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 20:19:35 19:32:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 20:19:35 19:33:01 1.35 0.00 1.35 0.00 0.00 16.53 0.00 20:19:35 19:34:01 1.65 0.00 1.65 0.00 0.00 19.73 0.00 20:19:35 19:35:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 20:19:35 19:36:01 0.90 0.00 0.90 0.00 0.00 11.60 0.00 20:19:35 19:37:01 1.37 0.00 1.37 0.00 0.00 15.59 0.00 20:19:35 19:38:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 20:19:35 19:39:01 1.28 0.00 1.28 0.00 0.00 14.80 0.00 20:19:35 19:40:02 0.98 0.00 0.98 0.00 0.00 12.00 0.00 20:19:35 19:41:01 1.37 0.00 1.37 0.00 0.00 15.32 0.00 20:19:35 19:42:01 1.03 0.00 1.03 0.00 0.00 12.93 0.00 20:19:35 19:43:01 1.22 0.00 1.22 0.00 0.00 13.06 0.00 20:19:35 19:44:01 1.78 0.00 1.78 0.00 0.00 20.93 0.00 20:19:35 19:45:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 20:19:35 19:46:01 0.92 0.00 0.92 0.00 0.00 13.06 0.00 20:19:35 19:47:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 20:19:35 19:48:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 20:19:35 19:49:01 1.52 0.00 1.52 0.00 0.00 17.59 0.00 20:19:35 19:50:01 1.18 0.00 1.18 0.00 0.00 14.40 0.00 20:19:35 19:51:01 1.22 0.00 1.22 0.00 0.00 13.60 0.00 20:19:35 19:52:01 1.07 0.00 1.07 0.00 0.00 13.33 0.00 20:19:35 19:53:01 1.28 0.00 1.28 0.00 0.00 14.00 0.00 20:19:35 19:54:01 1.08 0.00 1.08 0.00 0.00 13.46 0.00 20:19:35 19:55:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 20:19:35 19:56:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 20:19:35 19:57:01 1.25 0.00 1.25 0.00 0.00 13.86 0.00 20:19:35 19:58:01 0.93 0.00 0.93 0.00 0.00 11.46 0.00 20:19:35 19:59:01 1.45 0.00 1.45 0.00 0.00 16.66 0.00 20:19:35 20:00:01 2.77 0.87 1.90 0.00 18.39 27.86 0.00 20:19:35 20:01:01 1.30 0.00 1.30 0.00 0.00 14.26 0.00 20:19:35 20:02:01 1.18 0.10 1.08 0.00 6.26 14.66 0.00 20:19:35 20:03:01 1.38 0.00 1.38 0.00 0.00 17.73 0.00 20:19:35 20:04:01 1.23 0.00 1.23 0.00 0.00 15.46 0.00 20:19:35 20:05:01 1.30 0.00 1.30 0.00 0.00 15.20 0.00 20:19:35 20:06:01 0.98 0.00 0.98 0.00 0.00 12.40 0.00 20:19:35 20:07:01 1.25 0.00 1.25 0.00 0.00 14.53 0.00 20:19:35 20:08:01 0.92 0.00 0.92 0.00 0.00 12.26 0.00 20:19:35 20:09:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 20:19:35 20:10:01 1.00 0.00 1.00 0.00 0.00 13.20 0.00 20:19:35 20:11:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 20:19:35 20:12:01 0.90 0.00 0.90 0.00 0.00 12.13 0.00 20:19:35 20:13:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 20:19:35 20:14:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 20:19:35 20:15:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 20:19:35 20:16:01 1.20 0.00 1.20 0.00 0.00 14.26 0.00 20:19:35 20:17:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 20:19:35 20:18:01 1.18 0.00 1.18 0.00 0.00 15.06 0.00 20:19:35 20:19:01 8.87 5.08 3.78 0.00 305.42 229.70 0.00 20:19:35 Average: 72.34 0.96 71.38 0.00 79.82 30207.71 0.00 20:19:35 20:19:35 19:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:19:35 19:09:02 29104536 31781992 535300 1.63 104512 2858160 2178328 6.42 1141888 2290192 435972 20:19:35 19:10:01 27800772 31599280 687036 2.09 149748 3845896 2365356 6.97 1726036 2885728 516716 20:19:35 19:11:01 27588700 31638568 645680 1.96 154448 4065288 2393360 7.05 1521976 3273756 346168 20:19:35 19:12:01 24914392 31679392 600248 1.83 160508 6700860 2217396 6.53 1912288 5478184 256 20:19:35 19:13:01 16213920 31351144 900012 2.74 310164 14307900 3200184 9.43 2947108 12494260 1953960 20:19:35 19:14:01 9922956 28179228 4061208 12.35 336104 17273556 7434404 21.91 7406552 14175372 748908 20:19:35 19:15:01 11661112 31261476 988248 3.01 356588 18540348 3335128 9.83 4103520 15707460 40 20:19:35 19:16:01 5724384 31452212 802348 2.44 524464 24201212 2771568 8.17 3900864 21552192 407124 20:19:35 19:17:01 8337964 30832052 1418844 4.31 626828 20955096 3281696 9.67 4355020 18571748 1733036 20:19:35 19:18:01 8823380 31625676 625444 1.90 635696 21229668 2389300 7.04 3317812 19104844 320876 20:19:35 19:19:01 9398428 31750304 511144 1.55 715620 20770084 1970648 5.81 3003092 18922656 572 20:19:35 19:20:01 9399452 31751360 510112 1.55 715648 20770080 1970648 5.81 3002448 18922660 180 20:19:35 19:21:01 9399292 31752556 508820 1.55 715672 20771372 1970648 5.81 3005064 18922064 188 20:19:35 19:22:01 9409656 31763060 498296 1.52 715696 20771500 1970648 5.81 2993004 18922148 272 20:19:35 19:23:01 9407692 31761548 500088 1.52 715716 20771504 1990520 5.87 2998452 18922468 212 20:19:35 19:24:01 9410888 31764756 497436 1.51 715724 20771508 1973744 5.82 2991424 18922472 228 20:19:35 19:25:01 9410596 31764472 497668 1.51 715732 20771508 1973744 5.82 2991116 18922472 196 20:19:35 19:26:01 9410620 31764508 497620 1.51 715748 20771516 1973744 5.82 2991000 18922476 184 20:19:35 19:27:01 9410944 31764852 497372 1.51 715756 20771516 1973744 5.82 2991084 18922476 208 20:19:35 19:28:01 9410992 31764924 497300 1.51 715788 20771516 1973744 5.82 2991076 18922480 64 20:19:35 19:29:01 9411196 31765156 497052 1.51 715792 20771528 1973744 5.82 2991472 18922492 12 20:19:35 19:30:01 9410620 31764720 497408 1.51 715808 20771656 1973744 5.82 2991124 18922620 184 20:19:35 19:31:01 9410848 31764956 497116 1.51 715824 20771660 1973744 5.82 2991104 18922624 8 20:19:35 19:32:01 9410800 31764948 497076 1.51 715852 20771660 1973744 5.82 2991144 18922624 196 20:19:35 19:33:01 9410752 31764912 497044 1.51 715868 20771664 1973744 5.82 2990860 18922628 36 20:19:35 19:34:01 9410484 31764676 497272 1.51 715880 20771668 1973744 5.82 2991540 18922632 8 20:19:35 19:35:01 9410904 31765100 496980 1.51 715908 20771668 1973744 5.82 2991232 18922632 8 20:19:35 19:36:01 9410596 31764836 497232 1.51 715928 20771676 1973744 5.82 2991272 18922636 196 20:19:35 19:37:01 9410336 31764588 497412 1.51 715944 20771680 1973744 5.82 2991280 18922640 8 20:19:35 19:38:01 9410612 31764904 497052 1.51 715968 20771680 1973744 5.82 2991036 18922640 180 20:19:35 19:39:01 9410740 31765048 497068 1.51 715976 20771684 1973744 5.82 2991760 18922648 12 20:19:35 19:40:02 9410700 31765016 497052 1.51 715988 20771684 1973744 5.82 2991372 18922648 184 20:19:35 19:41:01 9410928 31765252 496772 1.51 715992 20771688 1989808 5.86 2991376 18922652 16 20:19:35 19:42:01 9410808 31765152 496924 1.51 716004 20771692 1989808 5.86 2991396 18922656 180 20:19:35 19:43:01 9410800 31765144 496868 1.51 716016 20771692 1989808 5.86 2991392 18922656 12 20:19:35 19:44:01 9411000 31765388 496788 1.51 716056 20771696 1989808 5.86 2991940 18922660 24 20:19:35 19:45:01 9410740 31765148 497016 1.51 716072 20771700 1989808 5.86 2991464 18922664 20 20:19:35 19:46:01 9410424 31764860 497264 1.51 716088 20771708 2005984 5.91 2991472 18922668 212 20:19:35 19:47:01 9410668 31765112 496948 1.51 716096 20771712 2005984 5.91 2991476 18922672 12 20:19:35 19:48:01 9410904 31765372 496632 1.51 716116 20771712 2005984 5.91 2991500 18922672 188 20:19:35 19:49:01 9410216 31764720 497168 1.51 716144 20771716 2005984 5.91 2992036 18922680 224 20:19:35 19:50:01 9410240 31764792 497096 1.51 716188 20771720 2005984 5.91 2991536 18922684 176 20:19:35 19:51:01 9410564 31765132 496848 1.51 716200 20771720 2005984 5.91 2992088 18922684 204 20:19:35 19:52:01 9410588 31765172 496816 1.51 716208 20771724 2005984 5.91 2991580 18922688 292 20:19:35 19:53:01 9410596 31765180 496764 1.51 716224 20771724 2005984 5.91 2991572 18922688 8 20:19:35 19:54:01 9410548 31765172 496688 1.51 716244 20771732 1989724 5.86 2991872 18922692 200 20:19:35 19:55:01 9410532 31765164 496660 1.51 716260 20771736 1989724 5.86 2991304 18922700 12 20:19:35 19:56:01 9409940 31764616 497164 1.51 716288 20771736 1989724 5.86 2991404 18922700 184 20:19:35 19:57:01 9409640 31764320 497392 1.51 716296 20771740 1989724 5.86 2991648 18922704 12 20:19:35 19:58:01 9409852 31764564 497096 1.51 716316 20771740 1989724 5.86 2991624 18922704 192 20:19:35 19:59:01 9410088 31764920 496652 1.51 716332 20771872 1989724 5.86 2991680 18922824 8 20:19:35 20:00:01 9408760 31764524 497520 1.51 716396 20772388 2003080 5.90 2991864 18923256 180 20:19:35 20:01:01 9408976 31764744 497500 1.51 716400 20772388 2003080 5.90 2991848 18923256 12 20:19:35 20:02:01 9407656 31764576 497780 1.51 716428 20772584 2003080 5.90 2993656 18922644 192 20:19:35 20:03:01 9408152 31765096 497208 1.51 716444 20772592 2003080 5.90 2993020 18922652 16 20:19:35 20:04:01 9407860 31764824 497412 1.51 716460 20772592 2003080 5.90 2993572 18922652 196 20:19:35 20:05:01 9407836 31764824 497376 1.51 716476 20772596 2003080 5.90 2993068 18922656 20 20:19:35 20:06:01 9407856 31764884 497168 1.51 716488 20772596 2003080 5.90 2993060 18922656 192 20:19:35 20:07:01 9407808 31764856 497148 1.51 716496 20772600 2003080 5.90 2993044 18922660 12 20:19:35 20:08:01 9407644 31764708 497388 1.51 716504 20772604 2003080 5.90 2993312 18922664 316 20:19:35 20:09:01 9407676 31764744 497320 1.51 716520 20772604 2003080 5.90 2993416 18922664 40 20:19:35 20:10:01 9407612 31764716 497300 1.51 716540 20772608 2003080 5.90 2993156 18922668 292 20:19:35 20:11:01 9407564 31764680 497276 1.51 716552 20772608 2003080 5.90 2993180 18922668 192 20:19:35 20:12:01 9407256 31764384 497508 1.51 716560 20772616 2003080 5.90 2993248 18922672 324 20:19:35 20:13:01 9407216 31764360 497476 1.51 716568 20772620 2003080 5.90 2993232 18922680 200 20:19:35 20:14:01 9407636 31764820 497208 1.51 716604 20772620 2003080 5.90 2993432 18922680 60 20:19:35 20:15:01 9407636 31764836 497148 1.51 716624 20772624 2003080 5.90 2992884 18922684 12 20:19:35 20:16:01 9407368 31764600 497364 1.51 716644 20772628 2003080 5.90 2993108 18922688 208 20:19:35 20:17:01 9407352 31764584 497296 1.51 716668 20772628 2003080 5.90 2993084 18922688 12 20:19:35 20:18:01 9407992 31765272 496748 1.51 716692 20772632 2003080 5.90 2992932 18922692 212 20:19:35 20:19:01 9328280 31701584 556536 1.69 716800 20787116 2101476 6.19 3053248 18934312 8 20:19:35 Average: 10478373 31675338 587229 1.79 662604 19733507 2156179 6.35 3027433 17884885 91145 20:19:35 20:19:35 19:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:19:35 19:09:02 docker0 832.44 457.46 69.18 2716.15 0.00 0.00 0.00 0.00 20:19:35 19:09:02 lo 5.00 5.00 0.48 0.48 0.00 0.00 0.00 0.00 20:19:35 19:09:02 ens3 1598.83 1824.85 9812.84 227.57 0.00 0.00 0.00 0.00 20:19:35 19:10:01 vethace9abb 0.51 0.69 0.04 0.06 0.00 0.00 0.00 0.00 20:19:35 19:10:01 docker0 98.98 124.43 8.05 1007.17 0.00 0.00 0.00 0.00 20:19:35 19:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:10:01 ens3 190.00 147.76 1044.80 74.08 0.00 0.00 0.00 0.00 20:19:35 19:11:01 vethace9abb 1.02 1.03 0.08 0.08 0.00 0.00 0.00 0.00 20:19:35 19:11:01 docker0 1.02 1.02 0.06 0.08 0.00 0.00 0.00 0.00 20:19:35 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:11:01 ens3 24.46 14.53 20.02 10.69 0.00 0.00 0.00 0.00 20:19:35 19:12:01 vethb07ffb8 0.00 0.40 0.00 0.03 0.00 0.00 0.00 0.00 20:19:35 19:12:01 docker0 36.90 45.86 2.12 190.61 0.00 0.00 0.00 0.00 20:19:35 19:12:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 20:19:35 19:12:01 ens3 184.82 131.67 1902.57 80.34 0.00 0.00 0.00 0.00 20:19:35 19:12:01 veth614a411 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:12:01 vethe6a6d75 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:13:01 vethb07ffb8 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 20:19:35 19:13:01 docker0 427.78 854.41 31.88 11660.50 0.00 0.00 0.00 0.00 20:19:35 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:13:01 vethc86455d 211.71 423.50 18.79 5830.33 0.00 0.00 0.00 0.48 20:19:35 19:13:01 vethcdeae69 215.96 430.79 18.93 5830.17 0.00 0.00 0.00 0.48 20:19:35 19:13:01 ens3 921.86 478.52 11697.06 112.14 0.00 0.00 0.00 0.00 20:19:35 19:14:01 vethb07ffb8 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 20:19:35 19:14:01 docker0 13.58 23.16 0.80 163.43 0.00 0.00 0.00 0.00 20:19:35 19:14:01 lo 1.53 1.53 0.14 0.14 0.00 0.00 0.00 0.00 20:19:35 19:14:01 vethc86455d 0.08 0.33 0.00 0.02 0.00 0.00 0.00 0.00 20:19:35 19:14:01 vethcdeae69 0.07 0.32 0.00 0.01 0.00 0.00 0.00 0.00 20:19:35 19:14:01 veth917f341 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:19:35 19:14:01 veth0ccb668 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:19:35 19:14:01 ens3 62.50 38.27 238.92 16.33 0.00 0.00 0.00 0.00 20:19:35 19:15:01 vethb07ffb8 0.00 0.48 0.00 0.02 0.00 0.00 0.00 0.00 20:19:35 19:15:01 veth8415825 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:15:01 docker0 40.26 53.36 2.56 408.59 0.00 0.00 0.00 0.00 20:19:35 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:15:01 vethc86455d 8.84 13.01 0.89 206.58 0.00 0.00 0.00 0.02 20:19:35 19:15:01 vethcdeae69 0.15 0.65 0.01 0.03 0.00 0.00 0.00 0.00 20:19:35 19:15:01 vetha7132a5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:15:01 ens3 126.82 108.19 439.19 89.18 0.00 0.00 0.00 0.00 20:19:35 19:16:01 vethb07ffb8 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 20:19:35 19:16:01 docker0 42.33 71.24 3.12 743.86 0.00 0.00 0.00 0.00 20:19:35 19:16:01 lo 1.46 1.46 0.14 0.14 0.00 0.00 0.00 0.00 20:19:35 19:16:01 ens3 178.85 130.52 1909.85 84.43 0.00 0.00 0.00 0.00 20:19:35 19:17:01 vethb07ffb8 0.00 0.65 0.00 0.03 0.00 0.00 0.00 0.00 20:19:35 19:17:01 docker0 294.22 423.83 20.12 6024.43 0.00 0.00 0.00 0.00 20:19:35 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:17:01 veth1ecf857 255.27 377.19 21.36 5827.01 0.00 0.00 0.00 0.48 20:19:35 19:17:01 ens3 457.76 313.45 6051.91 40.76 0.00 0.00 0.00 0.00 20:19:35 19:18:01 vethb07ffb8 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 20:19:35 19:18:01 docker0 10.88 14.10 0.89 206.64 0.00 0.00 0.00 0.00 20:19:35 19:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:18:01 veth1ecf857 10.88 14.11 1.04 206.64 0.00 0.00 0.00 0.02 20:19:35 19:18:01 ens3 17.44 13.00 209.59 2.63 0.00 0.00 0.00 0.00 20:19:35 19:19:01 docker0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:19:01 ens3 7.48 4.23 6.56 3.02 0.00 0.00 0.00 0.00 20:19:35 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:21:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:21:01 ens3 34.82 39.77 7.08 59.06 0.00 0.00 0.00 0.00 20:19:35 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:22:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:24:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 20:19:35 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:25:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:28:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:29:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 20:19:35 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:34:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 20:19:35 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:36:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:39:01 ens3 0.12 0.07 0.07 0.06 0.00 0.00 0.00 0.00 20:19:35 19:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:40:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:40:02 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:42:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:43:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:44:01 ens3 0.55 0.33 0.43 0.08 0.00 0.00 0.00 0.00 20:19:35 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:45:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:47:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:49:01 ens3 0.12 0.07 0.07 0.06 0.00 0.00 0.00 0.00 20:19:35 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:50:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:51:01 ens3 0.43 0.30 0.26 0.21 0.00 0.00 0.00 0.00 20:19:35 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:53:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:54:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 20:19:35 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:56:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:58:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 19:59:01 ens3 0.12 0.08 0.07 0.07 0.00 0.00 0.00 0.00 20:19:35 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:00:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:02:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 20:19:35 20:02:01 ens3 4.80 3.97 2.84 5.45 0.00 0.00 0.00 0.00 20:19:35 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:03:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:04:01 ens3 1.02 0.48 0.38 0.28 0.00 0.00 0.00 0.00 20:19:35 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:05:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:07:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:08:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:09:01 ens3 0.12 0.08 0.07 0.07 0.00 0.00 0.00 0.00 20:19:35 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:10:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:12:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:14:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:19:35 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:16:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:17:01 ens3 0.25 0.10 0.34 0.01 0.00 0.00 0.00 0.00 20:19:35 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:35 20:19:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:19:35 20:19:01 ens3 2.77 2.47 14.70 0.25 0.00 0.00 0.00 0.00 20:19:35 Average: docker0 25.32 29.12 1.95 325.57 0.00 0.00 0.00 0.00 20:19:35 Average: lo 0.22 0.22 0.02 0.02 0.00 0.00 0.00 0.00 20:19:35 Average: ens3 53.78 45.85 469.86 11.36 0.00 0.00 0.00 0.00 20:19:35 20:19:35 20:19:35 ---> sar -P ALL: 20:19:35 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-20711) 04/12/22 _x86_64_ (8 CPU) 20:19:35 20:19:35 19:07:44 LINUX RESTART (8 CPU) 20:19:35 20:19:35 19:08:01 CPU %user %nice %system %iowait %steal %idle 20:19:35 19:09:02 all 10.83 0.00 4.00 1.91 0.05 83.21 20:19:35 19:09:02 0 13.33 0.00 3.67 0.77 0.05 82.19 20:19:35 19:09:02 1 14.43 0.00 4.43 0.67 0.05 80.42 20:19:35 19:09:02 2 12.87 0.00 4.17 2.39 0.05 80.52 20:19:35 19:09:02 3 10.73 0.00 4.56 1.68 0.03 82.99 20:19:35 19:09:02 4 8.40 0.00 3.01 3.38 0.03 85.17 20:19:35 19:09:02 5 8.52 0.00 3.38 0.25 0.05 87.81 20:19:35 19:09:02 6 11.28 0.00 4.85 4.34 0.05 79.47 20:19:35 19:09:02 7 7.00 0.00 3.92 1.83 0.07 87.18 20:19:35 19:10:01 all 33.01 0.00 7.41 1.81 0.09 57.68 20:19:35 19:10:01 0 33.16 0.00 7.96 6.47 0.07 52.35 20:19:35 19:10:01 1 32.57 0.00 8.31 0.24 0.09 58.79 20:19:35 19:10:01 2 34.09 0.00 6.29 1.34 0.09 58.20 20:19:35 19:10:01 3 32.83 0.00 6.77 0.02 0.10 60.28 20:19:35 19:10:01 4 32.08 0.00 7.06 3.61 0.10 57.15 20:19:35 19:10:01 5 33.22 0.00 7.81 0.26 0.09 58.62 20:19:35 19:10:01 6 33.12 0.00 7.98 0.50 0.07 58.34 20:19:35 19:10:01 7 33.04 0.00 7.11 2.06 0.09 57.71 20:19:35 19:11:01 all 44.41 0.00 5.64 0.33 0.09 49.53 20:19:35 19:11:01 0 43.92 0.00 5.60 0.00 0.12 50.36 20:19:35 19:11:01 1 44.28 0.00 5.57 0.27 0.10 49.78 20:19:35 19:11:01 2 43.60 0.00 5.35 1.69 0.08 49.28 20:19:35 19:11:01 3 46.85 0.00 5.84 0.27 0.08 46.95 20:19:35 19:11:01 4 44.96 0.00 5.94 0.05 0.08 48.96 20:19:35 19:11:01 5 44.61 0.00 5.32 0.08 0.10 49.89 20:19:35 19:11:01 6 43.47 0.00 5.82 0.03 0.10 50.57 20:19:35 19:11:01 7 43.57 0.00 5.65 0.29 0.08 50.40 20:19:35 19:12:01 all 18.81 0.00 9.37 3.77 0.09 67.96 20:19:35 19:12:01 0 18.11 0.00 8.00 0.76 0.08 73.04 20:19:35 19:12:01 1 20.37 0.00 9.69 0.65 0.09 69.21 20:19:35 19:12:01 2 18.67 0.00 10.55 10.06 0.10 60.62 20:19:35 19:12:01 3 19.80 0.00 10.60 1.52 0.12 67.96 20:19:35 19:12:01 4 18.84 0.00 9.23 0.51 0.08 71.33 20:19:35 19:12:01 5 20.73 0.00 10.58 3.60 0.09 65.01 20:19:35 19:12:01 6 18.22 0.00 8.62 1.67 0.07 71.43 20:19:35 19:12:01 7 15.73 0.00 7.68 11.51 0.09 64.99 20:19:35 19:13:01 all 52.45 0.00 13.05 12.72 0.13 21.65 20:19:35 19:13:01 0 53.61 0.00 11.44 8.34 0.14 26.47 20:19:35 19:13:01 1 52.83 0.00 12.62 9.63 0.12 24.80 20:19:35 19:13:01 2 52.55 0.00 13.34 20.39 0.14 13.59 20:19:35 19:13:01 3 52.87 0.00 13.43 8.95 0.12 24.64 20:19:35 19:13:01 4 53.12 0.00 11.93 6.70 0.14 28.11 20:19:35 19:13:01 5 53.47 0.00 12.22 12.57 0.14 21.61 20:19:35 19:13:01 6 49.46 0.00 14.85 25.51 0.15 10.03 20:19:35 19:13:01 7 51.65 0.00 14.54 9.70 0.14 23.97 20:19:35 19:14:01 all 87.53 0.00 11.73 0.23 0.15 0.35 20:19:35 19:14:01 0 86.23 0.00 13.02 0.13 0.15 0.47 20:19:35 19:14:01 1 89.12 0.00 10.33 0.23 0.17 0.15 20:19:35 19:14:01 2 88.43 0.00 11.21 0.18 0.15 0.03 20:19:35 19:14:01 3 87.78 0.00 11.00 0.10 0.13 0.99 20:19:35 19:14:01 4 87.09 0.00 12.12 0.22 0.17 0.40 20:19:35 19:14:01 5 88.87 0.00 10.35 0.38 0.13 0.27 20:19:35 19:14:01 6 85.19 0.00 14.03 0.43 0.15 0.20 20:19:35 19:14:01 7 87.58 0.00 11.79 0.17 0.15 0.32 20:19:35 19:15:01 all 72.83 0.00 12.30 3.45 0.13 11.28 20:19:35 19:15:01 0 72.57 0.00 12.24 5.63 0.13 9.42 20:19:35 19:15:01 1 69.84 0.00 13.88 1.55 0.15 14.58 20:19:35 19:15:01 2 84.20 0.00 8.74 1.12 0.13 5.81 20:19:35 19:15:01 3 73.83 0.00 11.23 5.07 0.12 9.75 20:19:35 19:15:01 4 67.57 0.00 15.01 5.78 0.14 11.50 20:19:35 19:15:01 5 71.28 0.00 9.67 1.26 0.13 17.65 20:19:35 19:15:01 6 67.85 0.00 14.95 4.41 0.12 12.66 20:19:35 19:15:01 7 75.45 0.00 12.72 2.78 0.15 8.89 20:19:35 19:16:01 all 58.71 0.00 15.21 7.32 0.14 18.62 20:19:35 19:16:01 0 57.87 0.00 15.63 10.21 0.15 16.14 20:19:35 19:16:01 1 56.55 0.00 17.44 14.52 0.14 11.36 20:19:35 19:16:01 2 58.18 0.00 13.69 4.83 0.15 23.15 20:19:35 19:16:01 3 58.02 0.00 16.39 9.53 0.15 15.91 20:19:35 19:16:01 4 58.92 0.00 15.44 7.82 0.12 17.69 20:19:35 19:16:01 5 60.09 0.00 13.72 3.03 0.14 23.02 20:19:35 19:16:01 6 59.35 0.00 15.16 3.67 0.10 21.72 20:19:35 19:16:01 7 60.71 0.00 14.21 4.96 0.15 19.97 20:19:35 19:17:01 all 43.46 0.00 9.91 6.82 0.10 39.70 20:19:35 19:17:01 0 39.69 0.00 10.35 17.78 0.10 32.07 20:19:35 19:17:01 1 41.07 0.00 10.62 8.61 0.10 39.60 20:19:35 19:17:01 2 40.50 0.00 9.71 2.84 0.10 46.84 20:19:35 19:17:01 3 46.24 0.00 9.73 6.09 0.10 37.83 20:19:35 19:17:01 4 45.24 0.00 9.19 7.81 0.10 37.66 20:19:35 19:17:01 5 47.39 0.00 9.93 3.60 0.12 38.97 20:19:35 19:17:01 6 42.65 0.00 9.39 3.82 0.10 44.04 20:19:35 19:17:01 7 44.90 0.00 10.35 4.06 0.10 40.59 20:19:35 19:18:01 all 32.33 0.00 3.59 0.95 0.06 63.07 20:19:35 19:18:01 0 77.22 0.00 5.40 0.18 0.10 17.10 20:19:35 19:18:01 1 28.11 0.00 3.27 0.08 0.08 68.45 20:19:35 19:18:01 2 26.05 0.00 3.02 0.03 0.07 70.83 20:19:35 19:18:01 3 26.92 0.00 3.52 0.00 0.05 69.51 20:19:35 19:18:01 4 24.89 0.00 3.56 0.40 0.05 71.10 20:19:35 19:18:01 5 26.05 0.00 3.22 0.05 0.03 70.65 20:19:35 19:18:01 6 24.98 0.00 2.88 0.08 0.03 72.03 20:19:35 19:18:01 7 24.48 0.00 3.84 6.83 0.05 64.80 20:19:35 19:19:01 all 9.90 0.00 4.64 2.55 0.05 82.87 20:19:35 19:19:01 0 9.12 0.00 5.72 0.20 0.03 84.93 20:19:35 19:19:01 1 9.37 0.00 3.49 0.42 0.03 86.69 20:19:35 19:19:01 2 10.91 0.00 5.42 16.50 0.05 67.13 20:19:35 19:19:01 3 10.51 0.00 4.63 0.30 0.07 84.49 20:19:35 19:19:01 4 8.94 0.00 4.47 2.13 0.03 84.42 20:19:35 19:19:01 5 8.72 0.00 3.63 0.10 0.03 87.51 20:19:35 19:19:01 6 11.06 0.00 4.96 0.68 0.05 83.25 20:19:35 19:19:01 7 10.62 0.00 4.78 0.15 0.07 84.37 20:19:35 20:19:35 19:19:01 CPU %user %nice %system %iowait %steal %idle 20:19:35 19:20:01 all 0.00 0.00 0.00 0.01 0.00 99.98 20:19:35 19:20:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:20:01 2 0.00 0.00 0.03 0.05 0.00 99.92 20:19:35 19:20:01 3 0.00 0.00 0.00 0.05 0.00 99.95 20:19:35 19:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:20:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:19:35 19:21:01 all 0.31 0.00 0.07 0.01 0.01 99.61 20:19:35 19:21:01 0 0.35 0.00 0.08 0.00 0.02 99.55 20:19:35 19:21:01 1 0.27 0.00 0.03 0.00 0.02 99.68 20:19:35 19:21:01 2 0.10 0.00 0.05 0.05 0.00 99.80 20:19:35 19:21:01 3 0.28 0.00 0.18 0.00 0.00 99.53 20:19:35 19:21:01 4 0.83 0.00 0.03 0.00 0.00 99.14 20:19:35 19:21:01 5 0.15 0.00 0.03 0.02 0.00 99.80 20:19:35 19:21:01 6 0.22 0.00 0.07 0.00 0.02 99.70 20:19:35 19:21:01 7 0.25 0.00 0.07 0.02 0.00 99.67 20:19:35 19:22:01 all 0.26 0.00 0.01 0.01 0.00 99.72 20:19:35 19:22:01 0 0.00 0.00 0.07 0.00 0.00 99.93 20:19:35 19:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:22:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:19:35 19:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:22:01 4 1.97 0.00 0.00 0.00 0.02 98.01 20:19:35 19:22:01 5 0.02 0.00 0.00 0.03 0.00 99.95 20:19:35 19:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:22:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:19:35 19:23:01 all 0.26 0.00 0.02 0.01 0.00 99.71 20:19:35 19:23:01 0 0.02 0.00 0.02 0.02 0.00 99.95 20:19:35 19:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:23:01 3 0.00 0.00 0.03 0.00 0.00 99.97 20:19:35 19:23:01 4 2.00 0.00 0.05 0.00 0.00 97.95 20:19:35 19:23:01 5 0.00 0.00 0.00 0.03 0.00 99.97 20:19:35 19:23:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:19:35 19:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:24:01 all 0.26 0.00 0.01 0.01 0.00 99.72 20:19:35 19:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:24:01 4 1.94 0.00 0.02 0.00 0.00 98.05 20:19:35 19:24:01 5 0.02 0.00 0.02 0.07 0.00 99.90 20:19:35 19:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:24:01 7 0.03 0.00 0.03 0.00 0.02 99.92 20:19:35 19:25:01 all 0.26 0.00 0.01 0.00 0.00 99.72 20:19:35 19:25:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:19:35 19:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:25:01 3 0.00 0.00 0.02 0.00 0.02 99.97 20:19:35 19:25:01 4 1.99 0.00 0.00 0.00 0.00 98.01 20:19:35 19:25:01 5 0.00 0.00 0.02 0.03 0.00 99.95 20:19:35 19:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:25:01 7 0.02 0.00 0.03 0.00 0.00 99.95 20:19:35 19:26:01 all 0.18 0.00 0.01 0.01 0.00 99.80 20:19:35 19:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:26:01 2 0.00 0.00 0.00 0.07 0.00 99.93 20:19:35 19:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:26:01 4 1.30 0.00 0.07 0.00 0.00 98.63 20:19:35 19:26:01 5 0.03 0.00 0.00 0.02 0.00 99.95 20:19:35 19:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:26:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:19:35 19:27:01 all 0.01 0.00 0.01 0.01 0.00 99.98 20:19:35 19:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:19:35 19:27:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:19:35 19:27:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:19:35 19:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:27:01 5 0.02 0.00 0.00 0.02 0.02 99.95 20:19:35 19:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:28:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:19:35 19:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:28:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 19:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:28:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:28:01 5 0.02 0.00 0.02 0.03 0.00 99.93 20:19:35 19:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:28:01 7 0.03 0.00 0.02 0.02 0.02 99.92 20:19:35 19:29:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:19:35 19:29:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:19:35 19:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:29:01 2 0.00 0.00 0.00 0.03 0.02 99.95 20:19:35 19:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:29:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 19:29:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:19:35 19:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:30:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:19:35 19:30:01 0 0.00 0.00 0.03 0.00 0.00 99.97 20:19:35 19:30:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:30:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 19:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:30:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:19:35 19:30:01 5 0.02 0.00 0.02 0.03 0.00 99.93 20:19:35 19:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:30:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:19:35 20:19:35 19:30:01 CPU %user %nice %system %iowait %steal %idle 20:19:35 19:31:01 all 0.03 0.00 0.01 0.00 0.00 99.96 20:19:35 19:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:31:01 1 0.10 0.00 0.00 0.00 0.02 99.88 20:19:35 19:31:01 2 0.00 0.00 0.02 0.02 0.00 99.97 20:19:35 19:31:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:19:35 19:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:31:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 19:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:31:01 7 0.05 0.00 0.02 0.00 0.02 99.92 20:19:35 19:32:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:19:35 19:32:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:19:35 19:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:32:01 3 0.02 0.00 0.00 0.03 0.00 99.95 20:19:35 19:32:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:32:01 5 0.02 0.00 0.02 0.03 0.00 99.93 20:19:35 19:32:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:32:01 7 0.05 0.00 0.00 0.00 0.00 99.95 20:19:35 19:33:01 all 0.03 0.00 0.00 0.01 0.00 99.96 20:19:35 19:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:33:01 1 0.05 0.00 0.00 0.00 0.00 99.95 20:19:35 19:33:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 19:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:33:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 19:33:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:33:01 7 0.08 0.00 0.02 0.02 0.02 99.87 20:19:35 19:34:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:19:35 19:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:34:01 2 0.03 0.00 0.00 0.02 0.00 99.95 20:19:35 19:34:01 3 0.03 0.00 0.02 0.02 0.00 99.93 20:19:35 19:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:34:01 5 0.00 0.00 0.02 0.02 0.00 99.97 20:19:35 19:34:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:19:35 19:34:01 7 0.05 0.00 0.02 0.00 0.00 99.93 20:19:35 19:35:01 all 0.01 0.00 0.00 0.00 0.00 99.98 20:19:35 19:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:35:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:19:35 19:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:35:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 19:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:35:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:19:35 19:36:01 all 0.01 0.00 0.00 0.00 0.00 99.98 20:19:35 19:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:36:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:19:35 19:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:36:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:19:35 19:36:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:19:35 19:37:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:19:35 19:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:37:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:37:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:19:35 19:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:37:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:19:35 19:37:01 5 0.00 0.00 0.02 0.02 0.00 99.97 20:19:35 19:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:37:01 7 0.02 0.00 0.05 0.00 0.00 99.93 20:19:35 19:38:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:19:35 19:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:38:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 19:38:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:19:35 19:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:38:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 19:38:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:19:35 19:38:01 7 0.03 0.00 0.03 0.00 0.02 99.92 20:19:35 19:39:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:19:35 19:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:19:35 19:39:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:19:35 19:39:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 19:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:39:01 5 0.02 0.00 0.00 0.02 0.02 99.95 20:19:35 19:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:39:01 7 0.02 0.00 0.03 0.00 0.02 99.93 20:19:35 19:40:02 all 0.00 0.00 0.01 0.00 0.00 99.99 20:19:35 19:40:02 0 0.00 0.00 0.00 0.00 0.02 99.98 20:19:35 19:40:02 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:40:02 2 0.00 0.00 0.02 0.02 0.00 99.97 20:19:35 19:40:02 3 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:40:02 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:40:02 5 0.00 0.00 0.02 0.02 0.00 99.97 20:19:35 19:40:02 6 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:40:02 7 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:41:01 all 0.02 0.00 0.01 0.00 0.00 99.97 20:19:35 19:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:41:01 2 0.02 0.00 0.00 0.03 0.00 99.95 20:19:35 19:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:41:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:19:35 19:41:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:19:35 20:19:35 19:41:01 CPU %user %nice %system %iowait %steal %idle 20:19:35 19:42:01 all 0.00 0.00 0.01 0.00 0.00 99.98 20:19:35 19:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:42:01 2 0.00 0.00 0.02 0.02 0.00 99.97 20:19:35 19:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:42:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:19:35 19:42:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 19:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:42:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:19:35 19:43:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:19:35 19:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:43:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 19:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:43:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:43:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 19:43:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:19:35 19:43:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:19:35 19:44:01 all 0.01 0.00 0.01 0.01 0.00 99.96 20:19:35 19:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:44:01 1 0.05 0.00 0.02 0.00 0.02 99.92 20:19:35 19:44:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:19:35 19:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:44:01 5 0.02 0.00 0.02 0.02 0.00 99.95 20:19:35 19:44:01 6 0.00 0.00 0.02 0.02 0.00 99.97 20:19:35 19:44:01 7 0.03 0.00 0.00 0.02 0.00 99.95 20:19:35 19:45:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:19:35 19:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:19:35 19:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:45:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 19:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:45:01 5 0.00 0.00 0.00 0.03 0.00 99.97 20:19:35 19:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:45:01 7 0.02 0.00 0.03 0.00 0.02 99.93 20:19:35 19:46:01 all 0.00 0.00 0.00 0.00 0.00 99.99 20:19:35 19:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:46:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 19:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:46:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:19:35 19:47:01 all 0.01 0.00 0.00 0.00 0.00 99.98 20:19:35 19:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:47:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:47:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 19:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:47:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:19:35 19:47:01 5 0.00 0.00 0.02 0.02 0.00 99.97 20:19:35 19:47:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:19:35 19:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:48:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:19:35 19:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:48:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:19:35 19:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:48:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 19:48:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:19:35 19:48:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:19:35 19:49:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:19:35 19:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:49:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:49:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 19:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:49:01 5 0.00 0.00 0.02 0.03 0.00 99.95 20:19:35 19:49:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:49:01 7 0.05 0.00 0.02 0.00 0.00 99.93 20:19:35 19:50:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:19:35 19:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:50:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:19:35 19:50:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 19:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:50:01 5 0.00 0.00 0.02 0.03 0.00 99.95 20:19:35 19:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:50:01 7 0.02 0.00 0.03 0.00 0.02 99.93 20:19:35 19:51:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:19:35 19:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:51:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:19:35 19:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:51:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 19:51:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:19:35 19:51:01 7 0.03 0.00 0.02 0.02 0.02 99.92 20:19:35 19:52:01 all 0.00 0.00 0.00 0.00 0.00 99.99 20:19:35 19:52:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:19:35 19:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:52:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 19:52:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:19:35 19:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:52:01 5 0.00 0.00 0.02 0.02 0.00 99.97 20:19:35 19:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:19:35 19:52:01 CPU %user %nice %system %iowait %steal %idle 20:19:35 19:53:01 all 0.02 0.00 0.01 0.01 0.01 99.96 20:19:35 19:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:53:01 2 0.02 0.00 0.02 0.02 0.02 99.93 20:19:35 19:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:53:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:19:35 19:53:01 5 0.02 0.00 0.00 0.03 0.00 99.95 20:19:35 19:53:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:19:35 19:53:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:19:35 19:54:01 all 0.05 0.00 0.02 0.01 0.00 99.92 20:19:35 19:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:19:35 19:54:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:19:35 19:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:54:01 4 0.28 0.00 0.05 0.00 0.00 99.67 20:19:35 19:54:01 5 0.02 0.00 0.02 0.02 0.00 99.95 20:19:35 19:54:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:54:01 7 0.03 0.00 0.03 0.00 0.02 99.92 20:19:35 19:55:01 all 0.25 0.00 0.01 0.01 0.00 99.74 20:19:35 19:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:55:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 19:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:55:01 4 1.97 0.00 0.00 0.00 0.00 98.03 20:19:35 19:55:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 19:55:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:55:01 7 0.00 0.00 0.03 0.02 0.02 99.93 20:19:35 19:56:01 all 0.26 0.00 0.00 0.00 0.00 99.73 20:19:35 19:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:19:35 19:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:56:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 19:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:56:01 4 1.97 0.00 0.00 0.00 0.00 98.03 20:19:35 19:56:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 19:56:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:57:01 all 0.26 0.00 0.01 0.01 0.00 99.72 20:19:35 19:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:57:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:19:35 19:57:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:19:35 19:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:57:01 4 1.97 0.00 0.00 0.00 0.00 98.03 20:19:35 19:57:01 5 0.02 0.00 0.02 0.02 0.00 99.95 20:19:35 19:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:57:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:19:35 19:58:01 all 0.26 0.00 0.00 0.01 0.00 99.73 20:19:35 19:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:58:01 2 0.02 0.00 0.00 0.07 0.00 99.92 20:19:35 19:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:58:01 4 1.97 0.00 0.00 0.00 0.00 98.03 20:19:35 19:58:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 19:58:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 19:58:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 19:59:01 all 0.25 0.00 0.00 0.00 0.00 99.74 20:19:35 19:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:59:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 19:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 19:59:01 4 1.97 0.00 0.00 0.00 0.00 98.03 20:19:35 19:59:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 19:59:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 19:59:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:19:35 20:00:01 all 0.29 0.00 0.04 0.01 0.00 99.65 20:19:35 20:00:01 0 0.05 0.00 0.03 0.00 0.00 99.92 20:19:35 20:00:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 20:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 20:00:01 3 0.17 0.00 0.08 0.03 0.00 99.72 20:19:35 20:00:01 4 1.97 0.00 0.03 0.00 0.00 98.00 20:19:35 20:00:01 5 0.02 0.00 0.03 0.03 0.00 99.92 20:19:35 20:00:01 6 0.03 0.00 0.05 0.03 0.02 99.87 20:19:35 20:00:01 7 0.07 0.00 0.05 0.00 0.02 99.87 20:19:35 20:01:01 all 0.26 0.00 0.00 0.01 0.00 99.73 20:19:35 20:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 20:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:01:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 20:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:01:01 4 1.97 0.00 0.00 0.00 0.02 98.01 20:19:35 20:01:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 20:01:01 6 0.00 0.00 0.00 0.03 0.00 99.97 20:19:35 20:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:02:01 all 0.37 0.00 0.04 0.01 0.00 99.57 20:19:35 20:02:01 0 0.13 0.00 0.07 0.00 0.00 99.80 20:19:35 20:02:01 1 0.12 0.00 0.02 0.00 0.00 99.87 20:19:35 20:02:01 2 0.27 0.00 0.03 0.00 0.00 99.70 20:19:35 20:02:01 3 0.12 0.00 0.00 0.00 0.00 99.88 20:19:35 20:02:01 4 1.90 0.00 0.11 0.02 0.00 97.96 20:19:35 20:02:01 5 0.05 0.00 0.02 0.02 0.02 99.90 20:19:35 20:02:01 6 0.08 0.00 0.03 0.02 0.00 99.87 20:19:35 20:02:01 7 0.30 0.00 0.07 0.00 0.00 99.63 20:19:35 20:03:01 all 0.03 0.00 0.02 0.01 0.01 99.94 20:19:35 20:03:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:19:35 20:03:01 1 0.00 0.00 0.02 0.00 0.02 99.97 20:19:35 20:03:01 2 0.00 0.00 0.03 0.02 0.02 99.93 20:19:35 20:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:03:01 4 0.22 0.00 0.07 0.00 0.00 99.72 20:19:35 20:03:01 5 0.02 0.00 0.00 0.03 0.00 99.95 20:19:35 20:03:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 20:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:19:35 20:03:01 CPU %user %nice %system %iowait %steal %idle 20:19:35 20:04:01 all 0.02 0.00 0.01 0.01 0.00 99.97 20:19:35 20:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 20:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:19:35 20:04:01 2 0.03 0.00 0.02 0.02 0.00 99.93 20:19:35 20:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:04:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 20:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:04:01 7 0.02 0.00 0.00 0.02 0.02 99.95 20:19:35 20:05:01 all 0.00 0.00 0.01 0.00 0.00 99.98 20:19:35 20:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 20:05:01 1 0.00 0.00 0.02 0.00 0.02 99.97 20:19:35 20:05:01 2 0.00 0.00 0.00 0.02 0.02 99.97 20:19:35 20:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:05:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:05:01 5 0.02 0.00 0.02 0.02 0.00 99.95 20:19:35 20:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 20:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:06:01 all 0.01 0.00 0.00 0.00 0.00 99.98 20:19:35 20:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:06:01 2 0.02 0.00 0.02 0.02 0.02 99.93 20:19:35 20:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:06:01 5 0.02 0.00 0.02 0.02 0.00 99.95 20:19:35 20:06:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:19:35 20:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:07:01 all 0.11 0.00 0.01 0.01 0.00 99.87 20:19:35 20:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 20:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 20:07:01 2 0.02 0.00 0.00 0.03 0.00 99.95 20:19:35 20:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:07:01 4 0.85 0.00 0.02 0.00 0.02 99.12 20:19:35 20:07:01 5 0.02 0.00 0.02 0.02 0.00 99.95 20:19:35 20:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:07:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 20:08:01 all 0.26 0.00 0.00 0.00 0.00 99.73 20:19:35 20:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 20:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:08:01 2 0.03 0.00 0.02 0.00 0.02 99.93 20:19:35 20:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:08:01 4 1.99 0.00 0.00 0.00 0.00 98.01 20:19:35 20:08:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 20:08:01 6 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 20:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:09:01 all 0.25 0.00 0.00 0.01 0.00 99.74 20:19:35 20:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:09:01 2 0.00 0.00 0.03 0.00 0.00 99.97 20:19:35 20:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:19:35 20:09:01 4 1.95 0.00 0.00 0.00 0.00 98.05 20:19:35 20:09:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 20:09:01 6 0.02 0.00 0.00 0.03 0.00 99.95 20:19:35 20:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:10:01 all 0.24 0.00 0.02 0.00 0.01 99.73 20:19:35 20:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:19:35 20:10:01 1 0.00 0.00 0.02 0.00 0.02 99.97 20:19:35 20:10:01 2 0.03 0.00 0.03 0.00 0.02 99.92 20:19:35 20:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:10:01 4 1.79 0.00 0.05 0.00 0.00 98.16 20:19:35 20:10:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 20:10:01 6 0.02 0.00 0.00 0.02 0.02 99.95 20:19:35 20:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:11:01 all 0.02 0.00 0.01 0.00 0.00 99.96 20:19:35 20:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:11:01 2 0.00 0.00 0.02 0.02 0.00 99.97 20:19:35 20:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:11:01 4 0.12 0.00 0.07 0.00 0.00 99.82 20:19:35 20:11:01 5 0.00 0.00 0.02 0.02 0.00 99.97 20:19:35 20:11:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 20:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:12:01 all 0.00 0.00 0.01 0.00 0.01 99.98 20:19:35 20:12:01 0 0.00 0.00 0.03 0.00 0.02 99.95 20:19:35 20:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:12:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:19:35 20:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:12:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:19:35 20:12:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 20:12:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 20:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 20:13:01 all 0.02 0.00 0.01 0.01 0.00 99.97 20:19:35 20:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 20:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:13:01 2 0.05 0.00 0.03 0.00 0.00 99.92 20:19:35 20:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:13:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 20:13:01 6 0.00 0.00 0.00 0.05 0.00 99.95 20:19:35 20:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:14:01 all 0.01 0.00 0.02 0.01 0.00 99.97 20:19:35 20:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 20:14:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 20:14:01 2 0.00 0.00 0.02 0.00 0.02 99.97 20:19:35 20:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 20:14:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 20:14:01 5 0.02 0.00 0.02 0.02 0.00 99.95 20:19:35 20:14:01 6 0.00 0.00 0.03 0.02 0.00 99.95 20:19:35 20:14:01 7 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 20:19:35 20:14:01 CPU %user %nice %system %iowait %steal %idle 20:19:35 20:15:01 all 0.02 0.00 0.01 0.00 0.00 99.97 20:19:35 20:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:15:01 1 0.03 0.00 0.00 0.00 0.02 99.95 20:19:35 20:15:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:19:35 20:15:01 3 0.00 0.00 0.02 0.02 0.00 99.97 20:19:35 20:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:15:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 20:15:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 20:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:16:01 all 0.00 0.00 0.00 0.01 0.00 99.99 20:19:35 20:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:19:35 20:16:01 3 0.00 0.00 0.00 0.03 0.00 99.97 20:19:35 20:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:16:01 5 0.00 0.00 0.02 0.03 0.00 99.95 20:19:35 20:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:17:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:19:35 20:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:19:35 20:17:01 2 0.02 0.00 0.03 0.00 0.02 99.93 20:19:35 20:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:17:01 5 0.00 0.00 0.02 0.02 0.00 99.97 20:19:35 20:17:01 6 0.02 0.00 0.00 0.02 0.00 99.97 20:19:35 20:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:18:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:19:35 20:18:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:19:35 20:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:19:35 20:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:18:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:19:35 20:18:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:19:35 20:18:01 5 0.02 0.00 0.03 0.02 0.00 99.93 20:19:35 20:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:19:35 20:18:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:19:35 20:19:01 all 0.22 0.00 0.08 0.04 0.00 99.66 20:19:35 20:19:01 0 1.35 0.00 0.18 0.17 0.00 98.30 20:19:35 20:19:01 1 0.03 0.00 0.08 0.02 0.00 99.87 20:19:35 20:19:01 2 0.03 0.00 0.05 0.00 0.02 99.90 20:19:35 20:19:01 3 0.08 0.00 0.05 0.10 0.00 99.77 20:19:35 20:19:01 4 0.10 0.00 0.08 0.00 0.00 99.82 20:19:35 20:19:01 5 0.05 0.00 0.02 0.05 0.02 99.87 20:19:35 20:19:01 6 0.03 0.00 0.05 0.00 0.00 99.92 20:19:35 20:19:01 7 0.05 0.00 0.10 0.02 0.00 99.83 20:19:35 Average: all 6.55 0.00 1.36 0.59 0.02 91.49 20:19:35 Average: 0 7.08 0.00 1.40 0.70 0.02 90.81 20:19:35 Average: 1 6.41 0.00 1.39 0.51 0.02 91.67 20:19:35 Average: 2 6.58 0.00 1.28 0.87 0.02 91.26 20:19:35 Average: 3 6.52 0.00 1.37 0.47 0.02 91.63 20:19:35 Average: 4 6.74 0.00 1.36 0.53 0.02 91.35 20:19:35 Average: 5 6.46 0.00 1.26 0.37 0.02 91.90 20:19:35 Average: 6 6.24 0.00 1.45 0.63 0.02 91.67 20:19:35 Average: 7 6.35 0.00 1.36 0.62 0.02 91.65 20:19:35 20:19:35 20:19:35