Pull request #3976 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/edgex-go Loading trusted files from base branch main at b0d4cebb59bfc21350c181e75d596a60ac717096 rather than 5ab360f7512bb55ab2f882020eb61a4c86139b62 Obtained Jenkinsfile from b0d4cebb59bfc21350c181e75d596a60ac717096 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-ssh320265375430628424.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-ssh8423651664994016020.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3976/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3976/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh12113400338213081953.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8273841393409241795.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3976/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3976/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh14547757270349708085.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-21297 in /w/workspace/edgexfoundry_edgex-go_PR-3976 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit b0d4cebb59bfc21350c181e75d596a60ac717096 into PR head commit 5ab360f7512bb55ab2f882020eb61a4c86139b62 Merge succeeded, producing 5ab360f7512bb55ab2f882020eb61a4c86139b62 Checking out Revision 5ab360f7512bb55ab2f882020eb61a4c86139b62 (PR-3976) > 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/3976/head:refs/remotes/origin/PR-3976 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ab360f7512bb55ab2f882020eb61a4c86139b62 # 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 b0d4cebb59bfc21350c181e75d596a60ac717096 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ab360f7512bb55ab2f882020eb61a4c86139b62 # timeout=10 Commit message: "fix(metadata): not trigger DS callback if only lastConnected is updated" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:54:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:54:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:54:21 ========================================================= 03:54:21 EdgeX Global Pipelines Version Info 03:54:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk da64c50e96ec48585349bf6e25356bfff5f85739 # timeout=10 03:54:22 ------------------- 03:54:22 stable info: 03:54:22 ------------------- 03:54:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:54:22 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 03:54:22 Message: update stable to v1.0.221 03:54:23 ------------------- 03:54:23 experimental info: 03:54:23 ------------------- 03:54:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:54:23 Commit SHA: 2d41b7a85c8a62c0c33f5e39ad1462a101ac531d 03:54:23 Message: update experimental to v1.0.222 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3976 [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3976 [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3976 [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ab360f7512bb55ab2f882020eb61a4c86139b62 [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ab360f [Pipeline] echo 03:54:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:54:23 provisioning config files... 03:54:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8238865060141496805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:54:24 ---> docker-login.sh 03:54:24 nexus3.edgexfoundry.org:10001 03:54:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:54:24 Configure a credential helper to remove this warning. See 03:54:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:54:24 03:54:24 Login Succeeded 03:54:24 nexus3.edgexfoundry.org:10002 03:54:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:54:25 Configure a credential helper to remove this warning. See 03:54:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:54:25 03:54:25 Login Succeeded 03:54:25 nexus3.edgexfoundry.org:10003 03:54:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:54:25 Configure a credential helper to remove this warning. See 03:54:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:54:25 03:54:25 Login Succeeded 03:54:25 nexus3.edgexfoundry.org:10004 03:54:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:54:25 Configure a credential helper to remove this warning. See 03:54:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:54:25 03:54:25 Login Succeeded 03:54:25 docker.io 03:54:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:54:25 Configure a credential helper to remove this warning. See 03:54:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:54:25 03:54:25 Login Succeeded 03:54:25 ---> docker-login.sh ends [Pipeline] } 03:54:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:54:26 + 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 03:54:26 + cut -d/ -f2 03:54:26 + dirname cmd/core-command/Dockerfile 03:54:26 + echo core-command,cmd/core-command/Dockerfile 03:54:26 + + dirname cmd/core-data/Dockerfile 03:54:26 cut -d/ -f2 03:54:26 + echo core-data,cmd/core-data/Dockerfile 03:54:26 + dirname cmd/core-metadata/Dockerfile 03:54:26 + cut -d/ -f2 03:54:26 + echo core-metadata,cmd/core-metadata/Dockerfile 03:54:26 + dirname cmd/security-bootstrapper/Dockerfile 03:54:26 + cut -d/ -f2 03:54:26 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:54:26 + dirname cmd/security-proxy-setup/Dockerfile 03:54:26 + cut -d/ -f2 03:54:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:54:26 + + dirname cmd/security-secretstore-setup/Dockerfile 03:54:26 cut -d/ -f2 03:54:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:54:26 + dirname cmd/security-spiffe-token-provider/Dockerfile 03:54:26 + cut -d/ -f2 03:54:26 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 03:54:26 + + cut -d/dirname -f2 cmd/security-spire-agent/Dockerfile 03:54:26 03:54:26 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 03:54:26 + dirname cmd/security-spire-config/Dockerfile 03:54:26 + cut -d/ -f2 03:54:26 + echo security-spire-config,cmd/security-spire-config/Dockerfile 03:54:26 + + cut -d/dirname -f2 cmd/security-spire-server/Dockerfile 03:54:26 03:54:26 + echo security-spire-server,cmd/security-spire-server/Dockerfile 03:54:26 + dirname cmd/support-notifications/Dockerfile 03:54:26 + cut -d/ -f2 03:54:26 + echo support-notifications,cmd/support-notifications/Dockerfile 03:54:26 + dirname cmd/support-scheduler/Dockerfile 03:54:26 + cut -d/ -f2 03:54:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:54:26 + dirname cmd/sys-mgmt-agent/Dockerfile 03:54:26 + cut -d/ -f2 03:54:26 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:54:26 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 03:54:26 + git rev-list -1 --merges 5ab360f7512bb55ab2f882020eb61a4c86139b62~1..5ab360f7512bb55ab2f882020eb61a4c86139b62 [Pipeline] echo 03:54:26 -----------> git rev-list -1 --merges 5ab360f7512bb55ab2f882020eb61a4c86139b62~1..5ab360f7512bb55ab2f882020eb61a4c86139b62 5ab360f7512bb55ab2f882020eb61a4c86139b62 [false] [Pipeline] sh 03:54:26 + git log --format=format:%s -1 5ab360f7512bb55ab2f882020eb61a4c86139b62 [Pipeline] echo 03:54:26 ========================================================= 03:54:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:54:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 03:54:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:54:27 + grep -v github /etc/ssh/ssh_known_hosts 03:54:27 + [ -e /tmp/ssh_known_hosts ] 03:54:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:54:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:54:27 + sudo tee -a /etc/ssh/ssh_known_hosts 03:54:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 03:54:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:54:27 03:54:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:54:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:54:28 latest: Pulling from edgex-devops/git-semver 03:54:28 a0d0a0d46f8b: Pulling fs layer 03:54:28 3e5f54012d9b: Pulling fs layer 03:54:28 4c7163046ea9: Pulling fs layer 03:54:28 0c2d73faf560: Pulling fs layer 03:54:28 0c2d73faf560: Waiting 03:54:28 3e5f54012d9b: Verifying Checksum 03:54:28 3e5f54012d9b: Download complete 03:54:28 a0d0a0d46f8b: Download complete 03:54:28 0c2d73faf560: Verifying Checksum 03:54:28 0c2d73faf560: Download complete 03:54:28 4c7163046ea9: Verifying Checksum 03:54:28 4c7163046ea9: Download complete 03:54:28 a0d0a0d46f8b: Pull complete 03:54:28 3e5f54012d9b: Pull complete 03:54:28 4c7163046ea9: Pull complete 03:54:29 0c2d73faf560: Pull complete 03:54:29 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 03:54:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:54:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:54:29 prd-ubuntu20.04-docker-8c-8g-21297 does not seem to be running inside a container 03:54:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:54:29 $ docker top 1712e95b9fe7eef31b2b899e2261904bd6cbde68d93f299c4374878666989523 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:54:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:54:30 [ssh-agent] Looking for ssh-agent implementation... 03:54:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:54:30 $ docker exec 1712e95b9fe7eef31b2b899e2261904bd6cbde68d93f299c4374878666989523 ssh-agent 03:54:30 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXBEgHpJ/agent.13 03:54:30 SSH_AGENT_PID=19 03:54:30 Running ssh-add (command line suppressed) 03:54:30 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8882135013824495282.key (/w/workspace/edgex-go/2@tmp/private_key_8882135013824495282.key) 03:54:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:54:30 + git tag --points-at HEAD [Pipeline] } 03:54:30 $ docker exec --env ******** --env ******** 1712e95b9fe7eef31b2b899e2261904bd6cbde68d93f299c4374878666989523 ssh-agent -k 03:54:30 unset SSH_AUTH_SOCK; 03:54:30 unset SSH_AGENT_PID; 03:54:30 echo Agent pid 19 killed; 03:54:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:54:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:54:30 [ssh-agent] Looking for ssh-agent implementation... 03:54:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:54:31 $ docker exec 1712e95b9fe7eef31b2b899e2261904bd6cbde68d93f299c4374878666989523 ssh-agent 03:54:31 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXfAdjno/agent.52 03:54:31 SSH_AGENT_PID=58 03:54:31 Running ssh-add (command line suppressed) 03:54:31 Identity added: /w/workspace/edgex-go/2@tmp/private_key_608276476124832824.key (/w/workspace/edgex-go/2@tmp/private_key_608276476124832824.key) 03:54:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:54:31 + git semver init 03:54:31 # -> Open(): unable to determine branch for HEAD 03:54:31 # $GIT_DIR = /w/workspace/edgex-go/2/.git 03:54:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 03:54:31 # $SEMVER_REMOTE_NAME = origin 03:54:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:54:31 # $SEMVER_USER_NAME = edgex-jenkins 03:54:31 # $SEMVER_BRANCH = PR-3976 03:54:31 # $SEMVER_TEMP = /tmp/semver-885063069 03:54:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:54:46 # '/tmp/semver-885063069' -> '/w/workspace/edgex-go/2/.semver' 03:54:46 # -> Force: false 03:54:46 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 03:54:46 $ docker exec --env ******** --env ******** 1712e95b9fe7eef31b2b899e2261904bd6cbde68d93f299c4374878666989523 ssh-agent -k 03:54:46 unset SSH_AUTH_SOCK; 03:54:46 unset SSH_AGENT_PID; 03:54:46 echo Agent pid 58 killed; 03:54:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:54:47 + git semver [Pipeline] } 03:54:47 $ docker stop --time=1 1712e95b9fe7eef31b2b899e2261904bd6cbde68d93f299c4374878666989523 03:54:49 $ docker rm -f 1712e95b9fe7eef31b2b899e2261904bd6cbde68d93f299c4374878666989523 [Pipeline] // withDockerContainer [Pipeline] sh 03:54:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:54:49 Stashed 1 file(s) [Pipeline] echo 03:54:49 [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 03:54:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:54:49 ========================================================= 03:54:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 03:54:49 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:54:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 03:54:50 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 03:54:50 59bf1c3509f3: Pulling fs layer 03:54:50 666ba61612fd: Pulling fs layer 03:54:50 8ed8ca486205: Pulling fs layer 03:54:50 4fe6c5a15a65: Pulling fs layer 03:54:50 22a0e8bec74d: Pulling fs layer 03:54:50 640e595b4fbd: Pulling fs layer 03:54:50 763cafe07f6e: Pulling fs layer 03:54:50 0c0b528cf693: Pulling fs layer 03:54:50 10935f4eaf8b: Pulling fs layer 03:54:50 4fe6c5a15a65: Waiting 03:54:50 22a0e8bec74d: Waiting 03:54:50 0c0b528cf693: Waiting 03:54:50 10935f4eaf8b: Waiting 03:54:50 763cafe07f6e: Waiting 03:54:50 640e595b4fbd: Waiting 03:54:50 8ed8ca486205: Verifying Checksum 03:54:50 8ed8ca486205: Download complete 03:54:50 666ba61612fd: Verifying Checksum 03:54:50 666ba61612fd: Download complete 03:54:50 22a0e8bec74d: Verifying Checksum 03:54:50 22a0e8bec74d: Download complete 03:54:50 640e595b4fbd: Verifying Checksum 03:54:50 640e595b4fbd: Download complete 03:54:50 59bf1c3509f3: Verifying Checksum 03:54:50 59bf1c3509f3: Download complete 03:54:50 763cafe07f6e: Verifying Checksum 03:54:50 763cafe07f6e: Download complete 03:54:50 0c0b528cf693: Verifying Checksum 03:54:50 0c0b528cf693: Download complete 03:54:50 59bf1c3509f3: Pull complete 03:54:50 666ba61612fd: Pull complete 03:54:50 8ed8ca486205: Pull complete 03:54:50 10935f4eaf8b: Verifying Checksum 03:54:50 10935f4eaf8b: Download complete 03:54:50 4fe6c5a15a65: Verifying Checksum 03:54:50 4fe6c5a15a65: Download complete 03:54:56 4fe6c5a15a65: Pull complete 03:54:56 22a0e8bec74d: Pull complete 03:54:56 640e595b4fbd: Pull complete 03:54:56 763cafe07f6e: Pull complete 03:54:56 0c0b528cf693: Pull complete 03:54:58 10935f4eaf8b: Pull complete 03:54:58 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 03:54:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 03:54:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 03:54:58 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 03:54:58 WORKDIR /edgex 03:54:58 COPY go.mod . 03:54:58 RUN go mod download 03:54:58 docker build -t ci-base-image-x86_64 -f - . 03:54:59 Sending build context to Docker daemon 334.9MB 03:54:59 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 03:54:59 ---> 99d49a6021b9 03:54:59 Step 2/4 : WORKDIR /edgex 03:55:03 ---> Running in 6a2e0f5631c1 03:55:03 Removing intermediate container 6a2e0f5631c1 03:55:03 ---> a74e91e37c8f 03:55:03 Step 3/4 : COPY go.mod . 03:55:03 ---> caa066378a26 03:55:03 Step 4/4 : RUN go mod download 03:55:03 ---> Running in f86b39fa0738 03:55:04 Still waiting to schedule task 03:55:04 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:55:25 Removing intermediate container f86b39fa0738 03:55:25 ---> de41f8a8d027 03:55:25 Successfully built de41f8a8d027 03:55:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:55:25 + docker inspect -f . ci-base-image-x86_64 03:55:25 . [Pipeline] withDockerContainer 03:55:25 prd-ubuntu20.04-docker-8c-8g-21297 does not seem to be running inside a container 03:55:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:55:26 $ docker top e4c31b070ac29f59bd976c63f29a2fb7bb675bf0985034f49ce118b07639a1db -eo pid,comm [Pipeline] { [Pipeline] sh 03:55:26 + go version 03:55:26 go version go1.17.6 linux/amd64 [Pipeline] } 03:55:26 $ docker stop --time=1 e4c31b070ac29f59bd976c63f29a2fb7bb675bf0985034f49ce118b07639a1db 03:55:27 $ docker rm -f e4c31b070ac29f59bd976c63f29a2fb7bb675bf0985034f49ce118b07639a1db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:55:28 + docker inspect -f . ci-base-image-x86_64 03:55:28 . [Pipeline] withDockerContainer 03:55:28 prd-ubuntu20.04-docker-8c-8g-21297 does not seem to be running inside a container 03:55:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:55:28 $ docker top 37a6255a43d6c973b5d110f72d5dd13bee992f7a0e629bc0ffc65b79ee6fc5da -eo pid,comm [Pipeline] { [Pipeline] echo 03:55:28 ========================================================= 03:55:28 [edgeXBuildGoParallel] Running Tests and Build... 03:55:28 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:55:29 + make test 03:55:29 go mod tidy -compat=1.17 03:55:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:55:35 ? github.com/edgexfoundry/edgex-go [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 03:55:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.093s coverage: 28.7% of statements 03:55:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:55:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:55:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.098s coverage: 98.5% of statements 03:55:49 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 03:55:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.138s coverage: 53.4% of statements 03:55:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:55:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:55:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.894s coverage: 89.2% of statements 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 03:55:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.113s coverage: 84.4% of statements 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:55:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.491s coverage: 95.6% of statements 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 03:55:51 ok github.com/edgexfoundry/edgex-go/internal/io 0.063s coverage: 72.2% of statements 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:55:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.077s coverage: 60.0% of statements 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:55:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.112s coverage: 0.9% of statements 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 03:55:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements 03:55:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.085s coverage: 29.6% of statements 03:55:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:55:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements 03:55:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.053s coverage: 79.5% of statements 03:55:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 03:55:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements 03:55:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements 03:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements 03:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements 03:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.188s coverage: 82.5% of statements 03:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.085s coverage: 92.9% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.020s coverage: 65.1% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 58.8% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.0% of statements 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 85.4% of statements 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.2% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 64.4% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.356s coverage: 65.4% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.158s coverage: 43.8% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.071s coverage: 89.5% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.074s coverage: 84.8% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.170s coverage: 92.3% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.112s coverage: 97.7% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 03:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 03:56:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 03:56:14 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 03:56:32 GO111MODULE=on go vet ./... 03:56:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:56:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:56:35 ./bin/test-attribution-txt.sh [Pipeline] echo 03:56:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 03:56:36 + ls -al . 03:56:36 total 672 03:56:36 drwxrwxr-x 10 1001 1001 4096 Apr 19 03:56 . 03:56:36 drwxr-xr-x 4 root root 4096 Apr 19 03:55 .. 03:56:36 -rw-rw-r-- 1 1001 1001 11 Apr 19 03:54 .dockerignore 03:56:36 drwxrwxr-x 8 1001 1001 4096 Apr 19 03:54 .git 03:56:36 drwxrwxr-x 3 1001 1001 4096 Apr 19 03:54 .github 03:56:36 -rw-rw-r-- 1 1001 1001 879 Apr 19 03:54 .gitignore 03:56:36 -rw-rw-r-- 1 1001 1001 42 Apr 19 03:54 .golangci.yml 03:56:36 -rw-rw-r-- 1 1001 1001 87 Apr 19 03:54 .hadolint.yml 03:56:36 drwx------ 3 1001 1001 4096 Apr 19 03:54 .semver 03:56:36 -rw-rw-r-- 1 1001 1001 166 Apr 19 03:54 .sonarcloud.properties 03:56:36 -rw-rw-r-- 1 1001 1001 1171 Apr 19 03:54 ADOPTERS.md 03:56:36 -rw-rw-r-- 1 1001 1001 10086 Apr 19 03:54 Attribution.txt 03:56:36 -rw-rw-r-- 1 1001 1001 51732 Apr 19 03:54 CHANGELOG.md 03:56:36 -rw-rw-r-- 1 1001 1001 3804 Apr 19 03:54 CONTRIBUTING.md 03:56:36 -rw-rw-r-- 1 1001 1001 677 Apr 19 03:54 GOVERNANCE.md 03:56:36 -rw-rw-r-- 1 1001 1001 850 Apr 19 03:54 Jenkinsfile 03:56:36 -rw-rw-r-- 1 1001 1001 10775 Apr 19 03:54 LICENSE 03:56:36 -rw-rw-r-- 1 1001 1001 10389 Apr 19 03:54 Makefile 03:56:36 -rw-rw-r-- 1 1001 1001 582 Apr 19 03:54 OWNERS.md 03:56:36 -rw-rw-r-- 1 1001 1001 9120 Apr 19 03:54 README.md 03:56:36 -rw-rw-r-- 1 1001 1001 6912 Apr 19 03:54 SECURITY.md 03:56:36 -rw-rw-r-- 1 1001 1001 5 Apr 19 03:54 VERSION 03:56:36 -rw-rw-r-- 1 1001 1001 4131 Apr 19 03:54 ZMQWindows.md 03:56:36 drwxrwxr-x 2 1001 1001 4096 Apr 19 03:54 bin 03:56:36 drwxrwxr-x 18 1001 1001 4096 Apr 19 03:54 cmd 03:56:36 -rw-r--r-- 1 root root 435134 Apr 19 03:56 coverage.out 03:56:36 -rw-rw-r-- 1 1001 1001 3256 Apr 19 03:54 go.mod 03:56:36 -rw-rw-r-- 1 1001 1001 35162 Apr 19 03:54 go.sum 03:56:36 drwxrwxr-x 8 1001 1001 4096 Apr 19 03:54 internal 03:56:36 drwxrwxr-x 3 1001 1001 4096 Apr 19 03:54 openapi 03:56:36 drwxrwxr-x 4 1001 1001 4096 Apr 19 03:54 snap 03:56:36 -rw-rw-r-- 1 1001 1001 204 Apr 19 03:54 version.go [Pipeline] sh 03:56:36 Running on prd-ubuntu20.04-docker-arm64-4c-16g-21298 in /w/workspace/edgexfoundry_edgex-go_PR-3976 [Pipeline] { [Pipeline] ws 03:56:36 Running in /w/workspace/edgex-go/2 [Pipeline] { 03:56:36 + '[' -e coverage.out ] 03:56:36 + chown 1001:1001 coverage.out [Pipeline] checkout [Pipeline] stash 03:56:36 Stashed 1 file(s) [Pipeline] sh 03:56:37 The recommended git tool is: git 03:56:37 + make build 03:56:37 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:56:44 using credential edgex-jenkins-ssh 03:56:44 Cloning the remote Git repository 03:56:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:56:45 > git init /w/workspace/edgex-go/2 # timeout=10 03:56:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:56:45 > git --version # timeout=10 03:56:45 > git --version # 'git version 2.25.1' 03:56:45 using GIT_SSH to set credentials SSH Credentials for GitHub 03:56:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:56:52 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:57:00 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 03:57:00 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:57:03 Merging remotes/origin/main commit b0d4cebb59bfc21350c181e75d596a60ac717096 into PR head commit 5ab360f7512bb55ab2f882020eb61a4c86139b62 03:57:03 Merge succeeded, producing 5ab360f7512bb55ab2f882020eb61a4c86139b62 03:57:03 Checking out Revision 5ab360f7512bb55ab2f882020eb61a4c86139b62 (PR-3976) 03:57:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:57:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:57:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:57:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:57:02 using GIT_SSH to set credentials SSH Credentials for GitHub 03:57:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3976/head:refs/remotes/origin/PR-3976 +refs/heads/main:refs/remotes/origin/main # timeout=10 03:57:03 > git config core.sparsecheckout # timeout=10 03:57:03 > git checkout -f 5ab360f7512bb55ab2f882020eb61a4c86139b62 # timeout=10 03:57:03 > git remote # timeout=10 03:57:03 > git config --get remote.origin.url # timeout=10 03:57:03 using GIT_SSH to set credentials SSH Credentials for GitHub 03:57:03 > git merge b0d4cebb59bfc21350c181e75d596a60ac717096 # timeout=10 03:57:03 > git rev-parse HEAD^{commit} # timeout=10 03:57:03 > git config core.sparsecheckout # timeout=10 03:57:03 > git checkout -f 5ab360f7512bb55ab2f882020eb61a4c86139b62 # timeout=10 03:57:07 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:57:07 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:57:07 Commit message: "fix(metadata): not trigger DS callback if only lastConnected is updated" 03:57:08 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:57:08 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:57:08 % Total % Received % Xferd Average Speed Time Time Time Current 03:57:08 Dload Upload Total Spent Left Speed 03:57:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 51268 0 --:--:-- --:--:-- --:--:-- 51268 [Pipeline] sh 03:57:09 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:57:09 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:57:09 + sudo tee /etc/docker/daemon.new 03:57:09 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:57:09 { 03:57:09 "registry-mirrors": [ 03:57:09 "https://nexus3.edgexfoundry.org:10001" 03:57:09 ], 03:57:09 "bip": "10.250.0.254/24", 03:57:09 "hosts": [ 03:57:09 "tcp://0.0.0.0:5555", 03:57:09 "unix:///var/run/docker.sock" 03:57:09 ], 03:57:09 "mtu": 1458, 03:57:09 "selinux-enabled": true, 03:57:09 "seccomp-profile": "/etc/docker/seccomp.json" 03:57:09 } [Pipeline] sh 03:57:09 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:57:10 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:57:10 + sudo service docker restart 03:57:10 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:57:11 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 03:57:12 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:57:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 03:57:14 $ docker stop --time=1 37a6255a43d6c973b5d110f72d5dd13bee992f7a0e629bc0ffc65b79ee6fc5da 03:57:17 $ docker rm -f 37a6255a43d6c973b5d110f72d5dd13bee992f7a0e629bc0ffc65b79ee6fc5da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:57:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:57:18 03:57:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:57:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:57:18 latest: Pulling from edgex-devops/edgex-compose 03:57:18 cbdbe7a5bc2a: Pulling fs layer 03:57:18 ca9280d653b3: Pulling fs layer 03:57:18 7e9c9ca2126c: Pulling fs layer 03:57:18 cbdbe7a5bc2a: Verifying Checksum 03:57:18 cbdbe7a5bc2a: Download complete 03:57:19 ca9280d653b3: Verifying Checksum 03:57:19 ca9280d653b3: Download complete 03:57:19 cbdbe7a5bc2a: Pull complete 03:57:19 7e9c9ca2126c: Verifying Checksum 03:57:19 7e9c9ca2126c: Download complete 03:57:19 ca9280d653b3: Pull complete 03:57:22 7e9c9ca2126c: Pull complete 03:57:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:57:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:57:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:57:22 prd-ubuntu20.04-docker-8c-8g-21297 does not seem to be running inside a container 03:57:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:57:24 $ docker top 74cbd9ce4d01f3e92e453aa9b34d04b60ebd1e31fd294e9880e46f6c0a1088f4 -eo pid,comm [Pipeline] { [Pipeline] sh 03:57:24 + + docker-composegrep build parallel --help 03:57:24 03:57:25 --parallel Build images in parallel. [Pipeline] } 03:57:25 $ docker stop --time=1 74cbd9ce4d01f3e92e453aa9b34d04b60ebd1e31fd294e9880e46f6c0a1088f4 03:57:26 $ docker rm -f 74cbd9ce4d01f3e92e453aa9b34d04b60ebd1e31fd294e9880e46f6c0a1088f4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:57:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:57:26 . [Pipeline] withDockerContainer 03:57:26 prd-ubuntu20.04-docker-8c-8g-21297 does not seem to be running inside a container 03:57:26 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:57:27 $ docker top 74c872f0aa7af49fc3568badb5ad12af7dd2c988ccd85d4ea57da22849e1d271 -eo pid,comm [Pipeline] { [Pipeline] sh 03:57:27 + docker-compose -f ./docker-compose-build.yml build --parallel 03:57:28 Building core-command ... 03:57:28 Building core-data ... 03:57:28 Building core-metadata ... 03:57:28 Building security-bootstrapper ... 03:57:28 Building security-proxy-setup ... 03:57:28 Building security-secretstore-setup ... 03:57:28 Building security-spiffe-token-provider ... 03:57:28 Building security-spire-agent ... 03:57:28 Building security-spire-config ... 03:57:28 Building security-spire-server ... 03:57:28 Building support-notifications ... 03:57:28 Building support-scheduler ... 03:57:28 Building sys-mgmt-agent ... 03:57:28 Building core-command 03:57:28 Building support-scheduler 03:57:28 Building security-secretstore-setup 03:57:28 Building security-spiffe-token-provider 03:57:28 Building security-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:57:28 provisioning config files... 03:57:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5784103781366127596tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:57:29 ---> docker-login.sh 03:57:29 nexus3.edgexfoundry.org:10001 03:57:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:57:29 Configure a credential helper to remove this warning. See 03:57:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:57:29 03:57:29 Login Succeeded 03:57:29 nexus3.edgexfoundry.org:10002 03:57:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:57:30 Configure a credential helper to remove this warning. See 03:57:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:57:30 03:57:30 Login Succeeded 03:57:30 nexus3.edgexfoundry.org:10003 03:57:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:57:30 Configure a credential helper to remove this warning. See 03:57:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:57:30 03:57:30 Login Succeeded 03:57:30 nexus3.edgexfoundry.org:10004 03:57:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:57:31 Configure a credential helper to remove this warning. See 03:57:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:57:31 03:57:31 Login Succeeded 03:57:31 docker.io 03:57:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:57:31 Configure a credential helper to remove this warning. See 03:57:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:57:31 03:57:31 Login Succeeded 03:57:31 ---> docker-login.sh ends [Pipeline] } 03:57:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:57:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:57:32 ========================================================= 03:57:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 03:57:32 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:57:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 03:57:33 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:57:33 9b3977197b4f: Pulling fs layer 03:57:33 1a89e8eeedd5: Pulling fs layer 03:57:33 94645a83ff95: Pulling fs layer 03:57:33 3f3a8bcf1eab: Pulling fs layer 03:57:33 0c92f367c5e7: Pulling fs layer 03:57:33 f7c0051592d6: Pulling fs layer 03:57:33 a227ed2f7395: Pulling fs layer 03:57:33 7b1c46037f91: Pulling fs layer 03:57:33 0c92f367c5e7: Waiting 03:57:33 f7c0051592d6: Waiting 03:57:33 a227ed2f7395: Waiting 03:57:33 7b1c46037f91: Waiting 03:57:33 3f3a8bcf1eab: Waiting 03:57:33 94645a83ff95: Verifying Checksum 03:57:33 94645a83ff95: Download complete 03:57:33 1a89e8eeedd5: Verifying Checksum 03:57:33 1a89e8eeedd5: Download complete 03:57:33 0c92f367c5e7: Verifying Checksum 03:57:33 0c92f367c5e7: Download complete 03:57:33 f7c0051592d6: Download complete 03:57:33 9b3977197b4f: Verifying Checksum 03:57:33 9b3977197b4f: Download complete 03:57:33 a227ed2f7395: Verifying Checksum 03:57:33 a227ed2f7395: Download complete 03:57:33 9b3977197b4f: Pull complete 03:57:34 1a89e8eeedd5: Pull complete 03:57:34 94645a83ff95: Pull complete 03:57:35 7b1c46037f91: Download complete 03:57:35 3f3a8bcf1eab: Verifying Checksum 03:57:35 3f3a8bcf1eab: Download complete 03:57:46 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:57:46 Step 2/20 : FROM ${BUILDER_BASE} AS builder 03:57:46 ---> de41f8a8d027 03:57:46 Step 3/20 : WORKDIR /edgex-go 03:57:46 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:57:46 Step 2/25 : FROM ${BUILDER_BASE} AS builder 03:57:46 ---> de41f8a8d027 03:57:46 Step 3/25 : WORKDIR /edgex-go 03:57:46 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:57:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:57:46 ---> de41f8a8d027 03:57:46 Step 3/22 : WORKDIR /edgex-go 03:57:46 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:57:46 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:57:46 ---> de41f8a8d027 03:57:46 Step 3/31 : WORKDIR /edgex-go 03:57:46 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:57:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:57:46 ---> de41f8a8d027 03:57:46 Step 3/23 : WORKDIR /edgex-go 03:57:46 ---> Running in b249b26c2259 03:57:46 ---> Running in ab3f2848f679 03:57:46 ---> Running in daa3c7636dad 03:57:47 ---> Running in 9f95b649714c 03:57:47 ---> Running in 7eda7ba9044c 03:57:47 Removing intermediate container 9f95b649714c 03:57:47 ---> 96294150116d 03:57:47 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:57:47 Removing intermediate container daa3c7636dad 03:57:47 ---> 20c89ee46815 03:57:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:57:47 Removing intermediate container 7eda7ba9044c 03:57:47 ---> 907d0033218a 03:57:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:57:47 Removing intermediate container ab3f2848f679 03:57:47 ---> 9502502a39c5 03:57:47 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 03:57:47 Removing intermediate container b249b26c2259 03:57:47 ---> c5970da740e8 03:57:47 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:57:47 ---> Running in fd7ed183cdb0 03:57:47 ---> Running in a4ee99964f28 03:57:47 ---> Running in 9a3c7151f6d6 03:57:47 ---> Running in 3a2556419d6b 03:57:47 ---> Running in 37a1c98d7447 03:57:48 Removing intermediate container fd7ed183cdb0 03:57:48 ---> 274c33fc450b 03:57:48 Step 5/22 : RUN apk add --update --no-cache make git 03:57:48 ---> Running in c8b302720241 03:57:48 3f3a8bcf1eab: Pull complete 03:57:48 0c92f367c5e7: Pull complete 03:57:48 f7c0051592d6: Pull complete 03:57:48 a227ed2f7395: Pull complete 03:57:48 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:57:48 Removing intermediate container a4ee99964f28 03:57:48 ---> 32364ecbaa1c 03:57:48 Step 5/31 : RUN apk add --update --no-cache make git 03:57:48 ---> Running in 222ddcc53405 03:57:48 Removing intermediate container 9a3c7151f6d6 03:57:48 ---> 5bee4b6a2071 03:57:48 Step 5/23 : RUN apk add --update --no-cache make git 03:57:48 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:57:48 Removing intermediate container 37a1c98d7447 03:57:48 ---> Running in b4d7e8619e21 03:57:48 ---> b8f43bf133b3 03:57:48 Step 5/25 : RUN apk add --update --no-cache make git 03:57:48 ---> Running in 0438e926e4c5 03:57:48 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:57:49 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:57:49 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:57:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:57:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:57:49 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 03:57:49 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 03:57:49 OK: 15866 distinct packages available 03:57:49 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:57:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:57:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:57:49 OK: 221 MiB in 52 packages 03:57:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:57:49 OK: 221 MiB in 52 packages 03:57:50 OK: 221 MiB in 52 packages 03:57:50 OK: 221 MiB in 52 packages 03:57:50 Removing intermediate container c8b302720241 03:57:50 ---> 1c13a8b1630c 03:57:50 Step 6/22 : COPY go.mod vendor* ./ 03:57:50 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:57:50 Removing intermediate container 222ddcc53405 03:57:50 ---> 4cff5a2d391c 03:57:50 Step 6/31 : COPY go.mod vendor* ./ 03:57:50 ---> c98ff058a60c 03:57:50 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:57:50 ---> Running in b574f4f4e4f2 03:57:50 ---> c22bef3a25cd 03:57:50 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:57:50 Removing intermediate container b4d7e8619e21 03:57:50 ---> 89dc1615a321 03:57:50 Step 6/23 : COPY go.mod vendor* ./ 03:57:50 ---> Running in d5bdea00d866 03:57:50 OK: 221 MiB in 52 packages 03:57:50 Removing intermediate container 0438e926e4c5 03:57:50 ---> a57ff9f61e77 03:57:50 Step 6/25 : COPY go.mod vendor* ./ 03:57:50 ---> 8eae1a5b7f4b 03:57:50 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:57:50 ---> f691355be3c1 03:57:50 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:57:50 ---> Running in fd22d6d65cc9 03:57:50 ---> Running in 77903f32ecc2 03:57:51 Removing intermediate container 3a2556419d6b 03:57:51 ---> fbc911f427ee 03:57:51 Step 5/20 : COPY go.mod vendor* ./ 03:57:51 ---> 9b00eaaf0fd3 03:57:51 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:57:51 ---> Running in 7f2c1f07cb01 03:57:51 Removing intermediate container b574f4f4e4f2 03:57:51 ---> 64d70d6c1849 03:57:51 Step 8/22 : COPY . . 03:57:53 Removing intermediate container d5bdea00d866 03:57:53 ---> 537f1b0f766a 03:57:53 Step 8/31 : COPY . . 03:57:53 Removing intermediate container fd22d6d65cc9 03:57:53 ---> 72b826c069ff 03:57:53 Step 8/23 : COPY . . 03:57:53 Removing intermediate container 77903f32ecc2 03:57:53 ---> acc3afde5633 03:57:53 Step 8/25 : COPY . . 03:57:54 Removing intermediate container 7f2c1f07cb01 03:57:54 ---> 3094a722e398 03:57:54 Step 7/20 : COPY . . 03:57:56 7b1c46037f91: Pull complete 03:57:56 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 03:57:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 03:57:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 03:57:56 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 03:57:56 WORKDIR /edgex 03:57:56 COPY go.mod . 03:57:56 RUN go mod download 03:57:56 + docker build -t ci-base-image-arm64 -f - . 03:57:59 Sending build context to Docker daemon 169.2MB 03:57:59 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 03:57:59 ---> f79e39bc4007 03:57:59 Step 2/4 : WORKDIR /edgex 03:58:00 ---> Running in f853895138ab 03:58:01 Removing intermediate container f853895138ab 03:58:01 ---> d06b391558b9 03:58:01 Step 3/4 : COPY go.mod . 03:58:01 ---> 60eb69c79573 03:58:01 Step 4/4 : RUN go mod download 03:58:02 ---> Running in 4d18a1b50947 03:58:04 ---> 1a3867ea36b2 03:58:04 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:58:04 ---> bb196e2db723 03:58:04 Step 9/23 : RUN make cmd/core-command/core-command 03:58:04 ---> 5debb5ae8a38 03:58:04 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:58:04 ---> fcc0c3e37952 03:58:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:58:04 ---> 11b8c6718e0e 03:58:04 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:58:04 ---> Running in 70d0cbd2f0f0 03:58:04 ---> Running in 422d1cf6ad02 03:58:04 ---> Running in c7c26b39fbcb 03:58:04 ---> Running in 727d7664f11f 03:58:04 ---> Running in ca952babf7c5 03:58:04 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 03:58:04 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:58:04 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:58:04 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:58:04 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:58:36 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:58:36 Removing intermediate container 422d1cf6ad02 03:58:36 ---> 030f234eaeee 03:58:36 03:58:36 Step 10/31 : FROM alpine:3.14 03:58:36 Removing intermediate container 70d0cbd2f0f0 03:58:36 ---> ba69037f3662 03:58:36 03:58:36 Step 10/23 : FROM alpine:3.14 03:58:36 Removing intermediate container ca952babf7c5 03:58:36 ---> 7575668644f8 03:58:36 03:58:36 Step 10/25 : FROM alpine:3.14 03:58:36 3.14: Pulling from library/alpine 03:58:37 3.14: Pulling from library/alpine 03:58:37 3.14: Pulling from library/alpine 03:58:39 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 03:58:39 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 03:58:39 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 03:58:39 Status: Downloaded newer image for alpine:3.14 03:58:39 Status: Downloaded newer image for alpine:3.14 03:58:39 Status: Downloaded newer image for alpine:3.14 03:58:39 ---> e04c818066af 03:58:39 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:58:39 ---> e04c818066af 03:58:39 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 03:58:39 ---> e04c818066af 03:58:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:58:39 ---> Running in 22ba7184f80e 03:58:39 ---> Running in 47d4f1e77595 03:58:39 ---> Running in d6340d0165ad 03:58:39 Removing intermediate container c7c26b39fbcb 03:58:39 ---> 6e70adfe43d5 03:58:39 03:58:39 Step 9/20 : FROM alpine:3.15 03:58:39 Removing intermediate container 727d7664f11f 03:58:39 ---> da412f9d3623 03:58:39 03:58:39 Step 10/22 : FROM alpine:3.14 03:58:39 ---> e04c818066af 03:58:39 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:58:39 3.15: Pulling from library/alpine 03:58:39 ---> Running in e76425bbf147 03:58:39 Removing intermediate container 47d4f1e77595 03:58:39 ---> 9909577e3387 03:58:39 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:58:39 ---> Running in f7bc4def4624 03:58:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 03:58:39 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 03:58:39 Status: Downloaded newer image for alpine:3.15 03:58:39 ---> 0ac33e5f5afa 03:58:39 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:58:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 03:58:39 ---> Running in fc60976d74fc 03:58:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 03:58:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 03:58:40 Removing intermediate container fc60976d74fc 03:58:40 ---> fd155551f468 03:58:40 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:58:40 (1/3) Installing ca-certificates (20211220-r0) 03:58:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 03:58:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 03:58:40 (2/3) Installing dumb-init (1.2.5-r1) 03:58:40 ---> Running in 6f8aebe76b0e 03:58:40 (3/3) Installing su-exec (0.2-r1) 03:58:40 Executing busybox-1.33.1-r7.trigger 03:58:40 Executing ca-certificates-20211220-r0.trigger 03:58:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 03:58:40 OK: 6 MiB in 17 packages 03:58:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 03:58:40 (1/1) Installing dumb-init (1.2.5-r1) 03:58:40 Executing busybox-1.33.1-r7.trigger 03:58:40 OK: 6 MiB in 15 packages 03:58:40 (1/2) Installing dumb-init (1.2.5-r1) 03:58:40 (2/2) Installing su-exec (0.2-r1) 03:58:40 Executing busybox-1.33.1-r7.trigger 03:58:40 (1/1) Installing dumb-init (1.2.5-r1) 03:58:40 OK: 6 MiB in 16 packages 03:58:40 Executing busybox-1.33.1-r7.trigger 03:58:40 OK: 6 MiB in 15 packages 03:58:40 Removing intermediate container 22ba7184f80e 03:58:40 ---> 81b1c15eac02 03:58:40 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:58:40 ---> Running in f70a715942fd 03:58:40 Removing intermediate container d6340d0165ad 03:58:40 ---> f43dd5547c5e 03:58:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:58:40 Removing intermediate container f7bc4def4624 03:58:40 ---> 5c66f3c4fbed 03:58:40 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:58:41 ---> Running in dc57f94d959a 03:58:41 Removing intermediate container f70a715942fd 03:58:41 ---> 40dbfae06f75 03:58:41 Step 13/25 : WORKDIR / 03:58:41 Removing intermediate container e76425bbf147 03:58:41 ---> 3327f2fb35b7 03:58:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:58:41 ---> Running in 09f84b21d9a0 03:58:41 ---> Running in 36022b18496f 03:58:41 ---> Running in e0186650793a 03:58:41 Removing intermediate container dc57f94d959a 03:58:41 ---> f0bd4debe20f 03:58:41 Step 13/23 : ENV APP_PORT=59882 03:58:41 Removing intermediate container 09f84b21d9a0 03:58:41 ---> fdb626165953 03:58:41 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:58:41 ---> Running in 20c88f2f6b75 03:58:41 ---> Running in c882d1deef07 03:58:41 Removing intermediate container 6f8aebe76b0e 03:58:41 ---> eabc4b77713f 03:58:41 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:58:41 Removing intermediate container 36022b18496f 03:58:41 ---> 3faf8cc6aa97 03:58:41 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:58:41 Removing intermediate container e0186650793a 03:58:41 ---> c80c69120d94 03:58:41 Step 13/22 : ENV APP_PORT=59861 03:58:41 ---> Running in e78b2c09cc01 03:58:41 ---> Running in 61082c73c40e 03:58:41 Removing intermediate container 20c88f2f6b75 03:58:41 ---> 13bee3200f76 03:58:41 Step 14/23 : EXPOSE $APP_PORT 03:58:41 Removing intermediate container c882d1deef07 03:58:41 ---> a3a570cd087e 03:58:41 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:58:41 ---> Running in 1f52dfccd3a7 03:58:41 ---> 89c8a3d2ab6e 03:58:41 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:58:41 ---> Running in 34a90c17fbd3 03:58:41 Removing intermediate container 61082c73c40e 03:58:41 ---> 47ecc1bdf49b 03:58:41 Step 14/22 : EXPOSE $APP_PORT 03:58:41 Removing intermediate container 1f52dfccd3a7 03:58:41 ---> b96990185ccd 03:58:41 Step 15/23 : WORKDIR / 03:58:41 ---> Running in 275300f5ad03 03:58:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:58:41 ---> 55f443385b53 03:58:41 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:58:42 ---> Running in c86f85f9d0a1 03:58:42 Removing intermediate container 275300f5ad03 03:58:42 ---> edbefaff63d1 03:58:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:58:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:58:42 ---> bf64c3e8448a 03:58:42 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 03:58:42 Removing intermediate container c86f85f9d0a1 03:58:42 ---> 146589556b00 03:58:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:58:43 ---> 86f871808089 03:58:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:58:43 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 03:58:43 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 03:58:43 OK: 15855 distinct packages available 03:58:43 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:58:43 Removing intermediate container 34a90c17fbd3 03:58:43 ---> 58eee82d75bd 03:58:43 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:58:43 ---> d50ed5bdaa40 03:58:43 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:58:43 ---> 84098fe77fd7 03:58:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:58:43 ---> Running in 252b04d6ef33 03:58:44 ---> 856bde868cd1 03:58:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:58:44 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:58:44 (1/9) Installing ca-certificates (20211220-r0) 03:58:44 (2/9) Installing brotli-libs (1.0.9-r5) 03:58:44 ---> d1fa0d4fc6f5 03:58:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:58:44 ---> fe51ca240ac7 03:58:44 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:58:44 Removing intermediate container 252b04d6ef33 03:58:44 ---> cc5baf3d1a55 03:58:44 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:58:44 (3/9) Installing nghttp2-libs (1.46.0-r0) 03:58:44 (4/9) Installing libcurl (7.80.0-r0) 03:58:44 ---> 1a7f792f436f 03:58:44 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:58:44 (5/9) Installing curl (7.80.0-r0) 03:58:44 (6/9) Installing dumb-init (1.2.5-r1) 03:58:44 ---> 8edc12d3a596 03:58:44 Step 19/23 : ENTRYPOINT ["/core-command"] 03:58:44 ---> Running in 25dff10bd171 03:58:44 (7/9) Installing musl-obstack (1.2.3-r0) 03:58:44 ---> 5fc82d6d0803 03:58:44 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:58:44 ---> 764002151f71 03:58:44 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:58:44 ---> Running in 58e9e37bfc81 03:58:44 ---> Running in 1b2dce221a65 03:58:44 Removing intermediate container 25dff10bd171 03:58:44 ---> 03291894a32e 03:58:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:58:44 (8/9) Installing libucontext (1.1-r0) 03:58:45 (9/9) Installing gcompat (1.0.0-r4) 03:58:45 ---> Running in c1cd314866a6 03:58:45 Removing intermediate container 58e9e37bfc81 03:58:45 ---> 9d36b5787ad2 03:58:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:58:45 ---> c8f60f6754ea 03:58:45 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/ 03:58:45 ---> Running in 6a1252bb68ca 03:58:45 Executing busybox-1.34.1-r5.trigger 03:58:45 Executing ca-certificates-20211220-r0.trigger 03:58:45 ---> Running in 4e84802bafef 03:58:45 Removing intermediate container c1cd314866a6 03:58:45 ---> f018e5dfa6aa 03:58:45 Step 20/22 : LABEL arch=x86_64 03:58:45 OK: 8 MiB in 23 packages 03:58:45 ---> Running in 7bd24c9d26b3 03:58:45 Removing intermediate container 6a1252bb68ca 03:58:45 ---> a9679549de64 03:58:45 Step 21/23 : LABEL arch=x86_64 03:58:45 ---> Running in ad6002de6725 03:58:45 Removing intermediate container 7bd24c9d26b3 03:58:45 ---> f6b529c9941e 03:58:45 Step 21/22 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 03:58:45 ---> Running in 8083e75a24a3 03:58:45 Removing intermediate container ad6002de6725 03:58:45 ---> 3daea9248b52 03:58:45 Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 03:58:45 ---> Running in 204693d52b02 03:58:45 Removing intermediate container 8083e75a24a3 03:58:45 ---> e4bb5a35bc3a 03:58:45 Step 22/22 : LABEL version=0.0.0 03:58:45 ---> Running in 754915d37316 03:58:45 Removing intermediate container 204693d52b02 03:58:45 ---> 4e116f60e8d4 03:58:45 Step 23/23 : LABEL version=0.0.0 03:58:45 ---> Running in 53975c67b1f7 03:58:45 Removing intermediate container 1b2dce221a65 03:58:45 ---> db9668058d65 03:58:45 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:58:45 Removing intermediate container 754915d37316 03:58:45 ---> 7155edd8d169 03:58:45 03:58:45 Removing intermediate container 53975c67b1f7 03:58:45 ---> 4752165f69b1 03:58:45 03:58:46 Removing intermediate container e78b2c09cc01 03:58:46 ---> 8d9fc5376632 03:58:46 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 03:58:46 Successfully built 7155edd8d169 03:58:46 Successfully tagged support-scheduler:latest 03:58:46  Building support-scheduler ... done Building security-spire-agent 03:58:46 ---> 2a969e1226d0 03:58:46 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:58:46 Successfully built 4752165f69b1 03:58:46 Successfully tagged core-command:latest 03:58:46  Building core-command ... done Building support-notifications 03:58:46 Removing intermediate container 4e84802bafef 03:58:46 ---> 059544423cd5 03:58:46 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 03:58:46 ---> Running in 20bb61260696 03:58:46 ---> f58c584de14e 03:58:46 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:58:46 Removing intermediate container 20bb61260696 03:58:46 ---> 7a7621ca1356 03:58:46 Step 23/25 : LABEL arch=x86_64 03:58:49 Removing intermediate container 4d18a1b50947 03:58:49 ---> d99e747cccb7 03:58:49 Successfully built d99e747cccb7 03:58:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:58:49 + docker inspect -f . ci-base-image-arm64 03:58:49 . [Pipeline] withDockerContainer 03:58:49 prd-ubuntu20.04-docker-arm64-4c-16g-21298 does not seem to be running inside a container 03:58:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:58:50 ---> Running in 5ce371ea7b0a 03:58:50 ---> 95c6404a6aaa 03:58:50 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:58:50 ---> 367189a222ac 03:58:50 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 03:58:50 Removing intermediate container 5ce371ea7b0a 03:58:50 ---> 4642896fb975 03:58:50 Step 24/25 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 03:58:50 ---> c288f3d8d3f6 03:58:50 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:58:50 ---> a20a10412d12 03:58:50 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 03:58:50 ---> Running in 2defeb79c625 03:58:50 ---> Running in 7fd7b67fc5a4 03:58:50 Removing intermediate container 2defeb79c625 03:58:50 ---> 1e158b4a0c18 03:58:50 Step 25/25 : LABEL version=0.0.0 03:58:50 ---> 0f91495ea834 03:58:50 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:58:50 ---> Running in e7b55370671d 03:58:51 $ docker top d1fde3e465ed5e0a51960a2c4b686e3bcca170ca079358e479d269ecc88e9c9f -eo pid,comm 03:58:51 Removing intermediate container 7fd7b67fc5a4 03:58:51 ---> c8b62b2f28d7 03:58:51 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] { [Pipeline] sh 03:58:51 ---> Running in 4b5300ff32d0 03:58:51 ---> f423b7b0eb5e 03:58:51 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:58:51 Removing intermediate container e7b55370671d 03:58:51 ---> 9cd513dfb365 03:58:51 03:58:51 Successfully built 9cd513dfb365 03:58:51 Successfully tagged security-secretstore-setup:latest 03:58:51  Building security-secretstore-setup ... done Removing intermediate container 4b5300ff32d0 03:58:51 ---> c2fa48c8e6c3 03:58:51 Step 18/20 : LABEL arch=x86_64 03:58:51 Building security-proxy-setup 03:58:51 ---> Running in 760c1dc3db9a 03:58:52 ---> Running in f0cb92b685ed 03:58:52 Removing intermediate container 760c1dc3db9a 03:58:52 ---> ece028437dc9 03:58:52 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:58:52 + go version 03:58:52 go version go1.17.6 linux/arm64 [Pipeline] } 03:58:52 $ docker stop --time=1 d1fde3e465ed5e0a51960a2c4b686e3bcca170ca079358e479d269ecc88e9c9f 03:58:52 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:58:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:58:52 ---> de41f8a8d027 03:58:52 Step 3/22 : WORKDIR /edgex-go 03:58:52 ---> Using cache 03:58:52 ---> c5970da740e8 03:58:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:58:52 ---> Using cache 03:58:52 ---> b8f43bf133b3 03:58:52 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:58:52 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:58:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:58:52 ---> de41f8a8d027 03:58:52 Step 3/26 : WORKDIR /edgex-go 03:58:52 ---> Using cache 03:58:52 ---> c5970da740e8 03:58:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:58:52 ---> Using cache 03:58:52 ---> b8f43bf133b3 03:58:52 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 03:58:53 $ docker rm -f d1fde3e465ed5e0a51960a2c4b686e3bcca170ca079358e479d269ecc88e9c9f 03:58:53 Removing intermediate container f0cb92b685ed 03:58:53 ---> ea40b90fdbc1 03:58:53 Step 19/20 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:58:54 ---> Running in a935ce990b0c 03:58:54 ---> 5ab864025307 03:58:54 Step 26/31 : RUN chmod +x /entrypoint.sh 03:58:54 ---> Running in d66c9e27f8f5 03:58:54 ---> Running in c5a98e619ced 03:58:54 ---> Running in 959b6c3a6ef2 03:58:54 + docker inspect -f . ci-base-image-arm64 03:58:54 . [Pipeline] withDockerContainer 03:58:54 Removing intermediate container c5a98e619ced 03:58:54 ---> a471b342f2da 03:58:54 Step 20/20 : LABEL version=0.0.0 03:58:54 ---> Running in e47ef81fdb73 03:58:54 prd-ubuntu20.04-docker-arm64-4c-16g-21298 does not seem to be running inside a container 03:58:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:58:54 Removing intermediate container e47ef81fdb73 03:58:54 ---> bd49f56866bd 03:58:54 03:58:54 Successfully built bd49f56866bd 03:58:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:58:54 Successfully tagged security-spiffe-token-provider:latest 03:58:54 Building core-data 03:58:54  Building security-spiffe-token-provider ... done fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:58:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:58:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:58:55 $ docker top a5963edc1d244300a26bb850b5a35e027a9ce8e112fce53238931888d3077c4b -eo pid,comm 03:58:56 OK: 221 MiB in 52 packages [Pipeline] { [Pipeline] echo 03:58:56 ========================================================= 03:58:56 [edgeXBuildGoParallel] Running Tests and Build... 03:58:56 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:58:56 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:58:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:58:56 ---> de41f8a8d027 03:58:56 Step 3/22 : WORKDIR /edgex-go 03:58:56 ---> Using cache 03:58:56 ---> c5970da740e8 03:58:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:58:56 ---> Using cache 03:58:56 ---> b8f43bf133b3 03:58:56 Step 5/22 : RUN apk add --update --no-cache make git 03:58:56 ---> Using cache 03:58:56 ---> a57ff9f61e77 03:58:56 Step 6/22 : COPY go.mod vendor* ./ 03:58:56 ---> Using cache 03:58:56 ---> f691355be3c1 03:58:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:58:56 ---> Using cache 03:58:56 ---> acc3afde5633 03:58:56 Step 8/22 : COPY . . 03:58:56 ---> Using cache 03:58:56 ---> 11b8c6718e0e 03:58:56 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:58:56 OK: 221 MiB in 52 packages 03:58:56 + make test 03:58:56 go mod tidy -compat=1.17 03:58:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:58:58 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:58:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:58:58 ---> de41f8a8d027 03:58:58 Step 3/23 : WORKDIR /edgex-go 03:58:58 ---> Using cache 03:58:58 ---> c5970da740e8 03:58:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:58:58 ---> Using cache 03:58:58 ---> b8f43bf133b3 03:58:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:59:00 ---> Running in 3e66936ecb2b 03:59:00 ---> Running in d126f30f8fa8 03:59:00 Removing intermediate container 959b6c3a6ef2 03:59:00 ---> 7d3fc78510b4 03:59:00 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:59:00 ---> Running in c89eebbb7787 03:59:00 Removing intermediate container a935ce990b0c 03:59:00 ---> 5bfd65cf4bec 03:59:00 Step 6/26 : COPY go.mod vendor* ./ 03:59:00 Removing intermediate container d66c9e27f8f5 03:59:00 ---> 7bcfcb6e4903 03:59:00 Step 6/22 : COPY go.mod vendor* ./ 03:59:00 Removing intermediate container c89eebbb7787 03:59:00 ---> a0968265b277 03:59:00 Step 28/31 : CMD ["gate"] 03:59:00 ---> 592dd0b786ac 03:59:00 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:59:00 ---> Running in 36db7e31b424 03:59:00 ---> 749c639fa7d7 03:59:00 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:59:00 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:59:00 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:59:00 ---> Running in 12683c93814e 03:59:00 ---> Running in dd58444fab46 03:59:00 Removing intermediate container 36db7e31b424 03:59:00 ---> 55fe8bacb205 03:59:00 Step 29/31 : LABEL arch=x86_64 03:59:01 ---> Running in 06ff45617fd4 03:59:01 Removing intermediate container 06ff45617fd4 03:59:01 ---> 416074c9f6a1 03:59:01 Step 30/31 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 03:59:01 ---> Running in 5fa83e4a8800 03:59:01 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:59:01 Removing intermediate container 5fa83e4a8800 03:59:01 ---> 2ccf41a43c9b 03:59:01 Step 31/31 : LABEL version=0.0.0 03:59:01 ---> Running in 1fd9e6c58501 03:59:01 OK: 221 MiB in 52 packages 03:59:02 Removing intermediate container 1fd9e6c58501 03:59:02 ---> 065fc7b3b649 03:59:02 03:59:02 Successfully built 065fc7b3b649 03:59:02 Successfully tagged security-bootstrapper:latest 03:59:02  Building security-bootstrapper ... done Building sys-mgmt-agent 03:59:02 Removing intermediate container 12683c93814e 03:59:02 ---> 0dfac32a5a29 03:59:02 Step 8/26 : COPY . . 03:59:04 Removing intermediate container dd58444fab46 03:59:04 ---> fbbd6f3b1ead 03:59:04 Step 8/22 : COPY . . 03:59:07 Removing intermediate container d126f30f8fa8 03:59:07 ---> 9726ae2b6227 03:59:07 Step 6/23 : COPY go.mod vendor* ./ 03:59:08 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:59:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:59:08 ---> de41f8a8d027 03:59:08 Step 3/23 : WORKDIR /edgex-go 03:59:08 ---> Using cache 03:59:08 ---> c5970da740e8 03:59:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:59:08 ---> Using cache 03:59:08 ---> b8f43bf133b3 03:59:08 Step 5/23 : RUN apk add --update --no-cache make bash git 03:59:09 ---> a9906dceefe2 03:59:09 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:59:09 ---> Running in 890182ada83e 03:59:09 ---> Running in b43690fa2e11 03:59:10 ---> 4f39993505be 03:59:10 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 03:59:10 ---> Running in 7b04be1e6a0a 03:59:10 Removing intermediate container 7b04be1e6a0a 03:59:10 ---> 96ec68dcaf55 03:59:10 Step 10/26 : RUN mkdir -p spire-build 03:59:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:59:10 ---> Running in ff964b82dea1 03:59:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:59:11 OK: 221 MiB in 52 packages 03:59:11 Removing intermediate container b43690fa2e11 03:59:11 ---> 35f41f143f68 03:59:11 Step 8/23 : COPY . . 03:59:12 Removing intermediate container ff964b82dea1 03:59:12 ---> 34aaa1b9f09c 03:59:12 Step 11/26 : WORKDIR /edgex-go/spire-build 03:59:13 ---> Running in 0e1147edc922 03:59:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 03:59:14 ---> bc3bfd49825e 03:59:14 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:59:14 Removing intermediate container 890182ada83e 03:59:14 ---> 581becaf5701 03:59:14 Step 6/23 : COPY go.mod vendor* ./ 03:59:14 ---> Running in ee377a2da9cf 03:59:14 Removing intermediate container 0e1147edc922 03:59:14 ---> 9b384f83311c 03:59:14 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 03:59:14 ---> Running in 4fdf6bfd409e 03:59:15 ---> 18df3600895e 03:59:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:59:15 ---> Running in e091bb091fb5 03:59:15 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:59:16 spire-1.2.1/ 03:59:16 spire-1.2.1/.data/ 03:59:16 spire-1.2.1/.data/.file 03:59:16 spire-1.2.1/.dockerignore 03:59:16 spire-1.2.1/.gitattributes 03:59:16 spire-1.2.1/.githooks/ 03:59:16 spire-1.2.1/.githooks/pre-commit 03:59:16 spire-1.2.1/.github/ 03:59:16 spire-1.2.1/.github/ISSUE_TEMPLATE.md 03:59:16 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 03:59:16 spire-1.2.1/.github/dependabot.yml 03:59:16 spire-1.2.1/.github/workflows/ 03:59:16 spire-1.2.1/.github/workflows/nightly_build.yaml 03:59:16 spire-1.2.1/.github/workflows/pr_build.yaml 03:59:16 spire-1.2.1/.github/workflows/release_build.yaml 03:59:16 spire-1.2.1/.github/workflows/scripts/ 03:59:16 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 03:59:16 spire-1.2.1/.github/workflows/scripts/push-images.sh 03:59:16 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 03:59:16 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 03:59:16 spire-1.2.1/.github/workflows/scripts/split.sh 03:59:16 spire-1.2.1/.gitignore 03:59:16 spire-1.2.1/.go-version 03:59:16 spire-1.2.1/.golangci.yml 03:59:16 spire-1.2.1/ADOPTERS.md 03:59:16 spire-1.2.1/CHANGELOG.md 03:59:16 spire-1.2.1/CODE-OF-CONDUCT.md 03:59:16 spire-1.2.1/CODEOWNERS 03:59:16 spire-1.2.1/CONTRIBUTING.md 03:59:16 spire-1.2.1/Dockerfile 03:59:16 spire-1.2.1/Dockerfile.dev 03:59:16 spire-1.2.1/Dockerfile.scratch 03:59:16 spire-1.2.1/LICENSE 03:59:16 spire-1.2.1/MAINTAINERS.md 03:59:16 spire-1.2.1/Makefile 03:59:16 spire-1.2.1/README.md 03:59:16 spire-1.2.1/ROADMAP.md 03:59:16 spire-1.2.1/SECURITY.md 03:59:16 spire-1.2.1/cmd/ 03:59:16 spire-1.2.1/cmd/spire-agent/ 03:59:16 spire-1.2.1/cmd/spire-agent/cli/ 03:59:16 spire-1.2.1/cmd/spire-agent/cli/api/ 03:59:16 spire-1.2.1/cmd/spire-agent/cli/api/common.go 03:59:16 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 03:59:16 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 03:59:16 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 03:59:16 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 03:59:16 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 03:59:16 spire-1.2.1/cmd/spire-agent/cli/cli.go 03:59:16 spire-1.2.1/cmd/spire-agent/cli/common/ 03:59:16 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 03:59:16 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 03:59:16 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 03:59:16 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 03:59:16 spire-1.2.1/cmd/spire-agent/cli/run/ 03:59:16 spire-1.2.1/cmd/spire-agent/cli/run/run.go 03:59:16 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 03:59:16 spire-1.2.1/cmd/spire-agent/cli/validate/ 03:59:16 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 03:59:16 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 03:59:16 spire-1.2.1/cmd/spire-agent/main.go 03:59:16 spire-1.2.1/cmd/spire-server/ 03:59:16 spire-1.2.1/cmd/spire-server/cli/ 03:59:16 spire-1.2.1/cmd/spire-server/cli/agent/ 03:59:16 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/agent/count.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/agent/list.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/agent/show.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/bundle/ 03:59:16 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/cli.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/entry/ 03:59:16 spire-1.2.1/cmd/spire-server/cli/entry/count.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/entry/create.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/entry/show.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/entry/update.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/entry/util.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/federation/ 03:59:16 spire-1.2.1/cmd/spire-server/cli/federation/common.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/federation/create.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/federation/list.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/federation/show.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/federation/update.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 03:59:16 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/jwt/ 03:59:16 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/run/ 03:59:16 spire-1.2.1/cmd/spire-server/cli/run/run.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/token/ 03:59:16 spire-1.2.1/cmd/spire-server/cli/token/generate.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/validate/ 03:59:16 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/x509/ 03:59:16 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 03:59:16 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 03:59:16 spire-1.2.1/cmd/spire-server/main.go 03:59:16 spire-1.2.1/cmd/spire-server/util/ 03:59:16 spire-1.2.1/cmd/spire-server/util/util.go 03:59:16 spire-1.2.1/conf/ 03:59:16 spire-1.2.1/conf/agent/ 03:59:16 spire-1.2.1/conf/agent/agent.conf 03:59:16 spire-1.2.1/conf/agent/agent_full.conf 03:59:16 spire-1.2.1/conf/agent/dummy_root_ca.crt 03:59:16 spire-1.2.1/conf/server/ 03:59:16 spire-1.2.1/conf/server/dummy_upstream_ca.crt 03:59:16 spire-1.2.1/conf/server/dummy_upstream_ca.key 03:59:16 spire-1.2.1/conf/server/server.conf 03:59:16 spire-1.2.1/conf/server/server_full.conf 03:59:16 spire-1.2.1/doc/ 03:59:16 spire-1.2.1/doc/SPIRE101.md 03:59:16 spire-1.2.1/doc/auditlog.md 03:59:16 spire-1.2.1/doc/authorization_policy_engine.md 03:59:16 spire-1.2.1/doc/changelog_guidelines.md 03:59:16 spire-1.2.1/doc/cure53-report.pdf 03:59:16 spire-1.2.1/doc/images/ 03:59:16 spire-1.2.1/doc/images/2019_roadmap.png 03:59:16 spire-1.2.1/doc/images/SPIRE101.png 03:59:16 spire-1.2.1/doc/images/SPIRE_agent.png 03:59:16 spire-1.2.1/doc/images/SPIRE_server.png 03:59:16 spire-1.2.1/doc/images/cache_mgr.png 03:59:16 spire-1.2.1/doc/images/cache_mgr_components.png 03:59:16 spire-1.2.1/doc/images/federated_spire.png 03:59:16 spire-1.2.1/doc/images/ha_mode.png 03:59:16 spire-1.2.1/doc/images/nested_spire.png 03:59:16 spire-1.2.1/doc/images/oidc_federation.png 03:59:16 spire-1.2.1/doc/images/single_trust_domain.png 03:59:16 spire-1.2.1/doc/images/spiffe_compatible.png 03:59:16 spire-1.2.1/doc/images/spire_logo.png 03:59:16 spire-1.2.1/doc/migrating_registration_api_clients.md 03:59:16 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 03:59:16 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 03:59:16 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 03:59:16 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 03:59:16 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 03:59:16 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 03:59:16 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 03:59:16 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 03:59:16 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 03:59:16 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 03:59:16 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 03:59:16 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 03:59:16 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 03:59:16 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 03:59:16 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 03:59:16 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 03:59:16 spire-1.2.1/doc/plugin_server_datastore_sql.md 03:59:16 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 03:59:16 spire-1.2.1/doc/plugin_server_keymanager_disk.md 03:59:16 spire-1.2.1/doc/plugin_server_keymanager_memory.md 03:59:16 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 03:59:16 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 03:59:16 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 03:59:16 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 03:59:16 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 03:59:16 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 03:59:16 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 03:59:16 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 03:59:16 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 03:59:16 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 03:59:16 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 03:59:16 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 03:59:16 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 03:59:16 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 03:59:16 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 03:59:16 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 03:59:16 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 03:59:16 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 03:59:16 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 03:59:16 spire-1.2.1/doc/scaling_spire.md 03:59:16 spire-1.2.1/doc/spire_agent.md 03:59:16 spire-1.2.1/doc/spire_server.md 03:59:16 spire-1.2.1/doc/supported_integrations.md 03:59:16 spire-1.2.1/doc/telemetry.md 03:59:16 spire-1.2.1/doc/telemetry_config.md 03:59:16 spire-1.2.1/doc/upgrading.md 03:59:16 spire-1.2.1/doc/using_spire.md 03:59:16 spire-1.2.1/examples/ 03:59:16 spire-1.2.1/examples/README.md 03:59:16 spire-1.2.1/go.mod 03:59:16 spire-1.2.1/go.sum 03:59:16 spire-1.2.1/pkg/ 03:59:16 spire-1.2.1/pkg/agent/ 03:59:16 spire-1.2.1/pkg/agent/agent.go 03:59:16 spire-1.2.1/pkg/agent/api/ 03:59:16 spire-1.2.1/pkg/agent/api/config.go 03:59:16 spire-1.2.1/pkg/agent/api/debug/ 03:59:16 spire-1.2.1/pkg/agent/api/debug/v1/ 03:59:16 spire-1.2.1/pkg/agent/api/debug/v1/service.go 03:59:16 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 03:59:16 spire-1.2.1/pkg/agent/api/delegatedidentity/ 03:59:16 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 03:59:16 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 03:59:16 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 03:59:16 spire-1.2.1/pkg/agent/api/endpoints.go 03:59:16 spire-1.2.1/pkg/agent/api/health/ 03:59:16 spire-1.2.1/pkg/agent/api/health/v1/ 03:59:16 spire-1.2.1/pkg/agent/api/health/v1/service.go 03:59:16 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 03:59:16 spire-1.2.1/pkg/agent/api/rpccontext/ 03:59:16 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 03:59:16 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 03:59:16 spire-1.2.1/pkg/agent/attestor/ 03:59:16 spire-1.2.1/pkg/agent/attestor/node/ 03:59:16 spire-1.2.1/pkg/agent/attestor/node/experimental.go 03:59:16 spire-1.2.1/pkg/agent/attestor/node/node.go 03:59:16 spire-1.2.1/pkg/agent/attestor/node/node_test.go 03:59:16 spire-1.2.1/pkg/agent/attestor/workload/ 03:59:16 spire-1.2.1/pkg/agent/attestor/workload/workload.go 03:59:16 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 03:59:16 spire-1.2.1/pkg/agent/catalog/ 03:59:16 spire-1.2.1/pkg/agent/catalog/catalog.go 03:59:16 spire-1.2.1/pkg/agent/catalog/keymanager.go 03:59:16 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 03:59:16 spire-1.2.1/pkg/agent/catalog/svidstore.go 03:59:16 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 03:59:16 spire-1.2.1/pkg/agent/client/ 03:59:16 spire-1.2.1/pkg/agent/client/client.go 03:59:16 spire-1.2.1/pkg/agent/client/client_test.go 03:59:16 spire-1.2.1/pkg/agent/client/dial.go 03:59:16 spire-1.2.1/pkg/agent/client/nodeconn.go 03:59:16 spire-1.2.1/pkg/agent/client/nodeconn_test.go 03:59:16 spire-1.2.1/pkg/agent/client/update.go 03:59:16 spire-1.2.1/pkg/agent/client/util.go 03:59:16 spire-1.2.1/pkg/agent/common/ 03:59:16 spire-1.2.1/pkg/agent/common/backoff/ 03:59:16 spire-1.2.1/pkg/agent/common/backoff/backoff.go 03:59:16 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 03:59:16 spire-1.2.1/pkg/agent/common/cgroups/ 03:59:16 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 03:59:16 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 03:59:16 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 03:59:16 spire-1.2.1/pkg/agent/config.go 03:59:16 spire-1.2.1/pkg/agent/endpoints/ 03:59:16 spire-1.2.1/pkg/agent/endpoints/config.go 03:59:16 spire-1.2.1/pkg/agent/endpoints/endpoints.go 03:59:16 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 03:59:16 spire-1.2.1/pkg/agent/endpoints/metrics.go 03:59:16 spire-1.2.1/pkg/agent/endpoints/middleware.go 03:59:16 spire-1.2.1/pkg/agent/endpoints/peertracker.go 03:59:16 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 03:59:16 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 03:59:16 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 03:59:16 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 03:59:16 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 03:59:16 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 03:59:16 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 03:59:16 spire-1.2.1/pkg/agent/endpoints/workload/ 03:59:16 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 03:59:16 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 03:59:16 spire-1.2.1/pkg/agent/manager/ 03:59:16 spire-1.2.1/pkg/agent/manager/cache/ 03:59:16 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 03:59:16 spire-1.2.1/pkg/agent/manager/cache/cache.go 03:59:16 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 03:59:16 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 03:59:16 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 03:59:16 spire-1.2.1/pkg/agent/manager/cache/sets.go 03:59:16 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 03:59:16 spire-1.2.1/pkg/agent/manager/config.go 03:59:16 spire-1.2.1/pkg/agent/manager/manager.go 03:59:16 spire-1.2.1/pkg/agent/manager/manager_test.go 03:59:16 spire-1.2.1/pkg/agent/manager/storage.go 03:59:16 spire-1.2.1/pkg/agent/manager/storage_test.go 03:59:16 spire-1.2.1/pkg/agent/manager/storecache/ 03:59:16 spire-1.2.1/pkg/agent/manager/storecache/cache.go 03:59:16 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 03:59:16 spire-1.2.1/pkg/agent/manager/sync.go 03:59:16 spire-1.2.1/pkg/agent/plugin/ 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/ 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 03:59:16 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 03:59:16 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/ 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 03:59:16 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 03:59:16 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 03:59:16 spire-1.2.1/pkg/agent/svid/ 03:59:16 spire-1.2.1/pkg/agent/svid/rotator.go 03:59:16 spire-1.2.1/pkg/agent/svid/rotator_config.go 03:59:16 spire-1.2.1/pkg/agent/svid/rotator_test.go 03:59:16 spire-1.2.1/pkg/agent/svid/store/ 03:59:16 spire-1.2.1/pkg/agent/svid/store/service.go 03:59:16 spire-1.2.1/pkg/agent/svid/store/service_test.go 03:59:16 spire-1.2.1/pkg/common/ 03:59:16 spire-1.2.1/pkg/common/agentpathtemplate/ 03:59:16 spire-1.2.1/pkg/common/agentpathtemplate/template.go 03:59:16 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 03:59:16 spire-1.2.1/pkg/common/api/ 03:59:16 spire-1.2.1/pkg/common/api/metrics.go 03:59:16 spire-1.2.1/pkg/common/api/middleware/ 03:59:16 spire-1.2.1/pkg/common/api/middleware/common_test.go 03:59:16 spire-1.2.1/pkg/common/api/middleware/interceptor.go 03:59:16 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 03:59:16 spire-1.2.1/pkg/common/api/middleware/logger.go 03:59:16 spire-1.2.1/pkg/common/api/middleware/logger_test.go 03:59:16 spire-1.2.1/pkg/common/api/middleware/metrics.go 03:59:16 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 03:59:16 spire-1.2.1/pkg/common/api/middleware/middleware.go 03:59:16 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 03:59:16 spire-1.2.1/pkg/common/api/middleware/misconfig.go 03:59:16 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 03:59:16 spire-1.2.1/pkg/common/api/middleware/names.go 03:59:16 spire-1.2.1/pkg/common/api/middleware/names_test.go 03:59:16 spire-1.2.1/pkg/common/api/names.go 03:59:16 spire-1.2.1/pkg/common/api/ratelimit.go 03:59:16 spire-1.2.1/pkg/common/api/rpccontext/ 03:59:16 spire-1.2.1/pkg/common/api/rpccontext/logger.go 03:59:16 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 03:59:16 spire-1.2.1/pkg/common/api/rpccontext/names.go 03:59:16 spire-1.2.1/pkg/common/auth/ 03:59:16 spire-1.2.1/pkg/common/auth/interceptors.go 03:59:16 spire-1.2.1/pkg/common/auth/interceptors_test.go 03:59:16 spire-1.2.1/pkg/common/auth/untracked_uds.go 03:59:16 spire-1.2.1/pkg/common/bundleutil/ 03:59:16 spire-1.2.1/pkg/common/bundleutil/bundle.go 03:59:16 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 03:59:16 spire-1.2.1/pkg/common/bundleutil/common_test.go 03:59:16 spire-1.2.1/pkg/common/bundleutil/marshal.go 03:59:16 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 03:59:16 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 03:59:16 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 03:59:16 spire-1.2.1/pkg/common/bundleutil/types.go 03:59:16 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 03:59:16 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 03:59:16 spire-1.2.1/pkg/common/catalog/ 03:59:16 spire-1.2.1/pkg/common/catalog/bind.go 03:59:16 spire-1.2.1/pkg/common/catalog/builtin.go 03:59:16 spire-1.2.1/pkg/common/catalog/catalog.go 03:59:16 spire-1.2.1/pkg/common/catalog/catalog_test.go 03:59:16 spire-1.2.1/pkg/common/catalog/closers.go 03:59:16 spire-1.2.1/pkg/common/catalog/cmd_linux.go 03:59:16 spire-1.2.1/pkg/common/catalog/cmd_other.go 03:59:16 spire-1.2.1/pkg/common/catalog/config.go 03:59:16 spire-1.2.1/pkg/common/catalog/config_test.go 03:59:16 spire-1.2.1/pkg/common/catalog/configure.go 03:59:16 spire-1.2.1/pkg/common/catalog/constraints.go 03:59:16 spire-1.2.1/pkg/common/catalog/constraints_test.go 03:59:16 spire-1.2.1/pkg/common/catalog/context.go 03:59:16 spire-1.2.1/pkg/common/catalog/external.go 03:59:16 spire-1.2.1/pkg/common/catalog/host.go 03:59:16 spire-1.2.1/pkg/common/catalog/pipenet.go 03:59:16 spire-1.2.1/pkg/common/catalog/plugin.go 03:59:16 spire-1.2.1/pkg/common/catalog/testplugin/ 03:59:16 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 03:59:16 spire-1.2.1/pkg/common/catalog/testplugin/main.go 03:59:16 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 03:59:16 spire-1.2.1/pkg/common/cli/ 03:59:16 spire-1.2.1/pkg/common/cli/env.go 03:59:16 spire-1.2.1/pkg/common/cli/flags.go 03:59:16 spire-1.2.1/pkg/common/cli/trust_domain.go 03:59:16 spire-1.2.1/pkg/common/cli/trust_domain_test.go 03:59:16 spire-1.2.1/pkg/common/cli/umask.go 03:59:16 spire-1.2.1/pkg/common/cli/umask_posix.go 03:59:16 spire-1.2.1/pkg/common/cli/umask_test.go 03:59:16 spire-1.2.1/pkg/common/cli/umask_windows.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/ 03:59:16 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/flag.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/flag_test.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/format.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/format_test.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/ 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 03:59:16 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 03:59:16 spire-1.2.1/pkg/common/coretypes/ 03:59:16 spire-1.2.1/pkg/common/coretypes/bundle/ 03:59:16 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 03:59:16 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 03:59:16 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 03:59:16 spire-1.2.1/pkg/common/coretypes/bundle/require.go 03:59:16 spire-1.2.1/pkg/common/coretypes/jwtkey/ 03:59:16 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 03:59:16 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 03:59:16 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 03:59:16 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 03:59:16 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 03:59:16 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 03:59:16 spire-1.2.1/pkg/common/coretypes/x509certificate/ 03:59:16 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 03:59:16 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 03:59:16 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 03:59:16 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 03:59:16 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 03:59:16 spire-1.2.1/pkg/common/cryptoutil/ 03:59:16 spire-1.2.1/pkg/common/cryptoutil/keys.go 03:59:16 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 03:59:16 spire-1.2.1/pkg/common/diskutil/ 03:59:16 spire-1.2.1/pkg/common/diskutil/file_posix.go 03:59:16 spire-1.2.1/pkg/common/diskutil/file_test.go 03:59:16 spire-1.2.1/pkg/common/diskutil/file_windows.go 03:59:16 spire-1.2.1/pkg/common/errorutil/ 03:59:16 spire-1.2.1/pkg/common/errorutil/wrapper.go 03:59:16 spire-1.2.1/pkg/common/health/ 03:59:16 spire-1.2.1/pkg/common/health/config.go 03:59:16 spire-1.2.1/pkg/common/health/context.go 03:59:16 spire-1.2.1/pkg/common/health/context_test.go 03:59:16 spire-1.2.1/pkg/common/health/health.go 03:59:16 spire-1.2.1/pkg/common/health/health_test.go 03:59:16 spire-1.2.1/pkg/common/health/logger.go 03:59:16 spire-1.2.1/pkg/common/hostservice/ 03:59:16 spire-1.2.1/pkg/common/hostservice/metricsservice/ 03:59:16 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 03:59:16 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 03:59:16 spire-1.2.1/pkg/common/idutil/ 03:59:16 spire-1.2.1/pkg/common/idutil/require.go 03:59:16 spire-1.2.1/pkg/common/idutil/require_test.go 03:59:16 spire-1.2.1/pkg/common/idutil/safety.go 03:59:16 spire-1.2.1/pkg/common/idutil/safety_test.go 03:59:16 spire-1.2.1/pkg/common/idutil/spiffeid.go 03:59:16 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 03:59:16 spire-1.2.1/pkg/common/jwtsvid/ 03:59:16 spire-1.2.1/pkg/common/jwtsvid/common.go 03:59:16 spire-1.2.1/pkg/common/jwtsvid/sign.go 03:59:16 spire-1.2.1/pkg/common/jwtsvid/token_test.go 03:59:16 spire-1.2.1/pkg/common/jwtsvid/validate.go 03:59:16 spire-1.2.1/pkg/common/jwtutil/ 03:59:16 spire-1.2.1/pkg/common/jwtutil/keyset.go 03:59:16 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 03:59:16 spire-1.2.1/pkg/common/log/ 03:59:16 spire-1.2.1/pkg/common/log/hclog_adapter.go 03:59:16 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 03:59:16 spire-1.2.1/pkg/common/log/log.go 03:59:16 spire-1.2.1/pkg/common/log/log_test.go 03:59:16 spire-1.2.1/pkg/common/log/options.go 03:59:16 spire-1.2.1/pkg/common/nodeutil/ 03:59:16 spire-1.2.1/pkg/common/nodeutil/node.go 03:59:16 spire-1.2.1/pkg/common/nodeutil/node_test.go 03:59:16 spire-1.2.1/pkg/common/peertracker/ 03:59:16 spire-1.2.1/pkg/common/peertracker/conn.go 03:59:16 spire-1.2.1/pkg/common/peertracker/credentials.go 03:59:16 spire-1.2.1/pkg/common/peertracker/errors.go 03:59:16 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 03:59:16 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 03:59:16 spire-1.2.1/pkg/common/peertracker/info.go 03:59:16 spire-1.2.1/pkg/common/peertracker/listener.go 03:59:16 spire-1.2.1/pkg/common/peertracker/listener_test.go 03:59:16 spire-1.2.1/pkg/common/peertracker/peertracker.go 03:59:16 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 03:59:16 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 03:59:16 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 03:59:16 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 03:59:16 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 03:59:16 spire-1.2.1/pkg/common/peertracker/tcp.go 03:59:16 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 03:59:16 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 03:59:16 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 03:59:16 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 03:59:16 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 03:59:16 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 03:59:16 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 03:59:16 spire-1.2.1/pkg/common/peertracker/uds.go 03:59:16 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 03:59:16 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 03:59:16 spire-1.2.1/pkg/common/peertracker/uds_linux.go 03:59:16 spire-1.2.1/pkg/common/pemutil/ 03:59:16 spire-1.2.1/pkg/common/pemutil/block.go 03:59:16 spire-1.2.1/pkg/common/pemutil/certs.go 03:59:16 spire-1.2.1/pkg/common/pemutil/common.go 03:59:16 spire-1.2.1/pkg/common/pemutil/csr.go 03:59:16 spire-1.2.1/pkg/common/pemutil/keys.go 03:59:16 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 03:59:16 spire-1.2.1/pkg/common/pemutil/testdata/ 03:59:16 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 03:59:16 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 03:59:16 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 03:59:16 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 03:59:16 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 03:59:16 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 03:59:16 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 03:59:16 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 03:59:16 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 03:59:16 spire-1.2.1/pkg/common/plugin/ 03:59:16 spire-1.2.1/pkg/common/plugin/aws/ 03:59:16 spire-1.2.1/pkg/common/plugin/aws/iid.go 03:59:16 spire-1.2.1/pkg/common/plugin/azure/ 03:59:16 spire-1.2.1/pkg/common/plugin/azure/msi.go 03:59:16 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 03:59:16 spire-1.2.1/pkg/common/plugin/facade.go 03:59:16 spire-1.2.1/pkg/common/plugin/facade_test.go 03:59:16 spire-1.2.1/pkg/common/plugin/gcp/ 03:59:16 spire-1.2.1/pkg/common/plugin/gcp/iit.go 03:59:16 spire-1.2.1/pkg/common/plugin/k8s/ 03:59:16 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 03:59:16 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 03:59:16 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 03:59:16 spire-1.2.1/pkg/common/plugin/k8s/utils.go 03:59:16 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 03:59:16 spire-1.2.1/pkg/common/plugin/log.go 03:59:16 spire-1.2.1/pkg/common/plugin/sshpop/ 03:59:16 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 03:59:16 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 03:59:16 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 03:59:16 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 03:59:16 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 03:59:16 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 03:59:16 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 03:59:16 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 03:59:16 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 03:59:16 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 03:59:16 spire-1.2.1/pkg/common/plugin/tpmdevid/ 03:59:16 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 03:59:16 spire-1.2.1/pkg/common/plugin/x509pop/ 03:59:16 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 03:59:16 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 03:59:16 spire-1.2.1/pkg/common/profiling/ 03:59:16 spire-1.2.1/pkg/common/profiling/dumpers.go 03:59:16 spire-1.2.1/pkg/common/profiling/profiling.go 03:59:16 spire-1.2.1/pkg/common/protoutil/ 03:59:16 spire-1.2.1/pkg/common/protoutil/masks.go 03:59:16 spire-1.2.1/pkg/common/protoutil/masks_test.go 03:59:16 spire-1.2.1/pkg/common/rotationutil/ 03:59:16 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 03:59:16 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 03:59:16 spire-1.2.1/pkg/common/selector/ 03:59:16 spire-1.2.1/pkg/common/selector/selector.go 03:59:16 spire-1.2.1/pkg/common/selector/selector_test.go 03:59:16 spire-1.2.1/pkg/common/selector/set.go 03:59:16 spire-1.2.1/pkg/common/selector/set_utils.go 03:59:16 spire-1.2.1/pkg/common/selector/set_utils_test.go 03:59:16 spire-1.2.1/pkg/common/telemetry/ 03:59:16 spire-1.2.1/pkg/common/telemetry/agent/ 03:59:16 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 03:59:16 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 03:59:16 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 03:59:16 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 03:59:16 spire-1.2.1/pkg/common/telemetry/agent/manager.go 03:59:16 spire-1.2.1/pkg/common/telemetry/agent/node.go 03:59:16 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 03:59:16 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 03:59:16 spire-1.2.1/pkg/common/telemetry/agent/store/ 03:59:16 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 03:59:16 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 03:59:16 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 03:59:16 spire-1.2.1/pkg/common/telemetry/blackhole.go 03:59:16 spire-1.2.1/pkg/common/telemetry/call.go 03:59:16 spire-1.2.1/pkg/common/telemetry/common/ 03:59:16 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 03:59:16 spire-1.2.1/pkg/common/telemetry/config.go 03:59:16 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 03:59:16 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 03:59:16 spire-1.2.1/pkg/common/telemetry/inmem.go 03:59:16 spire-1.2.1/pkg/common/telemetry/inmem_test.go 03:59:16 spire-1.2.1/pkg/common/telemetry/m3.go 03:59:16 spire-1.2.1/pkg/common/telemetry/m3_test.go 03:59:16 spire-1.2.1/pkg/common/telemetry/metrics.go 03:59:16 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 03:59:16 spire-1.2.1/pkg/common/telemetry/names.go 03:59:16 spire-1.2.1/pkg/common/telemetry/prometheus.go 03:59:16 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 03:59:16 spire-1.2.1/pkg/common/telemetry/sanitize.go 03:59:16 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 03:59:16 spire-1.2.1/pkg/common/telemetry/server/ 03:59:16 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 03:59:16 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 03:59:16 spire-1.2.1/pkg/common/telemetry/server/datastore/ 03:59:16 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 03:59:16 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 03:59:16 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 03:59:16 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 03:59:16 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 03:59:16 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 03:59:16 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 03:59:16 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 03:59:16 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 03:59:16 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 03:59:16 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 03:59:16 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 03:59:16 spire-1.2.1/pkg/common/telemetry/server/rotate.go 03:59:16 spire-1.2.1/pkg/common/telemetry/server/server.go 03:59:16 spire-1.2.1/pkg/common/telemetry/sink.go 03:59:16 spire-1.2.1/pkg/common/telemetry/statsd.go 03:59:16 spire-1.2.1/pkg/common/telemetry/statsd_test.go 03:59:16 spire-1.2.1/pkg/common/telemetry/uptime.go 03:59:16 spire-1.2.1/pkg/common/telemetry/version.go 03:59:16 spire-1.2.1/pkg/common/telemetry/withlabels.go 03:59:16 spire-1.2.1/pkg/common/uptime/ 03:59:16 spire-1.2.1/pkg/common/uptime/uptime.go 03:59:16 spire-1.2.1/pkg/common/uptime/uptime_test.go 03:59:16 spire-1.2.1/pkg/common/util/ 03:59:16 spire-1.2.1/pkg/common/util/certs.go 03:59:16 spire-1.2.1/pkg/common/util/certs_test.go 03:59:16 spire-1.2.1/pkg/common/util/csr.go 03:59:16 spire-1.2.1/pkg/common/util/hash.go 03:59:16 spire-1.2.1/pkg/common/util/selectors.go 03:59:16 spire-1.2.1/pkg/common/util/selectors_test.go 03:59:16 spire-1.2.1/pkg/common/util/signals.go 03:59:16 spire-1.2.1/pkg/common/util/sort.go 03:59:16 spire-1.2.1/pkg/common/util/sort_test.go 03:59:16 spire-1.2.1/pkg/common/util/task.go 03:59:16 spire-1.2.1/pkg/common/util/task_test.go 03:59:16 spire-1.2.1/pkg/common/util/testdata/ 03:59:16 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 03:59:16 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 03:59:16 spire-1.2.1/pkg/common/version/ 03:59:16 spire-1.2.1/pkg/common/version/version.go 03:59:16 spire-1.2.1/pkg/common/x509svid/ 03:59:16 spire-1.2.1/pkg/common/x509svid/common_test.go 03:59:16 spire-1.2.1/pkg/common/x509svid/csr.go 03:59:16 spire-1.2.1/pkg/common/x509svid/upstreamca.go 03:59:16 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 03:59:16 spire-1.2.1/pkg/common/x509util/ 03:59:16 spire-1.2.1/pkg/common/x509util/cert.go 03:59:16 spire-1.2.1/pkg/common/x509util/dns.go 03:59:16 spire-1.2.1/pkg/common/x509util/dns_test.go 03:59:16 spire-1.2.1/pkg/common/x509util/keyid.go 03:59:16 spire-1.2.1/pkg/common/x509util/keypair.go 03:59:16 spire-1.2.1/pkg/common/x509util/serialnumber.go 03:59:16 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 03:59:16 spire-1.2.1/pkg/server/ 03:59:16 spire-1.2.1/pkg/server/api/ 03:59:16 spire-1.2.1/pkg/server/api/agent.go 03:59:16 spire-1.2.1/pkg/server/api/agent/ 03:59:16 spire-1.2.1/pkg/server/api/agent/v1/ 03:59:16 spire-1.2.1/pkg/server/api/agent/v1/service.go 03:59:16 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 03:59:16 spire-1.2.1/pkg/server/api/agent_test.go 03:59:16 spire-1.2.1/pkg/server/api/api.go 03:59:16 spire-1.2.1/pkg/server/api/audit/ 03:59:16 spire-1.2.1/pkg/server/api/audit/audit.go 03:59:16 spire-1.2.1/pkg/server/api/audit/audit_test.go 03:59:16 spire-1.2.1/pkg/server/api/bundle.go 03:59:16 spire-1.2.1/pkg/server/api/bundle/ 03:59:16 spire-1.2.1/pkg/server/api/bundle/v1/ 03:59:16 spire-1.2.1/pkg/server/api/bundle/v1/service.go 03:59:16 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 03:59:16 spire-1.2.1/pkg/server/api/bundle_test.go 03:59:16 spire-1.2.1/pkg/server/api/debug/ 03:59:16 spire-1.2.1/pkg/server/api/debug/v1/ 03:59:16 spire-1.2.1/pkg/server/api/debug/v1/service.go 03:59:16 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 03:59:16 spire-1.2.1/pkg/server/api/entry.go 03:59:16 spire-1.2.1/pkg/server/api/entry/ 03:59:16 spire-1.2.1/pkg/server/api/entry/v1/ 03:59:16 spire-1.2.1/pkg/server/api/entry/v1/service.go 03:59:16 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 03:59:16 spire-1.2.1/pkg/server/api/entry_test.go 03:59:16 spire-1.2.1/pkg/server/api/health/ 03:59:16 spire-1.2.1/pkg/server/api/health/v1/ 03:59:16 spire-1.2.1/pkg/server/api/health/v1/service.go 03:59:16 spire-1.2.1/pkg/server/api/health/v1/service_test.go 03:59:16 spire-1.2.1/pkg/server/api/id.go 03:59:16 spire-1.2.1/pkg/server/api/id_test.go 03:59:16 spire-1.2.1/pkg/server/api/limits/ 03:59:16 spire-1.2.1/pkg/server/api/limits/limits.go 03:59:16 spire-1.2.1/pkg/server/api/middleware/ 03:59:16 spire-1.2.1/pkg/server/api/middleware/alias.go 03:59:16 spire-1.2.1/pkg/server/api/middleware/audit.go 03:59:16 spire-1.2.1/pkg/server/api/middleware/authorization.go 03:59:16 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 03:59:16 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 03:59:16 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 03:59:16 spire-1.2.1/pkg/server/api/middleware/caller.go 03:59:16 spire-1.2.1/pkg/server/api/middleware/caller_test.go 03:59:16 spire-1.2.1/pkg/server/api/middleware/common.go 03:59:16 spire-1.2.1/pkg/server/api/middleware/common_test.go 03:59:16 spire-1.2.1/pkg/server/api/middleware/entries.go 03:59:16 spire-1.2.1/pkg/server/api/middleware/entries_test.go 03:59:16 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 03:59:16 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 03:59:16 spire-1.2.1/pkg/server/api/ratelimit.go 03:59:16 spire-1.2.1/pkg/server/api/rpccontext/ 03:59:16 spire-1.2.1/pkg/server/api/rpccontext/alias.go 03:59:16 spire-1.2.1/pkg/server/api/rpccontext/audit.go 03:59:16 spire-1.2.1/pkg/server/api/rpccontext/caller.go 03:59:16 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 03:59:16 spire-1.2.1/pkg/server/api/selector.go 03:59:16 spire-1.2.1/pkg/server/api/selector_test.go 03:59:16 spire-1.2.1/pkg/server/api/status.go 03:59:16 spire-1.2.1/pkg/server/api/status_test.go 03:59:16 spire-1.2.1/pkg/server/api/svid/ 03:59:16 spire-1.2.1/pkg/server/api/svid/v1/ 03:59:16 spire-1.2.1/pkg/server/api/svid/v1/service.go 03:59:16 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 03:59:16 spire-1.2.1/pkg/server/api/trustdomain.go 03:59:16 spire-1.2.1/pkg/server/api/trustdomain/ 03:59:16 spire-1.2.1/pkg/server/api/trustdomain/v1/ 03:59:16 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 03:59:16 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 03:59:16 spire-1.2.1/pkg/server/api/trustdomain_test.go 03:59:16 spire-1.2.1/pkg/server/authpolicy/ 03:59:16 spire-1.2.1/pkg/server/authpolicy/defaults.go 03:59:16 spire-1.2.1/pkg/server/authpolicy/policy.go 03:59:16 spire-1.2.1/pkg/server/authpolicy/policy.rego 03:59:16 spire-1.2.1/pkg/server/authpolicy/policy_data.json 03:59:16 spire-1.2.1/pkg/server/authpolicy/policy_test.go 03:59:16 spire-1.2.1/pkg/server/authpolicy/validate.go 03:59:16 spire-1.2.1/pkg/server/bundle/ 03:59:16 spire-1.2.1/pkg/server/bundle/client/ 03:59:16 spire-1.2.1/pkg/server/bundle/client/client.go 03:59:16 spire-1.2.1/pkg/server/bundle/client/client_test.go 03:59:16 spire-1.2.1/pkg/server/bundle/client/manager.go 03:59:16 spire-1.2.1/pkg/server/bundle/client/manager_test.go 03:59:16 spire-1.2.1/pkg/server/bundle/client/sources.go 03:59:16 spire-1.2.1/pkg/server/bundle/client/sources_test.go 03:59:16 spire-1.2.1/pkg/server/bundle/client/updater.go 03:59:16 spire-1.2.1/pkg/server/bundle/client/updater_test.go 03:59:16 spire-1.2.1/pkg/server/ca/ 03:59:16 spire-1.2.1/pkg/server/ca/ca.go 03:59:16 spire-1.2.1/pkg/server/ca/ca_health.go 03:59:16 spire-1.2.1/pkg/server/ca/ca_test.go 03:59:16 spire-1.2.1/pkg/server/ca/journal.go 03:59:16 spire-1.2.1/pkg/server/ca/journal_test.go 03:59:16 spire-1.2.1/pkg/server/ca/manager.go 03:59:16 spire-1.2.1/pkg/server/ca/manager_health.go 03:59:16 spire-1.2.1/pkg/server/ca/manager_test.go 03:59:16 spire-1.2.1/pkg/server/ca/templates.go 03:59:16 spire-1.2.1/pkg/server/ca/upstream_client.go 03:59:16 spire-1.2.1/pkg/server/ca/upstream_client_test.go 03:59:16 spire-1.2.1/pkg/server/ca/validation.go 03:59:16 spire-1.2.1/pkg/server/cache/ 03:59:16 spire-1.2.1/pkg/server/cache/dscache/ 03:59:16 spire-1.2.1/pkg/server/cache/dscache/cache.go 03:59:16 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 03:59:16 spire-1.2.1/pkg/server/cache/entrycache/ 03:59:16 spire-1.2.1/pkg/server/cache/entrycache/cache.go 03:59:16 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 03:59:16 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 03:59:16 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 03:59:16 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 03:59:16 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 03:59:16 spire-1.2.1/pkg/server/catalog/ 03:59:16 spire-1.2.1/pkg/server/catalog/catalog.go 03:59:16 spire-1.2.1/pkg/server/catalog/keymanager.go 03:59:16 spire-1.2.1/pkg/server/catalog/nodeattestor.go 03:59:16 spire-1.2.1/pkg/server/catalog/noderesolver.go 03:59:16 spire-1.2.1/pkg/server/catalog/notifier.go 03:59:16 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 03:59:16 spire-1.2.1/pkg/server/config.go 03:59:16 spire-1.2.1/pkg/server/datastore/ 03:59:16 spire-1.2.1/pkg/server/datastore/datastore.go 03:59:16 spire-1.2.1/pkg/server/datastore/datastore_health.go 03:59:16 spire-1.2.1/pkg/server/datastore/repository.go 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/ 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 03:59:16 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 03:59:16 spire-1.2.1/pkg/server/endpoints/ 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/ 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/config.go 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/server.go 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 03:59:16 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 03:59:16 spire-1.2.1/pkg/server/endpoints/config.go 03:59:16 spire-1.2.1/pkg/server/endpoints/endpoints.go 03:59:16 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 03:59:16 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 03:59:16 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 03:59:16 spire-1.2.1/pkg/server/endpoints/middleware.go 03:59:16 spire-1.2.1/pkg/server/endpoints/middleware_test.go 03:59:16 spire-1.2.1/pkg/server/hostservice/ 03:59:16 spire-1.2.1/pkg/server/hostservice/agentstore/ 03:59:16 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 03:59:16 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 03:59:16 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 03:59:16 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 03:59:16 spire-1.2.1/pkg/server/hostservice/identityprovider/ 03:59:16 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 03:59:16 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/ 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/ 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/base/ 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/test/ 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 03:59:16 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/ 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 03:59:16 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/noderesolver/ 03:59:16 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 03:59:16 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 03:59:16 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 03:59:16 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 03:59:16 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 03:59:16 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 03:59:16 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/notifier/ 03:59:16 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 03:59:16 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 03:59:16 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 03:59:16 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 03:59:16 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 03:59:16 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 03:59:16 spire-1.2.1/pkg/server/plugin/notifier/repository.go 03:59:16 spire-1.2.1/pkg/server/plugin/notifier/v1.go 03:59:16 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 03:59:16 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 03:59:16 spire-1.2.1/pkg/server/registration/ 03:59:16 spire-1.2.1/pkg/server/registration/manager.go 03:59:16 spire-1.2.1/pkg/server/registration/manager_test.go 03:59:16 spire-1.2.1/pkg/server/scanentries.go 03:59:16 spire-1.2.1/pkg/server/scanentries_test.go 03:59:16 spire-1.2.1/pkg/server/server.go 03:59:16 spire-1.2.1/pkg/server/server_test.go 03:59:16 spire-1.2.1/pkg/server/svid/ 03:59:16 spire-1.2.1/pkg/server/svid/observer.go 03:59:16 spire-1.2.1/pkg/server/svid/observer_test.go 03:59:16 spire-1.2.1/pkg/server/svid/rotator.go 03:59:16 spire-1.2.1/pkg/server/svid/rotator_config.go 03:59:16 spire-1.2.1/pkg/server/svid/rotator_config_test.go 03:59:16 spire-1.2.1/pkg/server/svid/rotator_test.go 03:59:16 spire-1.2.1/proto/ 03:59:16 spire-1.2.1/proto/private/ 03:59:16 spire-1.2.1/proto/private/server/ 03:59:16 spire-1.2.1/proto/private/server/journal/ 03:59:16 spire-1.2.1/proto/private/server/journal/journal.pb.go 03:59:16 spire-1.2.1/proto/private/server/journal/journal.proto 03:59:16 spire-1.2.1/proto/spire/ 03:59:16 spire-1.2.1/proto/spire/common/ 03:59:16 spire-1.2.1/proto/spire/common/common.pb.go 03:59:16 spire-1.2.1/proto/spire/common/common.proto 03:59:16 spire-1.2.1/proto/spire/common/plugin/ 03:59:16 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 03:59:16 spire-1.2.1/proto/spire/common/plugin/plugin.proto 03:59:16 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 03:59:16 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 03:59:16 spire-1.2.1/proto/spire/plugin/ 03:59:16 spire-1.2.1/proto/spire/plugin/agent/ 03:59:16 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 03:59:16 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 03:59:16 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 03:59:16 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 03:59:16 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 03:59:16 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 03:59:16 spire-1.2.1/release/ 03:59:16 spire-1.2.1/release/spire-extras/ 03:59:16 spire-1.2.1/release/spire-extras/README.md 03:59:16 spire-1.2.1/release/spire-extras/conf/ 03:59:16 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 03:59:16 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 03:59:16 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 03:59:16 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 03:59:16 spire-1.2.1/release/spire/ 03:59:16 spire-1.2.1/release/spire/README.md 03:59:16 spire-1.2.1/release/spire/conf/ 03:59:16 spire-1.2.1/release/spire/conf/agent/ 03:59:16 spire-1.2.1/release/spire/conf/agent/agent.conf 03:59:16 spire-1.2.1/release/spire/conf/server/ 03:59:16 spire-1.2.1/release/spire/conf/server/server.conf 03:59:16 spire-1.2.1/script/ 03:59:16 spire-1.2.1/script/build-artifact.sh 03:59:16 spire-1.2.1/script/generate_dummy_ca.sh 03:59:16 spire-1.2.1/support/ 03:59:16 spire-1.2.1/support/k8s/ 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/ 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 03:59:16 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 03:59:16 spire-1.2.1/support/oidc-discovery-provider/ 03:59:16 spire-1.2.1/support/oidc-discovery-provider/README.md 03:59:16 spire-1.2.1/support/oidc-discovery-provider/common_test.go 03:59:16 spire-1.2.1/support/oidc-discovery-provider/config.go 03:59:16 spire-1.2.1/support/oidc-discovery-provider/config_test.go 03:59:16 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 03:59:16 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 03:59:16 spire-1.2.1/support/oidc-discovery-provider/handler.go 03:59:16 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 03:59:16 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 03:59:16 spire-1.2.1/support/oidc-discovery-provider/main.go 03:59:16 spire-1.2.1/support/oidc-discovery-provider/server_api.go 03:59:16 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 03:59:16 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 03:59:16 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 03:59:16 spire-1.2.1/test/ 03:59:16 spire-1.2.1/test/clock/ 03:59:16 spire-1.2.1/test/clock/clock.go 03:59:16 spire-1.2.1/test/fakes/ 03:59:16 spire-1.2.1/test/fakes/fakeagentcatalog/ 03:59:16 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 03:59:16 spire-1.2.1/test/fakes/fakeagentkeymanager/ 03:59:16 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 03:59:16 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 03:59:16 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 03:59:16 spire-1.2.1/test/fakes/fakeagentstore/ 03:59:16 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 03:59:16 spire-1.2.1/test/fakes/fakedatastore/ 03:59:16 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 03:59:16 spire-1.2.1/test/fakes/fakeentryclient/ 03:59:16 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 03:59:16 spire-1.2.1/test/fakes/fakehealthchecker/ 03:59:16 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 03:59:16 spire-1.2.1/test/fakes/fakeidentityprovider/ 03:59:16 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 03:59:16 spire-1.2.1/test/fakes/fakemetrics/ 03:59:16 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 03:59:16 spire-1.2.1/test/fakes/fakenoderesolver/ 03:59:16 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 03:59:16 spire-1.2.1/test/fakes/fakenotifier/ 03:59:16 spire-1.2.1/test/fakes/fakenotifier/notifier.go 03:59:16 spire-1.2.1/test/fakes/fakepluginmetrics/ 03:59:16 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 03:59:16 spire-1.2.1/test/fakes/fakeserverca/ 03:59:16 spire-1.2.1/test/fakes/fakeserverca/serverca.go 03:59:16 spire-1.2.1/test/fakes/fakeservercatalog/ 03:59:16 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 03:59:16 spire-1.2.1/test/fakes/fakeserverkeymanager/ 03:59:16 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 03:59:16 spire-1.2.1/test/fakes/fakeservernodeattestor/ 03:59:16 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 03:59:16 spire-1.2.1/test/fakes/fakeupstreamauthority/ 03:59:16 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 03:59:16 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 03:59:16 spire-1.2.1/test/fakes/fakeworkloadapi/ 03:59:16 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 03:59:16 spire-1.2.1/test/fakes/fakeworkloadattestor/ 03:59:16 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 03:59:16 spire-1.2.1/test/fixture/ 03:59:16 spire-1.2.1/test/fixture/certs/ 03:59:16 spire-1.2.1/test/fixture/certs/agent_svid.der 03:59:16 spire-1.2.1/test/fixture/certs/base_cert.pem 03:59:16 spire-1.2.1/test/fixture/certs/base_csr.pem 03:59:16 spire-1.2.1/test/fixture/certs/base_key.pem 03:59:16 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 03:59:16 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 03:59:16 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 03:59:16 spire-1.2.1/test/fixture/certs/blog_cert.pem 03:59:16 spire-1.2.1/test/fixture/certs/blog_csr.pem 03:59:16 spire-1.2.1/test/fixture/certs/blog_key.pem 03:59:16 spire-1.2.1/test/fixture/certs/bundle.der 03:59:16 spire-1.2.1/test/fixture/certs/ca.pem 03:59:16 spire-1.2.1/test/fixture/certs/ca_key.pem 03:59:16 spire-1.2.1/test/fixture/certs/database_cert.pem 03:59:16 spire-1.2.1/test/fixture/certs/database_csr.pem 03:59:16 spire-1.2.1/test/fixture/certs/database_key.pem 03:59:16 spire-1.2.1/test/fixture/certs/node_cert.pem 03:59:16 spire-1.2.1/test/fixture/certs/node_csr.pem 03:59:16 spire-1.2.1/test/fixture/certs/node_key.pem 03:59:16 spire-1.2.1/test/fixture/certs/svid.pem 03:59:16 spire-1.2.1/test/fixture/certs/svid_key.pem 03:59:16 spire-1.2.1/test/fixture/config/ 03:59:16 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 03:59:16 spire-1.2.1/test/fixture/config/agent_good.conf 03:59:16 spire-1.2.1/test/fixture/config/agent_good_templated.conf 03:59:16 spire-1.2.1/test/fixture/config/plugin_good.conf 03:59:16 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 03:59:16 spire-1.2.1/test/fixture/config/server_good.conf 03:59:16 spire-1.2.1/test/fixture/config/server_good_templated.conf 03:59:16 spire-1.2.1/test/fixture/fixture.go 03:59:16 spire-1.2.1/test/fixture/nodeattestor/ 03:59:16 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 03:59:16 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 03:59:16 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 03:59:16 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 03:59:16 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 03:59:16 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 03:59:16 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 03:59:16 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 03:59:16 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 03:59:16 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 03:59:16 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 03:59:16 spire-1.2.1/test/fixture/registration/ 03:59:16 spire-1.2.1/test/fixture/registration/entries.json 03:59:16 spire-1.2.1/test/fixture/registration/good-for-update.json 03:59:16 spire-1.2.1/test/fixture/registration/good.json 03:59:16 spire-1.2.1/test/fixture/registration/invalid.json 03:59:16 spire-1.2.1/test/fixture/registration/invalid_json.json 03:59:16 spire-1.2.1/test/fixture/registration/manager_test_entries.json 03:59:16 spire-1.2.1/test/integration/ 03:59:16 spire-1.2.1/test/integration/README.md 03:59:16 spire-1.2.1/test/integration/common 03:59:16 spire-1.2.1/test/integration/setup/ 03:59:16 spire-1.2.1/test/integration/setup/adminclient/ 03:59:16 spire-1.2.1/test/integration/setup/adminclient/build.sh 03:59:16 spire-1.2.1/test/integration/setup/adminclient/client.go 03:59:16 spire-1.2.1/test/integration/setup/debugagent/ 03:59:16 spire-1.2.1/test/integration/setup/debugagent/build.sh 03:59:16 spire-1.2.1/test/integration/setup/debugagent/main.go 03:59:16 spire-1.2.1/test/integration/setup/debugserver/ 03:59:16 spire-1.2.1/test/integration/setup/debugserver/build.sh 03:59:16 spire-1.2.1/test/integration/setup/debugserver/main.go 03:59:16 spire-1.2.1/test/integration/setup/downstreamclient/ 03:59:16 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 03:59:16 spire-1.2.1/test/integration/setup/downstreamclient/client.go 03:59:16 spire-1.2.1/test/integration/setup/itclient/ 03:59:16 spire-1.2.1/test/integration/setup/itclient/client.go 03:59:16 spire-1.2.1/test/integration/setup/node-attestation/ 03:59:16 spire-1.2.1/test/integration/setup/node-attestation/build.sh 03:59:16 spire-1.2.1/test/integration/setup/node-attestation/client.go 03:59:16 spire-1.2.1/test/integration/setup/x509pop/ 03:59:16 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 03:59:16 spire-1.2.1/test/integration/setup/x509pop/setup.sh 03:59:16 spire-1.2.1/test/integration/suites/ 03:59:16 spire-1.2.1/test/integration/suites/admin-endpoints/ 03:59:16 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 03:59:16 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 03:59:16 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 03:59:16 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 03:59:16 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 03:59:16 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 03:59:16 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 03:59:16 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 03:59:16 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 03:59:16 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 03:59:16 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 03:59:16 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 03:59:16 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 03:59:16 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 03:59:16 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 03:59:16 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 03:59:16 spire-1.2.1/test/integration/suites/datastore-mysql/ 03:59:16 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 03:59:16 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 03:59:16 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 03:59:16 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres/ 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 03:59:16 spire-1.2.1/test/integration/suites/debug-endpoints/ 03:59:16 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 03:59:16 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 03:59:16 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 03:59:16 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 03:59:16 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 03:59:16 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 03:59:16 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 03:59:16 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 03:59:16 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 03:59:16 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 03:59:16 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 03:59:16 spire-1.2.1/test/integration/suites/downstream-endpoints/ 03:59:16 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 03:59:16 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 03:59:16 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 03:59:16 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 03:59:16 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 03:59:16 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 03:59:16 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 03:59:16 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 03:59:16 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 03:59:16 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 03:59:16 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 03:59:16 spire-1.2.1/test/integration/suites/join-token/ 03:59:16 spire-1.2.1/test/integration/suites/join-token/01-start-server 03:59:16 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 03:59:16 spire-1.2.1/test/integration/suites/join-token/03-start-agent 03:59:16 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 03:59:16 spire-1.2.1/test/integration/suites/join-token/05-check-svid 03:59:16 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 03:59:16 spire-1.2.1/test/integration/suites/join-token/README.md 03:59:16 spire-1.2.1/test/integration/suites/join-token/conf/ 03:59:16 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 03:59:16 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/join-token/conf/server/ 03:59:16 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/join-token/teardown 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/ 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 03:59:16 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/ 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 03:59:16 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 03:59:16 spire-1.2.1/test/integration/suites/k8s/ 03:59:16 spire-1.2.1/test/integration/suites/k8s/00-setup 03:59:16 spire-1.2.1/test/integration/suites/k8s/01-apply-config 03:59:16 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 03:59:16 spire-1.2.1/test/integration/suites/k8s/README.md 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/ 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/server/ 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 03:59:16 spire-1.2.1/test/integration/suites/k8s/init-kubectl 03:59:16 spire-1.2.1/test/integration/suites/k8s/teardown 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/README.md 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/root/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/nested-rotation/teardown 03:59:16 spire-1.2.1/test/integration/suites/node-attestation/ 03:59:16 spire-1.2.1/test/integration/suites/node-attestation/00-setup 03:59:16 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 03:59:16 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 03:59:16 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 03:59:16 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 03:59:16 spire-1.2.1/test/integration/suites/node-attestation/README.md 03:59:16 spire-1.2.1/test/integration/suites/node-attestation/conf/ 03:59:16 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 03:59:16 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 03:59:16 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/node-attestation/teardown 03:59:16 spire-1.2.1/test/integration/suites/rotation/ 03:59:16 spire-1.2.1/test/integration/suites/rotation/00-setup 03:59:16 spire-1.2.1/test/integration/suites/rotation/01-start-server 03:59:16 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 03:59:16 spire-1.2.1/test/integration/suites/rotation/03-start-agent 03:59:16 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 03:59:16 spire-1.2.1/test/integration/suites/rotation/05-check-svids 03:59:16 spire-1.2.1/test/integration/suites/rotation/README.md 03:59:16 spire-1.2.1/test/integration/suites/rotation/conf/ 03:59:16 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 03:59:16 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/rotation/conf/server/ 03:59:16 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/rotation/teardown 03:59:16 spire-1.2.1/test/integration/suites/self-test/ 03:59:16 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 03:59:16 spire-1.2.1/test/integration/suites/self-test/README.md 03:59:16 spire-1.2.1/test/integration/suites/self-test/teardown 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/ 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 03:59:16 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 03:59:16 spire-1.2.1/test/integration/suites/upgrade/ 03:59:16 spire-1.2.1/test/integration/suites/upgrade/00-setup 03:59:16 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 03:59:16 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 03:59:16 spire-1.2.1/test/integration/suites/upgrade/README.md 03:59:16 spire-1.2.1/test/integration/suites/upgrade/conf/ 03:59:16 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 03:59:16 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 03:59:16 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 03:59:16 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 03:59:16 spire-1.2.1/test/integration/suites/upgrade/teardown 03:59:16 spire-1.2.1/test/integration/suites/upgrade/versions.txt 03:59:16 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 03:59:16 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 03:59:16 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 03:59:16 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 03:59:16 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 03:59:16 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 03:59:16 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 03:59:16 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 03:59:16 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 03:59:16 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 03:59:16 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 03:59:16 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 03:59:16 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 03:59:16 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 03:59:16 spire-1.2.1/test/integration/test-one.sh 03:59:16 spire-1.2.1/test/integration/test.sh 03:59:16 spire-1.2.1/test/plugintest/ 03:59:16 spire-1.2.1/test/plugintest/config.go 03:59:16 spire-1.2.1/test/plugintest/load.go 03:59:16 spire-1.2.1/test/plugintest/option.go 03:59:16 spire-1.2.1/test/spiretest/ 03:59:16 spire-1.2.1/test/spiretest/apiserver.go 03:59:16 spire-1.2.1/test/spiretest/assertions.go 03:59:16 spire-1.2.1/test/spiretest/dir.go 03:59:16 spire-1.2.1/test/spiretest/errors_posix.go 03:59:16 spire-1.2.1/test/spiretest/errors_windows.go 03:59:16 spire-1.2.1/test/spiretest/logs.go 03:59:16 spire-1.2.1/test/spiretest/socketapi.go 03:59:16 spire-1.2.1/test/spiretest/suite.go 03:59:16 spire-1.2.1/test/spiretest/x509.go 03:59:16 spire-1.2.1/test/testca/ 03:59:16 spire-1.2.1/test/testca/ca.go 03:59:16 spire-1.2.1/test/testkey/ 03:59:16 spire-1.2.1/test/testkey/generate.sh 03:59:16 spire-1.2.1/test/testkey/genkeys.go 03:59:16 spire-1.2.1/test/testkey/keys.go 03:59:16 spire-1.2.1/test/testkey/new.go 03:59:16 spire-1.2.1/test/tpmsimulator/ 03:59:16 spire-1.2.1/test/tpmsimulator/simulator.go 03:59:16 spire-1.2.1/test/util/ 03:59:16 spire-1.2.1/test/util/cert_fixtures.go 03:59:16 spire-1.2.1/test/util/cert_generation.go 03:59:16 spire-1.2.1/test/util/io_redirection.go 03:59:16 spire-1.2.1/test/util/race.go 03:59:16 spire-1.2.1/test/util/util.go 03:59:16 building spire from source... 03:59:16 Installing go1.17.7... 03:59:17 Removing intermediate container 3e66936ecb2b 03:59:17 ---> 68ada75372d9 03:59:17 03:59:17 Step 10/22 : FROM alpine:3.14 03:59:17 ---> e04c818066af 03:59:17 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 03:59:17 ---> b2656a1a2692 03:59:17 Step 9/23 : RUN make cmd/core-data/core-data 03:59:17 Removing intermediate container e091bb091fb5 03:59:17 ---> d6676d65c6ed 03:59:17 Step 8/23 : COPY . . 03:59:17 ---> Running in 96f8aa68d87a 03:59:17 ---> Running in 2fc2c46187bc 03:59:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 03:59:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 03:59:18 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:59:18 (1/6) Installing ca-certificates (20211220-r0) 03:59:18 (2/6) Installing brotli-libs (1.0.9-r5) 03:59:18 (3/6) Installing nghttp2-libs (1.43.0-r0) 03:59:18 (4/6) Installing libcurl (7.79.1-r0) 03:59:18 (5/6) Installing curl (7.79.1-r0) 03:59:18 (6/6) Installing dumb-init (1.2.5-r1) 03:59:18 Executing busybox-1.33.1-r7.trigger 03:59:18 Executing ca-certificates-20211220-r0.trigger 03:59:18 OK: 8 MiB in 20 packages 03:59:23 Building bin/spire-server... 03:59:23 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 03:59:23 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 03:59:23 go: downloading github.com/mitchellh/cli v1.1.2 03:59:23 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 03:59:23 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 03:59:23 go: downloading github.com/imdario/mergo v0.3.12 03:59:23 go: downloading github.com/sirupsen/logrus v1.8.1 03:59:23 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 03:59:23 go: downloading google.golang.org/grpc v1.44.0 03:59:23 go: downloading github.com/hashicorp/go-hclog v1.1.0 03:59:23 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 03:59:23 go: downloading github.com/fatih/color v1.13.0 03:59:23 go: downloading github.com/mattn/go-isatty v0.0.14 03:59:23 go: downloading github.com/hashicorp/go-plugin v1.4.3 03:59:23 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 03:59:23 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 03:59:23 go: downloading github.com/InVisionApp/go-logger v1.0.1 03:59:23 go: downloading github.com/armon/go-metrics v0.3.10 03:59:23 go: downloading github.com/prometheus/client_golang v1.12.1 03:59:23 go: downloading github.com/uber-go/tally/v4 v4.1.1 03:59:23 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 03:59:23 go: downloading github.com/open-policy-agent/opa v0.38.0 03:59:23 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 03:59:23 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 03:59:23 go: downloading github.com/Masterminds/goutils v1.1.0 03:59:23 go: downloading github.com/Masterminds/semver v1.5.0 03:59:23 go: downloading github.com/google/uuid v1.1.2 03:59:23 go: downloading github.com/huandu/xstrings v1.3.2 03:59:23 go: downloading github.com/mattn/go-colorable v0.1.12 03:59:23 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 03:59:24 go: downloading github.com/oklog/run v1.0.0 03:59:24 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 03:59:24 go: downloading github.com/prometheus/client_model v0.2.0 03:59:24 go: downloading github.com/prometheus/common v0.32.1 03:59:24 go: downloading github.com/beorn7/perks v1.0.1 03:59:24 go: downloading github.com/cespare/xxhash/v2 v2.1.2 03:59:24 go: downloading github.com/prometheus/procfs v0.7.3 03:59:24 go: downloading github.com/imkira/go-observer v1.0.3 03:59:24 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 03:59:24 Removing intermediate container 96f8aa68d87a 03:59:24 ---> db6f8dc6e62e 03:59:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:59:24 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 03:59:24 go: downloading go.uber.org/atomic v1.9.0 03:59:24 go: downloading github.com/mitchellh/reflectwalk v1.0.1 03:59:24 go: downloading github.com/hashicorp/errwrap v1.1.0 03:59:24 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 03:59:24 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 03:59:24 go: downloading github.com/blang/semver/v4 v4.0.0 03:59:24  ---> bcbfa27fe931 03:59:24 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:59:24 go: downloading github.com/go-sql-driver/mysql v1.6.0 03:59:24 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 03:59:24  ---> Running in a11ced5696f8 03:59:24 go: downloading github.com/jinzhu/gorm v1.9.16 03:59:24 go: downloading github.com/lib/pq v1.10.4 03:59:24 go: downloading github.com/mattn/go-sqlite3 v1.14.12 03:59:24  ---> Running in a438677a1992 03:59:24 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 03:59:24 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 03:59:24 Removing intermediate container a11ced5696f8 03:59:24 ---> d95d5a064364 03:59:24 Step 13/22 : WORKDIR /edgex 03:59:25 ---> Running in 47d18b341cce 03:59:25 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 03:59:25 Removing intermediate container 47d18b341cce 03:59:25 ---> 07901ae628b7 03:59:25 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:59:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:59:26 ---> c72304e07531 03:59:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:59:26 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 03:59:26 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 03:59:26 go: downloading github.com/stretchr/testify v1.7.0 03:59:26 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 03:59:26 go: downloading github.com/aws/aws-sdk-go v1.43.0 03:59:28  ---> ff02e681771d 03:59:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:59:29 ---> 6d55a56cbb3c 03:59:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:59:30 ? github.com/edgexfoundry/edgex-go [no test files] 03:59:30 ---> 752d263894e7 03:59:30 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:59:31 go: downloading google.golang.org/api v0.70.0 03:59:31 go: downloading k8s.io/client-go v0.23.4 03:59:31 go: downloading k8s.io/api v0.23.4 03:59:31 go: downloading github.com/google/go-tpm v0.3.3 03:59:31 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 03:59:31 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 03:59:31 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 03:59:31  ---> Running in f610a28bc665 03:59:31 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 03:59:31 go: downloading cloud.google.com/go/storage v1.21.0 03:59:31 go: downloading cloud.google.com/go v0.100.2 03:59:32 go: downloading k8s.io/apimachinery v0.23.4 03:59:32 go: downloading k8s.io/kube-aggregator v0.23.3 03:59:32 go: downloading sigs.k8s.io/controller-runtime v0.11.1 03:59:32 go: downloading cloud.google.com/go/security v1.3.0 03:59:33 go: downloading github.com/hashicorp/vault/api v1.4.1 03:59:33 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 03:59:33 go: downloading github.com/hashicorp/golang-lru v0.5.4 03:59:33 go: downloading github.com/twmb/murmur3 v1.1.6 03:59:33 go: downloading github.com/jinzhu/inflection v1.0.0 03:59:33 go: downloading github.com/aws/smithy-go v1.11.0 03:59:33 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 03:59:33 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 03:59:34 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 03:59:34 Removing intermediate container f610a28bc665 03:59:34 ---> e39866a2eee3 03:59:34 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 03:59:34 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 03:59:34 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 03:59:34  ---> Running in 83f0378a6187 03:59:34 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 03:59:34 go: downloading github.com/Azure/go-autorest/logger v0.2.1 03:59:34 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 03:59:34 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 03:59:35 go: downloading github.com/dimchansky/utfbom v1.1.1 03:59:35 go: downloading cloud.google.com/go/compute v1.3.0 03:59:35 Removing intermediate container 83f0378a6187 03:59:35 ---> 4ee76501e7f8 03:59:35 Step 20/22 : LABEL arch=x86_64 03:59:35 go: downloading cloud.google.com/go/iam v0.1.1 03:59:35 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 03:59:35 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 03:59:35 go: downloading github.com/gogo/protobuf v1.3.2 03:59:35 go: downloading k8s.io/klog/v2 v2.30.0 03:59:35 go: downloading github.com/google/gofuzz v1.1.0 03:59:35 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 03:59:35 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 03:59:35 go: downloading github.com/spf13/pflag v1.0.5 03:59:35 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 03:59:35  ---> Running in 051b3314f4c9 03:59:35 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 03:59:35 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 03:59:35 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 03:59:35 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 03:59:35 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 03:59:35 go: downloading github.com/hashicorp/vault/sdk v0.4.1 03:59:36 go: downloading github.com/mitchellh/mapstructure v1.4.3 03:59:36 go: downloading github.com/tklauser/go-sysconf v0.3.9 03:59:36 Removing intermediate container 051b3314f4c9 03:59:36 ---> feade5dc1a79 03:59:36 Step 21/22 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 03:59:36 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 03:59:36 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:59:36 go: downloading gopkg.in/yaml.v2 v2.4.0 03:59:36 go: downloading github.com/gobwas/glob v0.2.3 03:59:36 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 03:59:36 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 03:59:36 go: downloading github.com/jmespath/go-jmespath v0.4.0 03:59:36 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 03:59:36  ---> Running in 38434bb8097e 03:59:36 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 03:59:36 go: downloading go.opencensus.io v0.23.0 03:59:36 go: downloading gopkg.in/inf.v0 v0.9.1 03:59:36 go: downloading github.com/google/go-cmp v0.5.7 03:59:36 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 03:59:36 go: downloading github.com/go-logr/logr v1.2.2 03:59:36 go: downloading github.com/googleapis/gnostic v0.5.5 03:59:36 go: downloading github.com/json-iterator/go v1.1.12 03:59:36 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 03:59:36 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 03:59:36 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 03:59:36 go: downloading go.uber.org/zap v1.21.0 03:59:36 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 03:59:36 go: downloading github.com/tklauser/numcpus v0.3.0 03:59:36 go: downloading sigs.k8s.io/yaml v1.3.0 03:59:36 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 03:59:36 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 03:59:36 go: downloading github.com/modern-go/reflect2 v1.0.2 03:59:36 go: downloading github.com/golang/snappy v0.0.4 03:59:36 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 03:59:36 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 03:59:37 go: downloading github.com/hashicorp/go-uuid v1.0.2 03:59:37 go: downloading github.com/hashicorp/go-version v1.2.0 03:59:37 go: downloading github.com/ryanuber/go-glob v1.0.0 03:59:37 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 03:59:37 go: downloading go.uber.org/multierr v1.6.0 03:59:37 Removing intermediate container 38434bb8097e 03:59:37 ---> 468345d998d9 03:59:37 Step 22/22 : LABEL version=0.0.0 03:59:37 ---> Running in db8d615d4d87 03:59:38 Removing intermediate container db8d615d4d87 03:59:38 ---> 20dddc6ca6fc 03:59:38 03:59:38 Successfully built 20dddc6ca6fc 03:59:38 Successfully tagged security-proxy-setup:latest 03:59:38  Building security-proxy-setup ... done Building core-metadata 03:59:41 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:59:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:59:41 ---> de41f8a8d027 03:59:41 Step 3/23 : WORKDIR /edgex-go 03:59:41 ---> Using cache 03:59:41 ---> c5970da740e8 03:59:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:59:41 ---> Using cache 03:59:41 ---> b8f43bf133b3 03:59:41 Step 5/23 : RUN apk add --update --no-cache make git 03:59:41 ---> Using cache 03:59:41 ---> a57ff9f61e77 03:59:41 Step 6/23 : COPY go.mod vendor* ./ 03:59:41 ---> Using cache 03:59:41 ---> f691355be3c1 03:59:41 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:59:41 ---> Using cache 03:59:41 ---> acc3afde5633 03:59:41 Step 8/23 : COPY . . 03:59:41 ---> Using cache 03:59:41 ---> 11b8c6718e0e 03:59:41 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:59:41 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 03:59:41 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 03:59:45  ---> Running in 2c928085d9ce 03:59:45 Removing intermediate container ee377a2da9cf 03:59:45 ---> 63c25b502167 03:59:45 03:59:45 Step 10/22 : FROM alpine:3.14 03:59:45 ---> e04c818066af 03:59:45 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:59:45 ---> Running in 7e2acd47e842 03:59:45 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:59:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 03:59:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 03:59:46 (1/2) Installing ca-certificates (20211220-r0) 03:59:46 (2/2) Installing dumb-init (1.2.5-r1) 03:59:46 Executing busybox-1.33.1-r7.trigger 03:59:46 Executing ca-certificates-20211220-r0.trigger 03:59:46 OK: 6 MiB in 16 packages 03:59:47 Removing intermediate container a438677a1992 03:59:47 ---> 3c49525d3c8e 03:59:47 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:59:47 Removing intermediate container 2fc2c46187bc 03:59:47 ---> c76cd51ffe3e 03:59:47 03:59:47 Step 10/23 : FROM alpine:3.14 03:59:47 ---> e04c818066af 03:59:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:59:47 ---> Running in d3704035ed39 03:59:48 ---> Running in 20799c07cad5 03:59:48 Removing intermediate container 7e2acd47e842 03:59:48 ---> 1ee4f52205c7 03:59:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:59:48 ---> Running in 034a06466b0f 03:59:48 Removing intermediate container 20799c07cad5 03:59:48 ---> eb9adda678d1 03:59:48 Step 12/23 : ENV APP_PORT=59880 03:59:48 ---> Running in c9c7f929733e 03:59:48 Removing intermediate container 034a06466b0f 03:59:48 ---> d64dd03fb05c 03:59:48 Step 13/22 : ENV APP_PORT=59860 03:59:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:59:48 ---> Running in 5f706bbcfa90 03:59:48 Removing intermediate container c9c7f929733e 03:59:48 ---> 6f2437f3a769 03:59:48 Step 13/23 : EXPOSE $APP_PORT 03:59:48 ---> Running in ac51ce73ec07 03:59:48 Removing intermediate container 5f706bbcfa90 03:59:48 ---> 5c30ba71f5a6 03:59:48 Step 14/22 : EXPOSE $APP_PORT 03:59:48 Removing intermediate container ac51ce73ec07 03:59:48 ---> 8462cd95f2e5 03:59:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:59:48 ---> Running in 28b7ae21c45e 03:59:48 ---> Running in 799b60ad1745 03:59:49 Removing intermediate container 28b7ae21c45e 03:59:49 ---> 86ad4bd24e2d 03:59:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:59:49 Removing intermediate container d3704035ed39 03:59:49 ---> 2329cec13a21 03:59:49 03:59:49 Step 11/23 : FROM docker:20.10.14 03:59:49 ---> c7b71522cae1 03:59:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:59:49 20.10.14: Pulling from library/docker 03:59:50 Removing intermediate container 799b60ad1745 03:59:50 ---> 19527a47f955 03:59:50 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:59:50 ---> Running in 6093014c38e5 03:59:50 ---> 2c2470681a47 03:59:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:59:51 ---> b8d2b5b45537 03:59:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:59:51 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 03:59:51 ---> Running in 31cf7b51aa13 03:59:51 Removing intermediate container 31cf7b51aa13 03:59:51 ---> 4bdfc00ae813 03:59:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:59:51 ---> Running in c3a1d2c6c87a 03:59:51 Removing intermediate container c3a1d2c6c87a 03:59:51 ---> e844d9f8d107 03:59:51 Step 20/22 : LABEL arch=x86_64 03:59:51 ---> Running in b606369ba252 03:59:52 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 03:59:52 (1/6) Installing dumb-init (1.2.5-r1) 03:59:52 (2/6) Installing libgcc (10.3.1_git20210424-r2) 03:59:52 Removing intermediate container b606369ba252 03:59:52 ---> 630c6d60f9ac 03:59:52 Step 21/22 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 03:59:52 (3/6) Installing libsodium (1.0.18-r0) 03:59:52 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 03:59:52 ---> Running in b3ddcd99fa4c 03:59:53 (5/6) Installing libzmq (4.3.4-r0) 03:59:53 (6/6) Installing zeromq (4.3.4-r0) 03:59:53 Executing busybox-1.33.1-r7.trigger 03:59:53 OK: 8 MiB in 20 packages 03:59:53 Removing intermediate container b3ddcd99fa4c 03:59:53 ---> b2363bb357d0 03:59:53 Step 22/22 : LABEL version=0.0.0 03:59:53 ---> Running in 316a65f23a1c 03:59:53 Removing intermediate container 316a65f23a1c 03:59:53 ---> f8bd19508dd8 03:59:53 03:59:54 Successfully built f8bd19508dd8 03:59:54 Successfully tagged support-notifications:latest 03:59:54 Building security-spire-server 03:59:54  Building support-notifications ... done Removing intermediate container 6093014c38e5 03:59:54 ---> bb21b810e5d0 03:59:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:59:57 ---> 89fc6636ca46 03:59:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:00:00 ---> d5e846a946fe 04:00:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:00:00 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 04:00:00 Step 2/25 : FROM ${BUILDER_BASE} AS builder 04:00:00 ---> de41f8a8d027 04:00:00 Step 3/25 : WORKDIR /edgex-go 04:00:00 ---> Using cache 04:00:00 ---> c5970da740e8 04:00:00 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:00:00 ---> Using cache 04:00:00 ---> b8f43bf133b3 04:00:00 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 04:00:00 ---> Using cache 04:00:00 ---> 5bfd65cf4bec 04:00:00 Step 6/25 : COPY go.mod vendor* ./ 04:00:00 ---> Using cache 04:00:00 ---> 592dd0b786ac 04:00:00 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:00:00 ---> Using cache 04:00:00 ---> 0dfac32a5a29 04:00:00 Step 8/25 : COPY . . 04:00:00 ---> Using cache 04:00:00 ---> 4f39993505be 04:00:00 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 04:00:00 ---> Using cache 04:00:00 ---> 96ec68dcaf55 04:00:00 Step 10/25 : RUN mkdir -p spire-build 04:00:00 ---> Using cache 04:00:00 ---> 34aaa1b9f09c 04:00:00 Step 11/25 : WORKDIR /edgex-go/spire-build 04:00:00 ---> Using cache 04:00:00 ---> 9b384f83311c 04:00:00 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 04:00:00 ---> 4e4d6be3decb 04:00:00 Step 19/23 : ENTRYPOINT ["/core-data"] 04:00:00 ---> Running in 52c62b9ce18d 04:00:01 ---> Running in d7eb66bd7d51 04:00:01 Removing intermediate container d7eb66bd7d51 04:00:01 ---> ede5c92987b9 04:00:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:00:01 ---> Running in 1e7f68bddca8 04:00:01 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 04:00:01 Status: Downloaded newer image for docker:20.10.14 04:00:01 ---> 7417809fdb73 04:00:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 04:00:01 ---> Running in b5f664cc5c14 04:00:01 Removing intermediate container 1e7f68bddca8 04:00:01 ---> dd95d4ed43e3 04:00:01 Step 21/23 : LABEL arch=x86_64 04:00:01 ---> Running in 7f715727a557 04:00:01 spire-1.2.1/ 04:00:01 spire-1.2.1/.data/ 04:00:01 spire-1.2.1/.data/.file 04:00:01 spire-1.2.1/.dockerignore 04:00:01 spire-1.2.1/.gitattributes 04:00:01 spire-1.2.1/.githooks/ 04:00:01 spire-1.2.1/.githooks/pre-commit 04:00:01 spire-1.2.1/.github/ 04:00:01 spire-1.2.1/.github/ISSUE_TEMPLATE.md 04:00:01 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 04:00:01 spire-1.2.1/.github/dependabot.yml 04:00:01 spire-1.2.1/.github/workflows/ 04:00:01 spire-1.2.1/.github/workflows/nightly_build.yaml 04:00:01 spire-1.2.1/.github/workflows/pr_build.yaml 04:00:01 spire-1.2.1/.github/workflows/release_build.yaml 04:00:01 spire-1.2.1/.github/workflows/scripts/ 04:00:01 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 04:00:01 spire-1.2.1/.github/workflows/scripts/push-images.sh 04:00:01 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 04:00:01 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 04:00:01 spire-1.2.1/.github/workflows/scripts/split.sh 04:00:01 spire-1.2.1/.gitignore 04:00:01 spire-1.2.1/.go-version 04:00:01 spire-1.2.1/.golangci.yml 04:00:01 spire-1.2.1/ADOPTERS.md 04:00:01 spire-1.2.1/CHANGELOG.md 04:00:01 spire-1.2.1/CODE-OF-CONDUCT.md 04:00:01 spire-1.2.1/CODEOWNERS 04:00:01 spire-1.2.1/CONTRIBUTING.md 04:00:01 spire-1.2.1/Dockerfile 04:00:01 spire-1.2.1/Dockerfile.dev 04:00:01 spire-1.2.1/Dockerfile.scratch 04:00:01 spire-1.2.1/LICENSE 04:00:01 spire-1.2.1/MAINTAINERS.md 04:00:01 spire-1.2.1/Makefile 04:00:01 spire-1.2.1/README.md 04:00:01 spire-1.2.1/ROADMAP.md 04:00:01 spire-1.2.1/SECURITY.md 04:00:01 spire-1.2.1/cmd/ 04:00:01 spire-1.2.1/cmd/spire-agent/ 04:00:01 spire-1.2.1/cmd/spire-agent/cli/ 04:00:01 spire-1.2.1/cmd/spire-agent/cli/api/ 04:00:01 spire-1.2.1/cmd/spire-agent/cli/api/common.go 04:00:01 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 04:00:01 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 04:00:01 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 04:00:01 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 04:00:01 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 04:00:01 spire-1.2.1/cmd/spire-agent/cli/cli.go 04:00:01 spire-1.2.1/cmd/spire-agent/cli/common/ 04:00:01 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 04:00:01 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 04:00:01 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 04:00:01 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 04:00:01 spire-1.2.1/cmd/spire-agent/cli/run/ 04:00:01 spire-1.2.1/cmd/spire-agent/cli/run/run.go 04:00:01 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 04:00:01 spire-1.2.1/cmd/spire-agent/cli/validate/ 04:00:01 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 04:00:01 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 04:00:01 spire-1.2.1/cmd/spire-agent/main.go 04:00:01 spire-1.2.1/cmd/spire-server/ 04:00:01 spire-1.2.1/cmd/spire-server/cli/ 04:00:01 spire-1.2.1/cmd/spire-server/cli/agent/ 04:00:01 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/agent/count.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/agent/list.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/agent/show.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/bundle/ 04:00:01 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/cli.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/entry/ 04:00:01 spire-1.2.1/cmd/spire-server/cli/entry/count.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/entry/create.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/entry/show.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/entry/update.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/entry/util.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/federation/ 04:00:01 spire-1.2.1/cmd/spire-server/cli/federation/common.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/federation/create.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/federation/list.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/federation/show.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/federation/update.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 04:00:01 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/jwt/ 04:00:01 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/run/ 04:00:01 spire-1.2.1/cmd/spire-server/cli/run/run.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/token/ 04:00:01 spire-1.2.1/cmd/spire-server/cli/token/generate.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/validate/ 04:00:01 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/x509/ 04:00:01 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 04:00:01 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 04:00:01 spire-1.2.1/cmd/spire-server/main.go 04:00:01 spire-1.2.1/cmd/spire-server/util/ 04:00:01 spire-1.2.1/cmd/spire-server/util/util.go 04:00:01 spire-1.2.1/conf/ 04:00:01 spire-1.2.1/conf/agent/ 04:00:01 spire-1.2.1/conf/agent/agent.conf 04:00:01 spire-1.2.1/conf/agent/agent_full.conf 04:00:01 spire-1.2.1/conf/agent/dummy_root_ca.crt 04:00:01 spire-1.2.1/conf/server/ 04:00:01 spire-1.2.1/conf/server/dummy_upstream_ca.crt 04:00:01 spire-1.2.1/conf/server/dummy_upstream_ca.key 04:00:01 spire-1.2.1/conf/server/server.conf 04:00:01 spire-1.2.1/conf/server/server_full.conf 04:00:01 spire-1.2.1/doc/ 04:00:01 spire-1.2.1/doc/SPIRE101.md 04:00:01 spire-1.2.1/doc/auditlog.md 04:00:01 spire-1.2.1/doc/authorization_policy_engine.md 04:00:01 spire-1.2.1/doc/changelog_guidelines.md 04:00:01 spire-1.2.1/doc/cure53-report.pdf 04:00:01 spire-1.2.1/doc/images/ 04:00:01 spire-1.2.1/doc/images/2019_roadmap.png 04:00:01 spire-1.2.1/doc/images/SPIRE101.png 04:00:01 spire-1.2.1/doc/images/SPIRE_agent.png 04:00:02 spire-1.2.1/doc/images/SPIRE_server.png 04:00:02 spire-1.2.1/doc/images/cache_mgr.png 04:00:02 spire-1.2.1/doc/images/cache_mgr_components.png 04:00:02 spire-1.2.1/doc/images/federated_spire.png 04:00:02 spire-1.2.1/doc/images/ha_mode.png 04:00:02 spire-1.2.1/doc/images/nested_spire.png 04:00:02 spire-1.2.1/doc/images/oidc_federation.png 04:00:02 spire-1.2.1/doc/images/single_trust_domain.png 04:00:02 spire-1.2.1/doc/images/spiffe_compatible.png 04:00:02 spire-1.2.1/doc/images/spire_logo.png 04:00:02 spire-1.2.1/doc/migrating_registration_api_clients.md 04:00:02 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 04:00:02 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 04:00:02 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 04:00:02 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 04:00:02 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 04:00:02 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 04:00:02 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 04:00:02 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 04:00:02 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 04:00:02 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 04:00:02 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 04:00:02 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 04:00:02 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 04:00:02 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 04:00:02 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 04:00:02 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 04:00:02 spire-1.2.1/doc/plugin_server_datastore_sql.md 04:00:02 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 04:00:02 spire-1.2.1/doc/plugin_server_keymanager_disk.md 04:00:02 spire-1.2.1/doc/plugin_server_keymanager_memory.md 04:00:02 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 04:00:02 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 04:00:02 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 04:00:02 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 04:00:02 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 04:00:02 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 04:00:02 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 04:00:02 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 04:00:02 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 04:00:02 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 04:00:02 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 04:00:02 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 04:00:02 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 04:00:02 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 04:00:02 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 04:00:02 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 04:00:02 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 04:00:02 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 04:00:02 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 04:00:02 spire-1.2.1/doc/scaling_spire.md 04:00:02 spire-1.2.1/doc/spire_agent.md 04:00:02 spire-1.2.1/doc/spire_server.md 04:00:02 spire-1.2.1/doc/supported_integrations.md 04:00:02 spire-1.2.1/doc/telemetry.md 04:00:02 spire-1.2.1/doc/telemetry_config.md 04:00:02 spire-1.2.1/doc/upgrading.md 04:00:02 spire-1.2.1/doc/using_spire.md 04:00:02 spire-1.2.1/examples/ 04:00:02 spire-1.2.1/examples/README.md 04:00:02 spire-1.2.1/go.mod 04:00:02 spire-1.2.1/go.sum 04:00:02 spire-1.2.1/pkg/ 04:00:02 spire-1.2.1/pkg/agent/ 04:00:02 spire-1.2.1/pkg/agent/agent.go 04:00:02 spire-1.2.1/pkg/agent/api/ 04:00:02 spire-1.2.1/pkg/agent/api/config.go 04:00:02 spire-1.2.1/pkg/agent/api/debug/ 04:00:02 spire-1.2.1/pkg/agent/api/debug/v1/ 04:00:02 spire-1.2.1/pkg/agent/api/debug/v1/service.go 04:00:02 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 04:00:02 spire-1.2.1/pkg/agent/api/delegatedidentity/ 04:00:02 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 04:00:02 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 04:00:02 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 04:00:02 spire-1.2.1/pkg/agent/api/endpoints.go 04:00:02 spire-1.2.1/pkg/agent/api/health/ 04:00:02 spire-1.2.1/pkg/agent/api/health/v1/ 04:00:02 spire-1.2.1/pkg/agent/api/health/v1/service.go 04:00:02 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 04:00:02 spire-1.2.1/pkg/agent/api/rpccontext/ 04:00:02 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 04:00:02 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 04:00:02 spire-1.2.1/pkg/agent/attestor/ 04:00:02 spire-1.2.1/pkg/agent/attestor/node/ 04:00:02 spire-1.2.1/pkg/agent/attestor/node/experimental.go 04:00:02 spire-1.2.1/pkg/agent/attestor/node/node.go 04:00:02 spire-1.2.1/pkg/agent/attestor/node/node_test.go 04:00:02 spire-1.2.1/pkg/agent/attestor/workload/ 04:00:02 spire-1.2.1/pkg/agent/attestor/workload/workload.go 04:00:02 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 04:00:02 spire-1.2.1/pkg/agent/catalog/ 04:00:02 spire-1.2.1/pkg/agent/catalog/catalog.go 04:00:02 spire-1.2.1/pkg/agent/catalog/keymanager.goRemoving intermediate container b5f664cc5c14 04:00:02 ---> 3af5449e31d7 04:00:02 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 04:00:02 04:00:02 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 04:00:02 spire-1.2.1/pkg/agent/catalog/svidstore.go 04:00:02 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 04:00:02 spire-1.2.1/pkg/agent/client/ 04:00:02 spire-1.2.1/pkg/agent/client/client.go 04:00:02 spire-1.2.1/pkg/agent/client/client_test.go 04:00:02 spire-1.2.1/pkg/agent/client/dial.go 04:00:02 spire-1.2.1/pkg/agent/client/nodeconn.go 04:00:02 spire-1.2.1/pkg/agent/client/nodeconn_test.go 04:00:02 spire-1.2.1/pkg/agent/client/update.go 04:00:02 spire-1.2.1/pkg/agent/client/util.go 04:00:02 spire-1.2.1/pkg/agent/common/ 04:00:02 spire-1.2.1/pkg/agent/common/backoff/ 04:00:02 spire-1.2.1/pkg/agent/common/backoff/backoff.go 04:00:02 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 04:00:02 spire-1.2.1/pkg/agent/common/cgroups/ 04:00:02 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 04:00:02 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 04:00:02 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 04:00:02 spire-1.2.1/pkg/agent/config.go 04:00:02 spire-1.2.1/pkg/agent/endpoints/ 04:00:02 spire-1.2.1/pkg/agent/endpoints/config.go 04:00:02 spire-1.2.1/pkg/agent/endpoints/endpoints.go 04:00:02 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 04:00:02 spire-1.2.1/pkg/agent/endpoints/metrics.go 04:00:02 spire-1.2.1/pkg/agent/endpoints/middleware.go 04:00:02 spire-1.2.1/pkg/agent/endpoints/peertracker.go 04:00:02 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 04:00:02 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 04:00:02 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 04:00:02 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 04:00:02 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 04:00:02 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 04:00:02 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 04:00:02 spire-1.2.1/pkg/agent/endpoints/workload/ 04:00:02 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 04:00:02 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 04:00:02 spire-1.2.1/pkg/agent/manager/ 04:00:02 spire-1.2.1/pkg/agent/manager/cache/ 04:00:02 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 04:00:02 spire-1.2.1/pkg/agent/manager/cache/cache.go 04:00:02 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 04:00:02 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 04:00:02 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 04:00:02 spire-1.2.1/pkg/agent/manager/cache/sets.go 04:00:02 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 04:00:02 spire-1.2.1/pkg/agent/manager/config.go 04:00:02 spire-1.2.1/pkg/agent/manager/manager.go 04:00:02 spire-1.2.1/pkg/agent/manager/manager_test.go 04:00:02 spire-1.2.1/pkg/agent/manager/storage.go 04:00:02 spire-1.2.1/pkg/agent/manager/storage_test.go 04:00:02 spire-1.2.1/pkg/agent/manager/storecache/ 04:00:02 spire-1.2.1/pkg/agent/manager/storecache/cache.go 04:00:02 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 04:00:02 spire-1.2.1/pkg/agent/manager/sync.go 04:00:02 spire-1.2.1/pkg/agent/plugin/ 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/ 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 04:00:02 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 04:00:02 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/ 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 04:00:02 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 04:00:02 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 04:00:02 spire-1.2.1/pkg/agent/svid/ 04:00:02 spire-1.2.1/pkg/agent/svid/rotator.go 04:00:02 spire-1.2.1/pkg/agent/svid/rotator_config.go 04:00:02 spire-1.2.1/pkg/agent/svid/rotator_test.go 04:00:02 spire-1.2.1/pkg/agent/svid/store/ 04:00:02 spire-1.2.1/pkg/agent/svid/store/service.go 04:00:02 spire-1.2.1/pkg/agent/svid/store/service_test.go 04:00:02 spire-1.2.1/pkg/common/ 04:00:02 spire-1.2.1/pkg/common/agentpathtemplate/ 04:00:02 spire-1.2.1/pkg/common/agentpathtemplate/template.go 04:00:02 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 04:00:02 spire-1.2.1/pkg/common/api/ 04:00:02 spire-1.2.1/pkg/common/api/metrics.go 04:00:02 spire-1.2.1/pkg/common/api/middleware/ 04:00:02 spire-1.2.1/pkg/common/api/middleware/common_test.go 04:00:02 spire-1.2.1/pkg/common/api/middleware/interceptor.go 04:00:02 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 04:00:02 spire-1.2.1/pkg/common/api/middleware/logger.go 04:00:02 spire-1.2.1/pkg/common/api/middleware/logger_test.go 04:00:02 spire-1.2.1/pkg/common/api/middleware/metrics.go 04:00:02 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 04:00:02 spire-1.2.1/pkg/common/api/middleware/middleware.go 04:00:02 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 04:00:02 spire-1.2.1/pkg/common/api/middleware/misconfig.go 04:00:02 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 04:00:02 spire-1.2.1/pkg/common/api/middleware/names.go 04:00:02 spire-1.2.1/pkg/common/api/middleware/names_test.go 04:00:02 spire-1.2.1/pkg/common/api/names.go 04:00:02 spire-1.2.1/pkg/common/api/ratelimit.go 04:00:02 spire-1.2.1/pkg/common/api/rpccontext/ 04:00:02 spire-1.2.1/pkg/common/api/rpccontext/logger.go 04:00:02 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 04:00:02 spire-1.2.1/pkg/common/api/rpccontext/names.go 04:00:02 spire-1.2.1/pkg/common/auth/ 04:00:02 spire-1.2.1/pkg/common/auth/interceptors.go 04:00:02 spire-1.2.1/pkg/common/auth/interceptors_test.go 04:00:02 spire-1.2.1/pkg/common/auth/untracked_uds.go 04:00:02 spire-1.2.1/pkg/common/bundleutil/ 04:00:02 spire-1.2.1/pkg/common/bundleutil/bundle.go 04:00:02 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 04:00:02 spire-1.2.1/pkg/common/bundleutil/common_test.go 04:00:02 spire-1.2.1/pkg/common/bundleutil/marshal.go 04:00:02 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 04:00:02 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 04:00:02 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 04:00:02 spire-1.2.1/pkg/common/bundleutil/types.go 04:00:02 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 04:00:02 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 04:00:02 spire-1.2.1/pkg/common/catalog/ 04:00:02 spire-1.2.1/pkg/common/catalog/bind.go 04:00:02 spire-1.2.1/pkg/common/catalog/builtin.go 04:00:02 spire-1.2.1/pkg/common/catalog/catalog.go 04:00:02 spire-1.2.1/pkg/common/catalog/catalog_test.go 04:00:02 spire-1.2.1/pkg/common/catalog/closers.go 04:00:02 spire-1.2.1/pkg/common/catalog/cmd_linux.go 04:00:02 spire-1.2.1/pkg/common/catalog/cmd_other.go 04:00:02 spire-1.2.1/pkg/common/catalog/config.go 04:00:02 spire-1.2.1/pkg/common/catalog/config_test.go 04:00:02 spire-1.2.1/pkg/common/catalog/configure.go 04:00:02 spire-1.2.1/pkg/common/catalog/constraints.go 04:00:02 spire-1.2.1/pkg/common/catalog/constraints_test.go 04:00:02 spire-1.2.1/pkg/common/catalog/context.go 04:00:02 spire-1.2.1/pkg/common/catalog/external.go 04:00:02 spire-1.2.1/pkg/common/catalog/host.go 04:00:02 spire-1.2.1/pkg/common/catalog/pipenet.go 04:00:02 spire-1.2.1/pkg/common/catalog/plugin.go 04:00:02 spire-1.2.1/pkg/common/catalog/testplugin/ 04:00:02 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 04:00:02 spire-1.2.1/pkg/common/catalog/testplugin/main.go 04:00:02 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 04:00:02 spire-1.2.1/pkg/common/cli/ 04:00:02 spire-1.2.1/pkg/common/cli/env.go 04:00:02 spire-1.2.1/pkg/common/cli/flags.go 04:00:02 spire-1.2.1/pkg/common/cli/trust_domain.go 04:00:02 spire-1.2.1/pkg/common/cli/trust_domain_test.go 04:00:02 spire-1.2.1/pkg/common/cli/umask.go 04:00:02 spire-1.2.1/pkg/common/cli/umask_posix.go 04:00:02 spire-1.2.1/pkg/common/cli/umask_test.go 04:00:02 spire-1.2.1/pkg/common/cli/umask_windows.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/ 04:00:02 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/flag.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/flag_test.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/format.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/format_test.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/ 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 04:00:02 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 04:00:02 spire-1.2.1/pkg/common/coretypes/ 04:00:02 spire-1.2.1/pkg/common/coretypes/bundle/ 04:00:02 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 04:00:02 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 04:00:02 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 04:00:02 spire-1.2.1/pkg/common/coretypes/bundle/require.go 04:00:02 spire-1.2.1/pkg/common/coretypes/jwtkey/ 04:00:02 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 04:00:02 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 04:00:02 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 04:00:02 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 04:00:02 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 04:00:02 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 04:00:02 spire-1.2.1/pkg/common/coretypes/x509certificate/ 04:00:02 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 04:00:02 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 04:00:02 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 04:00:02 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 04:00:02 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 04:00:02 spire-1.2.1/pkg/common/cryptoutil/ 04:00:02 spire-1.2.1/pkg/common/cryptoutil/keys.go 04:00:02 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 04:00:02 spire-1.2.1/pkg/common/diskutil/ 04:00:02 spire-1.2.1/pkg/common/diskutil/file_posix.go 04:00:02 spire-1.2.1/pkg/common/diskutil/file_test.go 04:00:02 spire-1.2.1/pkg/common/diskutil/file_windows.go 04:00:02 spire-1.2.1/pkg/common/errorutil/ 04:00:02 spire-1.2.1/pkg/common/errorutil/wrapper.go 04:00:02 spire-1.2.1/pkg/common/health/ 04:00:02 spire-1.2.1/pkg/common/health/config.go 04:00:02 spire-1.2.1/pkg/common/health/context.go 04:00:02 spire-1.2.1/pkg/common/health/context_test.go 04:00:02 spire-1.2.1/pkg/common/health/health.go 04:00:02 spire-1.2.1/pkg/common/health/health_test.go 04:00:02 spire-1.2.1/pkg/common/health/logger.go 04:00:02 spire-1.2.1/pkg/common/hostservice/ 04:00:02 spire-1.2.1/pkg/common/hostservice/metricsservice/ 04:00:02 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 04:00:02 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 04:00:02 spire-1.2.1/pkg/common/idutil/ 04:00:02 spire-1.2.1/pkg/common/idutil/require.go 04:00:02 spire-1.2.1/pkg/common/idutil/require_test.go 04:00:02 spire-1.2.1/pkg/common/idutil/safety.go 04:00:02 spire-1.2.1/pkg/common/idutil/safety_test.go 04:00:02 spire-1.2.1/pkg/common/idutil/spiffeid.go 04:00:02 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 04:00:02 spire-1.2.1/pkg/common/jwtsvid/ 04:00:02 spire-1.2.1/pkg/common/jwtsvid/common.go 04:00:02 spire-1.2.1/pkg/common/jwtsvid/sign.go 04:00:02 spire-1.2.1/pkg/common/jwtsvid/token_test.go 04:00:02 spire-1.2.1/pkg/common/jwtsvid/validate.go 04:00:02 spire-1.2.1/pkg/common/jwtutil/ 04:00:02 spire-1.2.1/pkg/common/jwtutil/keyset.go 04:00:02 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 04:00:02 spire-1.2.1/pkg/common/log/ 04:00:02 spire-1.2.1/pkg/common/log/hclog_adapter.go 04:00:02 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 04:00:02 spire-1.2.1/pkg/common/log/log.go 04:00:02 spire-1.2.1/pkg/common/log/log_test.go 04:00:02 spire-1.2.1/pkg/common/log/options.go 04:00:02 spire-1.2.1/pkg/common/nodeutil/ 04:00:02 spire-1.2.1/pkg/common/nodeutil/node.go 04:00:02 spire-1.2.1/pkg/common/nodeutil/node_test.go 04:00:02 spire-1.2.1/pkg/common/peertracker/ 04:00:02 spire-1.2.1/pkg/common/peertracker/conn.go 04:00:02 spire-1.2.1/pkg/common/peertracker/credentials.go 04:00:02 spire-1.2.1/pkg/common/peertracker/errors.go 04:00:02 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 04:00:02 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 04:00:02 spire-1.2.1/pkg/common/peertracker/info.go 04:00:02 spire-1.2.1/pkg/common/peertracker/listener.go 04:00:02 spire-1.2.1/pkg/common/peertracker/listener_test.go 04:00:02 spire-1.2.1/pkg/common/peertracker/peertracker.go 04:00:02 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 04:00:02 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 04:00:02 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 04:00:02 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 04:00:02 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 04:00:02 spire-1.2.1/pkg/common/peertracker/tcp.go 04:00:02 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 04:00:02 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 04:00:02 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 04:00:02 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 04:00:02 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 04:00:02 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 04:00:02 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 04:00:02 spire-1.2.1/pkg/common/peertracker/uds.go 04:00:02 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 04:00:02 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 04:00:02 spire-1.2.1/pkg/common/peertracker/uds_linux.go 04:00:02 spire-1.2.1/pkg/common/pemutil/ 04:00:02 spire-1.2.1/pkg/common/pemutil/block.go 04:00:02 spire-1.2.1/pkg/common/pemutil/certs.go 04:00:02 spire-1.2.1/pkg/common/pemutil/common.go 04:00:02 spire-1.2.1/pkg/common/pemutil/csr.go 04:00:02 spire-1.2.1/pkg/common/pemutil/keys.go 04:00:02 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 04:00:02 spire-1.2.1/pkg/common/pemutil/testdata/ 04:00:02 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 04:00:02 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 04:00:02 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 04:00:02 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 04:00:02 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 04:00:02 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 04:00:02 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 04:00:02 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 04:00:02 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 04:00:02 spire-1.2.1/pkg/common/plugin/ 04:00:02 spire-1.2.1/pkg/common/plugin/aws/ 04:00:02 spire-1.2.1/pkg/common/plugin/aws/iid.go 04:00:02 spire-1.2.1/pkg/common/plugin/azure/ 04:00:02 spire-1.2.1/pkg/common/plugin/azure/msi.go 04:00:02 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 04:00:02 spire-1.2.1/pkg/common/plugin/facade.go 04:00:02 spire-1.2.1/pkg/common/plugin/facade_test.go 04:00:02 spire-1.2.1/pkg/common/plugin/gcp/ 04:00:02 spire-1.2.1/pkg/common/plugin/gcp/iit.go 04:00:02 spire-1.2.1/pkg/common/plugin/k8s/ 04:00:02 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 04:00:02 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 04:00:02 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 04:00:02 spire-1.2.1/pkg/common/plugin/k8s/utils.go 04:00:02 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 04:00:02 spire-1.2.1/pkg/common/plugin/log.go 04:00:02 spire-1.2.1/pkg/common/plugin/sshpop/ 04:00:02 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 04:00:02 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 04:00:02 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 04:00:02 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 04:00:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 04:00:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 04:00:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 04:00:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 04:00:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 04:00:02 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 04:00:02 spire-1.2.1/pkg/common/plugin/tpmdevid/ 04:00:02 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 04:00:02 spire-1.2.1/pkg/common/plugin/x509pop/ 04:00:02 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 04:00:02 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 04:00:02 spire-1.2.1/pkg/common/profiling/ 04:00:02 spire-1.2.1/pkg/common/profiling/dumpers.go 04:00:02 spire-1.2.1/pkg/common/profiling/profiling.go 04:00:02 spire-1.2.1/pkg/common/protoutil/ 04:00:02 spire-1.2.1/pkg/common/protoutil/masks.go 04:00:02 spire-1.2.1/pkg/common/protoutil/masks_test.go 04:00:02 spire-1.2.1/pkg/common/rotationutil/ 04:00:02 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 04:00:02 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 04:00:02 spire-1.2.1/pkg/common/selector/ 04:00:02 spire-1.2.1/pkg/common/selector/selector.go 04:00:02 spire-1.2.1/pkg/common/selector/selector_test.go 04:00:02 spire-1.2.1/pkg/common/selector/set.go 04:00:02 spire-1.2.1/pkg/common/selector/set_utils.go 04:00:02 spire-1.2.1/pkg/common/selector/set_utils_test.go 04:00:02 spire-1.2.1/pkg/common/telemetry/ 04:00:02 spire-1.2.1/pkg/common/telemetry/agent/ 04:00:02 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 04:00:02 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 04:00:02 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 04:00:02 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 04:00:02 spire-1.2.1/pkg/common/telemetry/agent/manager.go 04:00:02 spire-1.2.1/pkg/common/telemetry/agent/node.go 04:00:02 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 04:00:02 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 04:00:02 spire-1.2.1/pkg/common/telemetry/agent/store/ 04:00:02 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 04:00:02 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 04:00:02 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 04:00:02 spire-1.2.1/pkg/common/telemetry/blackhole.go 04:00:02 spire-1.2.1/pkg/common/telemetry/call.go 04:00:02 spire-1.2.1/pkg/common/telemetry/common/ 04:00:02 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 04:00:02 spire-1.2.1/pkg/common/telemetry/config.go 04:00:02 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 04:00:02 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 04:00:02 spire-1.2.1/pkg/common/telemetry/inmem.go 04:00:02 spire-1.2.1/pkg/common/telemetry/inmem_test.go 04:00:02 spire-1.2.1/pkg/common/telemetry/m3.go 04:00:02 spire-1.2.1/pkg/common/telemetry/m3_test.go 04:00:02 spire-1.2.1/pkg/common/telemetry/metrics.go 04:00:02 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 04:00:02 spire-1.2.1/pkg/common/telemetry/names.go 04:00:02 spire-1.2.1/pkg/common/telemetry/prometheus.go 04:00:02 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 04:00:02 spire-1.2.1/pkg/common/telemetry/sanitize.go 04:00:02 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 04:00:02 spire-1.2.1/pkg/common/telemetry/server/ 04:00:02 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 04:00:02 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 04:00:02 spire-1.2.1/pkg/common/telemetry/server/datastore/ 04:00:02 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 04:00:02 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 04:00:02 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 04:00:02 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 04:00:02 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 04:00:02 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 04:00:02 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 04:00:02 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 04:00:02 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 04:00:02 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 04:00:02 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 04:00:02 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 04:00:02 spire-1.2.1/pkg/common/telemetry/server/rotate.go 04:00:02 spire-1.2.1/pkg/common/telemetry/server/server.go 04:00:02 spire-1.2.1/pkg/common/telemetry/sink.go 04:00:02 spire-1.2.1/pkg/common/telemetry/statsd.go 04:00:02 spire-1.2.1/pkg/common/telemetry/statsd_test.go 04:00:02 spire-1.2.1/pkg/common/telemetry/uptime.go 04:00:02 spire-1.2.1/pkg/common/telemetry/version.go 04:00:02 spire-1.2.1/pkg/common/telemetry/withlabels.go 04:00:02 spire-1.2.1/pkg/common/uptime/ 04:00:02 spire-1.2.1/pkg/common/uptime/uptime.go 04:00:02 spire-1.2.1/pkg/common/uptime/uptime_test.go 04:00:02 spire-1.2.1/pkg/common/util/ 04:00:02 spire-1.2.1/pkg/common/util/certs.go 04:00:02 spire-1.2.1/pkg/common/util/certs_test.go 04:00:02 spire-1.2.1/pkg/common/util/csr.go 04:00:02 spire-1.2.1/pkg/common/util/hash.go 04:00:02 spire-1.2.1/pkg/common/util/selectors.go 04:00:02 spire-1.2.1/pkg/common/util/selectors_test.go 04:00:02 spire-1.2.1/pkg/common/util/signals.go 04:00:02 spire-1.2.1/pkg/common/util/sort.go 04:00:02 spire-1.2.1/pkg/common/util/sort_test.go 04:00:02 spire-1.2.1/pkg/common/util/task.go 04:00:02 spire-1.2.1/pkg/common/util/task_test.go 04:00:02 spire-1.2.1/pkg/common/util/testdata/ 04:00:02 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 04:00:02 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 04:00:02 spire-1.2.1/pkg/common/version/ 04:00:02 spire-1.2.1/pkg/common/version/version.go 04:00:02 spire-1.2.1/pkg/common/x509svid/ 04:00:02 spire-1.2.1/pkg/common/x509svid/common_test.go 04:00:02 spire-1.2.1/pkg/common/x509svid/csr.go 04:00:02 spire-1.2.1/pkg/common/x509svid/upstreamca.go 04:00:02 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 04:00:02 spire-1.2.1/pkg/common/x509util/ 04:00:02 spire-1.2.1/pkg/common/x509util/cert.go 04:00:02 spire-1.2.1/pkg/common/x509util/dns.go 04:00:02 spire-1.2.1/pkg/common/x509util/dns_test.go 04:00:02 spire-1.2.1/pkg/common/x509util/keyid.go 04:00:02 spire-1.2.1/pkg/common/x509util/keypair.go 04:00:02 spire-1.2.1/pkg/common/x509util/serialnumber.go 04:00:02 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 04:00:02 spire-1.2.1/pkg/server/ 04:00:02 spire-1.2.1/pkg/server/api/ 04:00:02 spire-1.2.1/pkg/server/api/agent.go 04:00:02 spire-1.2.1/pkg/server/api/agent/ 04:00:02 spire-1.2.1/pkg/server/api/agent/v1/ 04:00:02 spire-1.2.1/pkg/server/api/agent/v1/service.go 04:00:02 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 04:00:02 spire-1.2.1/pkg/server/api/agent_test.go 04:00:02 spire-1.2.1/pkg/server/api/api.go 04:00:02 spire-1.2.1/pkg/server/api/audit/ 04:00:02 spire-1.2.1/pkg/server/api/audit/audit.go 04:00:02 spire-1.2.1/pkg/server/api/audit/audit_test.go 04:00:02 spire-1.2.1/pkg/server/api/bundle.go 04:00:02 spire-1.2.1/pkg/server/api/bundle/ 04:00:02 spire-1.2.1/pkg/server/api/bundle/v1/ 04:00:02 spire-1.2.1/pkg/server/api/bundle/v1/service.go 04:00:02 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 04:00:02 spire-1.2.1/pkg/server/api/bundle_test.go 04:00:02 spire-1.2.1/pkg/server/api/debug/ 04:00:02 spire-1.2.1/pkg/server/api/debug/v1/ 04:00:02 spire-1.2.1/pkg/server/api/debug/v1/service.go 04:00:02 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 04:00:02 spire-1.2.1/pkg/server/api/entry.go 04:00:02 spire-1.2.1/pkg/server/api/entry/ 04:00:02 spire-1.2.1/pkg/server/api/entry/v1/ 04:00:02 spire-1.2.1/pkg/server/api/entry/v1/service.go 04:00:02 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 04:00:02 spire-1.2.1/pkg/server/api/entry_test.go 04:00:02 spire-1.2.1/pkg/server/api/health/ 04:00:02 spire-1.2.1/pkg/server/api/health/v1/ 04:00:02 spire-1.2.1/pkg/server/api/health/v1/service.go 04:00:02 spire-1.2.1/pkg/server/api/health/v1/service_test.go 04:00:02 spire-1.2.1/pkg/server/api/id.go 04:00:02 spire-1.2.1/pkg/server/api/id_test.go 04:00:02 spire-1.2.1/pkg/server/api/limits/ 04:00:02 spire-1.2.1/pkg/server/api/limits/limits.go 04:00:02 spire-1.2.1/pkg/server/api/middleware/ 04:00:02 spire-1.2.1/pkg/server/api/middleware/alias.go 04:00:02 spire-1.2.1/pkg/server/api/middleware/audit.go 04:00:02 spire-1.2.1/pkg/server/api/middleware/authorization.go 04:00:02 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 04:00:02 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 04:00:02 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 04:00:02 spire-1.2.1/pkg/server/api/middleware/caller.go 04:00:02 spire-1.2.1/pkg/server/api/middleware/caller_test.go 04:00:02 spire-1.2.1/pkg/server/api/middleware/common.go 04:00:02 spire-1.2.1/pkg/server/api/middleware/common_test.go 04:00:02 spire-1.2.1/pkg/server/api/middleware/entries.go 04:00:02 spire-1.2.1/pkg/server/api/middleware/entries_test.go 04:00:02 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 04:00:02 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 04:00:02 spire-1.2.1/pkg/server/api/ratelimit.go 04:00:02 spire-1.2.1/pkg/server/api/rpccontext/ 04:00:02 spire-1.2.1/pkg/server/api/rpccontext/alias.go 04:00:02 spire-1.2.1/pkg/server/api/rpccontext/audit.go 04:00:02 spire-1.2.1/pkg/server/api/rpccontext/caller.go 04:00:02 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 04:00:02 spire-1.2.1/pkg/server/api/selector.go 04:00:02 spire-1.2.1/pkg/server/api/selector_test.go 04:00:02 spire-1.2.1/pkg/server/api/status.go 04:00:02 spire-1.2.1/pkg/server/api/status_test.go 04:00:02 spire-1.2.1/pkg/server/api/svid/ 04:00:02 spire-1.2.1/pkg/server/api/svid/v1/ 04:00:02 spire-1.2.1/pkg/server/api/svid/v1/service.go 04:00:02 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 04:00:02 spire-1.2.1/pkg/server/api/trustdomain.go 04:00:02 spire-1.2.1/pkg/server/api/trustdomain/ 04:00:02 spire-1.2.1/pkg/server/api/trustdomain/v1/ 04:00:02 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 04:00:02 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 04:00:02 spire-1.2.1/pkg/server/api/trustdomain_test.go 04:00:02 spire-1.2.1/pkg/server/authpolicy/ 04:00:02 spire-1.2.1/pkg/server/authpolicy/defaults.go 04:00:02 spire-1.2.1/pkg/server/authpolicy/policy.go 04:00:02 spire-1.2.1/pkg/server/authpolicy/policy.rego 04:00:02 spire-1.2.1/pkg/server/authpolicy/policy_data.json 04:00:02 spire-1.2.1/pkg/server/authpolicy/policy_test.go 04:00:02 spire-1.2.1/pkg/server/authpolicy/validate.go 04:00:02 spire-1.2.1/pkg/server/bundle/ 04:00:02 spire-1.2.1/pkg/server/bundle/client/ 04:00:02 spire-1.2.1/pkg/server/bundle/client/client.go 04:00:02 spire-1.2.1/pkg/server/bundle/client/client_test.go 04:00:02 spire-1.2.1/pkg/server/bundle/client/manager.go 04:00:02 spire-1.2.1/pkg/server/bundle/client/manager_test.go 04:00:02 spire-1.2.1/pkg/server/bundle/client/sources.go 04:00:02 spire-1.2.1/pkg/server/bundle/client/sources_test.go 04:00:02 spire-1.2.1/pkg/server/bundle/client/updater.go 04:00:02 spire-1.2.1/pkg/server/bundle/client/updater_test.go 04:00:02 spire-1.2.1/pkg/server/ca/ 04:00:02 spire-1.2.1/pkg/server/ca/ca.go 04:00:02 spire-1.2.1/pkg/server/ca/ca_health.go 04:00:02 spire-1.2.1/pkg/server/ca/ca_test.go 04:00:02 spire-1.2.1/pkg/server/ca/journal.go 04:00:02 spire-1.2.1/pkg/server/ca/journal_test.go 04:00:02 spire-1.2.1/pkg/server/ca/manager.go 04:00:02 spire-1.2.1/pkg/server/ca/manager_health.go 04:00:02 spire-1.2.1/pkg/server/ca/manager_test.go 04:00:02 spire-1.2.1/pkg/server/ca/templates.go 04:00:02 spire-1.2.1/pkg/server/ca/upstream_client.go 04:00:02 spire-1.2.1/pkg/server/ca/upstream_client_test.go 04:00:02 spire-1.2.1/pkg/server/ca/validation.go 04:00:02 spire-1.2.1/pkg/server/cache/ 04:00:02 spire-1.2.1/pkg/server/cache/dscache/ 04:00:02 spire-1.2.1/pkg/server/cache/dscache/cache.go 04:00:02 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 04:00:02 spire-1.2.1/pkg/server/cache/entrycache/ 04:00:02 spire-1.2.1/pkg/server/cache/entrycache/cache.go 04:00:02 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 04:00:02 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 04:00:02 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 04:00:02 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 04:00:02 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 04:00:02 spire-1.2.1/pkg/server/catalog/ 04:00:02 spire-1.2.1/pkg/server/catalog/catalog.go 04:00:02 spire-1.2.1/pkg/server/catalog/keymanager.go 04:00:02 spire-1.2.1/pkg/server/catalog/nodeattestor.go 04:00:02 spire-1.2.1/pkg/server/catalog/noderesolver.go 04:00:02 spire-1.2.1/pkg/server/catalog/notifier.go 04:00:02 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 04:00:02 spire-1.2.1/pkg/server/config.go 04:00:02 spire-1.2.1/pkg/server/datastore/ 04:00:02 spire-1.2.1/pkg/server/datastore/datastore.go 04:00:02 spire-1.2.1/pkg/server/datastore/datastore_health.go 04:00:02 spire-1.2.1/pkg/server/datastore/repository.go 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/ 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 04:00:02 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 04:00:02 spire-1.2.1/pkg/server/endpoints/ 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/ 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/config.go 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/server.go 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 04:00:02 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 04:00:02 spire-1.2.1/pkg/server/endpoints/config.go 04:00:02 spire-1.2.1/pkg/server/endpoints/endpoints.go 04:00:02 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 04:00:02 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 04:00:02 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 04:00:02 spire-1.2.1/pkg/server/endpoints/middleware.go 04:00:02 spire-1.2.1/pkg/server/endpoints/middleware_test.go 04:00:02 spire-1.2.1/pkg/server/hostservice/ 04:00:02 spire-1.2.1/pkg/server/hostservice/agentstore/ 04:00:02 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 04:00:02 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 04:00:02 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 04:00:02 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 04:00:02 spire-1.2.1/pkg/server/hostservice/identityprovider/ 04:00:02 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 04:00:02 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/ 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/ 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/base/ 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/test/ 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 04:00:02 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/ 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 04:00:02 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/noderesolver/ 04:00:02 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 04:00:02 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 04:00:02 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 04:00:02 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 04:00:02 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 04:00:02 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 04:00:02 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/notifier/ 04:00:02 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 04:00:02 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 04:00:02 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 04:00:02 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 04:00:02 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 04:00:02 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 04:00:02 spire-1.2.1/pkg/server/plugin/notifier/repository.go 04:00:02 spire-1.2.1/pkg/server/plugin/notifier/v1.go 04:00:02 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 04:00:02 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 04:00:02 spire-1.2.1/pkg/server/registration/ 04:00:02 spire-1.2.1/pkg/server/registration/manager.go 04:00:02 spire-1.2.1/pkg/server/registration/manager_test.go 04:00:02 spire-1.2.1/pkg/server/scanentries.go 04:00:02 spire-1.2.1/pkg/server/scanentries_test.go 04:00:02 spire-1.2.1/pkg/server/server.go 04:00:02 spire-1.2.1/pkg/server/server_test.go 04:00:02 spire-1.2.1/pkg/server/svid/ 04:00:02 spire-1.2.1/pkg/server/svid/observer.go 04:00:02 spire-1.2.1/pkg/server/svid/observer_test.go 04:00:02 spire-1.2.1/pkg/server/svid/rotator.go 04:00:02 spire-1.2.1/pkg/server/svid/rotator_config.go 04:00:02 spire-1.2.1/pkg/server/svid/rotator_config_test.go 04:00:02 spire-1.2.1/pkg/server/svid/rotator_test.go 04:00:02 spire-1.2.1/proto/ 04:00:02 spire-1.2.1/proto/private/ 04:00:02 spire-1.2.1/proto/private/server/ 04:00:02 spire-1.2.1/proto/private/server/journal/ 04:00:02 spire-1.2.1/proto/private/server/journal/journal.pb.go 04:00:02 spire-1.2.1/proto/private/server/journal/journal.proto 04:00:02 spire-1.2.1/proto/spire/ 04:00:02 spire-1.2.1/proto/spire/common/ 04:00:02 spire-1.2.1/proto/spire/common/common.pb.go 04:00:02 spire-1.2.1/proto/spire/common/common.proto 04:00:02 spire-1.2.1/proto/spire/common/plugin/ 04:00:02 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 04:00:02 spire-1.2.1/proto/spire/common/plugin/plugin.proto 04:00:02 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 04:00:02 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 04:00:02 spire-1.2.1/proto/spire/plugin/ 04:00:02 spire-1.2.1/proto/spire/plugin/agent/ 04:00:02 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 04:00:02 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 04:00:02 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 04:00:02 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 04:00:02 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 04:00:02 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 04:00:02 spire-1.2.1/release/ 04:00:02 spire-1.2.1/release/spire-extras/ 04:00:02 spire-1.2.1/release/spire-extras/README.md 04:00:02 spire-1.2.1/release/spire-extras/conf/ 04:00:02 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 04:00:02 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 04:00:02 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 04:00:02 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 04:00:02 spire-1.2.1/release/spire/ 04:00:02 spire-1.2.1/release/spire/README.md 04:00:02 spire-1.2.1/release/spire/conf/ 04:00:02 spire-1.2.1/release/spire/conf/agent/ 04:00:02 spire-1.2.1/release/spire/conf/agent/agent.conf 04:00:02 spire-1.2.1/release/spire/conf/server/ 04:00:02 spire-1.2.1/release/spire/conf/server/server.conf 04:00:02 spire-1.2.1/script/ 04:00:02 spire-1.2.1/script/build-artifact.sh 04:00:02 spire-1.2.1/script/generate_dummy_ca.sh 04:00:02 spire-1.2.1/support/ 04:00:02 spire-1.2.1/support/k8s/ 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/ 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 04:00:02 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 04:00:02 spire-1.2.1/support/oidc-discovery-provider/ 04:00:02 spire-1.2.1/support/oidc-discovery-provider/README.md 04:00:02 spire-1.2.1/support/oidc-discovery-provider/common_test.go 04:00:02 spire-1.2.1/support/oidc-discovery-provider/config.go 04:00:02 spire-1.2.1/support/oidc-discovery-provider/config_test.go 04:00:02 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 04:00:02 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 04:00:02 spire-1.2.1/support/oidc-discovery-provider/handler.go 04:00:02 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 04:00:02 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 04:00:02 spire-1.2.1/support/oidc-discovery-provider/main.go 04:00:02 spire-1.2.1/support/oidc-discovery-provider/server_api.go 04:00:02 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 04:00:02 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 04:00:02 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 04:00:02 spire-1.2.1/test/ 04:00:02 spire-1.2.1/test/clock/ 04:00:02 spire-1.2.1/test/clock/clock.go 04:00:02 spire-1.2.1/test/fakes/ 04:00:02 spire-1.2.1/test/fakes/fakeagentcatalog/ 04:00:02 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 04:00:02 spire-1.2.1/test/fakes/fakeagentkeymanager/ 04:00:02 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 04:00:02 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 04:00:02 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 04:00:02 spire-1.2.1/test/fakes/fakeagentstore/ 04:00:02 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 04:00:02 spire-1.2.1/test/fakes/fakedatastore/ 04:00:02 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 04:00:02 spire-1.2.1/test/fakes/fakeentryclient/ 04:00:02 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 04:00:02 spire-1.2.1/test/fakes/fakehealthchecker/ 04:00:02 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 04:00:02 spire-1.2.1/test/fakes/fakeidentityprovider/ 04:00:02 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 04:00:02 spire-1.2.1/test/fakes/fakemetrics/ 04:00:02 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 04:00:02 spire-1.2.1/test/fakes/fakenoderesolver/ 04:00:02 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 04:00:02 spire-1.2.1/test/fakes/fakenotifier/ 04:00:02 spire-1.2.1/test/fakes/fakenotifier/notifier.go 04:00:02 spire-1.2.1/test/fakes/fakepluginmetrics/ 04:00:02 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 04:00:02 spire-1.2.1/test/fakes/fakeserverca/ 04:00:02 spire-1.2.1/test/fakes/fakeserverca/serverca.go 04:00:02 spire-1.2.1/test/fakes/fakeservercatalog/ 04:00:02 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 04:00:02 spire-1.2.1/test/fakes/fakeserverkeymanager/ 04:00:02 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 04:00:02 spire-1.2.1/test/fakes/fakeservernodeattestor/ 04:00:02 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 04:00:02 spire-1.2.1/test/fakes/fakeupstreamauthority/ 04:00:02 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 04:00:02 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 04:00:02 spire-1.2.1/test/fakes/fakeworkloadapi/ 04:00:02 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 04:00:02 spire-1.2.1/test/fakes/fakeworkloadattestor/ 04:00:02 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 04:00:02 spire-1.2.1/test/fixture/ 04:00:02 spire-1.2.1/test/fixture/certs/ 04:00:02 spire-1.2.1/test/fixture/certs/agent_svid.der 04:00:02 spire-1.2.1/test/fixture/certs/base_cert.pem 04:00:02 spire-1.2.1/test/fixture/certs/base_csr.pem 04:00:02 spire-1.2.1/test/fixture/certs/base_key.pem 04:00:02 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 04:00:02 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 04:00:02 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 04:00:02 spire-1.2.1/test/fixture/certs/blog_cert.pem 04:00:02 spire-1.2.1/test/fixture/certs/blog_csr.pem 04:00:02 spire-1.2.1/test/fixture/certs/blog_key.pem 04:00:02 spire-1.2.1/test/fixture/certs/bundle.der 04:00:02 spire-1.2.1/test/fixture/certs/ca.pem 04:00:02 spire-1.2.1/test/fixture/certs/ca_key.pem 04:00:02 spire-1.2.1/test/fixture/certs/database_cert.pem 04:00:02 spire-1.2.1/test/fixture/certs/database_csr.pem 04:00:02 spire-1.2.1/test/fixture/certs/database_key.pem 04:00:02 spire-1.2.1/test/fixture/certs/node_cert.pem 04:00:02 spire-1.2.1/test/fixture/certs/node_csr.pem 04:00:02 spire-1.2.1/test/fixture/certs/node_key.pem 04:00:02 spire-1.2.1/test/fixture/certs/svid.pem 04:00:02 spire-1.2.1/test/fixture/certs/svid_key.pem 04:00:02 spire-1.2.1/test/fixture/config/ 04:00:02 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 04:00:02 spire-1.2.1/test/fixture/config/agent_good.conf 04:00:02 spire-1.2.1/test/fixture/config/agent_good_templated.conf 04:00:02 spire-1.2.1/test/fixture/config/plugin_good.conf 04:00:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 04:00:02 spire-1.2.1/test/fixture/config/server_good.conf 04:00:02 spire-1.2.1/test/fixture/config/server_good_templated.conf 04:00:02 spire-1.2.1/test/fixture/fixture.go 04:00:02 spire-1.2.1/test/fixture/nodeattestor/ 04:00:02 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 04:00:02 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 04:00:02 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 04:00:02 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 04:00:02 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 04:00:02 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 04:00:02 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 04:00:02 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 04:00:02 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 04:00:02 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 04:00:02 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 04:00:02 spire-1.2.1/test/fixture/registration/ 04:00:02 spire-1.2.1/test/fixture/registration/entries.json 04:00:02 spire-1.2.1/test/fixture/registration/good-for-update.json 04:00:02 spire-1.2.1/test/fixture/registration/good.json 04:00:02 spire-1.2.1/test/fixture/registration/invalid.json 04:00:02 spire-1.2.1/test/fixture/registration/invalid_json.json 04:00:02 spire-1.2.1/test/fixture/registration/manager_test_entries.json 04:00:02 spire-1.2.1/test/integration/ 04:00:02 spire-1.2.1/test/integration/README.md 04:00:02 spire-1.2.1/test/integration/common 04:00:02 spire-1.2.1/test/integration/setup/ 04:00:02 spire-1.2.1/test/integration/setup/adminclient/ 04:00:02 spire-1.2.1/test/integration/setup/adminclient/build.sh 04:00:02 spire-1.2.1/test/integration/setup/adminclient/client.go 04:00:02 spire-1.2.1/test/integration/setup/debugagent/ 04:00:02 spire-1.2.1/test/integration/setup/debugagent/build.sh 04:00:02 spire-1.2.1/test/integration/setup/debugagent/main.go 04:00:02 spire-1.2.1/test/integration/setup/debugserver/ 04:00:02 spire-1.2.1/test/integration/setup/debugserver/build.sh 04:00:02 spire-1.2.1/test/integration/setup/debugserver/main.go 04:00:02 spire-1.2.1/test/integration/setup/downstreamclient/ 04:00:02 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 04:00:02 spire-1.2.1/test/integration/setup/downstreamclient/client.go 04:00:02 spire-1.2.1/test/integration/setup/itclient/ 04:00:02 spire-1.2.1/test/integration/setup/itclient/client.go 04:00:02 spire-1.2.1/test/integration/setup/node-attestation/ 04:00:02 spire-1.2.1/test/integration/setup/node-attestation/build.sh 04:00:02 spire-1.2.1/test/integration/setup/node-attestation/client.go 04:00:02 spire-1.2.1/test/integration/setup/x509pop/ 04:00:02 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 04:00:02 spire-1.2.1/test/integration/setup/x509pop/setup.sh 04:00:02 spire-1.2.1/test/integration/suites/ 04:00:02 spire-1.2.1/test/integration/suites/admin-endpoints/ 04:00:02 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 04:00:02 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 04:00:02 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 04:00:02 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 04:00:02 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 04:00:02 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 04:00:02 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 04:00:02 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 04:00:02 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 04:00:02 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 04:00:02 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 04:00:02 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 04:00:02 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 04:00:02 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 04:00:02 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 04:00:02 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 04:00:02 spire-1.2.1/test/integration/suites/datastore-mysql/ 04:00:02 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 04:00:02 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 04:00:02 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 04:00:02 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres/ 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 04:00:02 spire-1.2.1/test/integration/suites/debug-endpoints/ 04:00:02 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 04:00:02 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 04:00:02 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 04:00:02 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 04:00:02 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 04:00:02 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 04:00:02 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 04:00:02 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 04:00:02 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 04:00:02 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 04:00:02 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 04:00:02 spire-1.2.1/test/integration/suites/downstream-endpoints/ 04:00:02 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 04:00:02 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 04:00:02 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 04:00:02 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 04:00:02 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 04:00:02 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 04:00:02 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 04:00:02 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 04:00:02 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 04:00:02 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 04:00:02 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 04:00:02 spire-1.2.1/test/integration/suites/join-token/ 04:00:02 spire-1.2.1/test/integration/suites/join-token/01-start-server 04:00:02 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 04:00:02 spire-1.2.1/test/integration/suites/join-token/03-start-agent 04:00:02 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 04:00:02 spire-1.2.1/test/integration/suites/join-token/05-check-svid 04:00:02 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 04:00:02 spire-1.2.1/test/integration/suites/join-token/README.md 04:00:02 spire-1.2.1/test/integration/suites/join-token/conf/ 04:00:02 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 04:00:02 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/join-token/conf/server/ 04:00:02 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/join-token/teardown 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/ 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 04:00:02 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/ 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 04:00:02 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 04:00:02 spire-1.2.1/test/integration/suites/k8s/ 04:00:02 spire-1.2.1/test/integration/suites/k8s/00-setup 04:00:02 spire-1.2.1/test/integration/suites/k8s/01-apply-config 04:00:02 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 04:00:02 spire-1.2.1/test/integration/suites/k8s/README.md 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/ 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/server/ 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 04:00:02 spire-1.2.1/test/integration/suites/k8s/init-kubectl 04:00:02 spire-1.2.1/test/integration/suites/k8s/teardown 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/README.md 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/root/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/nested-rotation/teardown 04:00:02 spire-1.2.1/test/integration/suites/node-attestation/ 04:00:02 spire-1.2.1/test/integration/suites/node-attestation/00-setup 04:00:02 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 04:00:02 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 04:00:02 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 04:00:02 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 04:00:02 spire-1.2.1/test/integration/suites/node-attestation/README.md 04:00:02 spire-1.2.1/test/integration/suites/node-attestation/conf/ 04:00:02 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 04:00:02 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 04:00:02 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/node-attestation/teardown 04:00:02 spire-1.2.1/test/integration/suites/rotation/ 04:00:02 spire-1.2.1/test/integration/suites/rotation/00-setup 04:00:02 spire-1.2.1/test/integration/suites/rotation/01-start-server 04:00:02 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 04:00:02 spire-1.2.1/test/integration/suites/rotation/03-start-agent 04:00:02 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 04:00:02 spire-1.2.1/test/integration/suites/rotation/05-check-svids 04:00:02 spire-1.2.1/test/integration/suites/rotation/README.md 04:00:02 spire-1.2.1/test/integration/suites/rotation/conf/ 04:00:02 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 04:00:02 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/rotation/conf/server/ 04:00:02 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/rotation/teardown 04:00:02 spire-1.2.1/test/integration/suites/self-test/ 04:00:02 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 04:00:02 spire-1.2.1/test/integration/suites/self-test/README.md 04:00:02 spire-1.2.1/test/integration/suites/self-test/teardown 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/ 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 04:00:02 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 04:00:02 spire-1.2.1/test/integration/suites/upgrade/ 04:00:02 spire-1.2.1/test/integration/suites/upgrade/00-setup 04:00:02 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 04:00:02 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 04:00:02 spire-1.2.1/test/integration/suites/upgrade/README.md 04:00:02 spire-1.2.1/test/integration/suites/upgrade/conf/ 04:00:02 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 04:00:02 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 04:00:02 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 04:00:02 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 04:00:02 spire-1.2.1/test/integration/suites/upgrade/teardown 04:00:02 spire-1.2.1/test/integration/suites/upgrade/versions.txt 04:00:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 04:00:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 04:00:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 04:00:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 04:00:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 04:00:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 04:00:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 04:00:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 04:00:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 04:00:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 04:00:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 04:00:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 04:00:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 04:00:02 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 04:00:02 spire-1.2.1/test/integration/test-one.sh 04:00:02 spire-1.2.1/test/integration/test.sh 04:00:02 spire-1.2.1/test/plugintest/ 04:00:02 spire-1.2.1/test/plugintest/config.go 04:00:02 spire-1.2.1/test/plugintest/load.go 04:00:02 spire-1.2.1/test/plugintest/option.go 04:00:02 spire-1.2.1/test/spiretest/ 04:00:02 spire-1.2.1/test/spiretest/apiserver.go 04:00:02 spire-1.2.1/test/spiretest/assertions.go 04:00:02 spire-1.2.1/test/spiretest/dir.go 04:00:02 spire-1.2.1/test/spiretest/errors_posix.go 04:00:02 spire-1.2.1/test/spiretest/errors_windows.go 04:00:02 spire-1.2.1/test/spiretest/logs.go 04:00:02 spire-1.2.1/test/spiretest/socketapi.go 04:00:02 spire-1.2.1/test/spiretest/suite.go 04:00:02 spire-1.2.1/test/spiretest/x509.go 04:00:02 spire-1.2.1/test/testca/ 04:00:02 spire-1.2.1/test/testca/ca.go 04:00:02 spire-1.2.1/test/testkey/ 04:00:02 spire-1.2.1/test/testkey/generate.sh 04:00:02 spire-1.2.1/test/testkey/genkeys.go 04:00:02 spire-1.2.1/test/testkey/keys.go 04:00:02 spire-1.2.1/test/testkey/new.go 04:00:02 spire-1.2.1/test/tpmsimulator/ 04:00:02 spire-1.2.1/test/tpmsimulator/simulator.go 04:00:02 spire-1.2.1/test/util/ 04:00:02 spire-1.2.1/test/util/cert_fixtures.go 04:00:02 spire-1.2.1/test/util/cert_generation.go 04:00:02 spire-1.2.1/test/util/io_redirection.go 04:00:02 spire-1.2.1/test/util/race.go 04:00:02 spire-1.2.1/test/util/util.go 04:00:02 building spire from source... 04:00:02 Installing go1.17.7... 04:00:02 ---> Running in 089bb72a6239 04:00:02 Removing intermediate container 7f715727a557 04:00:02 ---> 65cb6dd62ff8 04:00:02 Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:00:03 ---> Running in 807f4c62b194 04:00:03 Removing intermediate container 2c928085d9ce 04:00:03 ---> c5e42d021f3b 04:00:03 04:00:03 Step 10/23 : FROM alpine:3.14 04:00:03 ---> e04c818066af 04:00:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:00:03 ---> Using cache 04:00:03 ---> 3327f2fb35b7 04:00:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:00:03 ---> Using cache 04:00:03 ---> c80c69120d94 04:00:03 Step 13/23 : ENV APP_PORT=59881 04:00:04 Removing intermediate container 807f4c62b194 04:00:04 ---> be036703be73 04:00:04 Step 23/23 : LABEL version=0.0.0 04:00:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:00:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:00:04 (1/43) Installing readline (8.1.1-r0) 04:00:04 (2/43) Installing bash (5.1.16-r0) 04:00:04 Executing bash-5.1.16-r0.post-install 04:00:04 ---> Running in 6b828d3dfe42 04:00:04 (3/43) Installing brotli-libs (1.0.9-r5) 04:00:04 (4/43) Installing nghttp2-libs (1.46.0-r0) 04:00:04 (5/43) Installing libcurl (7.80.0-r0) 04:00:04 (6/43) Installing curl (7.80.0-r0) 04:00:04 ---> Running in 6eec822fedc2 04:00:04 (7/43) Installing dumb-init (1.2.5-r1) 04:00:04 (8/43) Installing libbz2 (1.0.8-r1) 04:00:04 (9/43) Installing expat (2.4.7-r0) 04:00:04 (10/43) Installing libffi (3.4.2-r1) 04:00:04 (11/43) Installing gdbm (1.22-r0) 04:00:04 (12/43) Installing xz-libs (5.2.5-r1) 04:00:04 (13/43) Installing libgcc (10.3.1_git20211027-r0) 04:00:04 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 04:00:04 (15/43) Installing mpdecimal (2.5.1-r1) 04:00:04 (16/43) Installing sqlite-libs (3.36.0-r0) 04:00:04 (17/43) Installing python3 (3.9.7-r4) 04:00:04 Removing intermediate container 6b828d3dfe42 04:00:04 ---> 881e1e62df6b 04:00:04 Step 14/23 : EXPOSE $APP_PORT 04:00:04 (18/43) Installing py3-appdirs (1.4.4-r2) 04:00:04 (19/43) Installing py3-certifi (2020.12.5-r1) 04:00:04 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 04:00:04 (21/43) Installing py3-idna (3.3-r0) 04:00:04 (22/43) Installing py3-urllib3 (1.26.7-r0) 04:00:04 (23/43) Installing py3-requests (2.26.0-r1) 04:00:05 (24/43) Installing py3-msgpack (1.0.2-r1) 04:00:05 (25/43) Installing py3-lockfile (0.12.2-r4) 04:00:05 (26/43) Installing py3-cachecontrol (0.12.10-r0) 04:00:05 (27/43) Installing py3-colorama (0.4.4-r1) 04:00:05 (28/43) Installing py3-contextlib2 (21.6.0-r1) 04:00:05 (29/43) Installing py3-distlib (0.3.3-r0) 04:00:05 (30/43) Installing py3-distro (1.6.0-r0) 04:00:05 (31/43) Installing py3-six (1.16.0-r0) 04:00:05 (32/43) Installing py3-webencodings (0.5.1-r4) 04:00:05 (33/43) Installing py3-html5lib (1.1-r1) 04:00:05 (34/43) Installing py3-parsing (2.4.7-r2) 04:00:05 (35/43) Installing py3-packaging (20.9-r1) 04:00:05 (36/43) Installing py3-tomli (1.2.2-r0) 04:00:05 (37/43) Installing py3-pep517 (0.12.0-r0) 04:00:05 (38/43) Installing py3-progress (1.6-r0) 04:00:05 (39/43) Installing py3-retrying (1.3.3-r2) 04:00:05 (40/43) Installing py3-ordered-set (4.0.2-r2) 04:00:05 (41/43) Installing py3-setuptools (52.0.0-r4) 04:00:05 (42/43) Installing py3-toml (0.10.2-r2) 04:00:05 (43/43) Installing py3-pip (20.3.4-r1) 04:00:05 Executing busybox-1.34.1-r5.trigger 04:00:05 OK: 83 MiB in 65 packages 04:00:06 Removing intermediate container 6eec822fedc2 04:00:06 ---> 7ba84c49e191 04:00:06 04:00:06 ---> Running in c3b08c6dcdc2 04:00:06 Successfully built 7ba84c49e191 04:00:06 Successfully tagged core-data:latest 04:00:06 Building security-spire-config 04:00:06  Building core-data ... done Collecting docker-compose==1.23.2 04:00:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:00:06 Collecting dockerpty<0.5,>=0.4.1 04:00:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:00:07 Removing intermediate container c3b08c6dcdc2 04:00:07 ---> e33584a99810 04:00:07 Step 15/23 : WORKDIR / 04:00:07 Collecting websocket-client<1.0,>=0.32.0 04:00:07 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 04:00:07 Collecting cached-property<2,>=1.2.0 04:00:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:00: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) 04:00:07 Collecting docker<4.0,>=3.6.0 04:00:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:00:07 Collecting texttable<0.10,>=0.9.0 04:00:07 Downloading texttable-0.9.1.tar.gz (11 kB) 04:00:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:00:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:00:08 Collecting docopt<0.7,>=0.6.1 04:00:08 Downloading docopt-0.6.2.tar.gz (25 kB) 04:00:08 Building bin/spire-server... 04:00:08 go: downloading github.com/mitchellh/cli v1.1.2 04:00:08 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 04:00:08 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 04:00:08 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 04:00:08 go: downloading google.golang.org/grpc v1.44.0 04:00:08 Collecting PyYAML<4,>=3.10 04:00:08 Downloading PyYAML-3.13.tar.gz (270 kB) 04:00:08 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 04:00:08 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 04:00:08 go: downloading github.com/imdario/mergo v0.3.12 04:00:08 go: downloading github.com/sirupsen/logrus v1.8.1 04:00:08 go: downloading github.com/hashicorp/go-hclog v1.1.0 04:00:08 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 04:00:08 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 04:00:08 go: downloading github.com/fatih/color v1.13.0 04:00:08 go: downloading github.com/mattn/go-isatty v0.0.14 04:00:08 go: downloading github.com/hashicorp/go-plugin v1.4.3 04:00:08 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 04:00:09 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 04:00:09 go: downloading github.com/InVisionApp/go-logger v1.0.1 04:00:09 Collecting jsonschema<3,>=2.5.1 04:00:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:00:09 Collecting docker-pycreds>=0.4.0 04:00:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:00:09 go: downloading github.com/armon/go-metrics v0.3.10 04:00:09 go: downloading github.com/prometheus/client_golang v1.12.1 04:00:09 go: downloading github.com/uber-go/tally/v4 v4.1.1 04:00:09 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 04:00:09 go: downloading github.com/open-policy-agent/opa v0.38.0 04:00:09 Collecting urllib3<1.25,>=1.21.1 04:00:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:00:09 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) 04:00:09 Collecting chardet<3.1.0,>=3.0.2 04:00:09 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 04:00:09 Collecting idna<2.8,>=2.5 04:00:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:00:09 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 04:00:09 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 04:00:09 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 04:00:09 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 04:00:09 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 04:00:09 Attempting uninstall: urllib3 04:00:09 Found existing installation: urllib3 1.26.7 04:00:09 Uninstalling urllib3-1.26.7: 04:00:09 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 04:00:09  Successfully uninstalled urllib3-1.26.7 04:00:09 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 04:00:09 go: downloading github.com/mattn/go-colorable v0.1.12 04:00:09 go: downloading github.com/Masterminds/goutils v1.1.0 04:00:09 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 04:00:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:00:09 ---> de41f8a8d027 04:00:09 Step 3/26 : WORKDIR /edgex-go 04:00:09 ---> Using cache 04:00:09 ---> c5970da740e8 04:00:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:00:09 ---> Using cache 04:00:09 ---> b8f43bf133b3 04:00:09 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 04:00:09 ---> Using cache 04:00:09 ---> 5bfd65cf4bec 04:00:09 Step 6/26 : COPY go.mod vendor* ./ 04:00:09 ---> Using cache 04:00:09 ---> 592dd0b786ac 04:00:09 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:00:09 ---> Using cache 04:00:09 ---> 0dfac32a5a29 04:00:09 Step 8/26 : COPY . . 04:00:09 ---> Using cache 04:00:09 ---> 4f39993505be 04:00:09 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 04:00:09 ---> Using cache 04:00:09 ---> 96ec68dcaf55 04:00:09 Step 10/26 : RUN mkdir -p spire-build 04:00:09 ---> Using cache 04:00:09 ---> 34aaa1b9f09c 04:00:09 Step 11/26 : WORKDIR /edgex-go/spire-build 04:00:09 ---> Using cache 04:00:09 ---> 9b384f83311c 04:00:09 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 04:00:10 go: downloading github.com/Masterminds/semver v1.5.0 04:00:10 go: downloading github.com/google/uuid v1.1.2 04:00:10 go: downloading github.com/huandu/xstrings v1.3.2 04:00:10 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 04:00:10 go: downloading github.com/oklog/run v1.0.0 04:00:10 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 04:00:10 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 04:00:10 go: downloading github.com/imkira/go-observer v1.0.3 04:00:10 go: downloading github.com/prometheus/client_model v0.2.0 04:00:10 go: downloading github.com/prometheus/common v0.32.1 04:00:10  Attempting uninstall: idna 04:00:10 Found existing installation: idna 3.3 04:00:10 Uninstalling idna-3.3: 04:00:10 Successfully uninstalled idna-3.3 04:00:10 go: downloading github.com/beorn7/perks v1.0.1 04:00:11 go: downloading github.com/cespare/xxhash/v2 v2.1.2 04:00:11 go: downloading github.com/prometheus/procfs v0.7.3 04:00:11 go: downloading go.uber.org/atomic v1.9.0 04:00:11 go: downloading github.com/hashicorp/errwrap v1.1.0 04:00:11 go: downloading github.com/mitchellh/reflectwalk v1.0.1 04:00:11 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 04:00:11 go: downloading github.com/blang/semver/v4 v4.0.0 04:00:11 go: downloading github.com/go-sql-driver/mysql v1.6.0 04:00:11 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 04:00:11 go: downloading github.com/jinzhu/gorm v1.9.16 04:00:11 go: downloading github.com/lib/pq v1.10.4 04:00:11 go: downloading github.com/mattn/go-sqlite3 v1.14.12 04:00:12 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 04:00:12 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 04:00:12 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 04:00:12 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 04:00:12 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 04:00:12 go: downloading github.com/stretchr/testify v1.7.0 04:00:12 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 04:00:12 go: downloading github.com/aws/aws-sdk-go v1.43.0 04:00:13  Attempting uninstall: requests 04:00:13 Found existing installation: requests 2.26.0 04:00:13 Uninstalling requests-2.26.0: 04:00:13 ---> Running in 72234a96e600 04:00:13 Successfully uninstalled requests-2.26.0 04:00:13 ---> Running in e0980e576511 04:00:13 Running setup.py install for texttable: started 04:00:13 Running setup.py install for texttable: finished with status 'done' 04:00:13 Running setup.py install for PyYAML: started 04:00:13 Removing intermediate container 72234a96e600 04:00:13 ---> a92fe1478b0a 04:00:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:00:14 Running setup.py install for PyYAML: finished with status 'done' 04:00:14 spire-1.2.1/ 04:00:14 spire-1.2.1/.data/ 04:00:14 spire-1.2.1/.data/.file 04:00:14 spire-1.2.1/.dockerignore 04:00:14 spire-1.2.1/.gitattributes 04:00:14 spire-1.2.1/.githooks/ 04:00:14 spire-1.2.1/.githooks/pre-commit 04:00:14 spire-1.2.1/.github/ 04:00:14 spire-1.2.1/.github/ISSUE_TEMPLATE.md 04:00:14 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 04:00:14 spire-1.2.1/.github/dependabot.yml 04:00:14 spire-1.2.1/.github/workflows/ 04:00:14 spire-1.2.1/.github/workflows/nightly_build.yaml 04:00:14 spire-1.2.1/.github/workflows/pr_build.yaml 04:00:14 spire-1.2.1/.github/workflows/release_build.yaml 04:00:14 spire-1.2.1/.github/workflows/scripts/ 04:00:14 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 04:00:14 spire-1.2.1/.github/workflows/scripts/push-images.sh 04:00:14 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 04:00:14 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 04:00:14 spire-1.2.1/.github/workflows/scripts/split.sh 04:00:14 spire-1.2.1/.gitignore 04:00:14 spire-1.2.1/.go-version 04:00:14 spire-1.2.1/.golangci.yml 04:00:14 spire-1.2.1/ADOPTERS.md 04:00:14 spire-1.2.1/CHANGELOG.md 04:00:14 spire-1.2.1/CODE-OF-CONDUCT.md 04:00:14 spire-1.2.1/CODEOWNERS 04:00:14 spire-1.2.1/CONTRIBUTING.md 04:00:14 spire-1.2.1/Dockerfile 04:00:14 spire-1.2.1/Dockerfile.dev 04:00:14 spire-1.2.1/Dockerfile.scratch 04:00:14 spire-1.2.1/LICENSE 04:00:14 spire-1.2.1/MAINTAINERS.md 04:00:14 spire-1.2.1/Makefile 04:00:14 spire-1.2.1/README.md 04:00:14 spire-1.2.1/ROADMAP.md 04:00:14 spire-1.2.1/SECURITY.md 04:00:14 spire-1.2.1/cmd/ 04:00:14 spire-1.2.1/cmd/spire-agent/ 04:00:14 spire-1.2.1/cmd/spire-agent/cli/ 04:00:14 spire-1.2.1/cmd/spire-agent/cli/api/ 04:00:14 spire-1.2.1/cmd/spire-agent/cli/api/common.go 04:00:14 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 04:00:14 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 04:00:14 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 04:00:14 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 04:00:14 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 04:00:14 spire-1.2.1/cmd/spire-agent/cli/cli.go 04:00:14 spire-1.2.1/cmd/spire-agent/cli/common/ 04:00:14 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 04:00:14 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 04:00:14 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 04:00:14 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 04:00:14 spire-1.2.1/cmd/spire-agent/cli/run/ 04:00:14 spire-1.2.1/cmd/spire-agent/cli/run/run.go 04:00:14 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 04:00:14 spire-1.2.1/cmd/spire-agent/cli/validate/ 04:00:14 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 04:00:14 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 04:00:14 spire-1.2.1/cmd/spire-agent/main.go 04:00:14 spire-1.2.1/cmd/spire-server/ 04:00:14 spire-1.2.1/cmd/spire-server/cli/ 04:00:14 spire-1.2.1/cmd/spire-server/cli/agent/ 04:00:14 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/agent/count.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/agent/list.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/agent/show.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/bundle/ 04:00:14 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/cli.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/entry/ 04:00:14 spire-1.2.1/cmd/spire-server/cli/entry/count.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/entry/create.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/entry/show.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/entry/update.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/entry/util.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/federation/ 04:00:14 spire-1.2.1/cmd/spire-server/cli/federation/common.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/federation/create.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/federation/list.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/federation/show.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/federation/update.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 04:00:14 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/jwt/ 04:00:14 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/run/ 04:00:14 spire-1.2.1/cmd/spire-server/cli/run/run.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/token/ 04:00:14 spire-1.2.1/cmd/spire-server/cli/token/generate.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/validate/ 04:00:14 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/x509/ 04:00:14 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 04:00:14 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 04:00:14 spire-1.2.1/cmd/spire-server/main.go 04:00:14 spire-1.2.1/cmd/spire-server/util/ 04:00:14 spire-1.2.1/cmd/spire-server/util/util.go 04:00:14 spire-1.2.1/conf/ 04:00:14 spire-1.2.1/conf/agent/ 04:00:14 spire-1.2.1/conf/agent/agent.conf 04:00:14 spire-1.2.1/conf/agent/agent_full.conf 04:00:14 spire-1.2.1/conf/agent/dummy_root_ca.crt 04:00:14 spire-1.2.1/conf/server/ 04:00:14 spire-1.2.1/conf/server/dummy_upstream_ca.crt 04:00:14 spire-1.2.1/conf/server/dummy_upstream_ca.key 04:00:14 spire-1.2.1/conf/server/server.conf 04:00:14 spire-1.2.1/conf/server/server_full.conf 04:00:14 spire-1.2.1/doc/ 04:00:14 spire-1.2.1/doc/SPIRE101.md 04:00:14 spire-1.2.1/doc/auditlog.md 04:00:14 spire-1.2.1/doc/authorization_policy_engine.md 04:00:14 spire-1.2.1/doc/changelog_guidelines.md 04:00:14 spire-1.2.1/doc/cure53-report.pdf 04:00:14 spire-1.2.1/doc/images/ 04:00:14 spire-1.2.1/doc/images/2019_roadmap.png 04:00:14 spire-1.2.1/doc/images/SPIRE101.png 04:00:14 spire-1.2.1/doc/images/SPIRE_agent.png 04:00:14 spire-1.2.1/doc/images/SPIRE_server.png Running setup.py install for docopt: started 04:00:14 04:00:14 spire-1.2.1/doc/images/cache_mgr.png 04:00:14 spire-1.2.1/doc/images/cache_mgr_components.png 04:00:14 spire-1.2.1/doc/images/federated_spire.png 04:00:14 spire-1.2.1/doc/images/ha_mode.png 04:00:14 spire-1.2.1/doc/images/nested_spire.png 04:00:14 spire-1.2.1/doc/images/oidc_federation.png 04:00:14 spire-1.2.1/doc/images/single_trust_domain.png 04:00:14 spire-1.2.1/doc/images/spiffe_compatible.png 04:00:14 spire-1.2.1/doc/images/spire_logo.png 04:00:14 spire-1.2.1/doc/migrating_registration_api_clients.md 04:00:14 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 04:00:14 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 04:00:14 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 04:00:14 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 04:00:14 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 04:00:14 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 04:00:14 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 04:00:14 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 04:00:14 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 04:00:14 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 04:00:14 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 04:00:14 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 04:00:14 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 04:00:14 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 04:00:14 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 04:00:14 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 04:00:14 spire-1.2.1/doc/plugin_server_datastore_sql.md 04:00:14 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 04:00:14 spire-1.2.1/doc/plugin_server_keymanager_disk.md 04:00:14 spire-1.2.1/doc/plugin_server_keymanager_memory.md 04:00:14 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 04:00:14 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 04:00:14 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 04:00:14 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 04:00:14 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 04:00:14 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 04:00:14 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 04:00:14 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 04:00:14 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 04:00:14 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 04:00:14 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 04:00:14 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 04:00:14 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 04:00:14 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 04:00:14 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 04:00:14 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 04:00:14 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 04:00:14 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 04:00:14 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 04:00:14 spire-1.2.1/doc/scaling_spire.md 04:00:14 spire-1.2.1/doc/spire_agent.md 04:00:14 spire-1.2.1/doc/spire_server.md 04:00:14 spire-1.2.1/doc/supported_integrations.md 04:00:14 spire-1.2.1/doc/telemetry.md 04:00:14 spire-1.2.1/doc/telemetry_config.md 04:00:14 spire-1.2.1/doc/upgrading.md 04:00:14 spire-1.2.1/doc/using_spire.md 04:00:14 spire-1.2.1/examples/ 04:00:14 spire-1.2.1/examples/README.md 04:00:14 spire-1.2.1/go.mod 04:00:14 spire-1.2.1/go.sum 04:00:14 spire-1.2.1/pkg/ 04:00:14 spire-1.2.1/pkg/agent/ 04:00:14 spire-1.2.1/pkg/agent/agent.go 04:00:14 spire-1.2.1/pkg/agent/api/ 04:00:14 spire-1.2.1/pkg/agent/api/config.go 04:00:14 spire-1.2.1/pkg/agent/api/debug/ 04:00:14 spire-1.2.1/pkg/agent/api/debug/v1/ 04:00:14 spire-1.2.1/pkg/agent/api/debug/v1/service.go 04:00:14 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 04:00:14 spire-1.2.1/pkg/agent/api/delegatedidentity/ 04:00:14 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 04:00:14 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 04:00:14 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 04:00:14 spire-1.2.1/pkg/agent/api/endpoints.go 04:00:14 spire-1.2.1/pkg/agent/api/health/ 04:00:14 spire-1.2.1/pkg/agent/api/health/v1/ 04:00:14 spire-1.2.1/pkg/agent/api/health/v1/service.go 04:00:14 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 04:00:14 spire-1.2.1/pkg/agent/api/rpccontext/ 04:00:14 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 04:00:14 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 04:00:14 spire-1.2.1/pkg/agent/attestor/ 04:00:14 spire-1.2.1/pkg/agent/attestor/node/ 04:00:14 spire-1.2.1/pkg/agent/attestor/node/experimental.go 04:00:14 spire-1.2.1/pkg/agent/attestor/node/node.go 04:00:14 spire-1.2.1/pkg/agent/attestor/node/node_test.go 04:00:14 spire-1.2.1/pkg/agent/attestor/workload/ 04:00:14 spire-1.2.1/pkg/agent/attestor/workload/workload.go 04:00:14 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 04:00:14 spire-1.2.1/pkg/agent/catalog/ 04:00:14 spire-1.2.1/pkg/agent/catalog/catalog.go 04:00:14 spire-1.2.1/pkg/agent/catalog/keymanager.go 04:00:14 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 04:00:14 spire-1.2.1/pkg/agent/catalog/svidstore.go 04:00:14 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 04:00:14 spire-1.2.1/pkg/agent/client/ 04:00:14 spire-1.2.1/pkg/agent/client/client.go 04:00:14 spire-1.2.1/pkg/agent/client/client_test.go 04:00:14 spire-1.2.1/pkg/agent/client/dial.go 04:00:14 spire-1.2.1/pkg/agent/client/nodeconn.go 04:00:14 spire-1.2.1/pkg/agent/client/nodeconn_test.go 04:00:14 spire-1.2.1/pkg/agent/client/update.go 04:00:14 spire-1.2.1/pkg/agent/client/util.go 04:00:14 spire-1.2.1/pkg/agent/common/ 04:00:14 spire-1.2.1/pkg/agent/common/backoff/ 04:00:14 spire-1.2.1/pkg/agent/common/backoff/backoff.go 04:00:14 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 04:00:14 spire-1.2.1/pkg/agent/common/cgroups/ 04:00:14 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 04:00:14 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 04:00:14 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 04:00:14 spire-1.2.1/pkg/agent/config.go 04:00:14 spire-1.2.1/pkg/agent/endpoints/ 04:00:14 spire-1.2.1/pkg/agent/endpoints/config.go 04:00:14 spire-1.2.1/pkg/agent/endpoints/endpoints.go 04:00:14 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 04:00:14 spire-1.2.1/pkg/agent/endpoints/metrics.go 04:00:14 spire-1.2.1/pkg/agent/endpoints/middleware.go 04:00:14 spire-1.2.1/pkg/agent/endpoints/peertracker.go 04:00:14 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 04:00:14 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 04:00:14 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 04:00:14 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 04:00:14 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 04:00:14 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 04:00:14 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 04:00:14 spire-1.2.1/pkg/agent/endpoints/workload/ 04:00:14 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 04:00:14 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 04:00:14 spire-1.2.1/pkg/agent/manager/ 04:00:14 spire-1.2.1/pkg/agent/manager/cache/ 04:00:14 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 04:00:14 spire-1.2.1/pkg/agent/manager/cache/cache.go 04:00:14 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 04:00:14 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 04:00:14 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 04:00:14 spire-1.2.1/pkg/agent/manager/cache/sets.go 04:00:14 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 04:00:14 spire-1.2.1/pkg/agent/manager/config.go 04:00:14 spire-1.2.1/pkg/agent/manager/manager.go 04:00:14 spire-1.2.1/pkg/agent/manager/manager_test.go 04:00:14 spire-1.2.1/pkg/agent/manager/storage.go 04:00:14 spire-1.2.1/pkg/agent/manager/storage_test.go 04:00:14 spire-1.2.1/pkg/agent/manager/storecache/ 04:00:14 spire-1.2.1/pkg/agent/manager/storecache/cache.go 04:00:14 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 04:00:14 spire-1.2.1/pkg/agent/manager/sync.go 04:00:14 spire-1.2.1/pkg/agent/plugin/ 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/ 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 04:00:14 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 04:00:14 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/ 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 04:00:14 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 04:00:14 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 04:00:14 spire-1.2.1/pkg/agent/svid/ 04:00:14 spire-1.2.1/pkg/agent/svid/rotator.go 04:00:14 spire-1.2.1/pkg/agent/svid/rotator_config.go 04:00:14 spire-1.2.1/pkg/agent/svid/rotator_test.go 04:00:14 spire-1.2.1/pkg/agent/svid/store/ 04:00:14 spire-1.2.1/pkg/agent/svid/store/service.go 04:00:14 spire-1.2.1/pkg/agent/svid/store/service_test.go 04:00:14 spire-1.2.1/pkg/common/ 04:00:14 spire-1.2.1/pkg/common/agentpathtemplate/ 04:00:14 spire-1.2.1/pkg/common/agentpathtemplate/template.go 04:00:14 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 04:00:14 spire-1.2.1/pkg/common/api/ 04:00:14 spire-1.2.1/pkg/common/api/metrics.go 04:00:14 spire-1.2.1/pkg/common/api/middleware/ 04:00:14 spire-1.2.1/pkg/common/api/middleware/common_test.go 04:00:14 spire-1.2.1/pkg/common/api/middleware/interceptor.go 04:00:14 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 04:00:14 spire-1.2.1/pkg/common/api/middleware/logger.go 04:00:14 spire-1.2.1/pkg/common/api/middleware/logger_test.go 04:00:14 spire-1.2.1/pkg/common/api/middleware/metrics.go 04:00:14 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 04:00:14 spire-1.2.1/pkg/common/api/middleware/middleware.go 04:00:14 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 04:00:14 spire-1.2.1/pkg/common/api/middleware/misconfig.go 04:00:14 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 04:00:14 spire-1.2.1/pkg/common/api/middleware/names.go 04:00:14 spire-1.2.1/pkg/common/api/middleware/names_test.go 04:00:14 spire-1.2.1/pkg/common/api/names.go 04:00:14 spire-1.2.1/pkg/common/api/ratelimit.go 04:00:14 spire-1.2.1/pkg/common/api/rpccontext/ 04:00:14 spire-1.2.1/pkg/common/api/rpccontext/logger.go 04:00:14 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 04:00:14 spire-1.2.1/pkg/common/api/rpccontext/names.go 04:00:14 spire-1.2.1/pkg/common/auth/ 04:00:14 spire-1.2.1/pkg/common/auth/interceptors.go 04:00:14 spire-1.2.1/pkg/common/auth/interceptors_test.go 04:00:14 spire-1.2.1/pkg/common/auth/untracked_uds.go 04:00:14 spire-1.2.1/pkg/common/bundleutil/ 04:00:14 spire-1.2.1/pkg/common/bundleutil/bundle.go 04:00:14 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 04:00:14 spire-1.2.1/pkg/common/bundleutil/common_test.go 04:00:14 spire-1.2.1/pkg/common/bundleutil/marshal.go 04:00:14 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 04:00:14 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 04:00:14 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 04:00:14 spire-1.2.1/pkg/common/bundleutil/types.go 04:00:14 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 04:00:14 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 04:00:14 spire-1.2.1/pkg/common/catalog/ 04:00:14 spire-1.2.1/pkg/common/catalog/bind.go 04:00:14 spire-1.2.1/pkg/common/catalog/builtin.go 04:00:14 spire-1.2.1/pkg/common/catalog/catalog.go 04:00:14 spire-1.2.1/pkg/common/catalog/catalog_test.go 04:00:14 spire-1.2.1/pkg/common/catalog/closers.go 04:00:14 spire-1.2.1/pkg/common/catalog/cmd_linux.go 04:00:14 spire-1.2.1/pkg/common/catalog/cmd_other.go 04:00:14 spire-1.2.1/pkg/common/catalog/config.go 04:00:14 spire-1.2.1/pkg/common/catalog/config_test.go 04:00:14 spire-1.2.1/pkg/common/catalog/configure.go 04:00:14 spire-1.2.1/pkg/common/catalog/constraints.go 04:00:14 spire-1.2.1/pkg/common/catalog/constraints_test.go 04:00:14 spire-1.2.1/pkg/common/catalog/context.go 04:00:14 spire-1.2.1/pkg/common/catalog/external.go 04:00:14 spire-1.2.1/pkg/common/catalog/host.go 04:00:14 spire-1.2.1/pkg/common/catalog/pipenet.go 04:00:14 spire-1.2.1/pkg/common/catalog/plugin.go 04:00:14 spire-1.2.1/pkg/common/catalog/testplugin/ 04:00:14 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 04:00:14 spire-1.2.1/pkg/common/catalog/testplugin/main.go 04:00:14 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 04:00:14 spire-1.2.1/pkg/common/cli/ 04:00:14 spire-1.2.1/pkg/common/cli/env.go 04:00:14 spire-1.2.1/pkg/common/cli/flags.go 04:00:14 spire-1.2.1/pkg/common/cli/trust_domain.go 04:00:14 spire-1.2.1/pkg/common/cli/trust_domain_test.go 04:00:14 spire-1.2.1/pkg/common/cli/umask.go 04:00:14 spire-1.2.1/pkg/common/cli/umask_posix.go 04:00:14 spire-1.2.1/pkg/common/cli/umask_test.go 04:00:14 spire-1.2.1/pkg/common/cli/umask_windows.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/ 04:00:14 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/flag.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/flag_test.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/format.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/format_test.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/ 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 04:00:14 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 04:00:14 spire-1.2.1/pkg/common/coretypes/ 04:00:14 spire-1.2.1/pkg/common/coretypes/bundle/ 04:00:14 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 04:00:14 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 04:00:14 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 04:00:14 spire-1.2.1/pkg/common/coretypes/bundle/require.go 04:00:14 spire-1.2.1/pkg/common/coretypes/jwtkey/ 04:00:14 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 04:00:14 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 04:00:14 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 04:00:14 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 04:00:14 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 04:00:14 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 04:00:14 spire-1.2.1/pkg/common/coretypes/x509certificate/ 04:00:14 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 04:00:14 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 04:00:14 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 04:00:14 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 04:00:14 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 04:00:14 spire-1.2.1/pkg/common/cryptoutil/ 04:00:14 spire-1.2.1/pkg/common/cryptoutil/keys.go 04:00:14 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 04:00:14 spire-1.2.1/pkg/common/diskutil/ 04:00:14 spire-1.2.1/pkg/common/diskutil/file_posix.go 04:00:14 spire-1.2.1/pkg/common/diskutil/file_test.go 04:00:14 spire-1.2.1/pkg/common/diskutil/file_windows.go 04:00:14 spire-1.2.1/pkg/common/errorutil/ 04:00:14 spire-1.2.1/pkg/common/errorutil/wrapper.go 04:00:14 spire-1.2.1/pkg/common/health/ 04:00:14 spire-1.2.1/pkg/common/health/config.go 04:00:14 spire-1.2.1/pkg/common/health/context.go 04:00:14 spire-1.2.1/pkg/common/health/context_test.go 04:00:14 spire-1.2.1/pkg/common/health/health.go 04:00:14 spire-1.2.1/pkg/common/health/health_test.go 04:00:14 spire-1.2.1/pkg/common/health/logger.go 04:00:14 spire-1.2.1/pkg/common/hostservice/ 04:00:14 spire-1.2.1/pkg/common/hostservice/metricsservice/ 04:00:14 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 04:00:14 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 04:00:14 spire-1.2.1/pkg/common/idutil/ 04:00:14 spire-1.2.1/pkg/common/idutil/require.go 04:00:14 spire-1.2.1/pkg/common/idutil/require_test.go 04:00:14 spire-1.2.1/pkg/common/idutil/safety.go 04:00:14 spire-1.2.1/pkg/common/idutil/safety_test.go 04:00:14 spire-1.2.1/pkg/common/idutil/spiffeid.go 04:00:14 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 04:00:14 spire-1.2.1/pkg/common/jwtsvid/ 04:00:14 spire-1.2.1/pkg/common/jwtsvid/common.go 04:00:14 spire-1.2.1/pkg/common/jwtsvid/sign.go 04:00:14 spire-1.2.1/pkg/common/jwtsvid/token_test.go 04:00:14 spire-1.2.1/pkg/common/jwtsvid/validate.go 04:00:14 spire-1.2.1/pkg/common/jwtutil/ 04:00:14 spire-1.2.1/pkg/common/jwtutil/keyset.go 04:00:14 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 04:00:14 spire-1.2.1/pkg/common/log/ 04:00:14 spire-1.2.1/pkg/common/log/hclog_adapter.go 04:00:14 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 04:00:14 spire-1.2.1/pkg/common/log/log.go 04:00:14 spire-1.2.1/pkg/common/log/log_test.go 04:00:14 spire-1.2.1/pkg/common/log/options.go 04:00:14 spire-1.2.1/pkg/common/nodeutil/ 04:00:14 spire-1.2.1/pkg/common/nodeutil/node.go 04:00:14 spire-1.2.1/pkg/common/nodeutil/node_test.go 04:00:14 spire-1.2.1/pkg/common/peertracker/ 04:00:14 spire-1.2.1/pkg/common/peertracker/conn.go 04:00:14 spire-1.2.1/pkg/common/peertracker/credentials.go 04:00:14 spire-1.2.1/pkg/common/peertracker/errors.go 04:00:14 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 04:00:14 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 04:00:14 spire-1.2.1/pkg/common/peertracker/info.go 04:00:14 spire-1.2.1/pkg/common/peertracker/listener.go 04:00:14 spire-1.2.1/pkg/common/peertracker/listener_test.go 04:00:14 spire-1.2.1/pkg/common/peertracker/peertracker.go 04:00:14 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 04:00:14 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 04:00:14 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 04:00:14 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 04:00:14 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 04:00:14 spire-1.2.1/pkg/common/peertracker/tcp.go 04:00:14 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 04:00:14 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 04:00:14 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 04:00:14 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 04:00:14 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 04:00:14 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 04:00:14 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 04:00:14 spire-1.2.1/pkg/common/peertracker/uds.go 04:00:14 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 04:00:14 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 04:00:14 spire-1.2.1/pkg/common/peertracker/uds_linux.go 04:00:14 spire-1.2.1/pkg/common/pemutil/ 04:00:14 spire-1.2.1/pkg/common/pemutil/block.go 04:00:14 spire-1.2.1/pkg/common/pemutil/certs.go 04:00:14 spire-1.2.1/pkg/common/pemutil/common.go 04:00:14 spire-1.2.1/pkg/common/pemutil/csr.go 04:00:14 spire-1.2.1/pkg/common/pemutil/keys.go 04:00:14 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 04:00:14 spire-1.2.1/pkg/common/pemutil/testdata/ 04:00:14 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 04:00:14 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 04:00:14 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 04:00:14 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 04:00:14 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 04:00:14 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 04:00:14 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 04:00:14 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 04:00:14 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 04:00:14 spire-1.2.1/pkg/common/plugin/ 04:00:14 spire-1.2.1/pkg/common/plugin/aws/ 04:00:14 spire-1.2.1/pkg/common/plugin/aws/iid.go 04:00:14 spire-1.2.1/pkg/common/plugin/azure/ 04:00:14 spire-1.2.1/pkg/common/plugin/azure/msi.go 04:00:14 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 04:00:14 spire-1.2.1/pkg/common/plugin/facade.go 04:00:14 spire-1.2.1/pkg/common/plugin/facade_test.go 04:00:14 spire-1.2.1/pkg/common/plugin/gcp/ 04:00:14 spire-1.2.1/pkg/common/plugin/gcp/iit.go 04:00:14 spire-1.2.1/pkg/common/plugin/k8s/ 04:00:14 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 04:00:14 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 04:00:14 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 04:00:14 spire-1.2.1/pkg/common/plugin/k8s/utils.go 04:00:14 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 04:00:14 spire-1.2.1/pkg/common/plugin/log.go 04:00:14 spire-1.2.1/pkg/common/plugin/sshpop/ 04:00:14 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 04:00:14 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 04:00:14 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 04:00:14 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 04:00:14 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 04:00:14 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 04:00:14 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 04:00:14 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 04:00:14 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 04:00:14 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 04:00:14 spire-1.2.1/pkg/common/plugin/tpmdevid/ 04:00:14 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 04:00:14 spire-1.2.1/pkg/common/plugin/x509pop/ 04:00:14 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 04:00:14 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 04:00:14 spire-1.2.1/pkg/common/profiling/ 04:00:14 spire-1.2.1/pkg/common/profiling/dumpers.go 04:00:14 spire-1.2.1/pkg/common/profiling/profiling.go 04:00:14 spire-1.2.1/pkg/common/protoutil/ 04:00:14 spire-1.2.1/pkg/common/protoutil/masks.go 04:00:14 spire-1.2.1/pkg/common/protoutil/masks_test.go 04:00:14 spire-1.2.1/pkg/common/rotationutil/ 04:00:14 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 04:00:14 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 04:00:14 spire-1.2.1/pkg/common/selector/ 04:00:14 spire-1.2.1/pkg/common/selector/selector.go 04:00:14 spire-1.2.1/pkg/common/selector/selector_test.go 04:00:14 spire-1.2.1/pkg/common/selector/set.go 04:00:14 spire-1.2.1/pkg/common/selector/set_utils.go 04:00:14 spire-1.2.1/pkg/common/selector/set_utils_test.go 04:00:14 spire-1.2.1/pkg/common/telemetry/ 04:00:14 spire-1.2.1/pkg/common/telemetry/agent/ 04:00:14 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 04:00:14 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 04:00:14 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 04:00:14 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 04:00:14 spire-1.2.1/pkg/common/telemetry/agent/manager.go 04:00:14 spire-1.2.1/pkg/common/telemetry/agent/node.go 04:00:14 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 04:00:14 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 04:00:14 spire-1.2.1/pkg/common/telemetry/agent/store/ 04:00:14 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 04:00:14 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 04:00:14 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 04:00:14 spire-1.2.1/pkg/common/telemetry/blackhole.go 04:00:14 spire-1.2.1/pkg/common/telemetry/call.go 04:00:14 spire-1.2.1/pkg/common/telemetry/common/ 04:00:14 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 04:00:14 spire-1.2.1/pkg/common/telemetry/config.go 04:00:14 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 04:00:14 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 04:00:14 spire-1.2.1/pkg/common/telemetry/inmem.go 04:00:14 spire-1.2.1/pkg/common/telemetry/inmem_test.go 04:00:14 spire-1.2.1/pkg/common/telemetry/m3.go 04:00:14 spire-1.2.1/pkg/common/telemetry/m3_test.go 04:00:14 spire-1.2.1/pkg/common/telemetry/metrics.go 04:00:14 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 04:00:14 spire-1.2.1/pkg/common/telemetry/names.go 04:00:14 spire-1.2.1/pkg/common/telemetry/prometheus.go 04:00:14 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 04:00:14 spire-1.2.1/pkg/common/telemetry/sanitize.go 04:00:14 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 04:00:14 spire-1.2.1/pkg/common/telemetry/server/ 04:00:14 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 04:00:14 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 04:00:14 spire-1.2.1/pkg/common/telemetry/server/datastore/ 04:00:14 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 04:00:14 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 04:00:14 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 04:00:14 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 04:00:14 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 04:00:14 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 04:00:14 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 04:00:14 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 04:00:14 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 04:00:14 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 04:00:14 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 04:00:14 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 04:00:14 spire-1.2.1/pkg/common/telemetry/server/rotate.go 04:00:14 spire-1.2.1/pkg/common/telemetry/server/server.go 04:00:14 spire-1.2.1/pkg/common/telemetry/sink.go 04:00:14 spire-1.2.1/pkg/common/telemetry/statsd.go 04:00:14 spire-1.2.1/pkg/common/telemetry/statsd_test.go 04:00:14 spire-1.2.1/pkg/common/telemetry/uptime.go 04:00:14 spire-1.2.1/pkg/common/telemetry/version.go 04:00:14 spire-1.2.1/pkg/common/telemetry/withlabels.go 04:00:14 spire-1.2.1/pkg/common/uptime/ 04:00:14 spire-1.2.1/pkg/common/uptime/uptime.go 04:00:14 spire-1.2.1/pkg/common/uptime/uptime_test.go 04:00:14 spire-1.2.1/pkg/common/util/ 04:00:14 spire-1.2.1/pkg/common/util/certs.go 04:00:14 spire-1.2.1/pkg/common/util/certs_test.go 04:00:14 spire-1.2.1/pkg/common/util/csr.go 04:00:14 spire-1.2.1/pkg/common/util/hash.go 04:00:14 spire-1.2.1/pkg/common/util/selectors.go 04:00:14 spire-1.2.1/pkg/common/util/selectors_test.go 04:00:14 spire-1.2.1/pkg/common/util/signals.go 04:00:14 spire-1.2.1/pkg/common/util/sort.go 04:00:14 spire-1.2.1/pkg/common/util/sort_test.go 04:00:14 spire-1.2.1/pkg/common/util/task.go 04:00:14 spire-1.2.1/pkg/common/util/task_test.go 04:00:14 spire-1.2.1/pkg/common/util/testdata/ 04:00:14 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 04:00:14 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 04:00:14 spire-1.2.1/pkg/common/version/ 04:00:14 spire-1.2.1/pkg/common/version/version.go 04:00:14 spire-1.2.1/pkg/common/x509svid/ 04:00:14 spire-1.2.1/pkg/common/x509svid/common_test.go 04:00:14 spire-1.2.1/pkg/common/x509svid/csr.go 04:00:14 spire-1.2.1/pkg/common/x509svid/upstreamca.go 04:00:14 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 04:00:14 spire-1.2.1/pkg/common/x509util/ 04:00:14 spire-1.2.1/pkg/common/x509util/cert.go 04:00:14 spire-1.2.1/pkg/common/x509util/dns.go 04:00:14 spire-1.2.1/pkg/common/x509util/dns_test.go 04:00:14 spire-1.2.1/pkg/common/x509util/keyid.go 04:00:14 spire-1.2.1/pkg/common/x509util/keypair.go 04:00:14 spire-1.2.1/pkg/common/x509util/serialnumber.go 04:00:14 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 04:00:14 spire-1.2.1/pkg/server/ 04:00:14 spire-1.2.1/pkg/server/api/ 04:00:14 spire-1.2.1/pkg/server/api/agent.go 04:00:14 spire-1.2.1/pkg/server/api/agent/ 04:00:14 spire-1.2.1/pkg/server/api/agent/v1/ 04:00:14 spire-1.2.1/pkg/server/api/agent/v1/service.go 04:00:14 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 04:00:14 spire-1.2.1/pkg/server/api/agent_test.go 04:00:14 spire-1.2.1/pkg/server/api/api.go 04:00:14 spire-1.2.1/pkg/server/api/audit/ 04:00:14 spire-1.2.1/pkg/server/api/audit/audit.go 04:00:14 spire-1.2.1/pkg/server/api/audit/audit_test.go 04:00:14 spire-1.2.1/pkg/server/api/bundle.go 04:00:14 spire-1.2.1/pkg/server/api/bundle/ 04:00:14 spire-1.2.1/pkg/server/api/bundle/v1/ 04:00:14 spire-1.2.1/pkg/server/api/bundle/v1/service.go 04:00:14 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 04:00:14 spire-1.2.1/pkg/server/api/bundle_test.go 04:00:14 spire-1.2.1/pkg/server/api/debug/ 04:00:14 spire-1.2.1/pkg/server/api/debug/v1/ 04:00:14 spire-1.2.1/pkg/server/api/debug/v1/service.go 04:00:14 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 04:00:14 spire-1.2.1/pkg/server/api/entry.go 04:00:14 spire-1.2.1/pkg/server/api/entry/ 04:00:14 spire-1.2.1/pkg/server/api/entry/v1/ 04:00:14 spire-1.2.1/pkg/server/api/entry/v1/service.go 04:00:14 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 04:00:14 spire-1.2.1/pkg/server/api/entry_test.go 04:00:14 spire-1.2.1/pkg/server/api/health/ 04:00:14 spire-1.2.1/pkg/server/api/health/v1/ 04:00:14 spire-1.2.1/pkg/server/api/health/v1/service.go 04:00:14 spire-1.2.1/pkg/server/api/health/v1/service_test.go 04:00:14 spire-1.2.1/pkg/server/api/id.go 04:00:14 spire-1.2.1/pkg/server/api/id_test.go 04:00:14 spire-1.2.1/pkg/server/api/limits/ 04:00:14 spire-1.2.1/pkg/server/api/limits/limits.go 04:00:14 spire-1.2.1/pkg/server/api/middleware/ 04:00:14 spire-1.2.1/pkg/server/api/middleware/alias.go 04:00:14 spire-1.2.1/pkg/server/api/middleware/audit.go 04:00:14 spire-1.2.1/pkg/server/api/middleware/authorization.go 04:00:14 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 04:00:14 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 04:00:14 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 04:00:14 spire-1.2.1/pkg/server/api/middleware/caller.go 04:00:14 spire-1.2.1/pkg/server/api/middleware/caller_test.go 04:00:14 spire-1.2.1/pkg/server/api/middleware/common.go 04:00:14 spire-1.2.1/pkg/server/api/middleware/common_test.go 04:00:14 spire-1.2.1/pkg/server/api/middleware/entries.go 04:00:14 spire-1.2.1/pkg/server/api/middleware/entries_test.go 04:00:14 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 04:00:14 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 04:00:14 spire-1.2.1/pkg/server/api/ratelimit.go 04:00:14 spire-1.2.1/pkg/server/api/rpccontext/ 04:00:14 spire-1.2.1/pkg/server/api/rpccontext/alias.go 04:00:14 spire-1.2.1/pkg/server/api/rpccontext/audit.go 04:00:14 spire-1.2.1/pkg/server/api/rpccontext/caller.go 04:00:14 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 04:00:14 spire-1.2.1/pkg/server/api/selector.go 04:00:14 spire-1.2.1/pkg/server/api/selector_test.go 04:00:14 spire-1.2.1/pkg/server/api/status.go 04:00:14 spire-1.2.1/pkg/server/api/status_test.go 04:00:14 spire-1.2.1/pkg/server/api/svid/ 04:00:14 spire-1.2.1/pkg/server/api/svid/v1/ 04:00:14 spire-1.2.1/pkg/server/api/svid/v1/service.go 04:00:14 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 04:00:14 spire-1.2.1/pkg/server/api/trustdomain.go 04:00:14 spire-1.2.1/pkg/server/api/trustdomain/ 04:00:14 spire-1.2.1/pkg/server/api/trustdomain/v1/ 04:00:14 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 04:00:14 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 04:00:14 spire-1.2.1/pkg/server/api/trustdomain_test.go 04:00:14 spire-1.2.1/pkg/server/authpolicy/ 04:00:14 spire-1.2.1/pkg/server/authpolicy/defaults.go 04:00:14 spire-1.2.1/pkg/server/authpolicy/policy.go 04:00:14 spire-1.2.1/pkg/server/authpolicy/policy.rego 04:00:14 spire-1.2.1/pkg/server/authpolicy/policy_data.json 04:00:14 spire-1.2.1/pkg/server/authpolicy/policy_test.go 04:00:14 spire-1.2.1/pkg/server/authpolicy/validate.go 04:00:14 spire-1.2.1/pkg/server/bundle/ 04:00:14 spire-1.2.1/pkg/server/bundle/client/ 04:00:14 spire-1.2.1/pkg/server/bundle/client/client.go 04:00:14 spire-1.2.1/pkg/server/bundle/client/client_test.go 04:00:14 spire-1.2.1/pkg/server/bundle/client/manager.go 04:00:14 spire-1.2.1/pkg/server/bundle/client/manager_test.go 04:00:14 spire-1.2.1/pkg/server/bundle/client/sources.go 04:00:14 spire-1.2.1/pkg/server/bundle/client/sources_test.go 04:00:14 spire-1.2.1/pkg/server/bundle/client/updater.go 04:00:14 spire-1.2.1/pkg/server/bundle/client/updater_test.go 04:00:14 spire-1.2.1/pkg/server/ca/ 04:00:14 spire-1.2.1/pkg/server/ca/ca.go 04:00:14 spire-1.2.1/pkg/server/ca/ca_health.go 04:00:14 spire-1.2.1/pkg/server/ca/ca_test.go 04:00:14 spire-1.2.1/pkg/server/ca/journal.go 04:00:14 spire-1.2.1/pkg/server/ca/journal_test.go 04:00:14 spire-1.2.1/pkg/server/ca/manager.go 04:00:14 spire-1.2.1/pkg/server/ca/manager_health.go 04:00:14 spire-1.2.1/pkg/server/ca/manager_test.go 04:00:14 spire-1.2.1/pkg/server/ca/templates.go 04:00:14 spire-1.2.1/pkg/server/ca/upstream_client.go 04:00:14 spire-1.2.1/pkg/server/ca/upstream_client_test.go 04:00:14 spire-1.2.1/pkg/server/ca/validation.go 04:00:14 spire-1.2.1/pkg/server/cache/ 04:00:14 spire-1.2.1/pkg/server/cache/dscache/ 04:00:14 spire-1.2.1/pkg/server/cache/dscache/cache.go 04:00:14 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 04:00:14 spire-1.2.1/pkg/server/cache/entrycache/ 04:00:14 spire-1.2.1/pkg/server/cache/entrycache/cache.go 04:00:14 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 04:00:14 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 04:00:14 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 04:00:14 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 04:00:14 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 04:00:14 spire-1.2.1/pkg/server/catalog/ 04:00:14 spire-1.2.1/pkg/server/catalog/catalog.go 04:00:14 spire-1.2.1/pkg/server/catalog/keymanager.go 04:00:14 spire-1.2.1/pkg/server/catalog/nodeattestor.go 04:00:14 spire-1.2.1/pkg/server/catalog/noderesolver.go 04:00:14 spire-1.2.1/pkg/server/catalog/notifier.go 04:00:14 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 04:00:14 spire-1.2.1/pkg/server/config.go 04:00:14 spire-1.2.1/pkg/server/datastore/ 04:00:14 spire-1.2.1/pkg/server/datastore/datastore.go 04:00:14 spire-1.2.1/pkg/server/datastore/datastore_health.go 04:00:14 spire-1.2.1/pkg/server/datastore/repository.go 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/ 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 04:00:14 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 04:00:14 spire-1.2.1/pkg/server/endpoints/ 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/ 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/config.go 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/server.go 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 04:00:14 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 04:00:14 spire-1.2.1/pkg/server/endpoints/config.go 04:00:14 spire-1.2.1/pkg/server/endpoints/endpoints.go 04:00:14 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 04:00:14 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 04:00:14 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 04:00:14 spire-1.2.1/pkg/server/endpoints/middleware.go 04:00:14 spire-1.2.1/pkg/server/endpoints/middleware_test.go 04:00:14 spire-1.2.1/pkg/server/hostservice/ 04:00:14 spire-1.2.1/pkg/server/hostservice/agentstore/ 04:00:14 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 04:00:14 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 04:00:14 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 04:00:14 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 04:00:14 spire-1.2.1/pkg/server/hostservice/identityprovider/ 04:00:14 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 04:00:14 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/ 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/ 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/base/ 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/test/ 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 04:00:14 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/ 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 04:00:14 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/noderesolver/ 04:00:14 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 04:00:14 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 04:00:14 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 04:00:14 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 04:00:14 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 04:00:14 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 04:00:14 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/notifier/ 04:00:14 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 04:00:14 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 04:00:14 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 04:00:14 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 04:00:14 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 04:00:14 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 04:00:14 spire-1.2.1/pkg/server/plugin/notifier/repository.go 04:00:14 spire-1.2.1/pkg/server/plugin/notifier/v1.go 04:00:14 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 04:00:14 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 04:00:14 spire-1.2.1/pkg/server/registration/ 04:00:14 spire-1.2.1/pkg/server/registration/manager.go 04:00:14 spire-1.2.1/pkg/server/registration/manager_test.go 04:00:14 spire-1.2.1/pkg/server/scanentries.go 04:00:14 spire-1.2.1/pkg/server/scanentries_test.go 04:00:14 spire-1.2.1/pkg/server/server.go 04:00:14 spire-1.2.1/pkg/server/server_test.go 04:00:14 spire-1.2.1/pkg/server/svid/ 04:00:14 spire-1.2.1/pkg/server/svid/observer.go 04:00:14 spire-1.2.1/pkg/server/svid/observer_test.go 04:00:14 spire-1.2.1/pkg/server/svid/rotator.go 04:00:14 spire-1.2.1/pkg/server/svid/rotator_config.go 04:00:14 spire-1.2.1/pkg/server/svid/rotator_config_test.go 04:00:14 spire-1.2.1/pkg/server/svid/rotator_test.go 04:00:14 spire-1.2.1/proto/ 04:00:14 spire-1.2.1/proto/private/ 04:00:14 spire-1.2.1/proto/private/server/ 04:00:14 spire-1.2.1/proto/private/server/journal/ 04:00:14 spire-1.2.1/proto/private/server/journal/journal.pb.go 04:00:14 spire-1.2.1/proto/private/server/journal/journal.proto 04:00:14 spire-1.2.1/proto/spire/ 04:00:14 spire-1.2.1/proto/spire/common/ 04:00:14 spire-1.2.1/proto/spire/common/common.pb.go 04:00:14 spire-1.2.1/proto/spire/common/common.proto 04:00:14 spire-1.2.1/proto/spire/common/plugin/ 04:00:14 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 04:00:14 spire-1.2.1/proto/spire/common/plugin/plugin.proto 04:00:14 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 04:00:14 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 04:00:14 spire-1.2.1/proto/spire/plugin/ 04:00:14 spire-1.2.1/proto/spire/plugin/agent/ 04:00:14 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 04:00:14 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 04:00:14 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 04:00:14 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 04:00:14 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 04:00:14 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 04:00:14 spire-1.2.1/release/ 04:00:14 spire-1.2.1/release/spire-extras/ 04:00:14 spire-1.2.1/release/spire-extras/README.md 04:00:14 spire-1.2.1/release/spire-extras/conf/ 04:00:14 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 04:00:14 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 04:00:14 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 04:00:14 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 04:00:14 spire-1.2.1/release/spire/ 04:00:14 spire-1.2.1/release/spire/README.md 04:00:14 spire-1.2.1/release/spire/conf/ 04:00:14 spire-1.2.1/release/spire/conf/agent/ 04:00:14 spire-1.2.1/release/spire/conf/agent/agent.conf 04:00:14 spire-1.2.1/release/spire/conf/server/ 04:00:14 spire-1.2.1/release/spire/conf/server/server.conf 04:00:14 spire-1.2.1/script/ 04:00:14 spire-1.2.1/script/build-artifact.sh 04:00:14 spire-1.2.1/script/generate_dummy_ca.sh 04:00:14 spire-1.2.1/support/ 04:00:14 spire-1.2.1/support/k8s/ 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/ 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 04:00:14 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 04:00:14 spire-1.2.1/support/oidc-discovery-provider/ 04:00:14 spire-1.2.1/support/oidc-discovery-provider/README.md 04:00:14 spire-1.2.1/support/oidc-discovery-provider/common_test.go 04:00:14 spire-1.2.1/support/oidc-discovery-provider/config.go 04:00:14 spire-1.2.1/support/oidc-discovery-provider/config_test.go 04:00:14 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 04:00:14 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 04:00:14 spire-1.2.1/support/oidc-discovery-provider/handler.go 04:00:14 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 04:00:14 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 04:00:14 spire-1.2.1/support/oidc-discovery-provider/main.go 04:00:14 spire-1.2.1/support/oidc-discovery-provider/server_api.go 04:00:14 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 04:00:14 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 04:00:14 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 04:00:14 spire-1.2.1/test/ 04:00:14 spire-1.2.1/test/clock/ 04:00:14 spire-1.2.1/test/clock/clock.go 04:00:14 spire-1.2.1/test/fakes/ 04:00:14 spire-1.2.1/test/fakes/fakeagentcatalog/ 04:00:14 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 04:00:14 spire-1.2.1/test/fakes/fakeagentkeymanager/ 04:00:14 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 04:00:14 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 04:00:14 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 04:00:14 spire-1.2.1/test/fakes/fakeagentstore/ 04:00:14 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 04:00:14 spire-1.2.1/test/fakes/fakedatastore/ 04:00:14 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 04:00:14 spire-1.2.1/test/fakes/fakeentryclient/ 04:00:14 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 04:00:14 spire-1.2.1/test/fakes/fakehealthchecker/ 04:00:14 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 04:00:14 spire-1.2.1/test/fakes/fakeidentityprovider/ 04:00:14 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 04:00:14 spire-1.2.1/test/fakes/fakemetrics/ 04:00:14 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 04:00:14 spire-1.2.1/test/fakes/fakenoderesolver/ 04:00:14 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 04:00:14 spire-1.2.1/test/fakes/fakenotifier/ 04:00:14 spire-1.2.1/test/fakes/fakenotifier/notifier.go 04:00:14 spire-1.2.1/test/fakes/fakepluginmetrics/ 04:00:14 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 04:00:14 spire-1.2.1/test/fakes/fakeserverca/ 04:00:14 spire-1.2.1/test/fakes/fakeserverca/serverca.go 04:00:14 spire-1.2.1/test/fakes/fakeservercatalog/ 04:00:14 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 04:00:14 spire-1.2.1/test/fakes/fakeserverkeymanager/ 04:00:14 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 04:00:14 spire-1.2.1/test/fakes/fakeservernodeattestor/ 04:00:14 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 04:00:14 spire-1.2.1/test/fakes/fakeupstreamauthority/ 04:00:14 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 04:00:14 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 04:00:14 spire-1.2.1/test/fakes/fakeworkloadapi/ 04:00:14 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 04:00:14 spire-1.2.1/test/fakes/fakeworkloadattestor/ 04:00:14 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 04:00:14 spire-1.2.1/test/fixture/ 04:00:14 spire-1.2.1/test/fixture/certs/ 04:00:14 spire-1.2.1/test/fixture/certs/agent_svid.der 04:00:14 spire-1.2.1/test/fixture/certs/base_cert.pem 04:00:14 spire-1.2.1/test/fixture/certs/base_csr.pem 04:00:14 spire-1.2.1/test/fixture/certs/base_key.pem 04:00:14 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 04:00:14 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 04:00:14 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 04:00:14 spire-1.2.1/test/fixture/certs/blog_cert.pem 04:00:14 spire-1.2.1/test/fixture/certs/blog_csr.pem 04:00:14 spire-1.2.1/test/fixture/certs/blog_key.pem 04:00:14 spire-1.2.1/test/fixture/certs/bundle.der 04:00:14 spire-1.2.1/test/fixture/certs/ca.pem 04:00:14 spire-1.2.1/test/fixture/certs/ca_key.pem 04:00:14 spire-1.2.1/test/fixture/certs/database_cert.pem 04:00:14 spire-1.2.1/test/fixture/certs/database_csr.pem 04:00:14 spire-1.2.1/test/fixture/certs/database_key.pem 04:00:14 spire-1.2.1/test/fixture/certs/node_cert.pem 04:00:14 spire-1.2.1/test/fixture/certs/node_csr.pem 04:00:14 spire-1.2.1/test/fixture/certs/node_key.pem 04:00:14 spire-1.2.1/test/fixture/certs/svid.pem 04:00:14 spire-1.2.1/test/fixture/certs/svid_key.pem 04:00:14 spire-1.2.1/test/fixture/config/ 04:00:14 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 04:00:14 spire-1.2.1/test/fixture/config/agent_good.conf 04:00:14 spire-1.2.1/test/fixture/config/agent_good_templated.conf 04:00:14 spire-1.2.1/test/fixture/config/plugin_good.conf 04:00:14 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 04:00:14 spire-1.2.1/test/fixture/config/server_good.conf 04:00:14 spire-1.2.1/test/fixture/config/server_good_templated.conf 04:00:14 spire-1.2.1/test/fixture/fixture.go 04:00:14 spire-1.2.1/test/fixture/nodeattestor/ 04:00:14 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 04:00:14 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 04:00:14 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 04:00:14 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 04:00:14 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 04:00:14 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 04:00:14 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 04:00:14 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 04:00:14 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 04:00:14 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 04:00:14 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 04:00:14 spire-1.2.1/test/fixture/registration/ 04:00:14 spire-1.2.1/test/fixture/registration/entries.json 04:00:14 spire-1.2.1/test/fixture/registration/good-for-update.json 04:00:14 spire-1.2.1/test/fixture/registration/good.json 04:00:14 spire-1.2.1/test/fixture/registration/invalid.json 04:00:14 spire-1.2.1/test/fixture/registration/invalid_json.json 04:00:14 spire-1.2.1/test/fixture/registration/manager_test_entries.json 04:00:14 spire-1.2.1/test/integration/ 04:00:14 spire-1.2.1/test/integration/README.md 04:00:14 spire-1.2.1/test/integration/common 04:00:14 spire-1.2.1/test/integration/setup/ 04:00:14 spire-1.2.1/test/integration/setup/adminclient/ 04:00:14 spire-1.2.1/test/integration/setup/adminclient/build.sh 04:00:14 spire-1.2.1/test/integration/setup/adminclient/client.go 04:00:14 spire-1.2.1/test/integration/setup/debugagent/ 04:00:14 spire-1.2.1/test/integration/setup/debugagent/build.sh 04:00:14 spire-1.2.1/test/integration/setup/debugagent/main.go 04:00:14 spire-1.2.1/test/integration/setup/debugserver/ 04:00:14 spire-1.2.1/test/integration/setup/debugserver/build.sh 04:00:14 spire-1.2.1/test/integration/setup/debugserver/main.go 04:00:14 spire-1.2.1/test/integration/setup/downstreamclient/ 04:00:14 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 04:00:14 spire-1.2.1/test/integration/setup/downstreamclient/client.go 04:00:14 spire-1.2.1/test/integration/setup/itclient/ 04:00:14 spire-1.2.1/test/integration/setup/itclient/client.go 04:00:14 spire-1.2.1/test/integration/setup/node-attestation/ 04:00:14 spire-1.2.1/test/integration/setup/node-attestation/build.sh 04:00:14 spire-1.2.1/test/integration/setup/node-attestation/client.go 04:00:14 spire-1.2.1/test/integration/setup/x509pop/ 04:00:14 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 04:00:14 spire-1.2.1/test/integration/setup/x509pop/setup.sh 04:00:14 spire-1.2.1/test/integration/suites/ 04:00:14 spire-1.2.1/test/integration/suites/admin-endpoints/ 04:00:14 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 04:00:14 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 04:00:14 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 04:00:14 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 04:00:14 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 04:00:14 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 04:00:14 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 04:00:14 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 04:00:14 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 04:00:14 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 04:00:14 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 04:00:14 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 04:00:14 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 04:00:14 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 04:00:14 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 04:00:14 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 04:00:14 spire-1.2.1/test/integration/suites/datastore-mysql/ 04:00:14 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 04:00:14 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 04:00:14 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 04:00:14 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres/ 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 04:00:14 spire-1.2.1/test/integration/suites/debug-endpoints/ 04:00:14 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 04:00:14 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 04:00:14 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 04:00:14 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 04:00:14 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 04:00:14 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 04:00:14 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 04:00:14 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 04:00:14 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 04:00:14 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 04:00:14 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 04:00:14 spire-1.2.1/test/integration/suites/downstream-endpoints/ 04:00:14 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 04:00:14 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 04:00:14 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 04:00:14 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 04:00:14 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 04:00:14 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 04:00:14 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 04:00:14 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 04:00:14 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 04:00:14 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 04:00:14 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 04:00:14 spire-1.2.1/test/integration/suites/join-token/ 04:00:14 spire-1.2.1/test/integration/suites/join-token/01-start-server 04:00:14 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 04:00:14 spire-1.2.1/test/integration/suites/join-token/03-start-agent 04:00:14 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 04:00:14 spire-1.2.1/test/integration/suites/join-token/05-check-svid 04:00:14 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 04:00:14 spire-1.2.1/test/integration/suites/join-token/README.md 04:00:14 spire-1.2.1/test/integration/suites/join-token/conf/ 04:00:14 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 04:00:14 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/join-token/conf/server/ 04:00:14 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/join-token/teardown 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/ 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 04:00:14 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/ 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 04:00:14 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 04:00:14 spire-1.2.1/test/integration/suites/k8s/ 04:00:14 spire-1.2.1/test/integration/suites/k8s/00-setup 04:00:14 spire-1.2.1/test/integration/suites/k8s/01-apply-config 04:00:14 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 04:00:14 spire-1.2.1/test/integration/suites/k8s/README.md 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/ 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/server/ 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 04:00:14 spire-1.2.1/test/integration/suites/k8s/init-kubectl 04:00:14 spire-1.2.1/test/integration/suites/k8s/teardown 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/README.md 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/root/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/nested-rotation/teardown 04:00:14 spire-1.2.1/test/integration/suites/node-attestation/ 04:00:14 spire-1.2.1/test/integration/suites/node-attestation/00-setup 04:00:14 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 04:00:14 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 04:00:14 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 04:00:14 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 04:00:14 spire-1.2.1/test/integration/suites/node-attestation/README.md 04:00:14 spire-1.2.1/test/integration/suites/node-attestation/conf/ 04:00:14 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 04:00:14 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 04:00:14 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/node-attestation/teardown 04:00:14 spire-1.2.1/test/integration/suites/rotation/ 04:00:14 spire-1.2.1/test/integration/suites/rotation/00-setup 04:00:14 spire-1.2.1/test/integration/suites/rotation/01-start-server 04:00:14 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 04:00:14 spire-1.2.1/test/integration/suites/rotation/03-start-agent 04:00:14 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 04:00:14 spire-1.2.1/test/integration/suites/rotation/05-check-svids 04:00:14 spire-1.2.1/test/integration/suites/rotation/README.md 04:00:14 spire-1.2.1/test/integration/suites/rotation/conf/ 04:00:14 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 04:00:14 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/rotation/conf/server/ 04:00:14 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/rotation/teardown 04:00:14 spire-1.2.1/test/integration/suites/self-test/ 04:00:14 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 04:00:14 spire-1.2.1/test/integration/suites/self-test/README.md 04:00:14 spire-1.2.1/test/integration/suites/self-test/teardown 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/ 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 04:00:14 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 04:00:14 spire-1.2.1/test/integration/suites/upgrade/ 04:00:14 spire-1.2.1/test/integration/suites/upgrade/00-setup 04:00:14 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 04:00:14 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 04:00:14 spire-1.2.1/test/integration/suites/upgrade/README.md 04:00:14 spire-1.2.1/test/integration/suites/upgrade/conf/ 04:00:14 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 04:00:14 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 04:00:14 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 04:00:14 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 04:00:14 spire-1.2.1/test/integration/suites/upgrade/teardown 04:00:14 spire-1.2.1/test/integration/suites/upgrade/versions.txt 04:00:14 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 04:00:14 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 04:00:14 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 04:00:14 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 04:00:14 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 04:00:14 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 04:00:14 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 04:00:14 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 04:00:14 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 04:00:14 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 04:00:14 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 04:00:14 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 04:00:14 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 04:00:14 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 04:00:14 spire-1.2.1/test/integration/test-one.sh 04:00:14 spire-1.2.1/test/integration/test.sh 04:00:14 spire-1.2.1/test/plugintest/ 04:00:14 spire-1.2.1/test/plugintest/config.go 04:00:14 spire-1.2.1/test/plugintest/load.go 04:00:14 spire-1.2.1/test/plugintest/option.go 04:00:14 spire-1.2.1/test/spiretest/ 04:00:14 spire-1.2.1/test/spiretest/apiserver.go 04:00:14 spire-1.2.1/test/spiretest/assertions.go 04:00:14 spire-1.2.1/test/spiretest/dir.go 04:00:14 spire-1.2.1/test/spiretest/errors_posix.go 04:00:14 spire-1.2.1/test/spiretest/errors_windows.go 04:00:14 spire-1.2.1/test/spiretest/logs.go 04:00:14 spire-1.2.1/test/spiretest/socketapi.go 04:00:14 spire-1.2.1/test/spiretest/suite.go 04:00:14 spire-1.2.1/test/spiretest/x509.go 04:00:14 spire-1.2.1/test/testca/ 04:00:14 spire-1.2.1/test/testca/ca.go 04:00:14 spire-1.2.1/test/testkey/ 04:00:14 spire-1.2.1/test/testkey/generate.sh 04:00:14 spire-1.2.1/test/testkey/genkeys.go 04:00:14 spire-1.2.1/test/testkey/keys.go 04:00:14 spire-1.2.1/test/testkey/new.go 04:00:14 spire-1.2.1/test/tpmsimulator/ 04:00:14 spire-1.2.1/test/tpmsimulator/simulator.go 04:00:14 spire-1.2.1/test/util/ 04:00:14 spire-1.2.1/test/util/cert_fixtures.go 04:00:14 spire-1.2.1/test/util/cert_generation.go 04:00:14 spire-1.2.1/test/util/io_redirection.go 04:00:14 spire-1.2.1/test/util/race.go 04:00:14 spire-1.2.1/test/util/util.go 04:00:14 building spire from source... 04:00:14 Installing go1.17.7... 04:00:15 Running setup.py install for docopt: finished with status 'done' 04:00:15 Running setup.py install for dockerpty: started 04:00:15 ---> e7de61699562 04:00:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:00:15 Running setup.py install for dockerpty: finished with status 'done' 04:00:15 go: downloading google.golang.org/api v0.70.0 04:00:15 go: downloading k8s.io/client-go v0.23.4 04:00:15 go: downloading k8s.io/api v0.23.4 04:00:15 go: downloading github.com/google/go-tpm v0.3.3 04:00:15 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 04:00:16 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 04:00:16 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 04:00:16 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 04:00:17 go: downloading cloud.google.com/go/storage v1.21.0 04:00:17 go: downloading cloud.google.com/go v0.100.2 04:00:17 go: downloading k8s.io/apimachinery v0.23.4 04:00:17 go: downloading k8s.io/kube-aggregator v0.23.3 04:00:18 go: downloading sigs.k8s.io/controller-runtime v0.11.1 04:00:18 go: downloading cloud.google.com/go/security v1.3.0 04:00:18 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 04:00:18 go: downloading github.com/hashicorp/vault/api v1.4.1 04:00:18 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 04:00:19 go: downloading github.com/hashicorp/golang-lru v0.5.4 04:00:19 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 04:00:19 go: downloading github.com/twmb/murmur3 v1.1.6 04:00:19 go: downloading github.com/jinzhu/inflection v1.0.0 04:00:19 go: downloading github.com/aws/smithy-go v1.11.0 04:00:19  ---> b1d89766d217 04:00:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:00:20 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 04:00:20 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 04:00:20 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 04:00:20 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 04:00:20 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 04:00:20 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 04:00:20 go: downloading github.com/Azure/go-autorest/logger v0.2.1 04:00:20 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 04:00:20 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 04:00:20 go: downloading github.com/dimchansky/utfbom v1.1.1 04:00:20 go: downloading cloud.google.com/go/compute v1.3.0 04:00:20 go: downloading cloud.google.com/go/iam v0.1.1 04:00:20 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 04:00:20 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 04:00:20 Building bin/spire-server... 04:00:20 go: downloading github.com/gogo/protobuf v1.3.2 04:00:20 go: downloading github.com/google/gofuzz v1.1.0 04:00:20 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 04:00:20 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 04:00:20 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 04:00:20 go: downloading github.com/mitchellh/cli v1.1.2 04:00:20 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 04:00:20 go: downloading k8s.io/klog/v2 v2.30.0 04:00:20 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 04:00:20 go: downloading github.com/imdario/mergo v0.3.12 04:00:20 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 04:00:20 go: downloading github.com/spf13/pflag v1.0.5 04:00:21 go: downloading github.com/sirupsen/logrus v1.8.1 04:00:21 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 04:00:21 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 04:00:21 go: downloading github.com/hashicorp/go-hclog v1.1.0 04:00:21 go: downloading google.golang.org/grpc v1.44.0 04:00:21 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 04:00:21 go: downloading github.com/fatih/color v1.13.0 04:00:21 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 04:00:21 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 04:00:21 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 04:00:21 go: downloading github.com/mattn/go-isatty v0.0.14 04:00:21 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 04:00:21 go: downloading github.com/hashicorp/go-plugin v1.4.3 04:00:21 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 04:00:21 go: downloading github.com/hashicorp/vault/sdk v0.4.1 04:00:21 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 04:00:21 go: downloading github.com/armon/go-metrics v0.3.10 04:00:21 go: downloading github.com/prometheus/client_golang v1.12.1 04:00:21 go: downloading github.com/uber-go/tally/v4 v4.1.1 04:00:21 go: downloading github.com/mitchellh/mapstructure v1.4.3 04:00:21 go: downloading github.com/tklauser/go-sysconf v0.3.9 04:00:21 go: downloading github.com/OneOfOne/xxhash v1.2.8 04:00:21 go: downloading gopkg.in/yaml.v2 v2.4.0 04:00:21 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 04:00:21 go: downloading github.com/gobwas/glob v0.2.3 04:00:21 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 04:00:21 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 04:00:21 go: downloading github.com/jmespath/go-jmespath v0.4.0 04:00:21 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 04:00:21 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 04:00:21 go: downloading github.com/InVisionApp/go-logger v1.0.1 04:00:21 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 04:00:21 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 04:00:21 go: downloading github.com/open-policy-agent/opa v0.38.0 04:00:21 go: downloading go.opencensus.io v0.23.0 04:00:21 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 04:00:21 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 04:00:21 go: downloading gopkg.in/inf.v0 v0.9.1 04:00:21 go: downloading github.com/google/go-cmp v0.5.7 04:00:21 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 04:00:21 go: downloading github.com/mattn/go-colorable v0.1.12 04:00:21 go: downloading github.com/Masterminds/goutils v1.1.0 04:00:21 go: downloading github.com/Masterminds/semver v1.5.0 04:00:21 go: downloading github.com/googleapis/gnostic v0.5.5 04:00:21 go: downloading github.com/google/uuid v1.1.2 04:00:21 go: downloading github.com/huandu/xstrings v1.3.2 04:00:21 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 04:00:21 go: downloading github.com/oklog/run v1.0.0 04:00:22 go: downloading github.com/go-logr/logr v1.2.2 04:00:22 go: downloading github.com/json-iterator/go v1.1.12 04:00:22 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 04:00:22 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 04:00:22 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 04:00:22 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 04:00:22 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 04:00:22 go: downloading go.uber.org/zap v1.21.0 04:00:22 go: downloading go.uber.org/atomic v1.9.0 04:00:22 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 04:00:22 go: downloading github.com/tklauser/numcpus v0.3.0 04:00:22 go: downloading github.com/prometheus/client_model v0.2.0 04:00:22 go: downloading github.com/prometheus/common v0.32.1 04:00:22 go: downloading sigs.k8s.io/yaml v1.3.0 04:00:22 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 04:00:22 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 04:00:22 go: downloading github.com/modern-go/reflect2 v1.0.2 04:00:22 go: downloading github.com/beorn7/perks v1.0.1 04:00:22 go: downloading github.com/golang/snappy v0.0.4 04:00:22 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 04:00:22 go: downloading github.com/cespare/xxhash/v2 v2.1.2 04:00:22 go: downloading github.com/ryanuber/go-glob v1.0.0 04:00:22 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 04:00:22 go: downloading github.com/prometheus/procfs v0.7.3 04:00:22 go: downloading github.com/imkira/go-observer v1.0.3 04:00:22  ---> 4d9f7f4d1bc2 04:00:22 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:00:22 go: downloading github.com/hashicorp/go-uuid v1.0.2 04:00:22 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 04:00:22 go: downloading github.com/hashicorp/errwrap v1.1.0 04:00:22 go: downloading github.com/hashicorp/go-version v1.2.0 04:00:22 go: downloading go.uber.org/multierr v1.6.0 04:00:22 go: downloading github.com/mitchellh/reflectwalk v1.0.1 04:00:22 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 04:00:22 go: downloading github.com/twmb/murmur3 v1.1.6 04:00:22 go: downloading github.com/hashicorp/golang-lru v0.5.4 04:00:22 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 04:00:22 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 04:00:22 go: downloading github.com/blang/semver/v4 v4.0.0 04:00:22 go: downloading github.com/go-sql-driver/mysql v1.6.0 04:00:22 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 04:00:22 go: downloading github.com/jinzhu/gorm v1.9.16 04:00:22 go: downloading github.com/lib/pq v1.10.4 04:00:22 go: downloading github.com/mattn/go-sqlite3 v1.14.12 04:00:22 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 04:00:22 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 04:00:23  ---> Running in 6a29a11ed52c 04:00:23 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 04:00:23 Removing intermediate container 6a29a11ed52c 04:00:23 ---> 856eb6f72ef7 04:00:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:00:25 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 04:00:25 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 04:00:25 go: downloading github.com/stretchr/testify v1.7.0 04:00:25 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 04:00:25 go: downloading github.com/aws/aws-sdk-go v1.43.0 04:00:27  ---> Running in b91ac81633be 04:00:28 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 04:00:28 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 04:00:29 Removing intermediate container 089bb72a6239 04:00:29 ---> a92dd890e827 04:00:29 Step 14/23 : ENV APP_PORT=58890 04:00:29 go: downloading google.golang.org/api v0.70.0 04:00:29 go: downloading k8s.io/client-go v0.23.4 04:00:29 go: downloading k8s.io/api v0.23.4 04:00:29 go: downloading github.com/google/go-tpm v0.3.3 04:00:29 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 04:00:29 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 04:00:29 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 04:00:29 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 04:00:29 go: downloading cloud.google.com/go/storage v1.21.0 04:00:29 go: downloading cloud.google.com/go v0.100.2 04:00:30 go: downloading k8s.io/apimachinery v0.23.4 04:00:30 go: downloading k8s.io/kube-aggregator v0.23.3 04:00:30 go: downloading sigs.k8s.io/controller-runtime v0.11.1 04:00:30 go: downloading cloud.google.com/go/security v1.3.0 04:00:30 go: downloading github.com/hashicorp/vault/api v1.4.1 04:00:30 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 04:00:31 go: downloading github.com/jinzhu/inflection v1.0.0 04:00:31 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 04:00:31 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 04:00:31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 04:00:31 go: downloading github.com/aws/smithy-go v1.11.0 04:00:32 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 04:00:32 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 04:00:32 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 04:00:32 Removing intermediate container b91ac81633be 04:00:32 ---> ffaf54a1fe43 04:00:32 Step 21/23 : LABEL arch=x86_64 04:00:32 go: downloading github.com/Azure/go-autorest/logger v0.2.1 04:00:32 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 04:00:32 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 04:00:32 go: downloading github.com/dimchansky/utfbom v1.1.1 04:00:32 go: downloading cloud.google.com/go/compute v1.3.0 04:00:32 go: downloading cloud.google.com/go/iam v0.1.1 04:00:32 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 04:00:32 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 04:00:33 go: downloading github.com/gogo/protobuf v1.3.2 04:00:33 go: downloading github.com/google/gofuzz v1.1.0 04:00:33 go: downloading k8s.io/klog/v2 v2.30.0 04:00:33 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 04:00:33 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 04:00:33 go: downloading github.com/spf13/pflag v1.0.5 04:00:33 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 04:00:33 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 04:00:33 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 04:00:33 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 04:00:33 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 04:00:33 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 04:00:33 go: downloading github.com/hashicorp/vault/sdk v0.4.1 04:00:33  ---> Running in 2f71407d1169 04:00:33 go: downloading github.com/mitchellh/mapstructure v1.4.3 04:00:33 go: downloading github.com/tklauser/go-sysconf v0.3.9 04:00:33 go: downloading github.com/OneOfOne/xxhash v1.2.8 04:00:33 go: downloading gopkg.in/yaml.v2 v2.4.0 04:00:33 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 04:00:33 go: downloading github.com/gobwas/glob v0.2.3 04:00:33  ---> Running in d4e5d5de60bf 04:00:33 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 04:00:33 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 04:00:34 go: downloading github.com/jmespath/go-jmespath v0.4.0 04:00:34 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 04:00:34 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 04:00:34 go: downloading go.opencensus.io v0.23.0 04:00:34 go: downloading gopkg.in/inf.v0 v0.9.1 04:00:34 go: downloading github.com/google/go-cmp v0.5.7 04:00:34 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 04:00:34 Removing intermediate container 2f71407d1169 04:00:34 go: downloading github.com/googleapis/gnostic v0.5.5 04:00:34  ---> 737b6e3eccf3 04:00:34 Step 15/23 : EXPOSE $APP_PORT 04:00:34 go: downloading github.com/go-logr/logr v1.2.2 04:00:34 go: downloading github.com/json-iterator/go v1.1.12 04:00:34 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 04:00:34 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 04:00:34 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 04:00:34 go: downloading go.uber.org/zap v1.21.0 04:00:34 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 04:00:34 go: downloading github.com/tklauser/numcpus v0.3.0 04:00:34 go: downloading sigs.k8s.io/yaml v1.3.0 04:00:34 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 04:00:34 go: downloading github.com/ryanuber/go-glob v1.0.0 04:00:34 go: downloading github.com/golang/snappy v0.0.4 04:00:34 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 04:00:34 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 04:00:34 go: downloading github.com/modern-go/reflect2 v1.0.2 04:00:34 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 04:00:34 go: downloading github.com/hashicorp/go-uuid v1.0.2 04:00:34 go: downloading github.com/hashicorp/go-version v1.2.0 04:00:34 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 04:00:34 go: downloading go.uber.org/multierr v1.6.0 04:00:35 Removing intermediate container d4e5d5de60bf 04:00:35 ---> ddf0ab277742 04:00:35 Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:00:35 ---> Running in ae97e1457100 04:00:35 ---> Running in 5b2590201828 04:00:36 Removing intermediate container ae97e1457100 04:00:36 ---> fcd3e2aa0bfc 04:00:36 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:00:37 Removing intermediate container 5b2590201828 04:00:37 ---> 1112ddcb0c76 04:00:37 Step 23/23 : LABEL version=0.0.0 04:00:39 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 04:00:39 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 04:00:41  ---> 83b7cb320c02 04:00:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:00:41 ---> Running in 9d2277a06ce2 04:00:41 Removing intermediate container 9d2277a06ce2 04:00:41 ---> 9076ae7f53ba 04:00:41 04:00:42 ---> b0db81cf3517 04:00:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:00:42 Successfully built 9076ae7f53ba 04:00:42 Successfully tagged core-metadata:latest 04:00:43  Building core-metadata ... done  ---> 09e427434438 04:00:43 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 04:00:43 ---> Running in 7b7ee265ddd5 04:00:43 Removing intermediate container 7b7ee265ddd5 04:00:43 ---> 75b48e6e07bb 04:00:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:00:43 ---> Running in baf5cfdf1c29 04:00:43 Removing intermediate container baf5cfdf1c29 04:00:43 ---> e8de104f8852 04:00:43 Step 21/23 : LABEL arch=x86_64 04:00:44 ---> Running in 61ff360c42a2 04:00:44 Removing intermediate container 61ff360c42a2 04:00:44 ---> aca7432b659d 04:00:44 Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:00:44 ---> Running in cc84118e0970 04:00:45 Removing intermediate container cc84118e0970 04:00:45 ---> c9034cda0d17 04:00:45 Step 23/23 : LABEL version=0.0.0 04:00:45 ---> Running in a3ee02abb659 04:00:45 Removing intermediate container a3ee02abb659 04:00:45 ---> a54abaeaa1d3 04:00:45 04:00:45 Successfully built a54abaeaa1d3 04:00:45 Successfully tagged sys-mgmt-agent:latest 04:01:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 04:01:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.229s coverage: 28.7% of statements 04:01:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:01:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:01:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.468s coverage: 98.5% of statements 04:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 04:01:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.398s coverage: 53.4% of statements 04:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:01:41  Building sys-mgmt-agent ... done Building bin/spire-agent... 04:01:41 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 04:01:41 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 04:01:41 go: downloading cloud.google.com/go/secretmanager v1.3.0 04:01:41 go: downloading github.com/docker/docker v20.10.12+incompatible 04:01:41 go: downloading github.com/google/go-tpm-tools v0.3.3 04:01:41 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 04:01:41 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 04:01:41 go: downloading github.com/docker/go-connections v0.4.0 04:01:41 go: downloading github.com/docker/go-units v0.4.0 04:01:41 go: downloading github.com/opencontainers/image-spec v1.0.1 04:01:41 go: downloading github.com/containerd/containerd v1.3.4 04:01:41 go: downloading github.com/docker/distribution v2.7.1+incompatible 04:01:41 go: downloading github.com/opencontainers/go-digest v1.0.0 04:01:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.940s coverage: 89.2% of statements 04:01:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 04:01:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 04:01:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 04:01:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.507s coverage: 84.4% of statements 04:01:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:01:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 04:01:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 04:01:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:01:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:01:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.271s coverage: 95.6% of statements 04:01:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 04:01:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 04:01:50 ok github.com/edgexfoundry/edgex-go/internal/io 0.331s coverage: 72.2% of statements 04:01:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:01:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 04:01:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 04:01:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:01:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:01:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.339s coverage: 60.0% of statements 04:01:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:01:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:01:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:01:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.402s coverage: 0.9% of statements 04:01:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 04:01:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.434s coverage: 58.8% of statements 04:01:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.600s coverage: 29.6% of statements 04:01:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:01:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.408s coverage: 47.1% of statements 04:01:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.324s coverage: 79.5% of statements 04:01:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.224s coverage: 94.1% of statements 04:01:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.323s coverage: 96.3% of statements 04:01:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.202s coverage: 87.5% of statements 04:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.243s coverage: 94.4% of statements 04:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.202s coverage: 44.8% of statements 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.579s coverage: 82.5% of statements 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 04:02:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.291s coverage: 92.9% of statements 04:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:02:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 65.1% of statements 04:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:02:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.201s coverage: 87.2% of statements 04:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:02:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.174s coverage: 100.0% of statements 04:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:02:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.268s coverage: 58.8% of statements 04:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:02:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.310s coverage: 80.0% of statements 04:02:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.292s coverage: 87.2% of statements 04:02:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.277s coverage: 85.4% of statements 04:02:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.763s coverage: 91.2% of statements 04:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:02:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.842s coverage: 64.4% of statements 04:02:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:02:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:02:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.264s coverage: 100.0% of statements 04:02:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.119s coverage: 89.4% of statements 04:02:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.096s coverage: 100.0% of statements 04:02:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 04:02:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.291s coverage: 65.4% of statements 04:02:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:02:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:02:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 04:02:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.836s coverage: 43.8% of statements 04:02:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:02:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:02:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.281s coverage: 89.5% of statements 04:02:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:02:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.222s coverage: 84.8% of statements 04:02:30 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 04:02:30 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 04:02:30 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 04:02:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 04:02:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.315s coverage: 17.7% of statements 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:02:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.704s coverage: 92.3% of statements 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 04:02:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.237s coverage: 63.2% of statements 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:02:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.409s coverage: 97.7% of statements 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 04:02:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.203s coverage: 28.9% of statements 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 04:02:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:02:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.257s coverage: 100.0% of statements 04:02:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements 04:02:40 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 04:02:40 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:02:40 GO111MODULE=on go vet ./... 04:02:49 Building bin/spire-agent... 04:02:49 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 04:02:49 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 04:02:49 go: downloading cloud.google.com/go/secretmanager v1.3.0 04:02:49 go: downloading github.com/docker/docker v20.10.12+incompatible 04:02:49 go: downloading github.com/google/go-tpm-tools v0.3.3 04:02:49 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 04:02:49 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 04:02:49 go: downloading github.com/docker/go-connections v0.4.0 04:02:49 go: downloading github.com/opencontainers/image-spec v1.0.1 04:02:49 go: downloading github.com/docker/go-units v0.4.0 04:02:49 go: downloading github.com/containerd/containerd v1.3.4 04:02:49 go: downloading github.com/docker/distribution v2.7.1+incompatible 04:02:49 go: downloading github.com/opencontainers/go-digest v1.0.0 04:02:49 Building bin/spire-agent... 04:02:49 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 04:02:49 go: downloading cloud.google.com/go/secretmanager v1.3.0 04:02:49 go: downloading github.com/docker/docker v20.10.12+incompatible 04:02:49 Removing intermediate container 4fdf6bfd409e 04:02:49 ---> a9c48109119f 04:02:49 04:02:49 Step 13/26 : FROM alpine:3.15 04:02:49 ---> 0ac33e5f5afa 04:02:49 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 04:02:49 ---> Using cache 04:02:49 ---> fd155551f468 04:02:49 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:02:49 ---> Using cache 04:02:49 ---> eabc4b77713f 04:02:49 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:02:49 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 04:02:49 go: downloading github.com/google/go-tpm-tools v0.3.3 04:02:49 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 04:02:49 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 04:02:49 go: downloading github.com/docker/go-connections v0.4.0 04:02:49 go: downloading github.com/docker/go-units v0.4.0 04:02:49 go: downloading github.com/opencontainers/image-spec v1.0.1 04:02:49 go: downloading github.com/docker/distribution v2.7.1+incompatible 04:02:49 go: downloading github.com/containerd/containerd v1.3.4 04:02:49 go: downloading github.com/opencontainers/go-digest v1.0.0 04:02:49  ---> Running in 8f1e7f89389e 04:02:49 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:02:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:02:49 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 04:02:49 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 04:02:49 OK: 15855 distinct packages available 04:02:49 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:02:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:02:49 (1/5) Installing dumb-init (1.2.5-r1) 04:02:49 (2/5) Installing musl-obstack (1.2.3-r0) 04:02:49 (3/5) Installing libucontext (1.1-r0) 04:02:49 (4/5) Installing gcompat (1.0.0-r4) 04:02:49 (5/5) Installing openssl (1.1.1n-r0) 04:02:49 Executing busybox-1.34.1-r5.trigger 04:02:49 OK: 6 MiB in 19 packages 04:02:50 Removing intermediate container 8f1e7f89389e 04:02:50 ---> 19b6e0094bbe 04:02:50 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 04:02:51 ---> 0c221e63dad4 04:02:51 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 04:02:53 ---> 02cdd3239fe0 04:02:53 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:02:53 ---> 1d3488cefc44 04:02:53 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:02:54 ---> 561c406e7a55 04:02:54 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:02:54 ---> 61ff1b9582a6 04:02:54 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 04:02:54 ---> Running in 183b7b832e68 04:02:54 Removing intermediate container 183b7b832e68 04:02:54 ---> cdebe3644d5b 04:02:54 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 04:02:54 ---> Running in 2b8e8ebe7f4e 04:02:55 Removing intermediate container 2b8e8ebe7f4e 04:02:55 ---> ad28ce9c6ec5 04:02:55 Step 24/26 : LABEL arch=x86_64 04:02:55 ---> Running in d5a85be4deb5 04:02:55 Removing intermediate container d5a85be4deb5 04:02:55 ---> 3734c2145e50 04:02:55 Step 25/26 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:02:55 ---> Running in d337f02afdda 04:02:55 Removing intermediate container d337f02afdda 04:02:55 ---> e5073f56b641 04:02:55 Step 26/26 : LABEL version=0.0.0 04:02:55 ---> Running in 7b0d87276173 04:02:55 Removing intermediate container 7b0d87276173 04:02:55 ---> 9cbe114bb70c 04:02:55 04:02:55 Successfully built 9cbe114bb70c 04:02:56 Successfully tagged security-spire-agent:latest 04:03:42  Building security-spire-agent ... done Removing intermediate container e0980e576511 04:03:42 ---> 448109099058 04:03:42 04:03:42 Step 13/26 : FROM alpine:3.15 04:03:42 ---> 0ac33e5f5afa 04:03:42 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 04:03:42 ---> Using cache 04:03:42 ---> fd155551f468 04:03:42 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:03:42 ---> Using cache 04:03:42 ---> eabc4b77713f 04:03:42 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 04:03:42 Removing intermediate container 52c62b9ce18d 04:03:42 ---> 8351403f76fc 04:03:42 04:03:42 Step 13/25 : FROM alpine:3.15 04:03:42 ---> 0ac33e5f5afa 04:03:42 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 04:03:42 ---> Using cache 04:03:42 ---> fd155551f468 04:03:42 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:03:42 ---> Using cache 04:03:42 ---> eabc4b77713f 04:03:42 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:03:42 ---> Using cache 04:03:42 ---> 19b6e0094bbe 04:03:42 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 04:03:42 ---> Running in 7ec28a5a960a 04:03:42 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:03:43 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:03:43 ---> 9a9a46b7e00d 04:03:43 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:03:43 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 04:03:43 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 04:03:43 OK: 15855 distinct packages available 04:03:43 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:03:43 ---> ebeeea03c991 04:03:43 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:03:43 ---> 5bd1d1b323de 04:03:43 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:03:43 ---> 1114e7a0eb70 04:03:43 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 04:03:43 ---> Running in 2d5499bcaa95 04:03:43 Removing intermediate container 2d5499bcaa95 04:03:43 ---> 8ae1d588f943 04:03:43 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 04:03:43 ---> Running in ad711d8911d4 04:03:43 Removing intermediate container ad711d8911d4 04:03:43 ---> d1f6b6d9b1aa 04:03:43 Step 23/25 : LABEL arch=x86_64 04:03:44 ---> Running in 303c123bdf30 04:03:44 Removing intermediate container 303c123bdf30 04:03:44 ---> 38854adf16d3 04:03:44 Step 24/25 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:03:44 ---> Running in 0f05f44dfe06 04:03:44 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:03:44 Removing intermediate container 0f05f44dfe06 04:03:44 ---> 7668040731cc 04:03:44 Step 25/25 : LABEL version=0.0.0 04:03:44 ---> Running in f53d3b88a9ec 04:03:44 Removing intermediate container f53d3b88a9ec 04:03:44 ---> c078f8ab05d6 04:03:44 04:03:44 Successfully built c078f8ab05d6 04:03:44 Successfully tagged security-spire-server:latest 04:03:44  Building security-spire-server ... done (1/4) Installing dumb-init (1.2.5-r1) 04:03:44 (2/4) Installing musl-obstack (1.2.3-r0) 04:03:44 (3/4) Installing libucontext (1.1-r0) 04:03:44 (4/4) Installing gcompat (1.0.0-r4) 04:03:44 Executing busybox-1.34.1-r5.trigger 04:03:44 OK: 6 MiB in 18 packages 04:03:45 Removing intermediate container 7ec28a5a960a 04:03:45 ---> 007953ad8b30 04:03:45 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 04:03:46 ---> a0479adb3b0f 04:03:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:03:46 ---> f4d211ee255d 04:03:46 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 04:03:46 ---> Running in a1dab236b69d 04:03:46 Removing intermediate container a1dab236b69d 04:03:46 ---> 2ad69fffb994 04:03:46 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:03:47 ---> 70af34a88df8 04:03:47 Step 21/26 : WORKDIR / 04:03:47 ---> Running in c904da8facb2 04:03:47 Removing intermediate container c904da8facb2 04:03:47 ---> 8f81cf1538ef 04:03:47 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 04:03:47 ---> Running in 729386b21ebd 04:03:47 Removing intermediate container 729386b21ebd 04:03:47 ---> b1d9724c6c1b 04:03:47 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 04:03:47 ---> Running in bd791b344578 04:03:47 Removing intermediate container bd791b344578 04:03:47 ---> 0b4e2c215ceb 04:03:47 Step 24/26 : LABEL arch=x86_64 04:03:47 ---> Running in be81b2e7e4be 04:03:47 Removing intermediate container be81b2e7e4be 04:03:47 ---> 8ec79ee65494 04:03:47 Step 25/26 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:03:47 ---> Running in 3d31fe560def 04:03:47 Removing intermediate container 3d31fe560def 04:03:47 ---> f331f29e11f9 04:03:47 Step 26/26 : LABEL version=0.0.0 04:03:47 ---> Running in ae8eac6e9d55 04:03:47 Removing intermediate container ae8eac6e9d55 04:03:47 ---> 160a916dd46e 04:03:47 04:03:47 Successfully built 160a916dd46e 04:03:47 Successfully tagged security-spire-config:latest 04:03:47  Building security-spire-config ... done  [Pipeline] } 04:03:47 $ docker stop --time=1 74c872f0aa7af49fc3568badb5ad12af7dd2c988ccd85d4ea57da22849e1d271 04:03:49 $ docker rm -f 74c872f0aa7af49fc3568badb5ad12af7dd2c988ccd85d4ea57da22849e1d271 [Pipeline] // withDockerContainer [Pipeline] sh 04:03:49 + docker images 04:03:49 REPOSITORY TAG IMAGE ID CREATED SIZE 04:03:49 security-spire-config latest 160a916dd46e 2 seconds ago 86.7MB 04:03:49 security-spire-server latest c078f8ab05d6 5 seconds ago 87.3MB 04:03:49 448109099058 16 seconds ago 4.43GB 04:03:49 8351403f76fc 20 seconds ago 4.43GB 04:03:49 security-spire-agent latest 9cbe114bb70c 54 seconds ago 127MB 04:03:49 a9c48109119f About a minute ago 4.43GB 04:03:49 sys-mgmt-agent latest a54abaeaa1d3 3 minutes ago 299MB 04:03:49 core-metadata latest 9076ae7f53ba 3 minutes ago 17MB 04:03:49 core-data latest 7ba84c49e191 3 minutes ago 22.5MB 04:03:49 c5e42d021f3b 3 minutes ago 1.5GB 04:03:49 support-notifications latest f8bd19508dd8 3 minutes ago 26.8MB 04:03:49 2329cec13a21 4 minutes ago 1.49GB 04:03:49 c76cd51ffe3e 4 minutes ago 1.52GB 04:03:49 63c25b502167 4 minutes ago 1.55GB 04:03:49 security-proxy-setup latest 20dddc6ca6fc 4 minutes ago 26.9MB 04:03:49 68ada75372d9 4 minutes ago 1.5GB 04:03:49 security-bootstrapper latest 065fc7b3b649 4 minutes ago 19MB 04:03:49 security-spiffe-token-provider latest bd49f56866bd 4 minutes ago 28.8MB 04:03:49 security-secretstore-setup latest 9cd513dfb365 4 minutes ago 28.5MB 04:03:49 support-scheduler latest 7155edd8d169 5 minutes ago 26.2MB 04:03:49 core-command latest 4752165f69b1 5 minutes ago 16MB 04:03:49 da412f9d3623 5 minutes ago 1.55GB 04:03:49 6e70adfe43d5 5 minutes ago 1.54GB 04:03:49 ba69037f3662 5 minutes ago 1.49GB 04:03:49 030f234eaeee 5 minutes ago 1.5GB 04:03:49 7575668644f8 5 minutes ago 1.5GB 04:03:49 ci-base-image-x86_64 latest de41f8a8d027 8 minutes ago 896MB 04:03:49 docker 20.10.14 7417809fdb73 13 days ago 218MB 04:03:49 alpine 3.14 e04c818066af 2 weeks ago 5.59MB 04:03:49 alpine 3.15 0ac33e5f5afa 2 weeks ago 5.57MB 04:03:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB 04:03:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB 04:03:49 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] } 04:04:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:04:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:04:20 ./bin/test-attribution-txt.sh [Pipeline] echo 04:04:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 04:04:24 + ls -al . 04:04:24 total 668 04:04:24 drwxrwxr-x 9 1001 1001 4096 Apr 19 04:04 . 04:04:24 drwxr-xr-x 4 root root 4096 Apr 19 03:58 .. 04:04:24 -rw-rw-r-- 1 1001 1001 11 Apr 19 03:57 .dockerignore 04:04:24 drwxrwxr-x 8 1001 1001 4096 Apr 19 03:57 .git 04:04:24 drwxrwxr-x 3 1001 1001 4096 Apr 19 03:57 .github 04:04:24 -rw-rw-r-- 1 1001 1001 879 Apr 19 03:57 .gitignore 04:04:24 -rw-rw-r-- 1 1001 1001 42 Apr 19 03:57 .golangci.yml 04:04:24 -rw-rw-r-- 1 1001 1001 87 Apr 19 03:57 .hadolint.yml 04:04:24 -rw-rw-r-- 1 1001 1001 166 Apr 19 03:57 .sonarcloud.properties 04:04:24 -rw-rw-r-- 1 1001 1001 1171 Apr 19 03:57 ADOPTERS.md 04:04:24 -rw-rw-r-- 1 1001 1001 10086 Apr 19 03:57 Attribution.txt 04:04:24 -rw-rw-r-- 1 1001 1001 51732 Apr 19 03:57 CHANGELOG.md 04:04:24 -rw-rw-r-- 1 1001 1001 3804 Apr 19 03:57 CONTRIBUTING.md 04:04:24 -rw-rw-r-- 1 1001 1001 677 Apr 19 03:57 GOVERNANCE.md 04:04:24 -rw-rw-r-- 1 1001 1001 850 Apr 19 03:57 Jenkinsfile 04:04:24 -rw-rw-r-- 1 1001 1001 10775 Apr 19 03:57 LICENSE 04:04:24 -rw-rw-r-- 1 1001 1001 10389 Apr 19 03:57 Makefile 04:04:24 -rw-rw-r-- 1 1001 1001 582 Apr 19 03:57 OWNERS.md 04:04:24 -rw-rw-r-- 1 1001 1001 9120 Apr 19 03:57 README.md 04:04:24 -rw-rw-r-- 1 1001 1001 6912 Apr 19 03:57 SECURITY.md 04:04:24 -rw-rw-r-- 1 1001 1001 5 Apr 19 03:54 VERSION 04:04:24 -rw-rw-r-- 1 1001 1001 4131 Apr 19 03:57 ZMQWindows.md 04:04:24 drwxrwxr-x 2 1001 1001 4096 Apr 19 03:57 bin 04:04:24 drwxrwxr-x 18 1001 1001 4096 Apr 19 03:57 cmd 04:04:24 -rw-r--r-- 1 root root 435134 Apr 19 04:02 coverage.out 04:04:24 -rw-rw-r-- 1 1001 1001 3256 Apr 19 03:57 go.mod 04:04:24 -rw-rw-r-- 1 1001 1001 35162 Apr 19 03:57 go.sum 04:04:24 drwxrwxr-x 8 1001 1001 4096 Apr 19 03:57 internal 04:04:24 drwxrwxr-x 3 1001 1001 4096 Apr 19 03:57 openapi 04:04:24 drwxrwxr-x 4 1001 1001 4096 Apr 19 03:57 snap 04:04:24 -rw-rw-r-- 1 1001 1001 204 Apr 19 03:57 version.go [Pipeline] sh 04:04:24 + '[' -e coverage.out ] 04:04:24 + chown 1001:1001 coverage.out [Pipeline] stash 04:04:24 Warning: overwriting stash ‘coverage-report’ 04:04:25 Stashed 1 file(s) [Pipeline] sh 04:04:26 + make build 04:04:26 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 04:05:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:06:35 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 04:06:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:07:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:07:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:07:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:07:23 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:07:26 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:07:32 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:07:34 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 04:07:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:07:45 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 04:07:51 $ docker stop --time=1 a5963edc1d244300a26bb850b5a35e027a9ce8e112fce53238931888d3077c4b 04:07:53 $ docker rm -f a5963edc1d244300a26bb850b5a35e027a9ce8e112fce53238931888d3077c4b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:07:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:07:55 04:07:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:07:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:07:55 latest: Pulling from edgex-devops/edgex-compose-arm64 04:07:55 29e5d40040c1: Pulling fs layer 04:07:55 1ce36da41761: Pulling fs layer 04:07:55 25b303627fd3: Pulling fs layer 04:07:55 29e5d40040c1: Verifying Checksum 04:07:55 29e5d40040c1: Download complete 04:07:56 1ce36da41761: Verifying Checksum 04:07:56 1ce36da41761: Download complete 04:07:56 29e5d40040c1: Pull complete 04:07:58 25b303627fd3: Verifying Checksum 04:07:58 25b303627fd3: Download complete 04:07:59 1ce36da41761: Pull complete 04:08:11 25b303627fd3: Pull complete 04:08:11 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:08:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:08:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:08:11 prd-ubuntu20.04-docker-arm64-4c-16g-21298 does not seem to be running inside a container 04:08:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:08:14 $ docker top e701f651e3183f9fad9dd677a00d1693a2aa9339bd44b83a69fd371e5474fc9a -eo pid,comm [Pipeline] { [Pipeline] sh 04:08:15 + grep parallel 04:08:15 + docker-compose build --help 04:08:18 --parallel Build images in parallel. [Pipeline] } 04:08:18 $ docker stop --time=1 e701f651e3183f9fad9dd677a00d1693a2aa9339bd44b83a69fd371e5474fc9a 04:08:20 $ docker rm -f e701f651e3183f9fad9dd677a00d1693a2aa9339bd44b83a69fd371e5474fc9a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:08:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:08:20 . [Pipeline] withDockerContainer 04:08:21 prd-ubuntu20.04-docker-arm64-4c-16g-21298 does not seem to be running inside a container 04:08:21 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:08:22 $ docker top ebab5fe811a297a28a717569f90eeb92e5567bb1a982e0f9265775526a502f42 -eo pid,comm [Pipeline] { [Pipeline] sh 04:08:23 + docker-compose -f ./docker-compose-build.yml build --parallel 04:08:27 Building core-command ... 04:08:27 Building core-data ... 04:08:27 Building core-metadata ... 04:08:27 Building security-bootstrapper ... 04:08:27 Building security-proxy-setup ... 04:08:27 Building security-secretstore-setup ... 04:08:27 Building security-spiffe-token-provider ... 04:08:27 Building security-spire-agent ... 04:08:27 Building security-spire-config ... 04:08:27 Building security-spire-server ... 04:08:27 Building support-notifications ... 04:08:27 Building support-scheduler ... 04:08:27 Building sys-mgmt-agent ... 04:08:27 Building security-secretstore-setup 04:08:27 Building support-scheduler 04:08:27 Building security-spiffe-token-provider 04:08:27 Building security-spire-agent 04:08:27 Building core-metadata 04:09:49 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 04:09:49 Step 2/25 : FROM ${BUILDER_BASE} AS builder 04:09:49 ---> d99e747cccb7 04:09:49 Step 3/25 : WORKDIR /edgex-go 04:09:50 ---> Running in 2ad1d0f2e625 04:09:51 Removing intermediate container 2ad1d0f2e625 04:09:51 ---> 77c1c30c5366 04:09:51 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:09:51 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 04:09:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:09:51 ---> d99e747cccb7 04:09:51 Step 3/26 : WORKDIR /edgex-go 04:09:51 ---> Running in 07e4a0bb79c0 04:09:51 ---> Running in c5e3503dcaba 04:09:51 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 04:09:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:09:51 ---> d99e747cccb7 04:09:51 Step 3/23 : WORKDIR /edgex-go 04:09:51 ---> Running in 720036b06863 04:09:51 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 04:09:51 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:09:51 ---> d99e747cccb7 04:09:51 Step 3/20 : WORKDIR /edgex-go 04:09:51 ---> Running in a0db4ecdea19 04:09:52 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 04:09:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:09:52 ---> d99e747cccb7 04:09:52 Step 3/22 : WORKDIR /edgex-go 04:09:52 ---> Running in b265abfa1778 04:09:52 Removing intermediate container 720036b06863 04:09:52 ---> cdd38ba1c8bc 04:09:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:09:52 Removing intermediate container b265abfa1778 04:09:52 ---> 93cca50c579f 04:09:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:09:52 Removing intermediate container 07e4a0bb79c0 04:09:52 ---> 2c5012ac8db4 04:09:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:09:52 Removing intermediate container a0db4ecdea19 04:09:52 ---> d85c3da7ac28 04:09:52 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 04:09:52 ---> Running in a54b35d52bf8 04:09:52 ---> Running in 2264d8e8006f 04:09:52 ---> Running in 07fd790cb8be 04:09:52 ---> Running in 800cc6a10ca8 04:09:55 Removing intermediate container c5e3503dcaba 04:09:55 ---> 250651d40aed 04:09:55 Step 5/25 : RUN apk add --update --no-cache make git 04:09:55 ---> Running in d3e25c19f3aa 04:09:55 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:09:56 Removing intermediate container 07fd790cb8be 04:09:56 ---> f9d6d5184123 04:09:56 Step 5/22 : RUN apk add --update --no-cache make git 04:09:56 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:09:56 Removing intermediate container a54b35d52bf8 04:09:56 ---> 531b12838fa1 04:09:56 Step 5/23 : RUN apk add --update --no-cache make git 04:09:56 ---> Running in f6481b5e94a9 04:09:56 ---> Running in ac73766e2038 04:09:57 Removing intermediate container 2264d8e8006f 04:09:57 ---> e9df8d7cdadd 04:09:57 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 04:09:57 ---> Running in 7976b1a8989c 04:09:57 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 04:09:57 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 04:09:57 OK: 15741 distinct packages available 04:09:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:09:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:09:58 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:09:58 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:09:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:09:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:09:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:09:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:09:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:09:59 OK: 220 MiB in 52 packages 04:09:59 OK: 220 MiB in 52 packages 04:09:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:10:00 OK: 220 MiB in 52 packages 04:10:00 OK: 220 MiB in 52 packages 04:10:01 OK: 220 MiB in 52 packages 04:10:01 Removing intermediate container d3e25c19f3aa 04:10:01 ---> 2147c57264b0 04:10:01 Step 6/25 : COPY go.mod vendor* ./ 04:10:01 Removing intermediate container 800cc6a10ca8 04:10:01 ---> c443eeae9ee0 04:10:01 Step 5/20 : COPY go.mod vendor* ./ 04:10:02 Removing intermediate container f6481b5e94a9 04:10:02 ---> 5b9593e03231 04:10:02 Step 6/22 : COPY go.mod vendor* ./ 04:10:02 Removing intermediate container 7976b1a8989c 04:10:02 ---> b65aba440dc8 04:10:02 Step 6/26 : COPY go.mod vendor* ./ 04:10:02 Removing intermediate container ac73766e2038 04:10:02 ---> 9f42918c8d03 04:10:02 Step 6/23 : COPY go.mod vendor* ./ 04:10:02 ---> 0832bc551cc5 04:10:02 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:10:03 ---> abba0e22954a 04:10:03 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:10:03 ---> Running in e4fc471f746f 04:10:03 ---> Running in b67a78e71848 04:10:03 ---> 14dea73a47ea 04:10:03 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:10:03 ---> Running in f4ac786a59f1 04:10:04 ---> 3d741f60633e 04:10:04 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:10:04 ---> Running in 171a587c15fc 04:10:04 ---> 5d0886715927 04:10:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:10:04 ---> Running in ca67fcce2427 04:10:10 Removing intermediate container f4ac786a59f1 04:10:10 ---> f9e16475e3ee 04:10:10 Step 8/22 : COPY . . 04:10:10 Removing intermediate container b67a78e71848 04:10:10 ---> ceed6e7352ee 04:10:10 Step 7/20 : COPY . . 04:10:10 Removing intermediate container e4fc471f746f 04:10:10 ---> 505e40cc3ba2 04:10:10 Step 8/25 : COPY . . 04:10:10 Removing intermediate container 171a587c15fc 04:10:10 ---> dc047c2bd229 04:10:10 Step 8/26 : COPY . . 04:10:10 Removing intermediate container ca67fcce2427 04:10:10 ---> 569f24cfb75d 04:10:10 Step 8/23 : COPY . . 04:10:42 ---> b5e6d7c96f0c 04:10:42 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:10:42 ---> 1a661cdf2f24 04:10:42 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:10:42 ---> 3e645ff0e9ff 04:10:42 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:10:42 ---> Running in de9cee4a3c90 04:10:42 ---> Running in 1cd03d2383c8 04:10:42 ---> fec54c200bd9 04:10:42 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 04:10:42 ---> Running in fba4f51ba9f1 04:10:42 ---> ddf70f3b0a85 04:10:42 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:10:42 ---> Running in 8d2361778a94 04:10:42 ---> Running in a645a28e7caa 04:10:42 Removing intermediate container 8d2361778a94 04:10:42 ---> fb97f24e1268 04:10:42 Step 10/26 : RUN mkdir -p spire-build 04:10:42 ---> Running in 499c14504ece 04:10:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:10:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:10:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 04:10:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:10:42 Removing intermediate container 499c14504ece 04:10:42 ---> 92bfd43154b7 04:10:42 Step 11/26 : WORKDIR /edgex-go/spire-build 04:10:42 ---> Running in a88aa3d1cdd7 04:10:42 Removing intermediate container a88aa3d1cdd7 04:10:42 ---> 636673c5d403 04:10:42 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 04:10:42 ---> Running in 2b3b58aba97b 04:10:45 spire-1.2.1/ 04:10:45 spire-1.2.1/.data/ 04:10:45 spire-1.2.1/.data/.file 04:10:45 spire-1.2.1/.dockerignore 04:10:45 spire-1.2.1/.gitattributes 04:10:45 spire-1.2.1/.githooks/ 04:10:45 spire-1.2.1/.githooks/pre-commit 04:10:45 spire-1.2.1/.github/ 04:10:45 spire-1.2.1/.github/ISSUE_TEMPLATE.md 04:10:45 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 04:10:45 spire-1.2.1/.github/dependabot.yml 04:10:45 spire-1.2.1/.github/workflows/ 04:10:45 spire-1.2.1/.github/workflows/nightly_build.yaml 04:10:45 spire-1.2.1/.github/workflows/pr_build.yaml 04:10:45 spire-1.2.1/.github/workflows/release_build.yaml 04:10:45 spire-1.2.1/.github/workflows/scripts/ 04:10:45 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 04:10:45 spire-1.2.1/.github/workflows/scripts/push-images.sh 04:10:45 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 04:10:45 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 04:10:45 spire-1.2.1/.github/workflows/scripts/split.sh 04:10:45 spire-1.2.1/.gitignore 04:10:45 spire-1.2.1/.go-version 04:10:45 spire-1.2.1/.golangci.yml 04:10:45 spire-1.2.1/ADOPTERS.md 04:10:45 spire-1.2.1/CHANGELOG.md 04:10:45 spire-1.2.1/CODE-OF-CONDUCT.md 04:10:45 spire-1.2.1/CODEOWNERS 04:10:45 spire-1.2.1/CONTRIBUTING.md 04:10:45 spire-1.2.1/Dockerfile 04:10:45 spire-1.2.1/Dockerfile.dev 04:10:45 spire-1.2.1/Dockerfile.scratch 04:10:45 spire-1.2.1/LICENSE 04:10:45 spire-1.2.1/MAINTAINERS.md 04:10:45 spire-1.2.1/Makefile 04:10:45 spire-1.2.1/README.md 04:10:45 spire-1.2.1/ROADMAP.md 04:10:45 spire-1.2.1/SECURITY.md 04:10:45 spire-1.2.1/cmd/ 04:10:45 spire-1.2.1/cmd/spire-agent/ 04:10:45 spire-1.2.1/cmd/spire-agent/cli/ 04:10:45 spire-1.2.1/cmd/spire-agent/cli/api/ 04:10:45 spire-1.2.1/cmd/spire-agent/cli/api/common.go 04:10:45 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 04:10:45 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 04:10:45 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 04:10:45 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 04:10:45 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 04:10:45 spire-1.2.1/cmd/spire-agent/cli/cli.go 04:10:45 spire-1.2.1/cmd/spire-agent/cli/common/ 04:10:45 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 04:10:45 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 04:10:45 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 04:10:45 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 04:10:45 spire-1.2.1/cmd/spire-agent/cli/run/ 04:10:45 spire-1.2.1/cmd/spire-agent/cli/run/run.go 04:10:45 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 04:10:45 spire-1.2.1/cmd/spire-agent/cli/validate/ 04:10:45 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 04:10:45 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 04:10:45 spire-1.2.1/cmd/spire-agent/main.go 04:10:45 spire-1.2.1/cmd/spire-server/ 04:10:45 spire-1.2.1/cmd/spire-server/cli/ 04:10:45 spire-1.2.1/cmd/spire-server/cli/agent/ 04:10:45 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/agent/count.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/agent/list.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/agent/show.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/bundle/ 04:10:45 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/cli.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/entry/ 04:10:45 spire-1.2.1/cmd/spire-server/cli/entry/count.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/entry/create.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/entry/show.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/entry/update.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/entry/util.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/federation/ 04:10:45 spire-1.2.1/cmd/spire-server/cli/federation/common.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/federation/create.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/federation/list.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/federation/show.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/federation/update.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 04:10:45 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/jwt/ 04:10:45 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/run/ 04:10:45 spire-1.2.1/cmd/spire-server/cli/run/run.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/token/ 04:10:45 spire-1.2.1/cmd/spire-server/cli/token/generate.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/validate/ 04:10:45 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/x509/ 04:10:45 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 04:10:45 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 04:10:45 spire-1.2.1/cmd/spire-server/main.go 04:10:45 spire-1.2.1/cmd/spire-server/util/ 04:10:45 spire-1.2.1/cmd/spire-server/util/util.go 04:10:45 spire-1.2.1/conf/ 04:10:45 spire-1.2.1/conf/agent/ 04:10:45 spire-1.2.1/conf/agent/agent.conf 04:10:45 spire-1.2.1/conf/agent/agent_full.conf 04:10:45 spire-1.2.1/conf/agent/dummy_root_ca.crt 04:10:45 spire-1.2.1/conf/server/ 04:10:45 spire-1.2.1/conf/server/dummy_upstream_ca.crt 04:10:45 spire-1.2.1/conf/server/dummy_upstream_ca.key 04:10:45 spire-1.2.1/conf/server/server.conf 04:10:45 spire-1.2.1/conf/server/server_full.conf 04:10:45 spire-1.2.1/doc/ 04:10:45 spire-1.2.1/doc/SPIRE101.md 04:10:45 spire-1.2.1/doc/auditlog.md 04:10:45 spire-1.2.1/doc/authorization_policy_engine.md 04:10:45 spire-1.2.1/doc/changelog_guidelines.md 04:10:45 spire-1.2.1/doc/cure53-report.pdf 04:10:45 spire-1.2.1/doc/images/ 04:10:45 spire-1.2.1/doc/images/2019_roadmap.png 04:10:45 spire-1.2.1/doc/images/SPIRE101.png 04:10:45 spire-1.2.1/doc/images/SPIRE_agent.png 04:10:45 spire-1.2.1/doc/images/SPIRE_server.png 04:10:45 spire-1.2.1/doc/images/cache_mgr.png 04:10:45 spire-1.2.1/doc/images/cache_mgr_components.png 04:10:45 spire-1.2.1/doc/images/federated_spire.png 04:10:45 spire-1.2.1/doc/images/ha_mode.png 04:10:45 spire-1.2.1/doc/images/nested_spire.png 04:10:45 spire-1.2.1/doc/images/oidc_federation.png 04:10:45 spire-1.2.1/doc/images/single_trust_domain.png 04:10:45 spire-1.2.1/doc/images/spiffe_compatible.png 04:10:45 spire-1.2.1/doc/images/spire_logo.png 04:10:45 spire-1.2.1/doc/migrating_registration_api_clients.md 04:10:45 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 04:10:45 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 04:10:45 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 04:10:45 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 04:10:45 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 04:10:45 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 04:10:45 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 04:10:45 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 04:10:45 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 04:10:45 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 04:10:45 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 04:10:45 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 04:10:45 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 04:10:45 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 04:10:45 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 04:10:45 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 04:10:45 spire-1.2.1/doc/plugin_server_datastore_sql.md 04:10:45 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 04:10:45 spire-1.2.1/doc/plugin_server_keymanager_disk.md 04:10:45 spire-1.2.1/doc/plugin_server_keymanager_memory.md 04:10:45 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 04:10:45 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 04:10:45 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 04:10:45 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 04:10:45 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 04:10:45 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 04:10:45 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 04:10:45 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 04:10:45 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 04:10:45 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 04:10:45 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 04:10:45 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 04:10:45 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 04:10:45 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 04:10:45 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 04:10:45 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 04:10:45 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 04:10:45 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 04:10:45 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 04:10:45 spire-1.2.1/doc/scaling_spire.md 04:10:45 spire-1.2.1/doc/spire_agent.md 04:10:45 spire-1.2.1/doc/spire_server.md 04:10:45 spire-1.2.1/doc/supported_integrations.md 04:10:45 spire-1.2.1/doc/telemetry.md 04:10:45 spire-1.2.1/doc/telemetry_config.md 04:10:45 spire-1.2.1/doc/upgrading.md 04:10:45 spire-1.2.1/doc/using_spire.md 04:10:45 spire-1.2.1/examples/ 04:10:45 spire-1.2.1/examples/README.md 04:10:45 spire-1.2.1/go.mod 04:10:45 spire-1.2.1/go.sum 04:10:45 spire-1.2.1/pkg/ 04:10:45 spire-1.2.1/pkg/agent/ 04:10:45 spire-1.2.1/pkg/agent/agent.go 04:10:45 spire-1.2.1/pkg/agent/api/ 04:10:45 spire-1.2.1/pkg/agent/api/config.go 04:10:45 spire-1.2.1/pkg/agent/api/debug/ 04:10:45 spire-1.2.1/pkg/agent/api/debug/v1/ 04:10:45 spire-1.2.1/pkg/agent/api/debug/v1/service.go 04:10:45 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 04:10:45 spire-1.2.1/pkg/agent/api/delegatedidentity/ 04:10:45 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 04:10:45 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 04:10:45 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 04:10:45 spire-1.2.1/pkg/agent/api/endpoints.go 04:10:45 spire-1.2.1/pkg/agent/api/health/ 04:10:45 spire-1.2.1/pkg/agent/api/health/v1/ 04:10:45 spire-1.2.1/pkg/agent/api/health/v1/service.go 04:10:45 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 04:10:45 spire-1.2.1/pkg/agent/api/rpccontext/ 04:10:45 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 04:10:45 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 04:10:45 spire-1.2.1/pkg/agent/attestor/ 04:10:45 spire-1.2.1/pkg/agent/attestor/node/ 04:10:45 spire-1.2.1/pkg/agent/attestor/node/experimental.go 04:10:45 spire-1.2.1/pkg/agent/attestor/node/node.go 04:10:45 spire-1.2.1/pkg/agent/attestor/node/node_test.go 04:10:45 spire-1.2.1/pkg/agent/attestor/workload/ 04:10:45 spire-1.2.1/pkg/agent/attestor/workload/workload.go 04:10:45 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 04:10:45 spire-1.2.1/pkg/agent/catalog/ 04:10:45 spire-1.2.1/pkg/agent/catalog/catalog.go 04:10:45 spire-1.2.1/pkg/agent/catalog/keymanager.go 04:10:45 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 04:10:45 spire-1.2.1/pkg/agent/catalog/svidstore.go 04:10:45 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 04:10:45 spire-1.2.1/pkg/agent/client/ 04:10:45 spire-1.2.1/pkg/agent/client/client.go 04:10:45 spire-1.2.1/pkg/agent/client/client_test.go 04:10:45 spire-1.2.1/pkg/agent/client/dial.go 04:10:45 spire-1.2.1/pkg/agent/client/nodeconn.go 04:10:45 spire-1.2.1/pkg/agent/client/nodeconn_test.go 04:10:45 spire-1.2.1/pkg/agent/client/update.go 04:10:45 spire-1.2.1/pkg/agent/client/util.go 04:10:45 spire-1.2.1/pkg/agent/common/ 04:10:45 spire-1.2.1/pkg/agent/common/backoff/ 04:10:45 spire-1.2.1/pkg/agent/common/backoff/backoff.go 04:10:45 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 04:10:45 spire-1.2.1/pkg/agent/common/cgroups/ 04:10:45 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 04:10:45 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 04:10:45 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 04:10:45 spire-1.2.1/pkg/agent/config.go 04:10:45 spire-1.2.1/pkg/agent/endpoints/ 04:10:45 spire-1.2.1/pkg/agent/endpoints/config.go 04:10:45 spire-1.2.1/pkg/agent/endpoints/endpoints.go 04:10:45 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 04:10:45 spire-1.2.1/pkg/agent/endpoints/metrics.go 04:10:45 spire-1.2.1/pkg/agent/endpoints/middleware.go 04:10:45 spire-1.2.1/pkg/agent/endpoints/peertracker.go 04:10:45 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 04:10:45 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 04:10:45 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 04:10:45 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 04:10:45 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 04:10:45 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 04:10:45 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 04:10:45 spire-1.2.1/pkg/agent/endpoints/workload/ 04:10:45 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 04:10:45 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 04:10:45 spire-1.2.1/pkg/agent/manager/ 04:10:45 spire-1.2.1/pkg/agent/manager/cache/ 04:10:45 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 04:10:45 spire-1.2.1/pkg/agent/manager/cache/cache.go 04:10:45 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 04:10:45 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 04:10:45 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 04:10:45 spire-1.2.1/pkg/agent/manager/cache/sets.go 04:10:45 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 04:10:45 spire-1.2.1/pkg/agent/manager/config.go 04:10:45 spire-1.2.1/pkg/agent/manager/manager.go 04:10:45 spire-1.2.1/pkg/agent/manager/manager_test.go 04:10:45 spire-1.2.1/pkg/agent/manager/storage.go 04:10:45 spire-1.2.1/pkg/agent/manager/storage_test.go 04:10:45 spire-1.2.1/pkg/agent/manager/storecache/ 04:10:45 spire-1.2.1/pkg/agent/manager/storecache/cache.go 04:10:45 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 04:10:45 spire-1.2.1/pkg/agent/manager/sync.go 04:10:45 spire-1.2.1/pkg/agent/plugin/ 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/ 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 04:10:45 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 04:10:45 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/ 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 04:10:45 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 04:10:45 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 04:10:45 spire-1.2.1/pkg/agent/svid/ 04:10:45 spire-1.2.1/pkg/agent/svid/rotator.go 04:10:45 spire-1.2.1/pkg/agent/svid/rotator_config.go 04:10:45 spire-1.2.1/pkg/agent/svid/rotator_test.go 04:10:45 spire-1.2.1/pkg/agent/svid/store/ 04:10:45 spire-1.2.1/pkg/agent/svid/store/service.go 04:10:45 spire-1.2.1/pkg/agent/svid/store/service_test.go 04:10:45 spire-1.2.1/pkg/common/ 04:10:45 spire-1.2.1/pkg/common/agentpathtemplate/ 04:10:45 spire-1.2.1/pkg/common/agentpathtemplate/template.go 04:10:45 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 04:10:45 spire-1.2.1/pkg/common/api/ 04:10:45 spire-1.2.1/pkg/common/api/metrics.go 04:10:45 spire-1.2.1/pkg/common/api/middleware/ 04:10:45 spire-1.2.1/pkg/common/api/middleware/common_test.go 04:10:45 spire-1.2.1/pkg/common/api/middleware/interceptor.go 04:10:45 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 04:10:45 spire-1.2.1/pkg/common/api/middleware/logger.go 04:10:45 spire-1.2.1/pkg/common/api/middleware/logger_test.go 04:10:45 spire-1.2.1/pkg/common/api/middleware/metrics.go 04:10:45 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 04:10:45 spire-1.2.1/pkg/common/api/middleware/middleware.go 04:10:45 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 04:10:45 spire-1.2.1/pkg/common/api/middleware/misconfig.go 04:10:45 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 04:10:45 spire-1.2.1/pkg/common/api/middleware/names.go 04:10:45 spire-1.2.1/pkg/common/api/middleware/names_test.go 04:10:45 spire-1.2.1/pkg/common/api/names.go 04:10:45 spire-1.2.1/pkg/common/api/ratelimit.go 04:10:45 spire-1.2.1/pkg/common/api/rpccontext/ 04:10:45 spire-1.2.1/pkg/common/api/rpccontext/logger.go 04:10:45 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 04:10:45 spire-1.2.1/pkg/common/api/rpccontext/names.go 04:10:45 spire-1.2.1/pkg/common/auth/ 04:10:45 spire-1.2.1/pkg/common/auth/interceptors.go 04:10:45 spire-1.2.1/pkg/common/auth/interceptors_test.go 04:10:45 spire-1.2.1/pkg/common/auth/untracked_uds.go 04:10:45 spire-1.2.1/pkg/common/bundleutil/ 04:10:45 spire-1.2.1/pkg/common/bundleutil/bundle.go 04:10:45 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 04:10:45 spire-1.2.1/pkg/common/bundleutil/common_test.go 04:10:45 spire-1.2.1/pkg/common/bundleutil/marshal.go 04:10:45 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 04:10:45 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 04:10:45 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 04:10:45 spire-1.2.1/pkg/common/bundleutil/types.go 04:10:45 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 04:10:45 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 04:10:45 spire-1.2.1/pkg/common/catalog/ 04:10:45 spire-1.2.1/pkg/common/catalog/bind.go 04:10:45 spire-1.2.1/pkg/common/catalog/builtin.go 04:10:45 spire-1.2.1/pkg/common/catalog/catalog.go 04:10:45 spire-1.2.1/pkg/common/catalog/catalog_test.go 04:10:45 spire-1.2.1/pkg/common/catalog/closers.go 04:10:45 spire-1.2.1/pkg/common/catalog/cmd_linux.go 04:10:45 spire-1.2.1/pkg/common/catalog/cmd_other.go 04:10:45 spire-1.2.1/pkg/common/catalog/config.go 04:10:45 spire-1.2.1/pkg/common/catalog/config_test.go 04:10:45 spire-1.2.1/pkg/common/catalog/configure.go 04:10:45 spire-1.2.1/pkg/common/catalog/constraints.go 04:10:45 spire-1.2.1/pkg/common/catalog/constraints_test.go 04:10:45 spire-1.2.1/pkg/common/catalog/context.go 04:10:45 spire-1.2.1/pkg/common/catalog/external.go 04:10:45 spire-1.2.1/pkg/common/catalog/host.go 04:10:45 spire-1.2.1/pkg/common/catalog/pipenet.go 04:10:45 spire-1.2.1/pkg/common/catalog/plugin.go 04:10:45 spire-1.2.1/pkg/common/catalog/testplugin/ 04:10:45 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 04:10:45 spire-1.2.1/pkg/common/catalog/testplugin/main.go 04:10:45 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 04:10:45 spire-1.2.1/pkg/common/cli/ 04:10:45 spire-1.2.1/pkg/common/cli/env.go 04:10:45 spire-1.2.1/pkg/common/cli/flags.go 04:10:45 spire-1.2.1/pkg/common/cli/trust_domain.go 04:10:45 spire-1.2.1/pkg/common/cli/trust_domain_test.go 04:10:45 spire-1.2.1/pkg/common/cli/umask.go 04:10:45 spire-1.2.1/pkg/common/cli/umask_posix.go 04:10:45 spire-1.2.1/pkg/common/cli/umask_test.go 04:10:45 spire-1.2.1/pkg/common/cli/umask_windows.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/ 04:10:45 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/flag.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/flag_test.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/format.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/format_test.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/ 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 04:10:45 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 04:10:46 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 04:10:46 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 04:10:46 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 04:10:46 spire-1.2.1/pkg/common/coretypes/ 04:10:46 spire-1.2.1/pkg/common/coretypes/bundle/ 04:10:46 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 04:10:46 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 04:10:46 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 04:10:46 spire-1.2.1/pkg/common/coretypes/bundle/require.go 04:10:46 spire-1.2.1/pkg/common/coretypes/jwtkey/ 04:10:46 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 04:10:46 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 04:10:46 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 04:10:46 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 04:10:46 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 04:10:46 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 04:10:46 spire-1.2.1/pkg/common/coretypes/x509certificate/ 04:10:46 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 04:10:46 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 04:10:46 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 04:10:46 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 04:10:46 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 04:10:46 spire-1.2.1/pkg/common/cryptoutil/ 04:10:46 spire-1.2.1/pkg/common/cryptoutil/keys.go 04:10:46 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 04:10:46 spire-1.2.1/pkg/common/diskutil/ 04:10:46 spire-1.2.1/pkg/common/diskutil/file_posix.go 04:10:46 spire-1.2.1/pkg/common/diskutil/file_test.go 04:10:46 spire-1.2.1/pkg/common/diskutil/file_windows.go 04:10:46 spire-1.2.1/pkg/common/errorutil/ 04:10:46 spire-1.2.1/pkg/common/errorutil/wrapper.go 04:10:46 spire-1.2.1/pkg/common/health/ 04:10:46 spire-1.2.1/pkg/common/health/config.go 04:10:46 spire-1.2.1/pkg/common/health/context.go 04:10:46 spire-1.2.1/pkg/common/health/context_test.go 04:10:46 spire-1.2.1/pkg/common/health/health.go 04:10:46 spire-1.2.1/pkg/common/health/health_test.go 04:10:46 spire-1.2.1/pkg/common/health/logger.go 04:10:46 spire-1.2.1/pkg/common/hostservice/ 04:10:46 spire-1.2.1/pkg/common/hostservice/metricsservice/ 04:10:46 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 04:10:46 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 04:10:46 spire-1.2.1/pkg/common/idutil/ 04:10:46 spire-1.2.1/pkg/common/idutil/require.go 04:10:46 spire-1.2.1/pkg/common/idutil/require_test.go 04:10:46 spire-1.2.1/pkg/common/idutil/safety.go 04:10:46 spire-1.2.1/pkg/common/idutil/safety_test.go 04:10:46 spire-1.2.1/pkg/common/idutil/spiffeid.go 04:10:46 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 04:10:46 spire-1.2.1/pkg/common/jwtsvid/ 04:10:46 spire-1.2.1/pkg/common/jwtsvid/common.go 04:10:46 spire-1.2.1/pkg/common/jwtsvid/sign.go 04:10:46 spire-1.2.1/pkg/common/jwtsvid/token_test.go 04:10:46 spire-1.2.1/pkg/common/jwtsvid/validate.go 04:10:46 spire-1.2.1/pkg/common/jwtutil/ 04:10:46 spire-1.2.1/pkg/common/jwtutil/keyset.go 04:10:46 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 04:10:46 spire-1.2.1/pkg/common/log/ 04:10:46 spire-1.2.1/pkg/common/log/hclog_adapter.go 04:10:46 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 04:10:46 spire-1.2.1/pkg/common/log/log.go 04:10:46 spire-1.2.1/pkg/common/log/log_test.go 04:10:46 spire-1.2.1/pkg/common/log/options.go 04:10:46 spire-1.2.1/pkg/common/nodeutil/ 04:10:46 spire-1.2.1/pkg/common/nodeutil/node.go 04:10:46 spire-1.2.1/pkg/common/nodeutil/node_test.go 04:10:46 spire-1.2.1/pkg/common/peertracker/ 04:10:46 spire-1.2.1/pkg/common/peertracker/conn.go 04:10:46 spire-1.2.1/pkg/common/peertracker/credentials.go 04:10:46 spire-1.2.1/pkg/common/peertracker/errors.go 04:10:46 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 04:10:46 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 04:10:46 spire-1.2.1/pkg/common/peertracker/info.go 04:10:46 spire-1.2.1/pkg/common/peertracker/listener.go 04:10:46 spire-1.2.1/pkg/common/peertracker/listener_test.go 04:10:46 spire-1.2.1/pkg/common/peertracker/peertracker.go 04:10:46 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 04:10:46 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 04:10:46 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 04:10:46 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 04:10:46 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 04:10:46 spire-1.2.1/pkg/common/peertracker/tcp.go 04:10:46 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 04:10:46 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 04:10:46 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 04:10:46 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 04:10:46 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 04:10:46 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 04:10:46 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 04:10:46 spire-1.2.1/pkg/common/peertracker/uds.go 04:10:46 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 04:10:46 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 04:10:46 spire-1.2.1/pkg/common/peertracker/uds_linux.go 04:10:46 spire-1.2.1/pkg/common/pemutil/ 04:10:46 spire-1.2.1/pkg/common/pemutil/block.go 04:10:46 spire-1.2.1/pkg/common/pemutil/certs.go 04:10:46 spire-1.2.1/pkg/common/pemutil/common.go 04:10:46 spire-1.2.1/pkg/common/pemutil/csr.go 04:10:46 spire-1.2.1/pkg/common/pemutil/keys.go 04:10:46 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 04:10:46 spire-1.2.1/pkg/common/pemutil/testdata/ 04:10:46 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 04:10:46 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 04:10:46 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 04:10:46 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 04:10:46 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 04:10:46 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 04:10:46 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 04:10:46 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 04:10:46 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 04:10:46 spire-1.2.1/pkg/common/plugin/ 04:10:46 spire-1.2.1/pkg/common/plugin/aws/ 04:10:46 spire-1.2.1/pkg/common/plugin/aws/iid.go 04:10:46 spire-1.2.1/pkg/common/plugin/azure/ 04:10:46 spire-1.2.1/pkg/common/plugin/azure/msi.go 04:10:46 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 04:10:46 spire-1.2.1/pkg/common/plugin/facade.go 04:10:46 spire-1.2.1/pkg/common/plugin/facade_test.go 04:10:46 spire-1.2.1/pkg/common/plugin/gcp/ 04:10:46 spire-1.2.1/pkg/common/plugin/gcp/iit.go 04:10:46 spire-1.2.1/pkg/common/plugin/k8s/ 04:10:46 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 04:10:46 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 04:10:46 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 04:10:46 spire-1.2.1/pkg/common/plugin/k8s/utils.go 04:10:46 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 04:10:46 spire-1.2.1/pkg/common/plugin/log.go 04:10:46 spire-1.2.1/pkg/common/plugin/sshpop/ 04:10:46 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 04:10:46 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 04:10:46 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 04:10:46 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 04:10:46 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 04:10:46 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 04:10:46 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 04:10:46 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 04:10:46 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 04:10:46 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 04:10:46 spire-1.2.1/pkg/common/plugin/tpmdevid/ 04:10:46 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 04:10:46 spire-1.2.1/pkg/common/plugin/x509pop/ 04:10:46 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 04:10:46 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 04:10:46 spire-1.2.1/pkg/common/profiling/ 04:10:46 spire-1.2.1/pkg/common/profiling/dumpers.go 04:10:46 spire-1.2.1/pkg/common/profiling/profiling.go 04:10:46 spire-1.2.1/pkg/common/protoutil/ 04:10:46 spire-1.2.1/pkg/common/protoutil/masks.go 04:10:46 spire-1.2.1/pkg/common/protoutil/masks_test.go 04:10:46 spire-1.2.1/pkg/common/rotationutil/ 04:10:46 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 04:10:46 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 04:10:46 spire-1.2.1/pkg/common/selector/ 04:10:46 spire-1.2.1/pkg/common/selector/selector.go 04:10:46 spire-1.2.1/pkg/common/selector/selector_test.go 04:10:46 spire-1.2.1/pkg/common/selector/set.go 04:10:46 spire-1.2.1/pkg/common/selector/set_utils.go 04:10:46 spire-1.2.1/pkg/common/selector/set_utils_test.go 04:10:46 spire-1.2.1/pkg/common/telemetry/ 04:10:46 spire-1.2.1/pkg/common/telemetry/agent/ 04:10:46 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 04:10:46 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 04:10:46 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 04:10:46 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 04:10:46 spire-1.2.1/pkg/common/telemetry/agent/manager.go 04:10:46 spire-1.2.1/pkg/common/telemetry/agent/node.go 04:10:46 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 04:10:46 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 04:10:46 spire-1.2.1/pkg/common/telemetry/agent/store/ 04:10:46 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 04:10:46 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 04:10:46 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 04:10:46 spire-1.2.1/pkg/common/telemetry/blackhole.go 04:10:46 spire-1.2.1/pkg/common/telemetry/call.go 04:10:46 spire-1.2.1/pkg/common/telemetry/common/ 04:10:46 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 04:10:46 spire-1.2.1/pkg/common/telemetry/config.go 04:10:46 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 04:10:46 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 04:10:46 spire-1.2.1/pkg/common/telemetry/inmem.go 04:10:46 spire-1.2.1/pkg/common/telemetry/inmem_test.go 04:10:46 spire-1.2.1/pkg/common/telemetry/m3.go 04:10:46 spire-1.2.1/pkg/common/telemetry/m3_test.go 04:10:46 spire-1.2.1/pkg/common/telemetry/metrics.go 04:10:46 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 04:10:46 spire-1.2.1/pkg/common/telemetry/names.go 04:10:46 spire-1.2.1/pkg/common/telemetry/prometheus.go 04:10:46 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 04:10:46 spire-1.2.1/pkg/common/telemetry/sanitize.go 04:10:46 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 04:10:46 spire-1.2.1/pkg/common/telemetry/server/ 04:10:46 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 04:10:46 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 04:10:46 spire-1.2.1/pkg/common/telemetry/server/datastore/ 04:10:46 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 04:10:46 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 04:10:46 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 04:10:46 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 04:10:46 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 04:10:46 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 04:10:46 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 04:10:46 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 04:10:46 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 04:10:46 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 04:10:46 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 04:10:46 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 04:10:46 spire-1.2.1/pkg/common/telemetry/server/rotate.go 04:10:46 spire-1.2.1/pkg/common/telemetry/server/server.go 04:10:46 spire-1.2.1/pkg/common/telemetry/sink.go 04:10:46 spire-1.2.1/pkg/common/telemetry/statsd.go 04:10:46 spire-1.2.1/pkg/common/telemetry/statsd_test.go 04:10:46 spire-1.2.1/pkg/common/telemetry/uptime.go 04:10:46 spire-1.2.1/pkg/common/telemetry/version.go 04:10:46 spire-1.2.1/pkg/common/telemetry/withlabels.go 04:10:46 spire-1.2.1/pkg/common/uptime/ 04:10:46 spire-1.2.1/pkg/common/uptime/uptime.go 04:10:46 spire-1.2.1/pkg/common/uptime/uptime_test.go 04:10:46 spire-1.2.1/pkg/common/util/ 04:10:46 spire-1.2.1/pkg/common/util/certs.go 04:10:46 spire-1.2.1/pkg/common/util/certs_test.go 04:10:46 spire-1.2.1/pkg/common/util/csr.go 04:10:46 spire-1.2.1/pkg/common/util/hash.go 04:10:46 spire-1.2.1/pkg/common/util/selectors.go 04:10:46 spire-1.2.1/pkg/common/util/selectors_test.go 04:10:46 spire-1.2.1/pkg/common/util/signals.go 04:10:46 spire-1.2.1/pkg/common/util/sort.go 04:10:46 spire-1.2.1/pkg/common/util/sort_test.go 04:10:46 spire-1.2.1/pkg/common/util/task.go 04:10:46 spire-1.2.1/pkg/common/util/task_test.go 04:10:46 spire-1.2.1/pkg/common/util/testdata/ 04:10:46 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 04:10:46 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 04:10:46 spire-1.2.1/pkg/common/version/ 04:10:46 spire-1.2.1/pkg/common/version/version.go 04:10:46 spire-1.2.1/pkg/common/x509svid/ 04:10:46 spire-1.2.1/pkg/common/x509svid/common_test.go 04:10:46 spire-1.2.1/pkg/common/x509svid/csr.go 04:10:46 spire-1.2.1/pkg/common/x509svid/upstreamca.go 04:10:46 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 04:10:46 spire-1.2.1/pkg/common/x509util/ 04:10:46 spire-1.2.1/pkg/common/x509util/cert.go 04:10:46 spire-1.2.1/pkg/common/x509util/dns.go 04:10:46 spire-1.2.1/pkg/common/x509util/dns_test.go 04:10:46 spire-1.2.1/pkg/common/x509util/keyid.go 04:10:46 spire-1.2.1/pkg/common/x509util/keypair.go 04:10:46 spire-1.2.1/pkg/common/x509util/serialnumber.go 04:10:46 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 04:10:46 spire-1.2.1/pkg/server/ 04:10:46 spire-1.2.1/pkg/server/api/ 04:10:46 spire-1.2.1/pkg/server/api/agent.go 04:10:46 spire-1.2.1/pkg/server/api/agent/ 04:10:46 spire-1.2.1/pkg/server/api/agent/v1/ 04:10:46 spire-1.2.1/pkg/server/api/agent/v1/service.go 04:10:46 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 04:10:46 spire-1.2.1/pkg/server/api/agent_test.go 04:10:46 spire-1.2.1/pkg/server/api/api.go 04:10:46 spire-1.2.1/pkg/server/api/audit/ 04:10:46 spire-1.2.1/pkg/server/api/audit/audit.go 04:10:46 spire-1.2.1/pkg/server/api/audit/audit_test.go 04:10:46 spire-1.2.1/pkg/server/api/bundle.go 04:10:46 spire-1.2.1/pkg/server/api/bundle/ 04:10:46 spire-1.2.1/pkg/server/api/bundle/v1/ 04:10:46 spire-1.2.1/pkg/server/api/bundle/v1/service.go 04:10:46 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 04:10:46 spire-1.2.1/pkg/server/api/bundle_test.go 04:10:46 spire-1.2.1/pkg/server/api/debug/ 04:10:46 spire-1.2.1/pkg/server/api/debug/v1/ 04:10:46 spire-1.2.1/pkg/server/api/debug/v1/service.go 04:10:46 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 04:10:46 spire-1.2.1/pkg/server/api/entry.go 04:10:46 spire-1.2.1/pkg/server/api/entry/ 04:10:46 spire-1.2.1/pkg/server/api/entry/v1/ 04:10:46 spire-1.2.1/pkg/server/api/entry/v1/service.go 04:10:46 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 04:10:46 spire-1.2.1/pkg/server/api/entry_test.go 04:10:46 spire-1.2.1/pkg/server/api/health/ 04:10:46 spire-1.2.1/pkg/server/api/health/v1/ 04:10:46 spire-1.2.1/pkg/server/api/health/v1/service.go 04:10:46 spire-1.2.1/pkg/server/api/health/v1/service_test.go 04:10:46 spire-1.2.1/pkg/server/api/id.go 04:10:46 spire-1.2.1/pkg/server/api/id_test.go 04:10:46 spire-1.2.1/pkg/server/api/limits/ 04:10:46 spire-1.2.1/pkg/server/api/limits/limits.go 04:10:46 spire-1.2.1/pkg/server/api/middleware/ 04:10:46 spire-1.2.1/pkg/server/api/middleware/alias.go 04:10:46 spire-1.2.1/pkg/server/api/middleware/audit.go 04:10:46 spire-1.2.1/pkg/server/api/middleware/authorization.go 04:10:46 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 04:10:46 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 04:10:46 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 04:10:46 spire-1.2.1/pkg/server/api/middleware/caller.go 04:10:46 spire-1.2.1/pkg/server/api/middleware/caller_test.go 04:10:46 spire-1.2.1/pkg/server/api/middleware/common.go 04:10:46 spire-1.2.1/pkg/server/api/middleware/common_test.go 04:10:46 spire-1.2.1/pkg/server/api/middleware/entries.go 04:10:46 spire-1.2.1/pkg/server/api/middleware/entries_test.go 04:10:46 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 04:10:46 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 04:10:46 spire-1.2.1/pkg/server/api/ratelimit.go 04:10:46 spire-1.2.1/pkg/server/api/rpccontext/ 04:10:46 spire-1.2.1/pkg/server/api/rpccontext/alias.go 04:10:46 spire-1.2.1/pkg/server/api/rpccontext/audit.go 04:10:46 spire-1.2.1/pkg/server/api/rpccontext/caller.go 04:10:46 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 04:10:46 spire-1.2.1/pkg/server/api/selector.go 04:10:46 spire-1.2.1/pkg/server/api/selector_test.go 04:10:46 spire-1.2.1/pkg/server/api/status.go 04:10:46 spire-1.2.1/pkg/server/api/status_test.go 04:10:46 spire-1.2.1/pkg/server/api/svid/ 04:10:46 spire-1.2.1/pkg/server/api/svid/v1/ 04:10:46 spire-1.2.1/pkg/server/api/svid/v1/service.go 04:10:46 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 04:10:46 spire-1.2.1/pkg/server/api/trustdomain.go 04:10:46 spire-1.2.1/pkg/server/api/trustdomain/ 04:10:46 spire-1.2.1/pkg/server/api/trustdomain/v1/ 04:10:46 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 04:10:46 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 04:10:46 spire-1.2.1/pkg/server/api/trustdomain_test.go 04:10:46 spire-1.2.1/pkg/server/authpolicy/ 04:10:46 spire-1.2.1/pkg/server/authpolicy/defaults.go 04:10:46 spire-1.2.1/pkg/server/authpolicy/policy.go 04:10:46 spire-1.2.1/pkg/server/authpolicy/policy.rego 04:10:46 spire-1.2.1/pkg/server/authpolicy/policy_data.json 04:10:46 spire-1.2.1/pkg/server/authpolicy/policy_test.go 04:10:46 spire-1.2.1/pkg/server/authpolicy/validate.go 04:10:46 spire-1.2.1/pkg/server/bundle/ 04:10:46 spire-1.2.1/pkg/server/bundle/client/ 04:10:46 spire-1.2.1/pkg/server/bundle/client/client.go 04:10:46 spire-1.2.1/pkg/server/bundle/client/client_test.go 04:10:46 spire-1.2.1/pkg/server/bundle/client/manager.go 04:10:46 spire-1.2.1/pkg/server/bundle/client/manager_test.go 04:10:46 spire-1.2.1/pkg/server/bundle/client/sources.go 04:10:46 spire-1.2.1/pkg/server/bundle/client/sources_test.go 04:10:46 spire-1.2.1/pkg/server/bundle/client/updater.go 04:10:46 spire-1.2.1/pkg/server/bundle/client/updater_test.go 04:10:46 spire-1.2.1/pkg/server/ca/ 04:10:46 spire-1.2.1/pkg/server/ca/ca.go 04:10:46 spire-1.2.1/pkg/server/ca/ca_health.go 04:10:46 spire-1.2.1/pkg/server/ca/ca_test.go 04:10:46 spire-1.2.1/pkg/server/ca/journal.go 04:10:46 spire-1.2.1/pkg/server/ca/journal_test.go 04:10:46 spire-1.2.1/pkg/server/ca/manager.go 04:10:46 spire-1.2.1/pkg/server/ca/manager_health.go 04:10:46 spire-1.2.1/pkg/server/ca/manager_test.go 04:10:46 spire-1.2.1/pkg/server/ca/templates.go 04:10:46 spire-1.2.1/pkg/server/ca/upstream_client.go 04:10:46 spire-1.2.1/pkg/server/ca/upstream_client_test.go 04:10:46 spire-1.2.1/pkg/server/ca/validation.go 04:10:46 spire-1.2.1/pkg/server/cache/ 04:10:46 spire-1.2.1/pkg/server/cache/dscache/ 04:10:46 spire-1.2.1/pkg/server/cache/dscache/cache.go 04:10:46 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 04:10:46 spire-1.2.1/pkg/server/cache/entrycache/ 04:10:46 spire-1.2.1/pkg/server/cache/entrycache/cache.go 04:10:46 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 04:10:46 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 04:10:46 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 04:10:46 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 04:10:46 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 04:10:46 spire-1.2.1/pkg/server/catalog/ 04:10:46 spire-1.2.1/pkg/server/catalog/catalog.go 04:10:46 spire-1.2.1/pkg/server/catalog/keymanager.go 04:10:46 spire-1.2.1/pkg/server/catalog/nodeattestor.go 04:10:46 spire-1.2.1/pkg/server/catalog/noderesolver.go 04:10:46 spire-1.2.1/pkg/server/catalog/notifier.go 04:10:46 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 04:10:46 spire-1.2.1/pkg/server/config.go 04:10:46 spire-1.2.1/pkg/server/datastore/ 04:10:46 spire-1.2.1/pkg/server/datastore/datastore.go 04:10:46 spire-1.2.1/pkg/server/datastore/datastore_health.go 04:10:46 spire-1.2.1/pkg/server/datastore/repository.go 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/ 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 04:10:46 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 04:10:46 spire-1.2.1/pkg/server/endpoints/ 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/ 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/config.go 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/server.go 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 04:10:46 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 04:10:46 spire-1.2.1/pkg/server/endpoints/config.go 04:10:46 spire-1.2.1/pkg/server/endpoints/endpoints.go 04:10:46 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 04:10:46 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 04:10:46 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 04:10:46 spire-1.2.1/pkg/server/endpoints/middleware.go 04:10:46 spire-1.2.1/pkg/server/endpoints/middleware_test.go 04:10:46 spire-1.2.1/pkg/server/hostservice/ 04:10:46 spire-1.2.1/pkg/server/hostservice/agentstore/ 04:10:46 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 04:10:46 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 04:10:46 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 04:10:46 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 04:10:46 spire-1.2.1/pkg/server/hostservice/identityprovider/ 04:10:46 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 04:10:46 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/ 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/ 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/base/ 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/test/ 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 04:10:46 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/ 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 04:10:46 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/noderesolver/ 04:10:46 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 04:10:46 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 04:10:46 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 04:10:46 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 04:10:46 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 04:10:46 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 04:10:46 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/notifier/ 04:10:46 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 04:10:46 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 04:10:46 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 04:10:46 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 04:10:46 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 04:10:46 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 04:10:46 spire-1.2.1/pkg/server/plugin/notifier/repository.go 04:10:46 spire-1.2.1/pkg/server/plugin/notifier/v1.go 04:10:46 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 04:10:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 04:10:46 spire-1.2.1/pkg/server/registration/ 04:10:46 spire-1.2.1/pkg/server/registration/manager.go 04:10:46 spire-1.2.1/pkg/server/registration/manager_test.go 04:10:46 spire-1.2.1/pkg/server/scanentries.go 04:10:46 spire-1.2.1/pkg/server/scanentries_test.go 04:10:46 spire-1.2.1/pkg/server/server.go 04:10:46 spire-1.2.1/pkg/server/server_test.go 04:10:46 spire-1.2.1/pkg/server/svid/ 04:10:46 spire-1.2.1/pkg/server/svid/observer.go 04:10:46 spire-1.2.1/pkg/server/svid/observer_test.go 04:10:46 spire-1.2.1/pkg/server/svid/rotator.go 04:10:46 spire-1.2.1/pkg/server/svid/rotator_config.go 04:10:46 spire-1.2.1/pkg/server/svid/rotator_config_test.go 04:10:46 spire-1.2.1/pkg/server/svid/rotator_test.go 04:10:46 spire-1.2.1/proto/ 04:10:46 spire-1.2.1/proto/private/ 04:10:46 spire-1.2.1/proto/private/server/ 04:10:46 spire-1.2.1/proto/private/server/journal/ 04:10:46 spire-1.2.1/proto/private/server/journal/journal.pb.go 04:10:46 spire-1.2.1/proto/private/server/journal/journal.proto 04:10:46 spire-1.2.1/proto/spire/ 04:10:46 spire-1.2.1/proto/spire/common/ 04:10:46 spire-1.2.1/proto/spire/common/common.pb.go 04:10:46 spire-1.2.1/proto/spire/common/common.proto 04:10:46 spire-1.2.1/proto/spire/common/plugin/ 04:10:46 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 04:10:46 spire-1.2.1/proto/spire/common/plugin/plugin.proto 04:10:46 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 04:10:46 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 04:10:46 spire-1.2.1/proto/spire/plugin/ 04:10:46 spire-1.2.1/proto/spire/plugin/agent/ 04:10:46 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 04:10:46 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 04:10:46 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 04:10:46 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 04:10:46 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 04:10:46 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 04:10:46 spire-1.2.1/release/ 04:10:46 spire-1.2.1/release/spire-extras/ 04:10:46 spire-1.2.1/release/spire-extras/README.md 04:10:46 spire-1.2.1/release/spire-extras/conf/ 04:10:46 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 04:10:46 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 04:10:46 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 04:10:46 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 04:10:46 spire-1.2.1/release/spire/ 04:10:46 spire-1.2.1/release/spire/README.md 04:10:46 spire-1.2.1/release/spire/conf/ 04:10:46 spire-1.2.1/release/spire/conf/agent/ 04:10:46 spire-1.2.1/release/spire/conf/agent/agent.conf 04:10:46 spire-1.2.1/release/spire/conf/server/ 04:10:46 spire-1.2.1/release/spire/conf/server/server.conf 04:10:46 spire-1.2.1/script/ 04:10:46 spire-1.2.1/script/build-artifact.sh 04:10:46 spire-1.2.1/script/generate_dummy_ca.sh 04:10:46 spire-1.2.1/support/ 04:10:46 spire-1.2.1/support/k8s/ 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/ 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 04:10:46 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 04:10:46 spire-1.2.1/support/oidc-discovery-provider/ 04:10:46 spire-1.2.1/support/oidc-discovery-provider/README.md 04:10:46 spire-1.2.1/support/oidc-discovery-provider/common_test.go 04:10:46 spire-1.2.1/support/oidc-discovery-provider/config.go 04:10:46 spire-1.2.1/support/oidc-discovery-provider/config_test.go 04:10:46 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 04:10:46 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 04:10:46 spire-1.2.1/support/oidc-discovery-provider/handler.go 04:10:46 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 04:10:46 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 04:10:46 spire-1.2.1/support/oidc-discovery-provider/main.go 04:10:46 spire-1.2.1/support/oidc-discovery-provider/server_api.go 04:10:46 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 04:10:46 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 04:10:46 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 04:10:46 spire-1.2.1/test/ 04:10:46 spire-1.2.1/test/clock/ 04:10:46 spire-1.2.1/test/clock/clock.go 04:10:46 spire-1.2.1/test/fakes/ 04:10:46 spire-1.2.1/test/fakes/fakeagentcatalog/ 04:10:46 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 04:10:46 spire-1.2.1/test/fakes/fakeagentkeymanager/ 04:10:46 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 04:10:46 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 04:10:46 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 04:10:46 spire-1.2.1/test/fakes/fakeagentstore/ 04:10:46 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 04:10:46 spire-1.2.1/test/fakes/fakedatastore/ 04:10:46 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 04:10:46 spire-1.2.1/test/fakes/fakeentryclient/ 04:10:46 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 04:10:46 spire-1.2.1/test/fakes/fakehealthchecker/ 04:10:46 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 04:10:46 spire-1.2.1/test/fakes/fakeidentityprovider/ 04:10:46 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 04:10:46 spire-1.2.1/test/fakes/fakemetrics/ 04:10:46 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 04:10:46 spire-1.2.1/test/fakes/fakenoderesolver/ 04:10:46 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 04:10:46 spire-1.2.1/test/fakes/fakenotifier/ 04:10:46 spire-1.2.1/test/fakes/fakenotifier/notifier.go 04:10:46 spire-1.2.1/test/fakes/fakepluginmetrics/ 04:10:46 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 04:10:46 spire-1.2.1/test/fakes/fakeserverca/ 04:10:46 spire-1.2.1/test/fakes/fakeserverca/serverca.go 04:10:46 spire-1.2.1/test/fakes/fakeservercatalog/ 04:10:46 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 04:10:46 spire-1.2.1/test/fakes/fakeserverkeymanager/ 04:10:46 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 04:10:46 spire-1.2.1/test/fakes/fakeservernodeattestor/ 04:10:46 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 04:10:46 spire-1.2.1/test/fakes/fakeupstreamauthority/ 04:10:46 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 04:10:46 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 04:10:46 spire-1.2.1/test/fakes/fakeworkloadapi/ 04:10:46 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 04:10:46 spire-1.2.1/test/fakes/fakeworkloadattestor/ 04:10:46 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 04:10:46 spire-1.2.1/test/fixture/ 04:10:46 spire-1.2.1/test/fixture/certs/ 04:10:46 spire-1.2.1/test/fixture/certs/agent_svid.der 04:10:46 spire-1.2.1/test/fixture/certs/base_cert.pem 04:10:46 spire-1.2.1/test/fixture/certs/base_csr.pem 04:10:46 spire-1.2.1/test/fixture/certs/base_key.pem 04:10:46 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 04:10:46 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 04:10:46 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 04:10:46 spire-1.2.1/test/fixture/certs/blog_cert.pem 04:10:46 spire-1.2.1/test/fixture/certs/blog_csr.pem 04:10:46 spire-1.2.1/test/fixture/certs/blog_key.pem 04:10:46 spire-1.2.1/test/fixture/certs/bundle.der 04:10:46 spire-1.2.1/test/fixture/certs/ca.pem 04:10:46 spire-1.2.1/test/fixture/certs/ca_key.pem 04:10:46 spire-1.2.1/test/fixture/certs/database_cert.pem 04:10:46 spire-1.2.1/test/fixture/certs/database_csr.pem 04:10:46 spire-1.2.1/test/fixture/certs/database_key.pem 04:10:46 spire-1.2.1/test/fixture/certs/node_cert.pem 04:10:46 spire-1.2.1/test/fixture/certs/node_csr.pem 04:10:46 spire-1.2.1/test/fixture/certs/node_key.pem 04:10:46 spire-1.2.1/test/fixture/certs/svid.pem 04:10:46 spire-1.2.1/test/fixture/certs/svid_key.pem 04:10:46 spire-1.2.1/test/fixture/config/ 04:10:46 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 04:10:46 spire-1.2.1/test/fixture/config/agent_good.conf 04:10:46 spire-1.2.1/test/fixture/config/agent_good_templated.conf 04:10:46 spire-1.2.1/test/fixture/config/plugin_good.conf 04:10:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 04:10:46 spire-1.2.1/test/fixture/config/server_good.conf 04:10:46 spire-1.2.1/test/fixture/config/server_good_templated.conf 04:10:46 spire-1.2.1/test/fixture/fixture.go 04:10:46 spire-1.2.1/test/fixture/nodeattestor/ 04:10:46 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 04:10:46 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 04:10:46 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 04:10:46 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 04:10:46 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 04:10:46 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 04:10:46 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 04:10:46 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 04:10:46 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 04:10:46 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 04:10:46 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 04:10:46 spire-1.2.1/test/fixture/registration/ 04:10:46 spire-1.2.1/test/fixture/registration/entries.json 04:10:46 spire-1.2.1/test/fixture/registration/good-for-update.json 04:10:46 spire-1.2.1/test/fixture/registration/good.json 04:10:46 spire-1.2.1/test/fixture/registration/invalid.json 04:10:46 spire-1.2.1/test/fixture/registration/invalid_json.json 04:10:46 spire-1.2.1/test/fixture/registration/manager_test_entries.json 04:10:46 spire-1.2.1/test/integration/ 04:10:46 spire-1.2.1/test/integration/README.md 04:10:46 spire-1.2.1/test/integration/common 04:10:46 spire-1.2.1/test/integration/setup/ 04:10:46 spire-1.2.1/test/integration/setup/adminclient/ 04:10:46 spire-1.2.1/test/integration/setup/adminclient/build.sh 04:10:46 spire-1.2.1/test/integration/setup/adminclient/client.go 04:10:46 spire-1.2.1/test/integration/setup/debugagent/ 04:10:46 spire-1.2.1/test/integration/setup/debugagent/build.sh 04:10:46 spire-1.2.1/test/integration/setup/debugagent/main.go 04:10:46 spire-1.2.1/test/integration/setup/debugserver/ 04:10:46 spire-1.2.1/test/integration/setup/debugserver/build.sh 04:10:46 spire-1.2.1/test/integration/setup/debugserver/main.go 04:10:46 spire-1.2.1/test/integration/setup/downstreamclient/ 04:10:46 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 04:10:46 spire-1.2.1/test/integration/setup/downstreamclient/client.go 04:10:46 spire-1.2.1/test/integration/setup/itclient/ 04:10:46 spire-1.2.1/test/integration/setup/itclient/client.go 04:10:46 spire-1.2.1/test/integration/setup/node-attestation/ 04:10:46 spire-1.2.1/test/integration/setup/node-attestation/build.sh 04:10:46 spire-1.2.1/test/integration/setup/node-attestation/client.go 04:10:46 spire-1.2.1/test/integration/setup/x509pop/ 04:10:46 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 04:10:46 spire-1.2.1/test/integration/setup/x509pop/setup.sh 04:10:46 spire-1.2.1/test/integration/suites/ 04:10:46 spire-1.2.1/test/integration/suites/admin-endpoints/ 04:10:46 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 04:10:46 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 04:10:46 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 04:10:46 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 04:10:46 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 04:10:46 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 04:10:46 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 04:10:46 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 04:10:46 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 04:10:46 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 04:10:46 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 04:10:46 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 04:10:46 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 04:10:46 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 04:10:46 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 04:10:46 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 04:10:46 spire-1.2.1/test/integration/suites/datastore-mysql/ 04:10:46 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 04:10:46 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 04:10:46 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 04:10:46 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres/ 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 04:10:46 spire-1.2.1/test/integration/suites/debug-endpoints/ 04:10:46 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 04:10:46 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 04:10:46 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 04:10:46 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 04:10:46 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 04:10:46 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 04:10:46 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 04:10:46 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 04:10:46 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 04:10:46 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 04:10:46 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 04:10:46 spire-1.2.1/test/integration/suites/downstream-endpoints/ 04:10:46 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 04:10:46 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 04:10:46 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 04:10:46 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 04:10:46 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 04:10:46 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 04:10:46 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 04:10:46 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 04:10:46 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 04:10:46 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 04:10:46 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 04:10:46 spire-1.2.1/test/integration/suites/join-token/ 04:10:46 spire-1.2.1/test/integration/suites/join-token/01-start-server 04:10:46 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 04:10:46 spire-1.2.1/test/integration/suites/join-token/03-start-agent 04:10:46 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 04:10:46 spire-1.2.1/test/integration/suites/join-token/05-check-svid 04:10:46 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 04:10:46 spire-1.2.1/test/integration/suites/join-token/README.md 04:10:46 spire-1.2.1/test/integration/suites/join-token/conf/ 04:10:46 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 04:10:46 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/join-token/conf/server/ 04:10:46 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/join-token/teardown 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/ 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 04:10:46 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/ 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 04:10:46 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 04:10:46 spire-1.2.1/test/integration/suites/k8s/ 04:10:46 spire-1.2.1/test/integration/suites/k8s/00-setup 04:10:46 spire-1.2.1/test/integration/suites/k8s/01-apply-config 04:10:46 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 04:10:46 spire-1.2.1/test/integration/suites/k8s/README.md 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/ 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/server/ 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 04:10:46 spire-1.2.1/test/integration/suites/k8s/init-kubectl 04:10:46 spire-1.2.1/test/integration/suites/k8s/teardown 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/README.md 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/root/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/nested-rotation/teardown 04:10:46 spire-1.2.1/test/integration/suites/node-attestation/ 04:10:46 spire-1.2.1/test/integration/suites/node-attestation/00-setup 04:10:46 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 04:10:46 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 04:10:46 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 04:10:46 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 04:10:46 spire-1.2.1/test/integration/suites/node-attestation/README.md 04:10:46 spire-1.2.1/test/integration/suites/node-attestation/conf/ 04:10:46 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 04:10:46 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 04:10:46 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/node-attestation/teardown 04:10:46 spire-1.2.1/test/integration/suites/rotation/ 04:10:46 spire-1.2.1/test/integration/suites/rotation/00-setup 04:10:46 spire-1.2.1/test/integration/suites/rotation/01-start-server 04:10:46 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 04:10:46 spire-1.2.1/test/integration/suites/rotation/03-start-agent 04:10:46 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 04:10:46 spire-1.2.1/test/integration/suites/rotation/05-check-svids 04:10:46 spire-1.2.1/test/integration/suites/rotation/README.md 04:10:46 spire-1.2.1/test/integration/suites/rotation/conf/ 04:10:46 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 04:10:46 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/rotation/conf/server/ 04:10:46 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/rotation/teardown 04:10:46 spire-1.2.1/test/integration/suites/self-test/ 04:10:46 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 04:10:46 spire-1.2.1/test/integration/suites/self-test/README.md 04:10:46 spire-1.2.1/test/integration/suites/self-test/teardown 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/ 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 04:10:46 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 04:10:46 spire-1.2.1/test/integration/suites/upgrade/ 04:10:46 spire-1.2.1/test/integration/suites/upgrade/00-setup 04:10:47 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 04:10:47 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 04:10:47 spire-1.2.1/test/integration/suites/upgrade/README.md 04:10:47 spire-1.2.1/test/integration/suites/upgrade/conf/ 04:10:47 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 04:10:47 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 04:10:47 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 04:10:47 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 04:10:47 spire-1.2.1/test/integration/suites/upgrade/teardown 04:10:47 spire-1.2.1/test/integration/suites/upgrade/versions.txt 04:10:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 04:10:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 04:10:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 04:10:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 04:10:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 04:10:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 04:10:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 04:10:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 04:10:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 04:10:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 04:10:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 04:10:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 04:10:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 04:10:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 04:10:47 spire-1.2.1/test/integration/test-one.sh 04:10:47 spire-1.2.1/test/integration/test.sh 04:10:47 spire-1.2.1/test/plugintest/ 04:10:47 spire-1.2.1/test/plugintest/config.go 04:10:47 spire-1.2.1/test/plugintest/load.go 04:10:47 spire-1.2.1/test/plugintest/option.go 04:10:47 spire-1.2.1/test/spiretest/ 04:10:47 spire-1.2.1/test/spiretest/apiserver.go 04:10:47 spire-1.2.1/test/spiretest/assertions.go 04:10:47 spire-1.2.1/test/spiretest/dir.go 04:10:47 spire-1.2.1/test/spiretest/errors_posix.go 04:10:47 spire-1.2.1/test/spiretest/errors_windows.go 04:10:47 spire-1.2.1/test/spiretest/logs.go 04:10:47 spire-1.2.1/test/spiretest/socketapi.go 04:10:47 spire-1.2.1/test/spiretest/suite.go 04:10:47 spire-1.2.1/test/spiretest/x509.go 04:10:47 spire-1.2.1/test/testca/ 04:10:47 spire-1.2.1/test/testca/ca.go 04:10:47 spire-1.2.1/test/testkey/ 04:10:47 spire-1.2.1/test/testkey/generate.sh 04:10:47 spire-1.2.1/test/testkey/genkeys.go 04:10:47 spire-1.2.1/test/testkey/keys.go 04:10:47 spire-1.2.1/test/testkey/new.go 04:10:47 spire-1.2.1/test/tpmsimulator/ 04:10:47 spire-1.2.1/test/tpmsimulator/simulator.go 04:10:47 spire-1.2.1/test/util/ 04:10:47 spire-1.2.1/test/util/cert_fixtures.go 04:10:47 spire-1.2.1/test/util/cert_generation.go 04:10:47 spire-1.2.1/test/util/io_redirection.go 04:10:47 spire-1.2.1/test/util/race.go 04:10:47 spire-1.2.1/test/util/util.go 04:10:47 building spire from source... 04:10:47 Installing go1.17.7... 04:11:14 Building bin/spire-server... 04:11:14 go: downloading github.com/mitchellh/cli v1.1.2 04:11:14 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 04:11:14 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 04:11:14 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 04:11:14 go: downloading google.golang.org/grpc v1.44.0 04:11:15 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 04:11:15 go: downloading github.com/imdario/mergo v0.3.12 04:11:16 go: downloading github.com/sirupsen/logrus v1.8.1 04:11:16 go: downloading github.com/hashicorp/go-hclog v1.1.0 04:11:16 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 04:11:17 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 04:11:17 go: downloading github.com/fatih/color v1.13.0 04:11:17 go: downloading github.com/mattn/go-isatty v0.0.14 04:11:17 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 04:11:17 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 04:11:17 go: downloading github.com/hashicorp/go-plugin v1.4.3 04:11:17 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 04:11:18 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 04:11:18 go: downloading github.com/InVisionApp/go-logger v1.0.1 04:11:18 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 04:11:19 go: downloading github.com/open-policy-agent/opa v0.38.0 04:11:46 go: downloading github.com/armon/go-metrics v0.3.10 04:11:46 go: downloading github.com/prometheus/client_golang v1.12.1 04:11:46 go: downloading github.com/uber-go/tally/v4 v4.1.1 04:11:46 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 04:11:46 go: downloading github.com/mattn/go-colorable v0.1.12 04:11:46 go: downloading github.com/Masterminds/goutils v1.1.0 04:11:46 go: downloading github.com/Masterminds/semver v1.5.0 04:11:46 go: downloading github.com/google/uuid v1.1.2 04:11:46 go: downloading github.com/huandu/xstrings v1.3.2 04:11:46 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 04:11:46 go: downloading github.com/oklog/run v1.0.0 04:11:46 go: downloading github.com/imkira/go-observer v1.0.3 04:11:46 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 04:11:46 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 04:11:46 go: downloading github.com/prometheus/client_model v0.2.0 04:11:46 go: downloading github.com/prometheus/common v0.32.1 04:11:46 go: downloading github.com/beorn7/perks v1.0.1 04:11:46 go: downloading github.com/cespare/xxhash/v2 v2.1.2 04:11:46 go: downloading github.com/prometheus/procfs v0.7.3 04:11:46 go: downloading go.uber.org/atomic v1.9.0 04:11:46 go: downloading github.com/hashicorp/errwrap v1.1.0 04:11:47 go: downloading github.com/mitchellh/reflectwalk v1.0.1 04:11:47 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 04:11:47 go: downloading github.com/blang/semver/v4 v4.0.0 04:11:47 go: downloading github.com/go-sql-driver/mysql v1.6.0 04:11:47 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 04:11:48 go: downloading github.com/jinzhu/gorm v1.9.16 04:11:48 go: downloading github.com/lib/pq v1.10.4 04:11:48 go: downloading github.com/mattn/go-sqlite3 v1.14.12 04:11:48 go: downloading github.com/aws/aws-sdk-go v1.43.0 04:12:15 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 04:12:15 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 04:12:15 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 04:12:15 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 04:12:18 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 04:12:18 go: downloading github.com/stretchr/testify v1.7.0 04:12:18 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 04:12:18 go: downloading google.golang.org/api v0.70.0 04:12:18 go: downloading k8s.io/client-go v0.23.4 04:12:18 go: downloading k8s.io/api v0.23.4 04:12:31 go: downloading github.com/google/go-tpm v0.3.3 04:12:31 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 04:13:04 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 04:13:04 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 04:13:04 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 04:13:04 go: downloading cloud.google.com/go/storage v1.21.0 04:13:04 go: downloading cloud.google.com/go v0.100.2 04:13:04 go: downloading k8s.io/apimachinery v0.23.4 04:13:04 go: downloading k8s.io/kube-aggregator v0.23.3 04:13:05 go: downloading cloud.google.com/go/security v1.3.0 04:13:05 go: downloading sigs.k8s.io/controller-runtime v0.11.1 04:13:07 go: downloading github.com/hashicorp/vault/api v1.4.1 04:13:07 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 04:13:09 go: downloading github.com/hashicorp/golang-lru v0.5.4 04:13:09 go: downloading gopkg.in/yaml.v2 v2.4.0 04:13:09 go: downloading github.com/OneOfOne/xxhash v1.2.8 04:13:09 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 04:13:09 go: downloading github.com/gobwas/glob v0.2.3 04:13:09 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 04:13:09 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 04:13:10 go: downloading github.com/twmb/murmur3 v1.1.6 04:13:10 go: downloading github.com/jinzhu/inflection v1.0.0 04:13:10 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 04:13:10 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 04:13:11 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 04:13:11 go: downloading github.com/aws/smithy-go v1.11.0 04:13:12 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 04:13:12 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 04:13:12 go: downloading github.com/gogo/protobuf v1.3.2 04:13:19 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 04:13:19 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 04:13:19 go: downloading github.com/Azure/go-autorest/logger v0.2.1 04:13:19 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 04:13:19 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 04:13:19 go: downloading github.com/dimchansky/utfbom v1.1.1 04:13:19 go: downloading cloud.google.com/go/compute v1.3.0 04:13:20 go: downloading cloud.google.com/go/iam v0.1.1 04:13:20 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 04:13:20 go: downloading k8s.io/klog/v2 v2.30.0 04:13:20 go: downloading github.com/google/gofuzz v1.1.0 04:13:20 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 04:13:22 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 04:13:23 go: downloading github.com/spf13/pflag v1.0.5 04:13:23 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 04:13:23 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 04:13:24 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 04:13:24 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 04:13:24 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 04:13:24 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 04:13:24 go: downloading github.com/hashicorp/vault/sdk v0.4.1 04:13:26 go: downloading github.com/mitchellh/mapstructure v1.4.3 04:13:26 go: downloading github.com/tklauser/go-sysconf v0.3.9 04:13:26 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 04:13:26 go: downloading github.com/jmespath/go-jmespath v0.4.0 04:13:28 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 04:13:28 go: downloading go.opencensus.io v0.23.0 04:13:29 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 04:13:30 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 04:13:30 go: downloading gopkg.in/inf.v0 v0.9.1 04:13:30 go: downloading github.com/go-logr/logr v1.2.2 04:13:30 go: downloading github.com/google/go-cmp v0.5.7 04:13:30 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 04:13:31 go: downloading github.com/json-iterator/go v1.1.12 04:13:31 go: downloading github.com/googleapis/gnostic v0.5.5 04:13:34 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 04:13:36 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 04:13:36 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 04:13:37 go: downloading github.com/tklauser/numcpus v0.3.0 04:13:37 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 04:13:37 go: downloading go.uber.org/zap v1.21.0 04:13:38 go: downloading sigs.k8s.io/yaml v1.3.0 04:13:38 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 04:13:38 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 04:13:38 go: downloading github.com/modern-go/reflect2 v1.0.2 04:13:38 go: downloading github.com/ryanuber/go-glob v1.0.0 04:13:38 go: downloading github.com/golang/snappy v0.0.4 04:13:38 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 04:13:48 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 04:13:48 go: downloading github.com/hashicorp/go-uuid v1.0.2 04:13:48 go: downloading github.com/hashicorp/go-version v1.2.0 04:13:48 go: downloading go.uber.org/multierr v1.6.0 04:14:15 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 04:14:15 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 04:15:23 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:15:30 Removing intermediate container de9cee4a3c90 04:15:30 ---> b4efa2ef11d0 04:15:30 04:15:30 Step 10/25 : FROM alpine:3.14 04:15:30 3.14: Pulling from library/alpine 04:15:32 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 04:15:32 Status: Downloaded newer image for alpine:3.14 04:15:32 ---> ac73e934f311 04:15:32 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 04:15:32 ---> Running in 4e9318ed56b6 04:15:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:15:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:15:36 (1/3) Installing ca-certificates (20211220-r0) 04:15:36 (2/3) Installing dumb-init (1.2.5-r1) 04:15:36 (3/3) Installing su-exec (0.2-r1) 04:15:36 Executing busybox-1.33.1-r7.trigger 04:15:36 Executing ca-certificates-20211220-r0.trigger 04:15:36 OK: 6 MiB in 17 packages 04:15:40 Removing intermediate container 4e9318ed56b6 04:15:40 ---> 5d025cd6f85b 04:15:40 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:15:40 ---> Running in 488b3914b73b 04:15:40 Removing intermediate container 488b3914b73b 04:15:40 ---> d674db0635bf 04:15:40 Step 13/25 : WORKDIR / 04:15:41 ---> Running in d4827269737f 04:15:42 Removing intermediate container d4827269737f 04:15:42 ---> c4aa29f749e3 04:15:42 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:15:43 Removing intermediate container fba4f51ba9f1 04:15:43 ---> ce2f41ca85a0 04:15:43 04:15:43 Step 10/23 : FROM alpine:3.14 04:15:43 ---> ac73e934f311 04:15:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:15:43 ---> Running in b0557acbfa15 04:15:43 ---> 0d8b6620f7f8 04:15:43 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:15:44 ---> 1a561e10a69d 04:15:44 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:15:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:15:45 ---> 5b714d1ccb4f 04:15:45 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 04:15:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:15:46 ---> 28b92f30ecaa 04:15:46 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:15:47 (1/1) Installing dumb-init (1.2.5-r1) 04:15:47 Executing busybox-1.33.1-r7.trigger 04:15:47 OK: 5 MiB in 15 packages 04:15:49 ---> d22d126286e8 04:15:49 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:15:49 Removing intermediate container b0557acbfa15 04:15:49 ---> ef6f9ae7fbb8 04:15:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:15:49 ---> Running in 7d8065424072 04:15:50 Removing intermediate container 7d8065424072 04:15:50 ---> c37a106411a5 04:15:50 Step 13/23 : ENV APP_PORT=59881 04:15:50 ---> Running in a9c25579936e 04:15:51 Removing intermediate container a9c25579936e 04:15:51 ---> 3e91c13dceb6 04:15:51 Step 14/23 : EXPOSE $APP_PORT 04:15:51 ---> ac809564d9c8 04:15:51 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:15:51 ---> Running in 817f7efaade6 04:15:52 Removing intermediate container 817f7efaade6 04:15:52 ---> d98d571e05bd 04:15:52 Step 15/23 : WORKDIR / 04:15:52 ---> Running in 8f5621758782 04:15:52 ---> db8e04d51d4c 04:15:52 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/ 04:15:52 ---> Running in 0a49114f2f5f 04:15:53 Removing intermediate container 8f5621758782 04:15:53 ---> 9fc2b498f943 04:15:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:15:54 ---> df532cb20bfa 04:15:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:15:56 Removing intermediate container 0a49114f2f5f 04:15:56 ---> 14d6fda2fa26 04:15:56 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 04:15:56 ---> Running in eaa0035a88a3 04:15:57 ---> 897848281a22 04:15:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:15:57 Removing intermediate container eaa0035a88a3 04:15:57 ---> d2be62b735bb 04:15:57 Step 23/25 : LABEL arch=arm64 04:15:57 ---> Running in d515ce1ffaa0 04:15:58 ---> d54d7335b737 04:15:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:15:58 Removing intermediate container d515ce1ffaa0 04:15:58 ---> 585318c772c3 04:15:58 Step 24/25 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:15:58 ---> Running in 8d0f5e947a53 04:15:58 ---> Running in 640d632bf005 04:15:59 Removing intermediate container 8d0f5e947a53 04:15:59 ---> befebe171be5 04:15:59 Step 25/25 : LABEL version=0.0.0 04:15:59 Removing intermediate container 640d632bf005 04:15:59 ---> 6a7d6fc5308a 04:15:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:15:59 ---> Running in aba4f7d894da 04:15:59 ---> Running in 9c7898c7e5c4 04:16:00 Removing intermediate container 9c7898c7e5c4 04:16:00 ---> 577e0a1c5ebd 04:16:00 Step 21/23 : LABEL arch=arm64 04:16:00 Removing intermediate container aba4f7d894da 04:16:00 ---> fb714db2f21f 04:16:00 04:16:00 ---> Running in 00fec6c637c2 04:16:01 Removing intermediate container 00fec6c637c2 04:16:01 ---> 8a0aba628653 04:16:01 Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:16:01 Successfully built fb714db2f21f 04:16:01 Successfully tagged security-secretstore-setup-arm64:latest 04:16:01 Building support-notifications 04:16:01  Building security-secretstore-setup ... done  ---> Running in 3e8d304deff1 04:16:01 Removing intermediate container 3e8d304deff1 04:16:01 ---> aadbdae2be35 04:16:01 Step 23/23 : LABEL version=0.0.0 04:16:01 ---> Running in 6468dbf7fb5e 04:16:02 Removing intermediate container 6468dbf7fb5e 04:16:02 ---> b1d4ab15a6ef 04:16:02 04:16:02 Successfully built b1d4ab15a6ef 04:16:02 Successfully tagged core-metadata-arm64:latest 04:16:02  Building core-metadata ... done Building core-command 04:16:49 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 04:16:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:16:49 ---> d99e747cccb7 04:16:49 Step 3/22 : WORKDIR /edgex-go 04:16:49 ---> Using cache 04:16:49 ---> d85c3da7ac28 04:16:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:49 ---> Running in 63622f005488 04:16:49 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 04:16:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:16:49 ---> d99e747cccb7 04:16:49 Step 3/23 : WORKDIR /edgex-go 04:16:49 ---> Using cache 04:16:49 ---> d85c3da7ac28 04:16:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:49 ---> Running in 50ca32a1539f 04:16:51 Removing intermediate container 63622f005488 04:16:51 ---> c3d1e163c9ed 04:16:51 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:16:52 ---> Running in 54c333e601db 04:16:52 Removing intermediate container 50ca32a1539f 04:16:52 ---> a1c92aa13997 04:16:52 Step 5/23 : RUN apk add --update --no-cache make git 04:16:52 ---> Running in 4567a4fd55f5 04:16:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:16:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:16:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:16:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:16:56 OK: 220 MiB in 52 packages 04:16:56 OK: 220 MiB in 52 packages 04:16:58 Removing intermediate container 54c333e601db 04:16:58 ---> 276086967593 04:16:58 Step 6/22 : COPY go.mod vendor* ./ 04:16:58 Removing intermediate container 4567a4fd55f5 04:16:58 ---> 8abe4391a71e 04:16:58 Step 6/23 : COPY go.mod vendor* ./ 04:16:59 ---> cd3ac9e3e0bd 04:16:59 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:16:59 ---> Running in 36b0f369d612 04:17:00 ---> fdfc38dac045 04:17:00 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:17:00 ---> Running in fe6a09fd0a85 04:17:07 Removing intermediate container 36b0f369d612 04:17:07 ---> c37e597da67b 04:17:07 Step 8/22 : COPY . . 04:17:07 Removing intermediate container fe6a09fd0a85 04:17:07 ---> 23257d94cb4a 04:17:07 Step 8/23 : COPY . . 04:17:34 Removing intermediate container a645a28e7caa 04:17:34 ---> 22763da05933 04:17:34 04:17:34 Step 9/20 : FROM alpine:3.15 04:17:34 3.15: Pulling from library/alpine 04:17:34 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 04:17:34 Status: Downloaded newer image for alpine:3.15 04:17:34 ---> 3fb3c9af89a9 04:17:34 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 04:17:35 ---> Running in 8f3889d61a1a 04:17:36 Removing intermediate container 8f3889d61a1a 04:17:36 ---> 34f70910e3be 04:17:36 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:17:36 ---> Running in 4706b0b88ca1 04:17:41 Removing intermediate container 4706b0b88ca1 04:17:41 ---> e1ce77e081aa 04:17:41 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:17:41 ---> Running in 8b332b242828 04:17:44 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:17:45 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:17:46 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 04:17:46 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 04:17:46 OK: 15730 distinct packages available 04:17:46 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:17:47 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:17:48 (1/9) Installing ca-certificates (20211220-r0) 04:17:48 (2/9) Installing brotli-libs (1.0.9-r5) 04:17:49 (3/9) Installing nghttp2-libs (1.46.0-r0) 04:17:49 (4/9) Installing libcurl (7.80.0-r0) 04:17:49 (5/9) Installing curl (7.80.0-r0) 04:17:49 (6/9) Installing dumb-init (1.2.5-r1) 04:17:49 (7/9) Installing musl-obstack (1.2.3-r0) 04:17:49 (8/9) Installing libucontext (1.1-r0) 04:17:49 (9/9) Installing gcompat (1.0.0-r4) 04:17:49 Executing busybox-1.34.1-r5.trigger 04:17:49 Executing ca-certificates-20211220-r0.trigger 04:17:49 OK: 8 MiB in 23 packages 04:17:55 Removing intermediate container 8b332b242828 04:17:55 ---> e77b6bd514a6 04:17:55 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 04:17:56 ---> 3259317d529f 04:17:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:17:56 ---> da8d6d3b3179 04:17:56 Step 9/23 : RUN make cmd/core-command/core-command 04:17:56 Removing intermediate container 1cd03d2383c8 04:17:56 ---> 34cd49810d3c 04:17:56 04:17:56 Step 10/22 : FROM alpine:3.14 04:17:56 ---> ac73e934f311 04:17:56 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:17:56 ---> Using cache 04:17:56 ---> ef6f9ae7fbb8 04:17:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:17:56 ---> Using cache 04:17:56 ---> c37a106411a5 04:17:56 Step 13/22 : ENV APP_PORT=59861 04:17:56 ---> Running in 36e37e3a3298 04:17:56 ---> Running in 5836a8bdf238 04:17:56 ---> fc0ade37d523 04:17:56 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 04:17:56 ---> Running in 77ce5b0f6abf 04:17:57 Removing intermediate container 77ce5b0f6abf 04:17:57 ---> 1c89da82ca33 04:17:57 Step 14/22 : EXPOSE $APP_PORT 04:17:57 ---> Running in 848e42f51da1 04:17:59 Removing intermediate container 848e42f51da1 04:17:59 ---> 551b701d0bdb 04:17:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:17:59 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:17:59 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 04:18:01 ---> 444e9c9d1e0c 04:18:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:18:01 ---> c9a1903cf340 04:18:01 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 04:18:02 ---> dfc51d586c45 04:18:02 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 04:18:02 ---> Running in 479769102e9b 04:18:03 Removing intermediate container 479769102e9b 04:18:03 ---> 95b661b35f3a 04:18:03 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:18:03 ---> Running in 8baea0d5bfbe 04:18:04 ---> 83003a271b71 04:18:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:18:04 Removing intermediate container 8baea0d5bfbe 04:18:04 ---> 4cd0d28cd461 04:18:04 Step 18/20 : LABEL arch=arm64 04:18:04 ---> Running in f87788c1c4ae 04:18:05 Removing intermediate container f87788c1c4ae 04:18:05 ---> b7c01b8ed9ff 04:18:05 Step 19/20 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:18:05 ---> Running in a85b2c7b0c2d 04:18:05 ---> cc85732e8623 04:18:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:18:05 ---> Running in 425cdc5d9201 04:18:06 Removing intermediate container a85b2c7b0c2d 04:18:06 ---> 91bb9cbb8db2 04:18:06 Step 20/20 : LABEL version=0.0.0 04:18:06 ---> Running in b189b9bc02ff 04:18:06 Removing intermediate container 425cdc5d9201 04:18:06 ---> eb95613affce 04:18:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:18:06 ---> Running in 9f8baa573904 04:18:07 Removing intermediate container b189b9bc02ff 04:18:07 ---> 88363993c961 04:18:07 04:18:07 Removing intermediate container 9f8baa573904 04:18:07 ---> ab92805240a8 04:18:07 Step 20/22 : LABEL arch=arm64 04:18:07 ---> Running in df5789b481ba 04:18:08 Removing intermediate container df5789b481ba 04:18:08 ---> 51e2b2bcdfc7 04:18:08 Step 21/22 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:18:08 Successfully built 88363993c961 04:18:08 Successfully tagged security-spiffe-token-provider-arm64:latest 04:18:08  Building security-spiffe-token-provider ... done Building security-bootstrapper 04:18:08 ---> Running in fe9b3520ea33 04:18:08 Removing intermediate container fe9b3520ea33 04:18:08 ---> c1e3b1a76aaa 04:18:08 Step 22/22 : LABEL version=0.0.0 04:18:09 ---> Running in 1a226d7581fb 04:18:09 Removing intermediate container 1a226d7581fb 04:18:09 ---> 0002be6bc90b 04:18:09 04:18:09 Successfully built 0002be6bc90b 04:18:09 Successfully tagged support-scheduler-arm64:latest 04:18:09  Building support-scheduler ... done Building sys-mgmt-agent 04:18:56 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 04:18:56 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:18:56 ---> d99e747cccb7 04:18:56 Step 3/31 : WORKDIR /edgex-go 04:18:56 ---> Using cache 04:18:56 ---> d85c3da7ac28 04:18:56 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:18:56 ---> Using cache 04:18:56 ---> a1c92aa13997 04:18:56 Step 5/31 : RUN apk add --update --no-cache make git 04:18:56 ---> Using cache 04:18:56 ---> 8abe4391a71e 04:18:56 Step 6/31 : COPY go.mod vendor* ./ 04:18:56 ---> Using cache 04:18:56 ---> fdfc38dac045 04:18:56 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:18:56 ---> Using cache 04:18:56 ---> 23257d94cb4a 04:18:56 Step 8/31 : COPY . . 04:18:56 ---> Using cache 04:18:56 ---> da8d6d3b3179 04:18:56 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:18:56 ---> Running in 91a3e4a4447e 04:18:56 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:18:56 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 04:18:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:18:56 ---> d99e747cccb7 04:18:56 Step 3/23 : WORKDIR /edgex-go 04:18:56 ---> Using cache 04:18:56 ---> d85c3da7ac28 04:18:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:18:56 ---> Using cache 04:18:56 ---> a1c92aa13997 04:18:56 Step 5/23 : RUN apk add --update --no-cache make bash git 04:18:56 ---> Running in 1c8ed5411896 04:18:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:18:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:18:59 OK: 220 MiB in 52 packages 04:19:01 Removing intermediate container 1c8ed5411896 04:19:01 ---> ac2d2be93093 04:19:01 Step 6/23 : COPY go.mod vendor* ./ 04:19:01 ---> fc5c3b3696b3 04:19:01 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:19:02 ---> Running in 81db221b465b 04:19:09 Removing intermediate container 81db221b465b 04:19:09 ---> 73440549c18d 04:19:09 Step 8/23 : COPY . . 04:19:32 ---> ae3395a66621 04:19:32 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:19:32 ---> Running in 6f9936073b84 04:19:32 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:22:24 Removing intermediate container 5836a8bdf238 04:22:24 ---> ff8b562ed496 04:22:24 04:22:24 Step 10/23 : FROM alpine:3.14 04:22:24 ---> ac73e934f311 04:22:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:22:24 ---> Using cache 04:22:24 ---> ef6f9ae7fbb8 04:22:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:22:24 ---> Using cache 04:22:24 ---> c37a106411a5 04:22:24 Step 13/23 : ENV APP_PORT=59882 04:22:24 ---> Running in 7b118ddcce64 04:22:24 Removing intermediate container 7b118ddcce64 04:22:24 ---> e22d73e57c13 04:22:24 Step 14/23 : EXPOSE $APP_PORT 04:22:24 ---> Running in 46377f8ca021 04:22:24 Removing intermediate container 46377f8ca021 04:22:24 ---> f66cf660b8bb 04:22:24 Step 15/23 : WORKDIR / 04:22:24 ---> Running in 878b410f125d 04:22:25 Removing intermediate container 878b410f125d 04:22:25 ---> 1ce13d8d3d16 04:22:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:22:26 ---> ae9c96922bf3 04:22:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:22:28 ---> d404803e05d3 04:22:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:22:29 ---> 3ec9d31727e6 04:22:29 Step 19/23 : ENTRYPOINT ["/core-command"] 04:22:29 ---> Running in 42e6c9442353 04:22:29 Removing intermediate container 42e6c9442353 04:22:29 ---> 0b2f39aeb0f8 04:22:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:22:30 ---> Running in 54d3c535318c 04:22:30 Removing intermediate container 54d3c535318c 04:22:30 ---> 7f1ea5751d75 04:22:30 Step 21/23 : LABEL arch=arm64 04:22:30 ---> Running in 716c1784fd50 04:22:31 Removing intermediate container 716c1784fd50 04:22:31 ---> 8358cde81cb4 04:22:31 Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:22:31 ---> Running in 5873be1485bf 04:22:31 Removing intermediate container 5873be1485bf 04:22:31 ---> 42f58de3c45a 04:22:31 Step 23/23 : LABEL version=0.0.0 04:22:32 ---> Running in bf1ed574709e 04:22:32 Removing intermediate container bf1ed574709e 04:22:32 ---> 8009f4d3cf1f 04:22:32 04:22:33 Successfully built 8009f4d3cf1f 04:22:33 Successfully tagged core-command-arm64:latest 04:22:33  Building core-command ... done Building core-data 04:23:05 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 04:23:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:23:05 ---> d99e747cccb7 04:23:05 Step 3/23 : WORKDIR /edgex-go 04:23:05 ---> Using cache 04:23:05 ---> d85c3da7ac28 04:23:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:23:05 ---> Using cache 04:23:05 ---> a1c92aa13997 04:23:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:23:05 ---> Running in c5331364d371 04:23:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:23:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:23:10 OK: 220 MiB in 52 packages 04:23:11 Removing intermediate container c5331364d371 04:23:11 ---> 879065c0df4c 04:23:11 Step 6/23 : COPY go.mod vendor* ./ 04:23:12 ---> d64f2af657fc 04:23:12 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:23:12 ---> Running in 918d8b198845 04:23:17 Removing intermediate container 918d8b198845 04:23:17 ---> 44d2f8e539d2 04:23:17 Step 8/23 : COPY . . 04:23:39 ---> 2e9149b1c6d7 04:23:39 Step 9/23 : RUN make cmd/core-data/core-data 04:23:39 ---> Running in c63338198ef9 04:23:40 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 04:23:47 Removing intermediate container 91a3e4a4447e 04:23:47 ---> 5175c9bdd4b9 04:23:47 04:23:47 Step 10/31 : FROM alpine:3.14 04:23:47 ---> ac73e934f311 04:23:47 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:23:47 ---> Running in b862537b4a4f 04:23:47 Removing intermediate container b862537b4a4f 04:23:47 ---> 79d665e6b0e5 04:23:47 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:23:47 ---> Running in d09db01af1b7 04:23:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:23:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:23:50 (1/2) Installing dumb-init (1.2.5-r1) 04:23:50 (2/2) Installing su-exec (0.2-r1) 04:23:50 Executing busybox-1.33.1-r7.trigger 04:23:51 OK: 6 MiB in 16 packages 04:23:52 Removing intermediate container d09db01af1b7 04:23:52 ---> 61d22161757b 04:23:52 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:23:52 ---> Running in 786e26fd10eb 04:23:52 Removing intermediate container 786e26fd10eb 04:23:52 ---> a8b0f2319f94 04:23:52 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:23:53 ---> Running in 8d161309b53d 04:23:53 Removing intermediate container 8d161309b53d 04:23:53 ---> 0c074ecc1407 04:23:53 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:23:53 ---> Running in 96e55a4e858a 04:23:56 Removing intermediate container 96e55a4e858a 04:23:56 ---> 51ea36ca4909 04:23:56 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:23:56 ---> Running in 7b3bd8f749d0 04:23:57 Removing intermediate container 7b3bd8f749d0 04:23:57 ---> be7065d5f20a 04:23:57 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:23:58 ---> c29517accfff 04:23:58 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:23:58 ---> Running in 1cad8a61f8a2 04:24:02 Removing intermediate container 1cad8a61f8a2 04:24:02 ---> 2629c37a8e60 04:24:02 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 04:24:04 ---> e77fefa8d53f 04:24:04 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:24:06 ---> 1d397a9553f4 04:24:06 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:24:08 Removing intermediate container 6f9936073b84 04:24:08 ---> ef8e6a489d3b 04:24:08 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:24:08 ---> Running in a16413b848f9 04:24:08 ---> e3f653667d43 04:24:08 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:24:10 ---> ff2f51be9e91 04:24:10 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 04:24:10 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:24:11 ---> 2ddc4967df94 04:24:11 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:24:11 ---> Running in f1ac15126bfe 04:24:12 Removing intermediate container f1ac15126bfe 04:24:12 ---> fa54a3f0e1b0 04:24:12 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:24:13 ---> 0c7b7145ee33 04:24:13 Step 26/31 : RUN chmod +x /entrypoint.sh 04:24:13 ---> Running in 9a6b01f737e6 04:24:15 Removing intermediate container a16413b848f9 04:24:15 ---> e9b249d1e3fe 04:24:15 04:24:15 Step 11/23 : FROM docker:20.10.14 04:24:15 20.10.14: Pulling from library/docker 04:24:17 Removing intermediate container 9a6b01f737e6 04:24:17 ---> b8345a287ba3 04:24:17 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:24:17 ---> Running in e220acad5a10 04:24:18 Removing intermediate container e220acad5a10 04:24:18 ---> 846baac9d7a4 04:24:18 Step 28/31 : CMD ["gate"] 04:24:18 ---> Running in 22049a0bfc78 04:24:19 Removing intermediate container 22049a0bfc78 04:24:19 ---> d77816944bd8 04:24:19 Step 29/31 : LABEL arch=arm64 04:24:20 ---> Running in 99fedf603176 04:24:21 Removing intermediate container 99fedf603176 04:24:21 ---> 96f8549e0643 04:24:21 Step 30/31 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:24:21 ---> Running in 3cec74fbdbb3 04:24:22 Removing intermediate container 3cec74fbdbb3 04:24:22 ---> 8aaf38b0141c 04:24:22 Step 31/31 : LABEL version=0.0.0 04:24:22 ---> Running in be1294f645c7 04:24:23 Removing intermediate container be1294f645c7 04:24:23 ---> 75834dff6dc6 04:24:23 04:24:24 Successfully built 75834dff6dc6 04:24:24 Successfully tagged security-bootstrapper-arm64:latest 04:24:24 Building security-proxy-setup 04:24:37  Building security-bootstrapper ... done Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 04:24:37 Status: Downloaded newer image for docker:20.10.14 04:24:37 ---> c346e9eafbab 04:24:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 04:24:37 ---> Running in 3eb0be3707db 04:24:37 Removing intermediate container 3eb0be3707db 04:24:37 ---> 1d1ea1e4994e 04:24:37 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 04:24:37 ---> Running in 1fdc43af3eb4 04:24:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:24:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:24:41 (1/43) Installing readline (8.1.1-r0) 04:24:41 (2/43) Installing bash (5.1.16-r0) 04:24:41 Executing bash-5.1.16-r0.post-install 04:24:41 (3/43) Installing brotli-libs (1.0.9-r5) 04:24:41 (4/43) Installing nghttp2-libs (1.46.0-r0) 04:24:41 (5/43) Installing libcurl (7.80.0-r0) 04:24:41 (6/43) Installing curl (7.80.0-r0) 04:24:41 (7/43) Installing dumb-init (1.2.5-r1) 04:24:41 (8/43) Installing libbz2 (1.0.8-r1) 04:24:41 (9/43) Installing expat (2.4.7-r0) 04:24:41 (10/43) Installing libffi (3.4.2-r1) 04:24:41 (11/43) Installing gdbm (1.22-r0) 04:24:41 (12/43) Installing xz-libs (5.2.5-r1) 04:24:41 (13/43) Installing libgcc (10.3.1_git20211027-r0) 04:24:41 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 04:24:41 (15/43) Installing mpdecimal (2.5.1-r1) 04:24:41 (16/43) Installing sqlite-libs (3.36.0-r0) 04:24:41 (17/43) Installing python3 (3.9.7-r4) 04:24:45 (18/43) Installing py3-appdirs (1.4.4-r2) 04:24:45 (19/43) Installing py3-certifi (2020.12.5-r1) 04:24:45 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 04:24:45 (21/43) Installing py3-idna (3.3-r0) 04:24:45 (22/43) Installing py3-urllib3 (1.26.7-r0) 04:24:45 (23/43) Installing py3-requests (2.26.0-r1) 04:24:45 (24/43) Installing py3-msgpack (1.0.2-r1) 04:24:45 (25/43) Installing py3-lockfile (0.12.2-r4) 04:24:45 (26/43) Installing py3-cachecontrol (0.12.10-r0) 04:24:45 (27/43) Installing py3-colorama (0.4.4-r1) 04:24:45 (28/43) Installing py3-contextlib2 (21.6.0-r1) 04:24:45 (29/43) Installing py3-distlib (0.3.3-r0) 04:24:45 (30/43) Installing py3-distro (1.6.0-r0) 04:24:45 (31/43) Installing py3-six (1.16.0-r0) 04:24:45 (32/43) Installing py3-webencodings (0.5.1-r4) 04:24:45 (33/43) Installing py3-html5lib (1.1-r1) 04:24:45 (34/43) Installing py3-parsing (2.4.7-r2) 04:24:45 (35/43) Installing py3-packaging (20.9-r1) 04:24:45 (36/43) Installing py3-tomli (1.2.2-r0) 04:24:46 (37/43) Installing py3-pep517 (0.12.0-r0) 04:24:46 (38/43) Installing py3-progress (1.6-r0) 04:24:46 (39/43) Installing py3-retrying (1.3.3-r2) 04:24:46 (40/43) Installing py3-ordered-set (4.0.2-r2) 04:24:46 (41/43) Installing py3-setuptools (52.0.0-r4) 04:24:46 (42/43) Installing py3-toml (0.10.2-r2) 04:24:46 (43/43) Installing py3-pip (20.3.4-r1) 04:24:47 Executing busybox-1.34.1-r5.trigger 04:24:47 OK: 82 MiB in 65 packages 04:24:53 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 04:24:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:24:53 ---> d99e747cccb7 04:24:53 Step 3/22 : WORKDIR /edgex-go 04:24:53 ---> Using cache 04:24:53 ---> d85c3da7ac28 04:24:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:24:53 ---> Using cache 04:24:53 ---> a1c92aa13997 04:24:53 Step 5/22 : RUN apk add --update --no-cache make git 04:24:53 ---> Using cache 04:24:53 ---> 8abe4391a71e 04:24:53 Step 6/22 : COPY go.mod vendor* ./ 04:24:53 ---> Using cache 04:24:53 ---> fdfc38dac045 04:24:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:24:53 ---> Using cache 04:24:53 ---> 23257d94cb4a 04:24:53 Step 8/22 : COPY . . 04:24:53 ---> Using cache 04:24:53 ---> da8d6d3b3179 04:24:53 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:24:53 Collecting docker-compose==1.23.2 04:24:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:24:54 Collecting docopt<0.7,>=0.6.1 04:24:54 Downloading docopt-0.6.2.tar.gz (25 kB) 04:24:55 ---> Running in b389584fe6e7 04:24:57 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:24:57 Collecting cached-property<2,>=1.2.0 04:24:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:24:58 Collecting PyYAML<4,>=3.10 04:24:58 Downloading PyYAML-3.13.tar.gz (270 kB) 04:25:02 Collecting texttable<0.10,>=0.9.0 04:25:02 Downloading texttable-0.9.1.tar.gz (11 kB) 04:25:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 04:25:05 Collecting jsonschema<3,>=2.5.1 04:25:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:25:06 Collecting docker<4.0,>=3.6.0 04:25:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:25:06 Collecting dockerpty<0.5,>=0.4.1 04:25:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:25:08 Removing intermediate container 36e37e3a3298 04:25:08 ---> 8da769516ba1 04:25:08 04:25:08 Step 10/22 : FROM alpine:3.14 04:25:08 ---> ac73e934f311 04:25:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:25:08 ---> Running in ea3fa8936fe1 04:25:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:25:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:25:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:25:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:25:10 Collecting websocket-client<1.0,>=0.32.0 04:25:10 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 04:25:11 (1/2) Installing ca-certificates (20211220-r0) 04:25:11 (2/2) Installing dumb-init (1.2.5-r1) 04:25:11 Collecting docker-pycreds>=0.4.0 04:25:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:25:11 Executing busybox-1.33.1-r7.trigger 04:25:11 Executing ca-certificates-20211220-r0.trigger 04:25:12 OK: 6 MiB in 16 packages 04:25:13 Collecting urllib3<1.25,>=1.21.1 04:25:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:25:13 Collecting idna<2.8,>=2.5 04:25:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:25:13 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) 04:25:13 Collecting chardet<3.1.0,>=3.0.2 04:25:13 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 04:25:14 Removing intermediate container ea3fa8936fe1 04:25:14 ---> 8ff57631772f 04:25:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:25:14 ---> Running in 60ef0ae5e6c2 04:25:14 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 04:25:14 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 04:25:14 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 04:25:14 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 04:25:14 Removing intermediate container 60ef0ae5e6c2 04:25:14 ---> 052fa47af027 04:25:14 Step 13/22 : ENV APP_PORT=59860 04:25:14 ---> Running in 4bbae8470906 04:25:15 Removing intermediate container 4bbae8470906 04:25:15 ---> b1e1c11a2f77 04:25:15 Step 14/22 : EXPOSE $APP_PORT 04:25:15 ---> Running in eea505ceb369 04:25:15 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 04:25:15 Attempting uninstall: urllib3 04:25:15 Found existing installation: urllib3 1.26.7 04:25:15 Uninstalling urllib3-1.26.7: 04:25:16 Successfully uninstalled urllib3-1.26.7 04:25:16 Removing intermediate container eea505ceb369 04:25:16 ---> fd580055bc6e 04:25:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:25:17 ---> faaf217a3c17 04:25:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:25:17 Attempting uninstall: idna 04:25:17 Found existing installation: idna 3.3 04:25:17 Uninstalling idna-3.3: 04:25:17 Successfully uninstalled idna-3.3 04:25:20 ---> 37b65a9cba28 04:25:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:25:21 ---> 3f2a027ac9d7 04:25:21 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:25:21 ---> Running in 383ce6b970ea 04:25:21 Removing intermediate container 383ce6b970ea 04:25:21 ---> c7131d966379 04:25:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:25:22 ---> Running in 594906270f6f 04:25:22 Removing intermediate container 594906270f6f 04:25:22 ---> ff5fcd164665 04:25:22 Step 20/22 : LABEL arch=arm64 04:25:22 Attempting uninstall: requests 04:25:22 Found existing installation: requests 2.26.0 04:25:22 Uninstalling requests-2.26.0: 04:25:22 ---> Running in 4a69dd0587d8 04:25:22 Successfully uninstalled requests-2.26.0 04:25:23 Removing intermediate container 4a69dd0587d8 04:25:23 ---> 2224f9f38adf 04:25:23 Step 21/22 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:25:23 ---> Running in 44ab802daf50 04:25:23 Running setup.py install for texttable: started 04:25:23 Removing intermediate container 44ab802daf50 04:25:23 ---> 9ea6b745510e 04:25:23 Step 22/22 : LABEL version=0.0.0 04:25:23 ---> Running in 924d32125d0b 04:25:24 Removing intermediate container 924d32125d0b 04:25:24 ---> c31da6f7ea0d 04:25:24 04:25:24 Successfully built c31da6f7ea0d 04:25:24 Successfully tagged support-notifications-arm64:latest 04:25:24 Building security-spire-server 04:25:26  Building support-notifications ... done  Running setup.py install for texttable: finished with status 'done' 04:25:26 Running setup.py install for PyYAML: started 04:25:29 Running setup.py install for PyYAML: finished with status 'done' 04:25:29 Running setup.py install for docopt: started 04:25:32 Running setup.py install for docopt: finished with status 'done' 04:25:32 Running setup.py install for dockerpty: started 04:25:34 Running setup.py install for dockerpty: finished with status 'done' 04:25:37 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 04:25:53 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 04:25:53 Step 2/25 : FROM ${BUILDER_BASE} AS builder 04:25:53 ---> d99e747cccb7 04:25:53 Step 3/25 : WORKDIR /edgex-go 04:25:53 ---> Using cache 04:25:53 ---> d85c3da7ac28 04:25:53 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:25:53 ---> Using cache 04:25:53 ---> a1c92aa13997 04:25:53 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 04:25:53 ---> Running in 8637f225ce03 04:25:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:25:56 Removing intermediate container 1fdc43af3eb4 04:25:56 ---> f128c27b85b2 04:25:56 Step 14/23 : ENV APP_PORT=58890 04:25:56 ---> Running in 9fc2603b4891 04:25:56 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:25:56 Removing intermediate container 9fc2603b4891 04:25:56 ---> 87fffb3a1a75 04:25:56 Step 15/23 : EXPOSE $APP_PORT 04:25:56 ---> Running in 71e746de50bb 04:25:57 Removing intermediate container 71e746de50bb 04:25:57 ---> 4eba5583bb51 04:25:57 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:25:58 OK: 220 MiB in 52 packages 04:25:59 ---> c7e829bd3023 04:25:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:26:00 Removing intermediate container 8637f225ce03 04:26:00 ---> 45d996855fef 04:26:00 Step 6/25 : COPY go.mod vendor* ./ 04:26:00 ---> 4c6a527c29b3 04:26:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:26:01 ---> d0f9dbff895d 04:26:01 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:26:01 ---> Running in a8ae5f5dfe43 04:26:02 ---> 88c9b23805c2 04:26:02 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 04:26:02 ---> Running in 2a5994d72804 04:26:03 Removing intermediate container 2a5994d72804 04:26:03 ---> 018c78be5f02 04:26:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:26:03 ---> Running in 96a7f26c47ec 04:26:04 Removing intermediate container 96a7f26c47ec 04:26:04 ---> 296a65b733e9 04:26:04 Step 21/23 : LABEL arch=arm64 04:26:04 ---> Running in 6bbcf69cd731 04:26:04 Removing intermediate container 6bbcf69cd731 04:26:04 ---> 25b01821dfd6 04:26:04 Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:26:04 ---> Running in bd775b3b3252 04:26:05 Removing intermediate container bd775b3b3252 04:26:05 ---> 3b670cc39ffd 04:26:05 Step 23/23 : LABEL version=0.0.0 04:26:05 ---> Running in b9eb1c6cc833 04:26:05 Removing intermediate container b9eb1c6cc833 04:26:05 ---> 4eff230acfcf 04:26:05 04:26:06 Successfully built 4eff230acfcf 04:26:06 Successfully tagged sys-mgmt-agent-arm64:latest 04:26:06 Building security-spire-config 04:26:08  Building sys-mgmt-agent ... done Removing intermediate container a8ae5f5dfe43 04:26:08 ---> 4f53e2d13e30 04:26:08 Step 8/25 : COPY . . 04:26:35 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 04:26:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:26:35 ---> d99e747cccb7 04:26:35 Step 3/26 : WORKDIR /edgex-go 04:26:35 ---> 97c6af6df728 04:26:35 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 04:26:35 ---> Using cache 04:26:35 ---> d85c3da7ac28 04:26:35 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:26:35 ---> Using cache 04:26:35 ---> a1c92aa13997 04:26:35 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 04:26:35 ---> Using cache 04:26:35 ---> 45d996855fef 04:26:35 Step 6/26 : COPY go.mod vendor* ./ 04:26:35 ---> Using cache 04:26:35 ---> d0f9dbff895d 04:26:35 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:26:35 ---> Using cache 04:26:35 ---> 4f53e2d13e30 04:26:35 Step 8/26 : COPY . . 04:26:35 ---> Using cache 04:26:35 ---> 97c6af6df728 04:26:35 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 04:26:35 ---> Running in 3abda4c4029d 04:26:35 ---> Running in 03e90733482e 04:26:36 Removing intermediate container 3abda4c4029d 04:26:36 ---> cca9d167e587 04:26:36 Step 10/26 : RUN mkdir -p spire-build 04:26:36 ---> Running in 1a0ec7034509 04:26:36 Removing intermediate container 03e90733482e 04:26:36 ---> 7252d6cd6998 04:26:36 Step 10/25 : RUN mkdir -p spire-build 04:26:36 ---> Running in eb0176714bfe 04:26:40 Removing intermediate container 1a0ec7034509 04:26:40 ---> 8b882c93f618 04:26:40 Step 11/26 : WORKDIR /edgex-go/spire-build 04:26:40 Removing intermediate container eb0176714bfe 04:26:40 ---> bc412119abe3 04:26:40 Step 11/25 : WORKDIR /edgex-go/spire-build 04:26:40 ---> Running in 4d201f720720 04:26:40 ---> Running in f272b4336b30 04:26:40 Removing intermediate container 4d201f720720 04:26:40 ---> 476fb05fa2a6 04:26:40 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 04:26:40 Removing intermediate container f272b4336b30 04:26:40 ---> 2ce1e21752b9 04:26:40 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 04:26:40 ---> Running in d7b9571cb98c 04:26:40 ---> Running in 70a354c7b09f 04:26:44 spire-1.2.1/ 04:26:44 spire-1.2.1/.data/ 04:26:44 spire-1.2.1/.data/.file 04:26:44 spire-1.2.1/.dockerignore 04:26:44 spire-1.2.1/.gitattributes 04:26:44 spire-1.2.1/.githooks/ 04:26:44 spire-1.2.1/.githooks/pre-commit 04:26:44 spire-1.2.1/.github/ 04:26:44 spire-1.2.1/.github/ISSUE_TEMPLATE.md 04:26:44 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 04:26:44 spire-1.2.1/.github/dependabot.yml 04:26:44 spire-1.2.1/.github/workflows/ 04:26:44 spire-1.2.1/.github/workflows/nightly_build.yaml 04:26:44 spire-1.2.1/.github/workflows/pr_build.yaml 04:26:44 spire-1.2.1/.github/workflows/release_build.yaml 04:26:44 spire-1.2.1/.github/workflows/scripts/ 04:26:44 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 04:26:44 spire-1.2.1/.github/workflows/scripts/push-images.sh 04:26:44 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 04:26:44 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 04:26:44 spire-1.2.1/.github/workflows/scripts/split.sh 04:26:44 spire-1.2.1/.gitignore 04:26:44 spire-1.2.1/.go-version 04:26:44 spire-1.2.1/.golangci.yml 04:26:44 spire-1.2.1/ADOPTERS.md 04:26:44 spire-1.2.1/CHANGELOG.md 04:26:44 spire-1.2.1/CODE-OF-CONDUCT.md 04:26:44 spire-1.2.1/CODEOWNERS 04:26:44 spire-1.2.1/CONTRIBUTING.md 04:26:44 spire-1.2.1/Dockerfile 04:26:44 spire-1.2.1/Dockerfile.dev 04:26:44 spire-1.2.1/Dockerfile.scratch 04:26:44 spire-1.2.1/LICENSE 04:26:44 spire-1.2.1/MAINTAINERS.md 04:26:44 spire-1.2.1/Makefile 04:26:44 spire-1.2.1/README.md 04:26:44 spire-1.2.1/ROADMAP.md 04:26:44 spire-1.2.1/SECURITY.md 04:26:44 spire-1.2.1/cmd/ 04:26:44 spire-1.2.1/cmd/spire-agent/ 04:26:44 spire-1.2.1/cmd/spire-agent/cli/ 04:26:44 spire-1.2.1/cmd/spire-agent/cli/api/ 04:26:44 spire-1.2.1/cmd/spire-agent/cli/api/common.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/cli.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/common/ 04:26:44 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 04:26:44 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/run/ 04:26:44 spire-1.2.1/cmd/spire-agent/cli/run/run.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/validate/ 04:26:44 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 04:26:44 spire-1.2.1/cmd/spire-agent/main.go 04:26:44 spire-1.2.1/cmd/spire-server/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/agent/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/agent/count.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/agent/list.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/agent/show.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/cli.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/count.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/create.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/show.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/update.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/util.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/common.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/create.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/list.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/show.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/update.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/jwt/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/run/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/run/run.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/token/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/token/generate.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/validate/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/x509/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 04:26:44 spire-1.2.1/cmd/spire-server/main.go 04:26:44 spire-1.2.1/cmd/spire-server/util/ 04:26:44 spire-1.2.1/cmd/spire-server/util/util.go 04:26:44 spire-1.2.1/conf/ 04:26:44 spire-1.2.1/conf/agent/ 04:26:44 spire-1.2.1/conf/agent/agent.conf 04:26:44 spire-1.2.1/conf/agent/agent_full.conf 04:26:44 spire-1.2.1/conf/agent/dummy_root_ca.crt 04:26:44 spire-1.2.1/conf/server/ 04:26:44 spire-1.2.1/conf/server/dummy_upstream_ca.crt 04:26:44 spire-1.2.1/conf/server/dummy_upstream_ca.key 04:26:44 spire-1.2.1/conf/server/server.conf 04:26:44 spire-1.2.1/conf/server/server_full.conf 04:26:44 spire-1.2.1/doc/ 04:26:44 spire-1.2.1/doc/SPIRE101.md 04:26:44 spire-1.2.1/doc/auditlog.md 04:26:44 spire-1.2.1/doc/authorization_policy_engine.md 04:26:44 spire-1.2.1/doc/changelog_guidelines.md 04:26:44 spire-1.2.1/doc/cure53-report.pdf 04:26:44 spire-1.2.1/doc/images/ 04:26:44 spire-1.2.1/doc/images/2019_roadmap.png 04:26:44 spire-1.2.1/doc/images/SPIRE101.png 04:26:44 spire-1.2.1/doc/images/SPIRE_agent.png 04:26:44 spire-1.2.1/doc/images/SPIRE_server.png 04:26:44 spire-1.2.1/doc/images/cache_mgr.png 04:26:44 spire-1.2.1/doc/images/cache_mgr_components.png 04:26:44 spire-1.2.1/doc/images/federated_spire.png 04:26:44 spire-1.2.1/doc/images/ha_mode.png 04:26:44 spire-1.2.1/doc/images/nested_spire.png 04:26:44 spire-1.2.1/doc/images/oidc_federation.png 04:26:44 spire-1.2.1/doc/images/single_trust_domain.png 04:26:44 spire-1.2.1/doc/images/spiffe_compatible.png 04:26:44 spire-1.2.1/doc/images/spire_logo.png 04:26:44 spire-1.2.1/doc/migrating_registration_api_clients.md 04:26:44 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 04:26:44 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 04:26:44 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 04:26:44 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 04:26:44 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 04:26:44 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 04:26:44 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 04:26:44 spire-1.2.1/doc/plugin_server_datastore_sql.md 04:26:44 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 04:26:44 spire-1.2.1/doc/plugin_server_keymanager_disk.md 04:26:44 spire-1.2.1/doc/plugin_server_keymanager_memory.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 04:26:44 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 04:26:44 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 04:26:44 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.mdspire-1.2.1/ 04:26:44 04:26:44 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 04:26:44 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 04:26:44 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 04:26:44 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 04:26:44 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 04:26:44 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 04:26:44 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 04:26:44 spire-1.2.1/doc/scaling_spire.md 04:26:44 spire-1.2.1/doc/spire_agent.md 04:26:44 spire-1.2.1/doc/spire_server.md 04:26:44 spire-1.2.1/doc/supported_integrations.md 04:26:44 spire-1.2.1/doc/telemetry.md 04:26:44 spire-1.2.1/doc/telemetry_config.md 04:26:44 spire-1.2.1/doc/upgrading.md 04:26:44 spire-1.2.1/doc/using_spire.md 04:26:44 spire-1.2.1/examples/ 04:26:44 spire-1.2.1/examples/README.md 04:26:44 spire-1.2.1/go.mod 04:26:44 spire-1.2.1/go.sum 04:26:44 spire-1.2.1/pkg/ 04:26:44 spire-1.2.1/pkg/agent/ 04:26:44 spire-1.2.1/pkg/agent/agent.go 04:26:44 spire-1.2.1/pkg/agent/api/ 04:26:44 spire-1.2.1/pkg/agent/api/config.go 04:26:44 spire-1.2.1/pkg/agent/api/debug/ 04:26:44 spire-1.2.1/pkg/agent/api/debug/v1/ 04:26:44 spire-1.2.1/pkg/agent/api/debug/v1/service.go 04:26:44 spire-1.2.1/pkg/agent/api/debug/v1/service_test.gospire-1.2.1/.data/ 04:26:44 spire-1.2.1/.data/.file 04:26:44 spire-1.2.1/.dockerignore 04:26:44 spire-1.2.1/.gitattributes 04:26:44 spire-1.2.1/.githooks/ 04:26:44 spire-1.2.1/.githooks/pre-commit 04:26:44 spire-1.2.1/.github/ 04:26:44 spire-1.2.1/.github/ISSUE_TEMPLATE.md 04:26:44 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 04:26:44 spire-1.2.1/.github/dependabot.yml 04:26:44 spire-1.2.1/.github/workflows/ 04:26:44 spire-1.2.1/.github/workflows/nightly_build.yaml 04:26:44 spire-1.2.1/.github/workflows/pr_build.yaml 04:26:44 spire-1.2.1/.github/workflows/release_build.yaml 04:26:44 spire-1.2.1/.github/workflows/scripts/ 04:26:44 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 04:26:44 spire-1.2.1/.github/workflows/scripts/push-images.sh 04:26:44 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 04:26:44 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 04:26:44 spire-1.2.1/.github/workflows/scripts/split.sh 04:26:44 spire-1.2.1/.gitignore 04:26:44 spire-1.2.1/.go-version 04:26:44 spire-1.2.1/.golangci.yml 04:26:44 spire-1.2.1/ADOPTERS.md 04:26:44 spire-1.2.1/CHANGELOG.md 04:26:44 spire-1.2.1/CODE-OF-CONDUCT.md 04:26:44 spire-1.2.1/CODEOWNERS 04:26:44 spire-1.2.1/CONTRIBUTING.md 04:26:44 spire-1.2.1/Dockerfile 04:26:44 spire-1.2.1/Dockerfile.dev 04:26:44 spire-1.2.1/pkg/agent/api/delegatedidentity/ 04:26:44 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 04:26:44 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 04:26:44 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 04:26:44 spire-1.2.1/pkg/agent/api/endpoints.go 04:26:44 spire-1.2.1/pkg/agent/api/health/ 04:26:44 spire-1.2.1/pkg/agent/api/health/v1/ 04:26:44 spire-1.2.1/pkg/agent/api/health/v1/service.go 04:26:44 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 04:26:44 spire-1.2.1/pkg/agent/api/rpccontext/ 04:26:44 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 04:26:44 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 04:26:44 spire-1.2.1/pkg/agent/attestor/ 04:26:44 spire-1.2.1/pkg/agent/attestor/node/ 04:26:44 spire-1.2.1/pkg/agent/attestor/node/experimental.go 04:26:44 spire-1.2.1/pkg/agent/attestor/node/node.go 04:26:44 spire-1.2.1/pkg/agent/attestor/node/node_test.go 04:26:44 spire-1.2.1/pkg/agent/attestor/workload/ 04:26:44 spire-1.2.1/pkg/agent/attestor/workload/workload.go 04:26:44 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 04:26:44 spire-1.2.1/pkg/agent/catalog/ 04:26:44 spire-1.2.1/pkg/agent/catalog/catalog.go 04:26:44 spire-1.2.1/pkg/agent/catalog/keymanager.go 04:26:44 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 04:26:44 spire-1.2.1/pkg/agent/catalog/svidstore.go 04:26:44 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 04:26:44 spire-1.2.1/pkg/agent/client/ 04:26:44 spire-1.2.1/pkg/agent/client/client.go 04:26:44 spire-1.2.1/pkg/agent/client/client_test.go 04:26:44 spire-1.2.1/pkg/agent/client/dial.go 04:26:44 spire-1.2.1/pkg/agent/client/nodeconn.go 04:26:44 spire-1.2.1/pkg/agent/client/nodeconn_test.go 04:26:44 spire-1.2.1/pkg/agent/client/update.go 04:26:44 spire-1.2.1/pkg/agent/client/util.go 04:26:44 spire-1.2.1/pkg/agent/common/ 04:26:44 spire-1.2.1/pkg/agent/common/backoff/ 04:26:44 spire-1.2.1/pkg/agent/common/backoff/backoff.go 04:26:44 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 04:26:44 spire-1.2.1/pkg/agent/common/cgroups/ 04:26:44 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 04:26:44 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 04:26:44 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 04:26:44 spire-1.2.1/pkg/agent/config.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/ 04:26:44 spire-1.2.1/pkg/agent/endpoints/config.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/endpoints.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/metrics.go 04:26:44 spire-1.2.1/Dockerfile.scratch 04:26:44 spire-1.2.1/LICENSE 04:26:44 spire-1.2.1/MAINTAINERS.md 04:26:44 spire-1.2.1/Makefile 04:26:44 spire-1.2.1/README.md 04:26:44 spire-1.2.1/ROADMAP.md 04:26:44 spire-1.2.1/SECURITY.md 04:26:44 spire-1.2.1/cmd/ 04:26:44 spire-1.2.1/cmd/spire-agent/ 04:26:44 spire-1.2.1/cmd/spire-agent/cli/ 04:26:44 spire-1.2.1/cmd/spire-agent/cli/api/ 04:26:44 spire-1.2.1/cmd/spire-agent/cli/api/common.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/cli.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/common/ 04:26:44 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 04:26:44 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/run/ 04:26:44 spire-1.2.1/cmd/spire-agent/cli/run/run.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/validate/ 04:26:44 spire-1.2.1/pkg/agent/endpoints/middleware.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/peertracker.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 04:26:44 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 04:26:44 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/workload/ 04:26:44 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 04:26:44 spire-1.2.1/pkg/agent/manager/ 04:26:44 spire-1.2.1/pkg/agent/manager/cache/ 04:26:44 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 04:26:44 spire-1.2.1/pkg/agent/manager/cache/cache.go 04:26:44 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 04:26:44 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 04:26:44 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 04:26:44 spire-1.2.1/pkg/agent/manager/cache/sets.go 04:26:44 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 04:26:44 spire-1.2.1/pkg/agent/manager/config.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 04:26:44 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 04:26:44 spire-1.2.1/cmd/spire-agent/main.go 04:26:44 spire-1.2.1/cmd/spire-server/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/agent/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/agent/count.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/agent/list.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/agent/show.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/cli.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/ 04:26:44 spire-1.2.1/pkg/agent/manager/manager.go 04:26:44 spire-1.2.1/pkg/agent/manager/manager_test.go 04:26:44 spire-1.2.1/pkg/agent/manager/storage.go 04:26:44 spire-1.2.1/pkg/agent/manager/storage_test.go 04:26:44 spire-1.2.1/pkg/agent/manager/storecache/ 04:26:44 spire-1.2.1/pkg/agent/manager/storecache/cache.go 04:26:44 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 04:26:44 spire-1.2.1/pkg/agent/manager/sync.go 04:26:44 spire-1.2.1/pkg/agent/plugin/ 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/ 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/count.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/create.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/show.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/update.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/util.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/common.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/create.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/list.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/ 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/show.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/update.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/jwt/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/run/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/run/run.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/token/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/token/generate.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/validate/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 04:26:44 spire-1.2.1/pkg/agent/svid/ 04:26:44 spire-1.2.1/pkg/agent/svid/rotator.go 04:26:44 spire-1.2.1/pkg/agent/svid/rotator_config.go 04:26:44 spire-1.2.1/pkg/agent/svid/rotator_test.go 04:26:44 spire-1.2.1/pkg/agent/svid/store/ 04:26:44 spire-1.2.1/pkg/agent/svid/store/service.go 04:26:44 spire-1.2.1/pkg/agent/svid/store/service_test.go 04:26:44 spire-1.2.1/pkg/common/ 04:26:44 spire-1.2.1/pkg/common/agentpathtemplate/ 04:26:44 spire-1.2.1/pkg/common/agentpathtemplate/template.go 04:26:44 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 04:26:44 spire-1.2.1/pkg/common/api/ 04:26:44 spire-1.2.1/pkg/common/api/metrics.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/ 04:26:44 spire-1.2.1/pkg/common/api/middleware/common_test.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/interceptor.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/x509/ 04:26:44 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 04:26:44 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 04:26:44 spire-1.2.1/cmd/spire-server/main.go 04:26:44 spire-1.2.1/cmd/spire-server/util/ 04:26:44 spire-1.2.1/cmd/spire-server/util/util.go 04:26:44 spire-1.2.1/conf/ 04:26:44 spire-1.2.1/conf/agent/ 04:26:44 spire-1.2.1/conf/agent/agent.conf 04:26:44 spire-1.2.1/conf/agent/agent_full.conf 04:26:44 spire-1.2.1/conf/agent/dummy_root_ca.crt 04:26:44 spire-1.2.1/conf/server/ 04:26:44 spire-1.2.1/conf/server/dummy_upstream_ca.crt 04:26:44 spire-1.2.1/conf/server/dummy_upstream_ca.key 04:26:44 spire-1.2.1/conf/server/server.conf 04:26:44 spire-1.2.1/conf/server/server_full.conf 04:26:44 spire-1.2.1/doc/ 04:26:44 spire-1.2.1/doc/SPIRE101.md 04:26:44 spire-1.2.1/doc/auditlog.md 04:26:44 spire-1.2.1/doc/authorization_policy_engine.md 04:26:44 spire-1.2.1/doc/changelog_guidelines.md 04:26:44 spire-1.2.1/doc/cure53-report.pdf 04:26:44 spire-1.2.1/doc/images/ 04:26:44 spire-1.2.1/doc/images/2019_roadmap.png 04:26:44 spire-1.2.1/doc/images/SPIRE101.png 04:26:44 spire-1.2.1/doc/images/SPIRE_agent.png 04:26:44 spire-1.2.1/doc/images/SPIRE_server.png 04:26:44 spire-1.2.1/pkg/common/api/middleware/logger.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/logger_test.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/metrics.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/middleware.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/misconfig.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/names.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/names_test.go 04:26:44 spire-1.2.1/pkg/common/api/names.go 04:26:44 spire-1.2.1/pkg/common/api/ratelimit.go 04:26:44 spire-1.2.1/pkg/common/api/rpccontext/ 04:26:44 spire-1.2.1/pkg/common/api/rpccontext/logger.go 04:26:44 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 04:26:44 spire-1.2.1/pkg/common/api/rpccontext/names.go 04:26:44 spire-1.2.1/pkg/common/auth/ 04:26:44 spire-1.2.1/pkg/common/auth/interceptors.go 04:26:44 spire-1.2.1/pkg/common/auth/interceptors_test.go 04:26:44 spire-1.2.1/pkg/common/auth/untracked_uds.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/ 04:26:44 spire-1.2.1/pkg/common/bundleutil/bundle.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/common_test.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/marshal.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/types.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 04:26:44 spire-1.2.1/pkg/common/catalog/ 04:26:44 spire-1.2.1/pkg/common/catalog/bind.go 04:26:44 spire-1.2.1/pkg/common/catalog/builtin.go 04:26:44 spire-1.2.1/pkg/common/catalog/catalog.go 04:26:44 spire-1.2.1/pkg/common/catalog/catalog_test.go 04:26:44 spire-1.2.1/pkg/common/catalog/closers.go 04:26:44 spire-1.2.1/pkg/common/catalog/cmd_linux.go 04:26:44 spire-1.2.1/pkg/common/catalog/cmd_other.go 04:26:44 spire-1.2.1/pkg/common/catalog/config.go 04:26:44 spire-1.2.1/pkg/common/catalog/config_test.go 04:26:44 spire-1.2.1/pkg/common/catalog/configure.go 04:26:44 spire-1.2.1/pkg/common/catalog/constraints.go 04:26:44 spire-1.2.1/pkg/common/catalog/constraints_test.go 04:26:44 spire-1.2.1/pkg/common/catalog/context.go 04:26:44 spire-1.2.1/pkg/common/catalog/external.go 04:26:44 spire-1.2.1/pkg/common/catalog/host.go 04:26:44 spire-1.2.1/pkg/common/catalog/pipenet.go 04:26:44 spire-1.2.1/pkg/common/catalog/plugin.go 04:26:44 spire-1.2.1/pkg/common/catalog/testplugin/ 04:26:44 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 04:26:44 spire-1.2.1/pkg/common/catalog/testplugin/main.go 04:26:44 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 04:26:44 spire-1.2.1/pkg/common/cli/ 04:26:44 spire-1.2.1/pkg/common/cli/env.go 04:26:44 spire-1.2.1/pkg/common/cli/flags.go 04:26:44 spire-1.2.1/pkg/common/cli/trust_domain.go 04:26:44 spire-1.2.1/pkg/common/cli/trust_domain_test.go 04:26:44 spire-1.2.1/pkg/common/cli/umask.go 04:26:44 spire-1.2.1/pkg/common/cli/umask_posix.go 04:26:44 spire-1.2.1/pkg/common/cli/umask_test.go 04:26:44 spire-1.2.1/pkg/common/cli/umask_windows.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/flag.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/flag_test.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/format.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/format_test.go 04:26:44 spire-1.2.1/doc/images/cache_mgr.png 04:26:44 spire-1.2.1/doc/images/cache_mgr_components.png 04:26:44 spire-1.2.1/doc/images/federated_spire.png 04:26:44 spire-1.2.1/doc/images/ha_mode.png 04:26:44 spire-1.2.1/doc/images/nested_spire.png 04:26:44 spire-1.2.1/doc/images/oidc_federation.png 04:26:44 spire-1.2.1/doc/images/single_trust_domain.png 04:26:44 spire-1.2.1/doc/images/spiffe_compatible.png 04:26:44 spire-1.2.1/doc/images/spire_logo.png 04:26:44 spire-1.2.1/doc/migrating_registration_api_clients.md 04:26:44 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 04:26:44 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 04:26:44 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 04:26:44 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 04:26:44 spire-1.2.1/pkg/common/coretypes/ 04:26:44 spire-1.2.1/pkg/common/coretypes/bundle/ 04:26:44 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 04:26:44 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 04:26:44 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 04:26:44 spire-1.2.1/pkg/common/coretypes/bundle/require.go 04:26:44 spire-1.2.1/pkg/common/coretypes/jwtkey/ 04:26:44 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 04:26:44 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 04:26:44 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 04:26:44 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 04:26:44 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 04:26:44 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 04:26:44 spire-1.2.1/pkg/common/coretypes/x509certificate/ 04:26:44 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 04:26:44 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 04:26:44 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 04:26:44 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 04:26:44 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 04:26:44 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 04:26:44 spire-1.2.1/doc/plugin_server_datastore_sql.md 04:26:44 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 04:26:44 spire-1.2.1/doc/plugin_server_keymanager_disk.md 04:26:44 spire-1.2.1/doc/plugin_server_keymanager_memory.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 04:26:44 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 04:26:44 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 04:26:44 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 04:26:44 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 04:26:44 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 04:26:44 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 04:26:44 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 04:26:44 spire-1.2.1/pkg/common/cryptoutil/ 04:26:44 spire-1.2.1/pkg/common/cryptoutil/keys.go 04:26:44 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 04:26:44 spire-1.2.1/pkg/common/diskutil/ 04:26:44 spire-1.2.1/pkg/common/diskutil/file_posix.go 04:26:44 spire-1.2.1/pkg/common/diskutil/file_test.go 04:26:44 spire-1.2.1/pkg/common/diskutil/file_windows.go 04:26:44 spire-1.2.1/pkg/common/errorutil/ 04:26:44 spire-1.2.1/pkg/common/errorutil/wrapper.go 04:26:44 spire-1.2.1/pkg/common/health/ 04:26:44 spire-1.2.1/pkg/common/health/config.go 04:26:44 spire-1.2.1/pkg/common/health/context.go 04:26:44 spire-1.2.1/pkg/common/health/context_test.go 04:26:44 spire-1.2.1/pkg/common/health/health.go 04:26:44 spire-1.2.1/pkg/common/health/health_test.go 04:26:44 spire-1.2.1/pkg/common/health/logger.go 04:26:44 spire-1.2.1/pkg/common/hostservice/ 04:26:44 spire-1.2.1/pkg/common/hostservice/metricsservice/ 04:26:44 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 04:26:44 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 04:26:44 spire-1.2.1/pkg/common/idutil/ 04:26:44 spire-1.2.1/pkg/common/idutil/require.go 04:26:44 spire-1.2.1/pkg/common/idutil/require_test.go 04:26:44 spire-1.2.1/pkg/common/idutil/safety.go 04:26:44 spire-1.2.1/pkg/common/idutil/safety_test.go 04:26:44 spire-1.2.1/pkg/common/idutil/spiffeid.go 04:26:44 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 04:26:44 spire-1.2.1/pkg/common/jwtsvid/ 04:26:44 spire-1.2.1/pkg/common/jwtsvid/common.go 04:26:44 spire-1.2.1/pkg/common/jwtsvid/sign.go 04:26:44 spire-1.2.1/pkg/common/jwtsvid/token_test.go 04:26:44 spire-1.2.1/pkg/common/jwtsvid/validate.go 04:26:44 spire-1.2.1/pkg/common/jwtutil/ 04:26:44 spire-1.2.1/pkg/common/jwtutil/keyset.go 04:26:44 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 04:26:44 spire-1.2.1/pkg/common/log/ 04:26:44 spire-1.2.1/pkg/common/log/hclog_adapter.go 04:26:44 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 04:26:44 spire-1.2.1/pkg/common/log/log.go 04:26:44 spire-1.2.1/pkg/common/log/log_test.go 04:26:44 spire-1.2.1/pkg/common/log/options.go 04:26:44 spire-1.2.1/pkg/common/nodeutil/ 04:26:44 spire-1.2.1/pkg/common/nodeutil/node.go 04:26:44 spire-1.2.1/pkg/common/nodeutil/node_test.go 04:26:44 spire-1.2.1/pkg/common/peertracker/ 04:26:44 spire-1.2.1/pkg/common/peertracker/conn.go 04:26:44 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 04:26:44 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 04:26:44 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 04:26:44 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 04:26:44 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 04:26:44 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 04:26:44 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 04:26:44 spire-1.2.1/doc/scaling_spire.md 04:26:44 spire-1.2.1/doc/spire_agent.md 04:26:44 spire-1.2.1/doc/spire_server.md 04:26:44 spire-1.2.1/doc/supported_integrations.md 04:26:44 spire-1.2.1/doc/telemetry.md 04:26:44 spire-1.2.1/doc/telemetry_config.md 04:26:44 spire-1.2.1/doc/upgrading.md 04:26:44 spire-1.2.1/doc/using_spire.md 04:26:44 spire-1.2.1/examples/ 04:26:44 spire-1.2.1/examples/README.md 04:26:44 spire-1.2.1/go.mod 04:26:44 spire-1.2.1/go.sum 04:26:44 spire-1.2.1/pkg/ 04:26:44 spire-1.2.1/pkg/agent/ 04:26:44 spire-1.2.1/pkg/agent/agent.go 04:26:44 spire-1.2.1/pkg/agent/api/ 04:26:44 spire-1.2.1/pkg/agent/api/config.go 04:26:44 spire-1.2.1/pkg/agent/api/debug/ 04:26:44 spire-1.2.1/pkg/agent/api/debug/v1/ 04:26:44 spire-1.2.1/pkg/agent/api/debug/v1/service.go 04:26:44 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 04:26:44 spire-1.2.1/pkg/common/peertracker/credentials.go 04:26:44 spire-1.2.1/pkg/common/peertracker/errors.go 04:26:44 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 04:26:44 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 04:26:44 spire-1.2.1/pkg/common/peertracker/info.go 04:26:44 spire-1.2.1/pkg/common/peertracker/listener.go 04:26:44 spire-1.2.1/pkg/common/peertracker/listener_test.go 04:26:44 spire-1.2.1/pkg/common/peertracker/peertracker.go 04:26:44 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 04:26:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 04:26:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 04:26:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 04:26:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tcp.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 04:26:44 spire-1.2.1/pkg/agent/api/delegatedidentity/ 04:26:44 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 04:26:44 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 04:26:44 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 04:26:44 spire-1.2.1/pkg/agent/api/endpoints.go 04:26:44 spire-1.2.1/pkg/agent/api/health/ 04:26:44 spire-1.2.1/pkg/agent/api/health/v1/ 04:26:44 spire-1.2.1/pkg/agent/api/health/v1/service.go 04:26:44 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 04:26:44 spire-1.2.1/pkg/agent/api/rpccontext/ 04:26:44 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 04:26:44 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 04:26:44 spire-1.2.1/pkg/agent/attestor/ 04:26:44 spire-1.2.1/pkg/agent/attestor/node/ 04:26:44 spire-1.2.1/pkg/agent/attestor/node/experimental.go 04:26:44 spire-1.2.1/pkg/agent/attestor/node/node.go 04:26:44 spire-1.2.1/pkg/agent/attestor/node/node_test.go 04:26:44 spire-1.2.1/pkg/agent/attestor/workload/ 04:26:44 spire-1.2.1/pkg/agent/attestor/workload/workload.go 04:26:44 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 04:26:44 spire-1.2.1/pkg/agent/catalog/ 04:26:44 spire-1.2.1/pkg/agent/catalog/catalog.go 04:26:44 spire-1.2.1/pkg/agent/catalog/keymanager.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 04:26:44 spire-1.2.1/pkg/common/peertracker/uds.go 04:26:44 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 04:26:44 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 04:26:44 spire-1.2.1/pkg/common/peertracker/uds_linux.go 04:26:44 spire-1.2.1/pkg/common/pemutil/ 04:26:44 spire-1.2.1/pkg/common/pemutil/block.go 04:26:44 spire-1.2.1/pkg/common/pemutil/certs.go 04:26:44 spire-1.2.1/pkg/common/pemutil/common.go 04:26:44 spire-1.2.1/pkg/common/pemutil/csr.go 04:26:44 spire-1.2.1/pkg/common/pemutil/keys.go 04:26:44 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/ 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 04:26:44 spire-1.2.1/pkg/common/plugin/ 04:26:44 spire-1.2.1/pkg/common/plugin/aws/ 04:26:44 spire-1.2.1/pkg/common/plugin/aws/iid.go 04:26:44 spire-1.2.1/pkg/common/plugin/azure/ 04:26:44 spire-1.2.1/pkg/common/plugin/azure/msi.go 04:26:44 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 04:26:44 spire-1.2.1/pkg/common/plugin/facade.go 04:26:44 spire-1.2.1/pkg/common/plugin/facade_test.go 04:26:44 spire-1.2.1/pkg/common/plugin/gcp/ 04:26:44 spire-1.2.1/pkg/common/plugin/gcp/iit.go 04:26:44 spire-1.2.1/pkg/common/plugin/k8s/ 04:26:44 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 04:26:44 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 04:26:44 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 04:26:44 spire-1.2.1/pkg/common/plugin/k8s/utils.go 04:26:44 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 04:26:44 spire-1.2.1/pkg/common/plugin/log.go 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/ 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 04:26:44 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 04:26:44 spire-1.2.1/pkg/agent/catalog/svidstore.go 04:26:44 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 04:26:44 spire-1.2.1/pkg/agent/client/ 04:26:44 spire-1.2.1/pkg/agent/client/client.go 04:26:44 spire-1.2.1/pkg/agent/client/client_test.go 04:26:44 spire-1.2.1/pkg/agent/client/dial.go 04:26:44 spire-1.2.1/pkg/agent/client/nodeconn.go 04:26:44 spire-1.2.1/pkg/agent/client/nodeconn_test.go 04:26:44 spire-1.2.1/pkg/agent/client/update.go 04:26:44 spire-1.2.1/pkg/agent/client/util.go 04:26:44 spire-1.2.1/pkg/agent/common/ 04:26:44 spire-1.2.1/pkg/agent/common/backoff/ 04:26:44 spire-1.2.1/pkg/agent/common/backoff/backoff.go 04:26:44 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 04:26:44 spire-1.2.1/pkg/agent/common/cgroups/ 04:26:44 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 04:26:44 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 04:26:44 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 04:26:44 spire-1.2.1/pkg/agent/config.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/ 04:26:44 spire-1.2.1/pkg/agent/endpoints/config.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/endpoints.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/metrics.go 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 04:26:44 spire-1.2.1/pkg/common/plugin/tpmdevid/ 04:26:44 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 04:26:44 spire-1.2.1/pkg/common/plugin/x509pop/ 04:26:44 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 04:26:44 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 04:26:44 spire-1.2.1/pkg/common/profiling/ 04:26:44 spire-1.2.1/pkg/common/profiling/dumpers.go 04:26:44 spire-1.2.1/pkg/common/profiling/profiling.go 04:26:44 spire-1.2.1/pkg/common/protoutil/ 04:26:44 spire-1.2.1/pkg/common/protoutil/masks.go 04:26:44 spire-1.2.1/pkg/common/protoutil/masks_test.go 04:26:44 spire-1.2.1/pkg/common/rotationutil/ 04:26:44 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 04:26:44 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 04:26:44 spire-1.2.1/pkg/common/selector/ 04:26:44 spire-1.2.1/pkg/common/selector/selector.go 04:26:44 spire-1.2.1/pkg/common/selector/selector_test.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/middleware.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/peertracker.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 04:26:44 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 04:26:44 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/workload/ 04:26:44 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 04:26:44 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 04:26:44 spire-1.2.1/pkg/agent/manager/ 04:26:44 spire-1.2.1/pkg/agent/manager/cache/ 04:26:44 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 04:26:44 spire-1.2.1/pkg/agent/manager/cache/cache.go 04:26:44 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 04:26:44 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 04:26:44 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 04:26:44 spire-1.2.1/pkg/agent/manager/cache/sets.go 04:26:44 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 04:26:44 spire-1.2.1/pkg/agent/manager/config.go 04:26:44 spire-1.2.1/pkg/common/selector/set.go 04:26:44 spire-1.2.1/pkg/common/selector/set_utils.go 04:26:44 spire-1.2.1/pkg/common/selector/set_utils_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/ 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/ 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/manager.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/node.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/store/ 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 04:26:44 spire-1.2.1/pkg/common/telemetry/blackhole.go 04:26:44 spire-1.2.1/pkg/common/telemetry/call.go 04:26:44 spire-1.2.1/pkg/common/telemetry/common/ 04:26:44 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 04:26:44 spire-1.2.1/pkg/agent/manager/manager.go 04:26:44 spire-1.2.1/pkg/agent/manager/manager_test.go 04:26:44 spire-1.2.1/pkg/agent/manager/storage.go 04:26:44 spire-1.2.1/pkg/agent/manager/storage_test.go 04:26:44 spire-1.2.1/pkg/agent/manager/storecache/ 04:26:44 spire-1.2.1/pkg/agent/manager/storecache/cache.go 04:26:44 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 04:26:44 spire-1.2.1/pkg/agent/manager/sync.go 04:26:44 spire-1.2.1/pkg/agent/plugin/ 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/ 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 04:26:44 spire-1.2.1/pkg/common/telemetry/config.go 04:26:44 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 04:26:44 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/inmem.go 04:26:44 spire-1.2.1/pkg/common/telemetry/inmem_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/m3.go 04:26:44 spire-1.2.1/pkg/common/telemetry/m3_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/metrics.go 04:26:44 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/names.go 04:26:44 spire-1.2.1/pkg/common/telemetry/prometheus.go 04:26:44 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/sanitize.go 04:26:44 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/ 04:26:44 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/ 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 04:26:44 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 04:26:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/rotate.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/server.go 04:26:44 spire-1.2.1/pkg/common/telemetry/sink.go 04:26:44 spire-1.2.1/pkg/common/telemetry/statsd.go 04:26:44 spire-1.2.1/pkg/common/telemetry/statsd_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/uptime.go 04:26:44 spire-1.2.1/pkg/common/telemetry/version.go 04:26:44 spire-1.2.1/pkg/common/telemetry/withlabels.go 04:26:44 spire-1.2.1/pkg/common/uptime/ 04:26:44 spire-1.2.1/pkg/common/uptime/uptime.go 04:26:44 spire-1.2.1/pkg/common/uptime/uptime_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 04:26:44 spire-1.2.1/pkg/common/util/ 04:26:44 spire-1.2.1/pkg/common/util/certs.go 04:26:44 spire-1.2.1/pkg/common/util/certs_test.go 04:26:44 spire-1.2.1/pkg/common/util/csr.go 04:26:44 spire-1.2.1/pkg/common/util/hash.go 04:26:44 spire-1.2.1/pkg/common/util/selectors.go 04:26:44 spire-1.2.1/pkg/common/util/selectors_test.go 04:26:44 spire-1.2.1/pkg/common/util/signals.go 04:26:44 spire-1.2.1/pkg/common/util/sort.go 04:26:44 spire-1.2.1/pkg/common/util/sort_test.go 04:26:44 spire-1.2.1/pkg/common/util/task.go 04:26:44 spire-1.2.1/pkg/common/util/task_test.go 04:26:44 spire-1.2.1/pkg/common/util/testdata/ 04:26:44 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 04:26:44 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 04:26:44 spire-1.2.1/pkg/common/version/ 04:26:44 spire-1.2.1/pkg/common/version/version.go 04:26:44 spire-1.2.1/pkg/common/x509svid/ 04:26:44 spire-1.2.1/pkg/common/x509svid/common_test.go 04:26:44 spire-1.2.1/pkg/common/x509svid/csr.go 04:26:44 spire-1.2.1/pkg/common/x509svid/upstreamca.go 04:26:44 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 04:26:44 spire-1.2.1/pkg/common/x509util/ 04:26:44 spire-1.2.1/pkg/common/x509util/cert.go 04:26:44 spire-1.2.1/pkg/common/x509util/dns.go 04:26:44 spire-1.2.1/pkg/common/x509util/dns_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 04:26:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/ 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 04:26:44 spire-1.2.1/pkg/common/x509util/keyid.go 04:26:44 spire-1.2.1/pkg/common/x509util/keypair.go 04:26:44 spire-1.2.1/pkg/common/x509util/serialnumber.go 04:26:44 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 04:26:44 spire-1.2.1/pkg/server/ 04:26:44 spire-1.2.1/pkg/server/api/ 04:26:44 spire-1.2.1/pkg/server/api/agent.go 04:26:44 spire-1.2.1/pkg/server/api/agent/ 04:26:44 spire-1.2.1/pkg/server/api/agent/v1/ 04:26:44 spire-1.2.1/pkg/server/api/agent/v1/service.go 04:26:44 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 04:26:44 spire-1.2.1/pkg/server/api/agent_test.go 04:26:44 spire-1.2.1/pkg/server/api/api.go 04:26:44 spire-1.2.1/pkg/server/api/audit/ 04:26:44 spire-1.2.1/pkg/server/api/audit/audit.go 04:26:44 spire-1.2.1/pkg/server/api/audit/audit_test.go 04:26:44 spire-1.2.1/pkg/server/api/bundle.go 04:26:44 spire-1.2.1/pkg/server/api/bundle/ 04:26:44 spire-1.2.1/pkg/server/api/bundle/v1/ 04:26:44 spire-1.2.1/pkg/server/api/bundle/v1/service.go 04:26:44 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 04:26:44 spire-1.2.1/pkg/server/api/bundle_test.go 04:26:44 spire-1.2.1/pkg/server/api/debug/ 04:26:44 spire-1.2.1/pkg/server/api/debug/v1/ 04:26:44 spire-1.2.1/pkg/server/api/debug/v1/service.go 04:26:44 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 04:26:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 04:26:44 spire-1.2.1/pkg/server/api/entry.go 04:26:44 spire-1.2.1/pkg/server/api/entry/ 04:26:44 spire-1.2.1/pkg/server/api/entry/v1/ 04:26:44 spire-1.2.1/pkg/server/api/entry/v1/service.go 04:26:44 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 04:26:44 spire-1.2.1/pkg/server/api/entry_test.go 04:26:44 spire-1.2.1/pkg/server/api/health/ 04:26:44 spire-1.2.1/pkg/server/api/health/v1/ 04:26:44 spire-1.2.1/pkg/server/api/health/v1/service.go 04:26:44 spire-1.2.1/pkg/server/api/health/v1/service_test.go 04:26:44 spire-1.2.1/pkg/server/api/id.go 04:26:44 spire-1.2.1/pkg/server/api/id_test.go 04:26:44 spire-1.2.1/pkg/server/api/limits/ 04:26:44 spire-1.2.1/pkg/server/api/limits/limits.go 04:26:44 spire-1.2.1/pkg/server/api/middleware/ 04:26:44 spire-1.2.1/pkg/server/api/middleware/alias.go 04:26:44 spire-1.2.1/pkg/server/api/middleware/audit.go 04:26:44 spire-1.2.1/pkg/server/api/middleware/authorization.go 04:26:44 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 04:26:44 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 04:26:44 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 04:26:44 spire-1.2.1/pkg/server/api/middleware/caller.go 04:26:44 spire-1.2.1/pkg/server/api/middleware/caller_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 04:26:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 04:26:44 spire-1.2.1/pkg/agent/svid/ 04:26:44 spire-1.2.1/pkg/agent/svid/rotator.go 04:26:44 spire-1.2.1/pkg/agent/svid/rotator_config.go 04:26:44 spire-1.2.1/pkg/agent/svid/rotator_test.go 04:26:44 spire-1.2.1/pkg/agent/svid/store/ 04:26:44 spire-1.2.1/pkg/agent/svid/store/service.go 04:26:44 spire-1.2.1/pkg/agent/svid/store/service_test.go 04:26:44 spire-1.2.1/pkg/common/ 04:26:44 spire-1.2.1/pkg/common/agentpathtemplate/ 04:26:44 spire-1.2.1/pkg/common/agentpathtemplate/template.go 04:26:44 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 04:26:44 spire-1.2.1/pkg/common/api/ 04:26:44 spire-1.2.1/pkg/common/api/metrics.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/ 04:26:44 spire-1.2.1/pkg/common/api/middleware/common_test.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/interceptor.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 04:26:44 spire-1.2.1/pkg/server/api/middleware/common.go 04:26:44 spire-1.2.1/pkg/server/api/middleware/common_test.go 04:26:44 spire-1.2.1/pkg/server/api/middleware/entries.go 04:26:44 spire-1.2.1/pkg/server/api/middleware/entries_test.go 04:26:44 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 04:26:44 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 04:26:44 spire-1.2.1/pkg/server/api/ratelimit.go 04:26:44 spire-1.2.1/pkg/server/api/rpccontext/ 04:26:44 spire-1.2.1/pkg/server/api/rpccontext/alias.go 04:26:44 spire-1.2.1/pkg/server/api/rpccontext/audit.go 04:26:44 spire-1.2.1/pkg/server/api/rpccontext/caller.go 04:26:44 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 04:26:44 spire-1.2.1/pkg/server/api/selector.go 04:26:44 spire-1.2.1/pkg/server/api/selector_test.go 04:26:44 spire-1.2.1/pkg/server/api/status.go 04:26:44 spire-1.2.1/pkg/server/api/status_test.go 04:26:44 spire-1.2.1/pkg/server/api/svid/ 04:26:44 spire-1.2.1/pkg/server/api/svid/v1/ 04:26:44 spire-1.2.1/pkg/server/api/svid/v1/service.go 04:26:44 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 04:26:44 spire-1.2.1/pkg/server/api/trustdomain.go 04:26:44 spire-1.2.1/pkg/server/api/trustdomain/ 04:26:44 spire-1.2.1/pkg/server/api/trustdomain/v1/ 04:26:44 spire-1.2.1/pkg/common/api/middleware/logger.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/logger_test.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/metrics.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/middleware.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/misconfig.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/names.go 04:26:44 spire-1.2.1/pkg/common/api/middleware/names_test.go 04:26:44 spire-1.2.1/pkg/common/api/names.go 04:26:44 spire-1.2.1/pkg/common/api/ratelimit.go 04:26:44 spire-1.2.1/pkg/common/api/rpccontext/ 04:26:44 spire-1.2.1/pkg/common/api/rpccontext/logger.go 04:26:44 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 04:26:44 spire-1.2.1/pkg/common/api/rpccontext/names.go 04:26:44 spire-1.2.1/pkg/common/auth/ 04:26:44 spire-1.2.1/pkg/common/auth/interceptors.go 04:26:44 spire-1.2.1/pkg/common/auth/interceptors_test.go 04:26:44 spire-1.2.1/pkg/common/auth/untracked_uds.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/ 04:26:44 spire-1.2.1/pkg/common/bundleutil/bundle.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/common_test.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/marshal.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/types.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 04:26:44 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 04:26:44 spire-1.2.1/pkg/common/catalog/ 04:26:44 spire-1.2.1/pkg/common/catalog/bind.go 04:26:44 spire-1.2.1/pkg/common/catalog/builtin.go 04:26:44 spire-1.2.1/pkg/common/catalog/catalog.go 04:26:44 spire-1.2.1/pkg/common/catalog/catalog_test.go 04:26:44 spire-1.2.1/pkg/common/catalog/closers.go 04:26:44 spire-1.2.1/pkg/common/catalog/cmd_linux.go 04:26:44 spire-1.2.1/pkg/common/catalog/cmd_other.go 04:26:44 spire-1.2.1/pkg/common/catalog/config.go 04:26:44 spire-1.2.1/pkg/common/catalog/config_test.go 04:26:44 spire-1.2.1/pkg/common/catalog/configure.go 04:26:44 spire-1.2.1/pkg/common/catalog/constraints.go 04:26:44 spire-1.2.1/pkg/common/catalog/constraints_test.go 04:26:44 spire-1.2.1/pkg/common/catalog/context.go 04:26:44 spire-1.2.1/pkg/common/catalog/external.go 04:26:44 spire-1.2.1/pkg/common/catalog/host.go 04:26:44 spire-1.2.1/pkg/common/catalog/pipenet.go 04:26:44 spire-1.2.1/pkg/common/catalog/plugin.go 04:26:44 spire-1.2.1/pkg/common/catalog/testplugin/ 04:26:44 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 04:26:44 spire-1.2.1/pkg/common/catalog/testplugin/main.go 04:26:44 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 04:26:44 spire-1.2.1/pkg/common/cli/ 04:26:44 spire-1.2.1/pkg/common/cli/env.go 04:26:44 spire-1.2.1/pkg/common/cli/flags.go 04:26:44 spire-1.2.1/pkg/common/cli/trust_domain.go 04:26:44 spire-1.2.1/pkg/common/cli/trust_domain_test.go 04:26:44 spire-1.2.1/pkg/common/cli/umask.go 04:26:44 spire-1.2.1/pkg/common/cli/umask_posix.go 04:26:44 spire-1.2.1/pkg/common/cli/umask_test.go 04:26:44 spire-1.2.1/pkg/common/cli/umask_windows.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/flag.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/flag_test.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/format.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/format_test.go 04:26:44 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 04:26:44 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 04:26:44 spire-1.2.1/pkg/server/api/trustdomain_test.go 04:26:44 spire-1.2.1/pkg/server/authpolicy/ 04:26:44 spire-1.2.1/pkg/server/authpolicy/defaults.go 04:26:44 spire-1.2.1/pkg/server/authpolicy/policy.go 04:26:44 spire-1.2.1/pkg/server/authpolicy/policy.rego 04:26:44 spire-1.2.1/pkg/server/authpolicy/policy_data.json 04:26:44 spire-1.2.1/pkg/server/authpolicy/policy_test.go 04:26:44 spire-1.2.1/pkg/server/authpolicy/validate.go 04:26:44 spire-1.2.1/pkg/server/bundle/ 04:26:44 spire-1.2.1/pkg/server/bundle/client/ 04:26:44 spire-1.2.1/pkg/server/bundle/client/client.go 04:26:44 spire-1.2.1/pkg/server/bundle/client/client_test.go 04:26:44 spire-1.2.1/pkg/server/bundle/client/manager.go 04:26:44 spire-1.2.1/pkg/server/bundle/client/manager_test.go 04:26:44 spire-1.2.1/pkg/server/bundle/client/sources.go 04:26:44 spire-1.2.1/pkg/server/bundle/client/sources_test.go 04:26:44 spire-1.2.1/pkg/server/bundle/client/updater.go 04:26:44 spire-1.2.1/pkg/server/bundle/client/updater_test.go 04:26:44 spire-1.2.1/pkg/server/ca/ 04:26:44 spire-1.2.1/pkg/server/ca/ca.go 04:26:44 spire-1.2.1/pkg/server/ca/ca_health.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 04:26:44 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 04:26:44 spire-1.2.1/pkg/common/coretypes/ 04:26:44 spire-1.2.1/pkg/common/coretypes/bundle/ 04:26:44 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 04:26:44 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 04:26:44 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 04:26:44 spire-1.2.1/pkg/common/coretypes/bundle/require.go 04:26:44 spire-1.2.1/pkg/common/coretypes/jwtkey/ 04:26:44 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 04:26:44 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 04:26:44 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 04:26:44 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 04:26:44 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 04:26:44 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 04:26:44 spire-1.2.1/pkg/common/coretypes/x509certificate/ 04:26:44 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 04:26:44 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 04:26:44 spire-1.2.1/pkg/server/ca/ca_test.go 04:26:44 spire-1.2.1/pkg/server/ca/journal.go 04:26:44 spire-1.2.1/pkg/server/ca/journal_test.go 04:26:44 spire-1.2.1/pkg/server/ca/manager.go 04:26:44 spire-1.2.1/pkg/server/ca/manager_health.go 04:26:44 spire-1.2.1/pkg/server/ca/manager_test.go 04:26:44 spire-1.2.1/pkg/server/ca/templates.go 04:26:44 spire-1.2.1/pkg/server/ca/upstream_client.go 04:26:44 spire-1.2.1/pkg/server/ca/upstream_client_test.go 04:26:44 spire-1.2.1/pkg/server/ca/validation.go 04:26:44 spire-1.2.1/pkg/server/cache/ 04:26:44 spire-1.2.1/pkg/server/cache/dscache/ 04:26:44 spire-1.2.1/pkg/server/cache/dscache/cache.go 04:26:44 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 04:26:44 spire-1.2.1/pkg/server/cache/entrycache/ 04:26:44 spire-1.2.1/pkg/server/cache/entrycache/cache.go 04:26:44 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 04:26:44 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 04:26:44 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 04:26:44 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 04:26:44 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 04:26:44 spire-1.2.1/pkg/server/catalog/ 04:26:44 spire-1.2.1/pkg/server/catalog/catalog.go 04:26:44 04:26:44 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 04:26:44 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 04:26:44 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 04:26:44 spire-1.2.1/pkg/common/cryptoutil/ 04:26:44 spire-1.2.1/pkg/common/cryptoutil/keys.go 04:26:44 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 04:26:44 spire-1.2.1/pkg/common/diskutil/ 04:26:44 spire-1.2.1/pkg/common/diskutil/file_posix.go 04:26:44 spire-1.2.1/pkg/common/diskutil/file_test.go 04:26:44 spire-1.2.1/pkg/common/diskutil/file_windows.go 04:26:44 spire-1.2.1/pkg/common/errorutil/ 04:26:44 spire-1.2.1/pkg/common/errorutil/wrapper.go 04:26:44 spire-1.2.1/pkg/common/health/ 04:26:44 spire-1.2.1/pkg/common/health/config.go 04:26:44 spire-1.2.1/pkg/common/health/context.go 04:26:44 spire-1.2.1/pkg/common/health/context_test.go 04:26:44 spire-1.2.1/pkg/common/health/health.go 04:26:44 spire-1.2.1/pkg/common/health/health_test.go 04:26:44 spire-1.2.1/pkg/common/health/logger.go 04:26:44 spire-1.2.1/pkg/common/hostservice/ 04:26:44 spire-1.2.1/pkg/common/hostservice/metricsservice/ 04:26:44 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 04:26:44 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 04:26:44 spire-1.2.1/pkg/common/idutil/ 04:26:44 spire-1.2.1/pkg/common/idutil/require.go 04:26:44 spire-1.2.1/pkg/common/idutil/require_test.go 04:26:44 spire-1.2.1/pkg/common/idutil/safety.go 04:26:44 spire-1.2.1/pkg/common/idutil/safety_test.go 04:26:44 spire-1.2.1/pkg/common/idutil/spiffeid.go 04:26:44 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 04:26:44 spire-1.2.1/pkg/common/jwtsvid/ 04:26:44 spire-1.2.1/pkg/common/jwtsvid/common.go 04:26:44 spire-1.2.1/pkg/common/jwtsvid/sign.go 04:26:44 spire-1.2.1/pkg/common/jwtsvid/token_test.go 04:26:44 spire-1.2.1/pkg/common/jwtsvid/validate.go 04:26:44 spire-1.2.1/pkg/common/jwtutil/ 04:26:44 spire-1.2.1/pkg/common/jwtutil/keyset.go 04:26:44 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 04:26:44 spire-1.2.1/pkg/common/log/ 04:26:44 spire-1.2.1/pkg/common/log/hclog_adapter.go 04:26:44 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 04:26:44 spire-1.2.1/pkg/common/log/log.go 04:26:44 spire-1.2.1/pkg/common/log/log_test.go 04:26:44 spire-1.2.1/pkg/common/log/options.go 04:26:44 spire-1.2.1/pkg/common/nodeutil/ 04:26:44 spire-1.2.1/pkg/common/nodeutil/node.go 04:26:44 spire-1.2.1/pkg/common/nodeutil/node_test.go 04:26:44 spire-1.2.1/pkg/common/peertracker/ 04:26:44 spire-1.2.1/pkg/common/peertracker/conn.gospire-1.2.1/pkg/server/catalog/keymanager.go 04:26:44 spire-1.2.1/pkg/server/catalog/nodeattestor.go 04:26:44 spire-1.2.1/pkg/server/catalog/noderesolver.go 04:26:44 spire-1.2.1/pkg/server/catalog/notifier.go 04:26:44 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 04:26:44 spire-1.2.1/pkg/server/config.go 04:26:44 spire-1.2.1/pkg/server/datastore/ 04:26:44 spire-1.2.1/pkg/server/datastore/datastore.go 04:26:44 spire-1.2.1/pkg/server/datastore/datastore_health.go 04:26:44 spire-1.2.1/pkg/server/datastore/repository.go 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/ 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 04:26:44 spire-1.2.1/pkg/common/peertracker/credentials.go 04:26:44 spire-1.2.1/pkg/common/peertracker/errors.go 04:26:44 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 04:26:44 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 04:26:44 spire-1.2.1/pkg/common/peertracker/info.go 04:26:44 spire-1.2.1/pkg/common/peertracker/listener.go 04:26:44 spire-1.2.1/pkg/common/peertracker/listener_test.go 04:26:44 spire-1.2.1/pkg/common/peertracker/peertracker.go 04:26:44 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 04:26:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 04:26:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 04:26:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 04:26:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tcp.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 04:26:44 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 04:26:44 spire-1.2.1/pkg/server/endpoints/ 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/ 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/config.go 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 04:26:44 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 04:26:44 spire-1.2.1/pkg/common/peertracker/uds.go 04:26:44 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 04:26:44 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 04:26:44 spire-1.2.1/pkg/common/peertracker/uds_linux.go 04:26:44 spire-1.2.1/pkg/common/pemutil/ 04:26:44 spire-1.2.1/pkg/common/pemutil/block.go 04:26:44 spire-1.2.1/pkg/common/pemutil/certs.go 04:26:44 spire-1.2.1/pkg/common/pemutil/common.go 04:26:44 spire-1.2.1/pkg/common/pemutil/csr.go 04:26:44 spire-1.2.1/pkg/common/pemutil/keys.go 04:26:44 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/ 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 04:26:44 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/server.go 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 04:26:44 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 04:26:44 spire-1.2.1/pkg/server/endpoints/config.go 04:26:44 spire-1.2.1/pkg/server/endpoints/endpoints.go 04:26:44 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 04:26:44 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 04:26:44 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 04:26:44 spire-1.2.1/pkg/server/endpoints/middleware.go 04:26:44 spire-1.2.1/pkg/server/endpoints/middleware_test.go 04:26:44 spire-1.2.1/pkg/server/hostservice/ 04:26:44 spire-1.2.1/pkg/server/hostservice/agentstore/ 04:26:44 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 04:26:44 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 04:26:44 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 04:26:44 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 04:26:44 spire-1.2.1/pkg/common/plugin/ 04:26:44 spire-1.2.1/pkg/common/plugin/aws/ 04:26:44 spire-1.2.1/pkg/common/plugin/aws/iid.go 04:26:44 spire-1.2.1/pkg/common/plugin/azure/ 04:26:44 spire-1.2.1/pkg/common/plugin/azure/msi.go 04:26:44 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 04:26:44 spire-1.2.1/pkg/common/plugin/facade.go 04:26:44 spire-1.2.1/pkg/common/plugin/facade_test.go 04:26:44 spire-1.2.1/pkg/common/plugin/gcp/ 04:26:44 spire-1.2.1/pkg/common/plugin/gcp/iit.go 04:26:44 spire-1.2.1/pkg/common/plugin/k8s/ 04:26:44 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 04:26:44 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 04:26:44 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 04:26:44 spire-1.2.1/pkg/common/plugin/k8s/utils.go 04:26:44 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 04:26:44 spire-1.2.1/pkg/common/plugin/log.go 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/ 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 04:26:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 04:26:44 spire-1.2.1/pkg/common/plugin/tpmdevid/ 04:26:44 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 04:26:44 spire-1.2.1/pkg/common/plugin/x509pop/ 04:26:44 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 04:26:44 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 04:26:44 spire-1.2.1/pkg/common/profiling/ 04:26:44 spire-1.2.1/pkg/common/profiling/dumpers.go 04:26:44 spire-1.2.1/pkg/common/profiling/profiling.go 04:26:44 spire-1.2.1/pkg/common/protoutil/ 04:26:44 spire-1.2.1/pkg/common/protoutil/masks.go 04:26:44 spire-1.2.1/pkg/common/protoutil/masks_test.go 04:26:44 spire-1.2.1/pkg/common/rotationutil/ 04:26:44 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 04:26:44 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 04:26:44 spire-1.2.1/pkg/common/selector/ 04:26:44 spire-1.2.1/pkg/common/selector/selector.go 04:26:44 spire-1.2.1/pkg/common/selector/selector_test.go 04:26:44 spire-1.2.1/pkg/server/hostservice/identityprovider/ 04:26:44 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 04:26:44 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/ 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/ 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/base/ 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 04:26:44 spire-1.2.1/pkg/common/selector/set.go 04:26:44 spire-1.2.1/pkg/common/selector/set_utils.go 04:26:44 spire-1.2.1/pkg/common/selector/set_utils_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/ 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/ 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/manager.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/node.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/store/ 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 04:26:44 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 04:26:44 spire-1.2.1/pkg/common/telemetry/blackhole.go 04:26:44 spire-1.2.1/pkg/common/telemetry/call.go 04:26:44 spire-1.2.1/pkg/common/telemetry/common/ 04:26:44 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/test/ 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 04:26:44 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/ 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/config.go 04:26:44 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 04:26:44 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/inmem.go 04:26:44 spire-1.2.1/pkg/common/telemetry/inmem_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/m3.go 04:26:44 spire-1.2.1/pkg/common/telemetry/m3_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/metrics.go 04:26:44 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/names.go 04:26:44 spire-1.2.1/pkg/common/telemetry/prometheus.go 04:26:44 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/sanitize.go 04:26:44 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/ 04:26:44 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/ 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 04:26:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/rotate.go 04:26:44 spire-1.2.1/pkg/common/telemetry/server/server.go 04:26:44 spire-1.2.1/pkg/common/telemetry/sink.go 04:26:44 spire-1.2.1/pkg/common/telemetry/statsd.go 04:26:44 spire-1.2.1/pkg/common/telemetry/statsd_test.go 04:26:44 spire-1.2.1/pkg/common/telemetry/uptime.go 04:26:44 spire-1.2.1/pkg/common/telemetry/version.go 04:26:44 spire-1.2.1/pkg/common/telemetry/withlabels.go 04:26:44 spire-1.2.1/pkg/common/uptime/ 04:26:44 spire-1.2.1/pkg/common/uptime/uptime.go 04:26:44 spire-1.2.1/pkg/common/uptime/uptime_test.go 04:26:44 spire-1.2.1/pkg/common/util/ 04:26:44 spire-1.2.1/pkg/common/util/certs.go 04:26:44 spire-1.2.1/pkg/common/util/certs_test.go 04:26:44 spire-1.2.1/pkg/common/util/csr.go 04:26:44 spire-1.2.1/pkg/common/util/hash.go 04:26:44 spire-1.2.1/pkg/common/util/selectors.go 04:26:44 spire-1.2.1/pkg/common/util/selectors_test.go 04:26:44 spire-1.2.1/pkg/common/util/signals.go 04:26:44 spire-1.2.1/pkg/common/util/sort.go 04:26:44 spire-1.2.1/pkg/common/util/sort_test.go 04:26:44 spire-1.2.1/pkg/common/util/task.go 04:26:44 spire-1.2.1/pkg/common/util/task_test.go 04:26:44 spire-1.2.1/pkg/common/util/testdata/ 04:26:44 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 04:26:44 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 04:26:44 spire-1.2.1/pkg/common/version/ 04:26:44 spire-1.2.1/pkg/common/version/version.go 04:26:44 spire-1.2.1/pkg/common/x509svid/ 04:26:44 spire-1.2.1/pkg/common/x509svid/common_test.go 04:26:44 spire-1.2.1/pkg/common/x509svid/csr.go 04:26:44 spire-1.2.1/pkg/common/x509svid/upstreamca.go 04:26:44 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 04:26:44 spire-1.2.1/pkg/common/x509util/ 04:26:44 spire-1.2.1/pkg/common/x509util/cert.go 04:26:44 spire-1.2.1/pkg/common/x509util/dns.go 04:26:44 spire-1.2.1/pkg/common/x509util/dns_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 04:26:44 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/noderesolver/ 04:26:44 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 04:26:44 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 04:26:44 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 04:26:44 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 04:26:44 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 04:26:44 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 04:26:44 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/notifier/ 04:26:44 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 04:26:44 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 04:26:44 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 04:26:44 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 04:26:44 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 04:26:44 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 04:26:44 spire-1.2.1/pkg/server/plugin/notifier/repository.go 04:26:44 spire-1.2.1/pkg/server/plugin/notifier/v1.go 04:26:44 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 04:26:44 spire-1.2.1/pkg/common/x509util/keyid.go 04:26:44 spire-1.2.1/pkg/common/x509util/keypair.go 04:26:44 spire-1.2.1/pkg/common/x509util/serialnumber.go 04:26:44 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 04:26:44 spire-1.2.1/pkg/server/ 04:26:44 spire-1.2.1/pkg/server/api/ 04:26:44 spire-1.2.1/pkg/server/api/agent.go 04:26:44 spire-1.2.1/pkg/server/api/agent/ 04:26:44 spire-1.2.1/pkg/server/api/agent/v1/ 04:26:44 spire-1.2.1/pkg/server/api/agent/v1/service.go 04:26:44 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 04:26:44 spire-1.2.1/pkg/server/api/agent_test.go 04:26:44 spire-1.2.1/pkg/server/api/api.go 04:26:44 spire-1.2.1/pkg/server/api/audit/ 04:26:44 spire-1.2.1/pkg/server/api/audit/audit.go 04:26:44 spire-1.2.1/pkg/server/api/audit/audit_test.go 04:26:44 spire-1.2.1/pkg/server/api/bundle.go 04:26:44 spire-1.2.1/pkg/server/api/bundle/ 04:26:44 spire-1.2.1/pkg/server/api/bundle/v1/ 04:26:44 spire-1.2.1/pkg/server/api/bundle/v1/service.go 04:26:44 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 04:26:44 spire-1.2.1/pkg/server/api/bundle_test.go 04:26:44 spire-1.2.1/pkg/server/api/debug/ 04:26:44 spire-1.2.1/pkg/server/api/debug/v1/ 04:26:44 spire-1.2.1/pkg/server/api/debug/v1/service.go 04:26:44 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 04:26:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 04:26:45 spire-1.2.1/pkg/server/api/entry.go 04:26:45 spire-1.2.1/pkg/server/api/entry/ 04:26:45 spire-1.2.1/pkg/server/api/entry/v1/ 04:26:45 spire-1.2.1/pkg/server/api/entry/v1/service.go 04:26:45 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 04:26:45 spire-1.2.1/pkg/server/api/entry_test.go 04:26:45 spire-1.2.1/pkg/server/api/health/ 04:26:45 spire-1.2.1/pkg/server/api/health/v1/ 04:26:45 spire-1.2.1/pkg/server/api/health/v1/service.go 04:26:45 spire-1.2.1/pkg/server/api/health/v1/service_test.go 04:26:45 spire-1.2.1/pkg/server/api/id.go 04:26:45 spire-1.2.1/pkg/server/api/id_test.go 04:26:45 spire-1.2.1/pkg/server/api/limits/ 04:26:45 spire-1.2.1/pkg/server/api/limits/limits.go 04:26:45 spire-1.2.1/pkg/server/api/middleware/ 04:26:45 spire-1.2.1/pkg/server/api/middleware/alias.go 04:26:45 spire-1.2.1/pkg/server/api/middleware/audit.go 04:26:45 spire-1.2.1/pkg/server/api/middleware/authorization.go 04:26:45 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 04:26:45 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 04:26:45 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 04:26:45 spire-1.2.1/pkg/server/api/middleware/caller.go 04:26:45 spire-1.2.1/pkg/server/api/middleware/caller_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 04:26:45 spire-1.2.1/pkg/server/api/middleware/common.go 04:26:45 spire-1.2.1/pkg/server/api/middleware/common_test.go 04:26:45 spire-1.2.1/pkg/server/api/middleware/entries.go 04:26:45 spire-1.2.1/pkg/server/api/middleware/entries_test.go 04:26:45 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 04:26:45 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 04:26:45 spire-1.2.1/pkg/server/api/ratelimit.go 04:26:45 spire-1.2.1/pkg/server/api/rpccontext/ 04:26:45 spire-1.2.1/pkg/server/api/rpccontext/alias.go 04:26:45 spire-1.2.1/pkg/server/api/rpccontext/audit.go 04:26:45 spire-1.2.1/pkg/server/api/rpccontext/caller.go 04:26:45 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 04:26:45 spire-1.2.1/pkg/server/api/selector.go 04:26:45 spire-1.2.1/pkg/server/api/selector_test.go 04:26:45 spire-1.2.1/pkg/server/api/status.go 04:26:45 spire-1.2.1/pkg/server/api/status_test.go 04:26:45 spire-1.2.1/pkg/server/api/svid/ 04:26:45 spire-1.2.1/pkg/server/api/svid/v1/ 04:26:45 spire-1.2.1/pkg/server/api/svid/v1/service.go 04:26:45 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 04:26:45 spire-1.2.1/pkg/server/api/trustdomain.go 04:26:45 spire-1.2.1/pkg/server/api/trustdomain/ 04:26:45 spire-1.2.1/pkg/server/api/trustdomain/v1/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 04:26:45 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 04:26:45 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 04:26:45 spire-1.2.1/pkg/server/api/trustdomain_test.go 04:26:45 spire-1.2.1/pkg/server/authpolicy/ 04:26:45 spire-1.2.1/pkg/server/authpolicy/defaults.go 04:26:45 spire-1.2.1/pkg/server/authpolicy/policy.go 04:26:45 spire-1.2.1/pkg/server/authpolicy/policy.rego 04:26:45 spire-1.2.1/pkg/server/authpolicy/policy_data.json 04:26:45 spire-1.2.1/pkg/server/authpolicy/policy_test.go 04:26:45 spire-1.2.1/pkg/server/authpolicy/validate.go 04:26:45 spire-1.2.1/pkg/server/bundle/ 04:26:45 spire-1.2.1/pkg/server/bundle/client/ 04:26:45 spire-1.2.1/pkg/server/bundle/client/client.go 04:26:45 spire-1.2.1/pkg/server/bundle/client/client_test.go 04:26:45 spire-1.2.1/pkg/server/bundle/client/manager.go 04:26:45 spire-1.2.1/pkg/server/bundle/client/manager_test.go 04:26:45 spire-1.2.1/pkg/server/bundle/client/sources.go 04:26:45 spire-1.2.1/pkg/server/bundle/client/sources_test.go 04:26:45 spire-1.2.1/pkg/server/bundle/client/updater.go 04:26:45 spire-1.2.1/pkg/server/bundle/client/updater_test.go 04:26:45 spire-1.2.1/pkg/server/ca/ 04:26:45 spire-1.2.1/pkg/server/ca/ca.go 04:26:45 spire-1.2.1/pkg/server/ca/ca_health.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 04:26:45 spire-1.2.1/pkg/server/ca/ca_test.go 04:26:45 spire-1.2.1/pkg/server/ca/journal.go 04:26:45 spire-1.2.1/pkg/server/ca/journal_test.go 04:26:45 spire-1.2.1/pkg/server/ca/manager.go 04:26:45 spire-1.2.1/pkg/server/ca/manager_health.go 04:26:45 spire-1.2.1/pkg/server/ca/manager_test.go 04:26:45 spire-1.2.1/pkg/server/ca/templates.go 04:26:45 spire-1.2.1/pkg/server/ca/upstream_client.go 04:26:45 spire-1.2.1/pkg/server/ca/upstream_client_test.go 04:26:45 spire-1.2.1/pkg/server/ca/validation.go 04:26:45 spire-1.2.1/pkg/server/cache/ 04:26:45 spire-1.2.1/pkg/server/cache/dscache/ 04:26:45 spire-1.2.1/pkg/server/cache/dscache/cache.go 04:26:45 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 04:26:45 spire-1.2.1/pkg/server/cache/entrycache/ 04:26:45 spire-1.2.1/pkg/server/cache/entrycache/cache.go 04:26:45 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 04:26:45 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 04:26:45 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 04:26:45 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 04:26:45 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 04:26:45 spire-1.2.1/pkg/server/catalog/ 04:26:45 spire-1.2.1/pkg/server/catalog/catalog.go 04:26:45 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pemspire-1.2.1/pkg/server/catalog/keymanager.go 04:26:45 spire-1.2.1/pkg/server/catalog/nodeattestor.go 04:26:45 spire-1.2.1/pkg/server/catalog/noderesolver.go 04:26:45 spire-1.2.1/pkg/server/catalog/notifier.go 04:26:45 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 04:26:45 spire-1.2.1/pkg/server/config.go 04:26:45 spire-1.2.1/pkg/server/datastore/ 04:26:45 spire-1.2.1/pkg/server/datastore/datastore.go 04:26:45 spire-1.2.1/pkg/server/datastore/datastore_health.go 04:26:45 spire-1.2.1/pkg/server/datastore/repository.go 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/ 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 04:26:45 spire-1.2.1/pkg/server/registration/ 04:26:45 spire-1.2.1/pkg/server/registration/manager.go 04:26:45 spire-1.2.1/pkg/server/registration/manager_test.go 04:26:45 spire-1.2.1/pkg/server/scanentries.go 04:26:45 spire-1.2.1/pkg/server/scanentries_test.go 04:26:45 spire-1.2.1/pkg/server/server.go 04:26:45 spire-1.2.1/pkg/server/server_test.go 04:26:45 spire-1.2.1/pkg/server/svid/ 04:26:45 spire-1.2.1/pkg/server/svid/observer.go 04:26:45 spire-1.2.1/pkg/server/svid/observer_test.go 04:26:45 spire-1.2.1/pkg/server/svid/rotator.go 04:26:45 spire-1.2.1/pkg/server/svid/rotator_config.go 04:26:45 spire-1.2.1/pkg/server/svid/rotator_config_test.go 04:26:45 spire-1.2.1/pkg/server/svid/rotator_test.go 04:26:45 spire-1.2.1/proto/ 04:26:45 spire-1.2.1/proto/private/ 04:26:45 spire-1.2.1/proto/private/server/ 04:26:45 spire-1.2.1/proto/private/server/journal/ 04:26:45 spire-1.2.1/proto/private/server/journal/journal.pb.go 04:26:45 spire-1.2.1/proto/private/server/journal/journal.proto 04:26:45 spire-1.2.1/proto/spire/ 04:26:45 spire-1.2.1/proto/spire/common/ 04:26:45 spire-1.2.1/proto/spire/common/common.pb.go 04:26:45 spire-1.2.1/proto/spire/common/common.proto 04:26:45 spire-1.2.1/proto/spire/common/plugin/ 04:26:45 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 04:26:45 spire-1.2.1/proto/spire/common/plugin/plugin.proto 04:26:45 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 04:26:45 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 04:26:45 spire-1.2.1/proto/spire/plugin/ 04:26:45 spire-1.2.1/proto/spire/plugin/agent/ 04:26:45 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 04:26:45 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 04:26:45 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 04:26:45 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 04:26:45 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 04:26:45 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 04:26:45 spire-1.2.1/release/ 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 04:26:45 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 04:26:45 spire-1.2.1/pkg/server/endpoints/ 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/ 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/config.go 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/server.go 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 04:26:45 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 04:26:45 spire-1.2.1/pkg/server/endpoints/config.go 04:26:45 spire-1.2.1/pkg/server/endpoints/endpoints.go 04:26:45 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 04:26:45 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 04:26:45 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 04:26:45 spire-1.2.1/pkg/server/endpoints/middleware.go 04:26:45 spire-1.2.1/pkg/server/endpoints/middleware_test.go 04:26:45 spire-1.2.1/pkg/server/hostservice/ 04:26:45 spire-1.2.1/pkg/server/hostservice/agentstore/ 04:26:45 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 04:26:45 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 04:26:45 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 04:26:45 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 04:26:45 spire-1.2.1/release/spire-extras/ 04:26:45 spire-1.2.1/release/spire-extras/README.md 04:26:45 spire-1.2.1/release/spire-extras/conf/ 04:26:45 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 04:26:45 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 04:26:45 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 04:26:45 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 04:26:45 spire-1.2.1/release/spire/ 04:26:45 spire-1.2.1/release/spire/README.md 04:26:45 spire-1.2.1/release/spire/conf/ 04:26:45 spire-1.2.1/release/spire/conf/agent/ 04:26:45 spire-1.2.1/release/spire/conf/agent/agent.conf 04:26:45 spire-1.2.1/release/spire/conf/server/ 04:26:45 spire-1.2.1/release/spire/conf/server/server.conf 04:26:45 spire-1.2.1/script/ 04:26:45 spire-1.2.1/script/build-artifact.sh 04:26:45 spire-1.2.1/script/generate_dummy_ca.sh 04:26:45 spire-1.2.1/support/ 04:26:45 spire-1.2.1/support/k8s/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 04:26:45 spire-1.2.1/pkg/server/hostservice/identityprovider/ 04:26:45 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 04:26:45 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/ 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/ 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/base/ 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/test/ 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 04:26:45 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/ 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/ 04:26:45 spire-1.2.1/support/oidc-discovery-provider/README.md 04:26:45 spire-1.2.1/support/oidc-discovery-provider/common_test.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/config.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/config_test.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/handler.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/main.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/server_api.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 04:26:45 spire-1.2.1/test/ 04:26:45 spire-1.2.1/test/clock/ 04:26:45 spire-1.2.1/test/clock/clock.go 04:26:45 spire-1.2.1/test/fakes/ 04:26:45 spire-1.2.1/test/fakes/fakeagentcatalog/ 04:26:45 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 04:26:45 spire-1.2.1/test/fakes/fakeagentkeymanager/ 04:26:45 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 04:26:45 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 04:26:45 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 04:26:45 spire-1.2.1/test/fakes/fakeagentstore/ 04:26:45 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 04:26:45 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/noderesolver/ 04:26:45 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 04:26:45 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 04:26:45 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 04:26:45 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 04:26:45 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 04:26:45 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 04:26:45 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/notifier/ 04:26:45 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 04:26:45 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 04:26:45 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 04:26:45 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 04:26:45 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 04:26:45 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 04:26:45 spire-1.2.1/pkg/server/plugin/notifier/repository.go 04:26:45 spire-1.2.1/pkg/server/plugin/notifier/v1.go 04:26:45 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 04:26:45 spire-1.2.1/test/fakes/fakedatastore/ 04:26:45 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 04:26:45 spire-1.2.1/test/fakes/fakeentryclient/ 04:26:45 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 04:26:45 spire-1.2.1/test/fakes/fakehealthchecker/ 04:26:45 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 04:26:45 spire-1.2.1/test/fakes/fakeidentityprovider/ 04:26:45 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 04:26:45 spire-1.2.1/test/fakes/fakemetrics/ 04:26:45 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 04:26:45 spire-1.2.1/test/fakes/fakenoderesolver/ 04:26:45 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 04:26:45 spire-1.2.1/test/fakes/fakenotifier/ 04:26:45 spire-1.2.1/test/fakes/fakenotifier/notifier.go 04:26:45 spire-1.2.1/test/fakes/fakepluginmetrics/ 04:26:45 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 04:26:45 spire-1.2.1/test/fakes/fakeserverca/ 04:26:45 spire-1.2.1/test/fakes/fakeserverca/serverca.go 04:26:45 spire-1.2.1/test/fakes/fakeservercatalog/ 04:26:45 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 04:26:45 spire-1.2.1/test/fakes/fakeserverkeymanager/ 04:26:45 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 04:26:45 spire-1.2.1/test/fakes/fakeservernodeattestor/ 04:26:45 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 04:26:45 spire-1.2.1/test/fakes/fakeupstreamauthority/ 04:26:45 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 04:26:45 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 04:26:45 spire-1.2.1/test/fakes/fakeworkloadapi/ 04:26:45 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 04:26:45 spire-1.2.1/test/fakes/fakeworkloadattestor/ 04:26:45 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 04:26:45 spire-1.2.1/test/fixture/ 04:26:45 spire-1.2.1/test/fixture/certs/ 04:26:45 spire-1.2.1/test/fixture/certs/agent_svid.der 04:26:45 spire-1.2.1/test/fixture/certs/base_cert.pem 04:26:45 spire-1.2.1/test/fixture/certs/base_csr.pem 04:26:45 spire-1.2.1/test/fixture/certs/base_key.pem 04:26:45 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 04:26:45 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 04:26:45 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 04:26:45 spire-1.2.1/test/fixture/certs/blog_cert.pem 04:26:45 spire-1.2.1/test/fixture/certs/blog_csr.pem 04:26:45 spire-1.2.1/test/fixture/certs/blog_key.pem 04:26:45 spire-1.2.1/test/fixture/certs/bundle.der 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 04:26:45 spire-1.2.1/test/fixture/certs/ca.pem 04:26:45 spire-1.2.1/test/fixture/certs/ca_key.pem 04:26:45 spire-1.2.1/test/fixture/certs/database_cert.pem 04:26:45 spire-1.2.1/test/fixture/certs/database_csr.pem 04:26:45 spire-1.2.1/test/fixture/certs/database_key.pem 04:26:45 spire-1.2.1/test/fixture/certs/node_cert.pem 04:26:45 spire-1.2.1/test/fixture/certs/node_csr.pem 04:26:45 spire-1.2.1/test/fixture/certs/node_key.pem 04:26:45 spire-1.2.1/test/fixture/certs/svid.pem 04:26:45 spire-1.2.1/test/fixture/certs/svid_key.pem 04:26:45 spire-1.2.1/test/fixture/config/ 04:26:45 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 04:26:45 spire-1.2.1/test/fixture/config/agent_good.conf 04:26:45 spire-1.2.1/test/fixture/config/agent_good_templated.conf 04:26:45 spire-1.2.1/test/fixture/config/plugin_good.conf 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_good.conf 04:26:45 spire-1.2.1/test/fixture/config/server_good_templated.conf 04:26:45 spire-1.2.1/test/fixture/fixture.go 04:26:45 spire-1.2.1/test/fixture/nodeattestor/ 04:26:45 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 04:26:45 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 04:26:45 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 04:26:45 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 04:26:45 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 04:26:45 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 04:26:45 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 04:26:45 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 04:26:45 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 04:26:45 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 04:26:45 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 04:26:45 spire-1.2.1/test/fixture/registration/ 04:26:45 spire-1.2.1/test/fixture/registration/entries.json 04:26:45 spire-1.2.1/test/fixture/registration/good-for-update.json 04:26:45 spire-1.2.1/test/fixture/registration/good.json 04:26:45 spire-1.2.1/test/fixture/registration/invalid.json 04:26:45 spire-1.2.1/test/fixture/registration/invalid_json.json 04:26:45 spire-1.2.1/test/fixture/registration/manager_test_entries.json 04:26:45 spire-1.2.1/test/integration/ 04:26:45 spire-1.2.1/test/integration/README.md 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 04:26:45 04:26:45 spire-1.2.1/test/integration/common 04:26:45 spire-1.2.1/test/integration/setup/ 04:26:45 spire-1.2.1/test/integration/setup/adminclient/ 04:26:45 spire-1.2.1/test/integration/setup/adminclient/build.sh 04:26:45 spire-1.2.1/test/integration/setup/adminclient/client.go 04:26:45 spire-1.2.1/test/integration/setup/debugagent/ 04:26:45 spire-1.2.1/test/integration/setup/debugagent/build.sh 04:26:45 spire-1.2.1/test/integration/setup/debugagent/main.go 04:26:45 spire-1.2.1/test/integration/setup/debugserver/ 04:26:45 spire-1.2.1/test/integration/setup/debugserver/build.sh 04:26:45 spire-1.2.1/test/integration/setup/debugserver/main.go 04:26:45 spire-1.2.1/test/integration/setup/downstreamclient/ 04:26:45 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 04:26:45 spire-1.2.1/test/integration/setup/downstreamclient/client.go 04:26:45 spire-1.2.1/test/integration/setup/itclient/ 04:26:45 spire-1.2.1/test/integration/setup/itclient/client.go 04:26:45 spire-1.2.1/test/integration/setup/node-attestation/ 04:26:45 spire-1.2.1/test/integration/setup/node-attestation/build.sh 04:26:45 spire-1.2.1/test/integration/setup/node-attestation/client.go 04:26:45 spire-1.2.1/test/integration/setup/x509pop/spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 04:26:45 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 04:26:45 spire-1.2.1/test/integration/setup/x509pop/setup.sh 04:26:45 spire-1.2.1/test/integration/suites/ 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/ 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql/ 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres/ 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/ 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 04:26:45 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 04:26:45 spire-1.2.1/pkg/server/registration/ 04:26:45 spire-1.2.1/pkg/server/registration/manager.go 04:26:45 spire-1.2.1/pkg/server/registration/manager_test.go 04:26:45 spire-1.2.1/pkg/server/scanentries.go 04:26:45 spire-1.2.1/pkg/server/scanentries_test.go 04:26:45 spire-1.2.1/pkg/server/server.go 04:26:45 spire-1.2.1/pkg/server/server_test.go 04:26:45 spire-1.2.1/pkg/server/svid/ 04:26:45 spire-1.2.1/pkg/server/svid/observer.go 04:26:45 spire-1.2.1/pkg/server/svid/observer_test.go 04:26:45 spire-1.2.1/pkg/server/svid/rotator.go 04:26:45 spire-1.2.1/pkg/server/svid/rotator_config.go 04:26:45 spire-1.2.1/pkg/server/svid/rotator_config_test.go 04:26:45 spire-1.2.1/pkg/server/svid/rotator_test.go 04:26:45 spire-1.2.1/proto/ 04:26:45 spire-1.2.1/proto/private/ 04:26:45 spire-1.2.1/proto/private/server/ 04:26:45 spire-1.2.1/proto/private/server/journal/ 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/ 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 04:26:45 spire-1.2.1/proto/private/server/journal/journal.pb.go 04:26:45 spire-1.2.1/proto/private/server/journal/journal.proto 04:26:45 spire-1.2.1/proto/spire/ 04:26:45 spire-1.2.1/proto/spire/common/ 04:26:45 spire-1.2.1/proto/spire/common/common.pb.go 04:26:45 spire-1.2.1/proto/spire/common/common.proto 04:26:45 spire-1.2.1/proto/spire/common/plugin/ 04:26:45 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 04:26:45 spire-1.2.1/proto/spire/common/plugin/plugin.proto 04:26:45 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 04:26:45 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 04:26:45 spire-1.2.1/proto/spire/plugin/ 04:26:45 spire-1.2.1/proto/spire/plugin/agent/ 04:26:45 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 04:26:45 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 04:26:45 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 04:26:45 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 04:26:45 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 04:26:45 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 04:26:45 spire-1.2.1/release/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 04:26:45 spire-1.2.1/release/spire-extras/ 04:26:45 spire-1.2.1/release/spire-extras/README.md 04:26:45 spire-1.2.1/release/spire-extras/conf/ 04:26:45 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 04:26:45 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 04:26:45 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 04:26:45 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 04:26:45 spire-1.2.1/release/spire/ 04:26:45 spire-1.2.1/release/spire/README.md 04:26:45 spire-1.2.1/release/spire/conf/ 04:26:45 spire-1.2.1/release/spire/conf/agent/ 04:26:45 spire-1.2.1/release/spire/conf/agent/agent.conf 04:26:45 spire-1.2.1/release/spire/conf/server/ 04:26:45 spire-1.2.1/release/spire/conf/server/server.conf 04:26:45 spire-1.2.1/script/ 04:26:45 spire-1.2.1/script/build-artifact.sh 04:26:45 spire-1.2.1/script/generate_dummy_ca.sh 04:26:45 spire-1.2.1/support/ 04:26:45 spire-1.2.1/support/k8s/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 04:26:45 spire-1.2.1/test/integration/suites/join-token/ 04:26:45 spire-1.2.1/test/integration/suites/join-token/01-start-server 04:26:45 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 04:26:45 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/ 04:26:45 spire-1.2.1/support/oidc-discovery-provider/README.md 04:26:45 spire-1.2.1/support/oidc-discovery-provider/common_test.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/config.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/config_test.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 04:26:45 spire-1.2.1/test/integration/suites/join-token/03-start-agent 04:26:45 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 04:26:45 spire-1.2.1/test/integration/suites/join-token/05-check-svid 04:26:45 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 04:26:45 spire-1.2.1/test/integration/suites/join-token/README.md 04:26:45 spire-1.2.1/test/integration/suites/join-token/conf/ 04:26:45 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/join-token/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/join-token/teardown 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 04:26:45 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/handler.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/main.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/server_api.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 04:26:45 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 04:26:45 spire-1.2.1/test/ 04:26:45 spire-1.2.1/test/clock/ 04:26:45 spire-1.2.1/test/clock/clock.go 04:26:45 spire-1.2.1/test/fakes/ 04:26:45 spire-1.2.1/test/fakes/fakeagentcatalog/ 04:26:45 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 04:26:45 spire-1.2.1/test/fakes/fakeagentkeymanager/ 04:26:45 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 04:26:45 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 04:26:45 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 04:26:45 spire-1.2.1/test/fakes/fakeagentstore/ 04:26:45 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 04:26:45 spire-1.2.1/test/fakes/fakedatastore/ 04:26:45 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 04:26:45 spire-1.2.1/test/fakes/fakeentryclient/ 04:26:45 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 04:26:45 spire-1.2.1/test/fakes/fakehealthchecker/ 04:26:45 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 04:26:45 spire-1.2.1/test/fakes/fakeidentityprovider/ 04:26:45 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 04:26:45 spire-1.2.1/test/fakes/fakemetrics/ 04:26:45 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 04:26:45 spire-1.2.1/test/fakes/fakenoderesolver/ 04:26:45 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 04:26:45 spire-1.2.1/test/fakes/fakenotifier/ 04:26:45 spire-1.2.1/test/fakes/fakenotifier/notifier.go 04:26:45 spire-1.2.1/test/fakes/fakepluginmetrics/ 04:26:45 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 04:26:45 spire-1.2.1/test/fakes/fakeserverca/ 04:26:45 spire-1.2.1/test/fakes/fakeserverca/serverca.go 04:26:45 spire-1.2.1/test/fakes/fakeservercatalog/ 04:26:45 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 04:26:45 spire-1.2.1/test/fakes/fakeserverkeymanager/ 04:26:45 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 04:26:45 spire-1.2.1/test/integration/suites/k8s/ 04:26:45 spire-1.2.1/test/integration/suites/k8s/00-setup 04:26:45 spire-1.2.1/test/integration/suites/k8s/01-apply-config 04:26:45 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 04:26:45 spire-1.2.1/test/integration/suites/k8s/README.md 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/ 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 04:26:45 spire-1.2.1/test/fakes/fakeservernodeattestor/ 04:26:45 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 04:26:45 spire-1.2.1/test/fakes/fakeupstreamauthority/ 04:26:45 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 04:26:45 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 04:26:45 spire-1.2.1/test/fakes/fakeworkloadapi/ 04:26:45 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 04:26:45 spire-1.2.1/test/fakes/fakeworkloadattestor/ 04:26:45 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 04:26:45 spire-1.2.1/test/fixture/ 04:26:45 spire-1.2.1/test/fixture/certs/ 04:26:45 spire-1.2.1/test/fixture/certs/agent_svid.der 04:26:45 spire-1.2.1/test/fixture/certs/base_cert.pem 04:26:45 spire-1.2.1/test/fixture/certs/base_csr.pem 04:26:45 spire-1.2.1/test/fixture/certs/base_key.pem 04:26:45 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 04:26:45 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 04:26:45 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 04:26:45 spire-1.2.1/test/fixture/certs/blog_cert.pem 04:26:45 spire-1.2.1/test/fixture/certs/blog_csr.pem 04:26:45 spire-1.2.1/test/fixture/certs/blog_key.pem 04:26:45 spire-1.2.1/test/fixture/certs/bundle.der 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/init-kubectl 04:26:45 spire-1.2.1/test/integration/suites/k8s/teardown 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/README.md 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 04:26:45 spire-1.2.1/test/fixture/certs/ca.pem 04:26:45 spire-1.2.1/test/fixture/certs/ca_key.pem 04:26:45 spire-1.2.1/test/fixture/certs/database_cert.pem 04:26:45 spire-1.2.1/test/fixture/certs/database_csr.pem 04:26:45 spire-1.2.1/test/fixture/certs/database_key.pem 04:26:45 spire-1.2.1/test/fixture/certs/node_cert.pem 04:26:45 spire-1.2.1/test/fixture/certs/node_csr.pem 04:26:45 spire-1.2.1/test/fixture/certs/node_key.pem 04:26:45 spire-1.2.1/test/fixture/certs/svid.pem 04:26:45 spire-1.2.1/test/fixture/certs/svid_key.pem 04:26:45 spire-1.2.1/test/fixture/config/ 04:26:45 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 04:26:45 spire-1.2.1/test/fixture/config/agent_good.conf 04:26:45 spire-1.2.1/test/fixture/config/agent_good_templated.conf 04:26:45 spire-1.2.1/test/fixture/config/plugin_good.conf 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 04:26:45 spire-1.2.1/test/fixture/config/server_good.conf 04:26:45 spire-1.2.1/test/fixture/config/server_good_templated.conf 04:26:45 spire-1.2.1/test/fixture/fixture.go 04:26:45 spire-1.2.1/test/fixture/nodeattestor/ 04:26:45 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/root/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/teardown 04:26:45 spire-1.2.1/test/integration/suites/node-attestation/ 04:26:45 spire-1.2.1/test/integration/suites/node-attestation/00-setup 04:26:45 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 04:26:45 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 04:26:45 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 04:26:45 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 04:26:45 spire-1.2.1/test/integration/suites/node-attestation/README.md 04:26:45 spire-1.2.1/test/integration/suites/node-attestation/conf/ 04:26:45 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/node-attestation/teardown 04:26:45 spire-1.2.1/test/integration/suites/rotation/ 04:26:45 spire-1.2.1/test/integration/suites/rotation/00-setup 04:26:45 spire-1.2.1/test/integration/suites/rotation/01-start-server 04:26:45 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 04:26:45 spire-1.2.1/test/integration/suites/rotation/03-start-agent 04:26:45 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 04:26:45 spire-1.2.1/test/integration/suites/rotation/05-check-svids 04:26:45 spire-1.2.1/test/integration/suites/rotation/README.md 04:26:45 spire-1.2.1/test/integration/suites/rotation/conf/ 04:26:45 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 04:26:45 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 04:26:45 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 04:26:45 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 04:26:45 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 04:26:45 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 04:26:45 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 04:26:45 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 04:26:45 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 04:26:45 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 04:26:45 spire-1.2.1/test/fixture/registration/ 04:26:45 spire-1.2.1/test/fixture/registration/entries.json 04:26:45 spire-1.2.1/test/fixture/registration/good-for-update.json 04:26:45 spire-1.2.1/test/fixture/registration/good.json 04:26:45 spire-1.2.1/test/fixture/registration/invalid.json 04:26:45 spire-1.2.1/test/fixture/registration/invalid_json.json 04:26:45 spire-1.2.1/test/fixture/registration/manager_test_entries.json 04:26:45 spire-1.2.1/test/integration/ 04:26:45 spire-1.2.1/test/integration/README.md 04:26:45 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/rotation/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/rotation/teardown 04:26:45 spire-1.2.1/test/integration/suites/self-test/ 04:26:45 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 04:26:45 spire-1.2.1/test/integration/suites/self-test/README.md 04:26:45 spire-1.2.1/test/integration/suites/self-test/teardown 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/ 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 04:26:45 spire-1.2.1/test/integration/common 04:26:45 spire-1.2.1/test/integration/setup/ 04:26:45 spire-1.2.1/test/integration/setup/adminclient/ 04:26:45 spire-1.2.1/test/integration/setup/adminclient/build.sh 04:26:45 spire-1.2.1/test/integration/setup/adminclient/client.go 04:26:45 spire-1.2.1/test/integration/setup/debugagent/ 04:26:45 spire-1.2.1/test/integration/setup/debugagent/build.sh 04:26:45 spire-1.2.1/test/integration/setup/debugagent/main.go 04:26:45 spire-1.2.1/test/integration/setup/debugserver/ 04:26:45 spire-1.2.1/test/integration/setup/debugserver/build.sh 04:26:45 spire-1.2.1/test/integration/setup/debugserver/main.go 04:26:45 spire-1.2.1/test/integration/setup/downstreamclient/ 04:26:45 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 04:26:45 spire-1.2.1/test/integration/setup/downstreamclient/client.go 04:26:45 spire-1.2.1/test/integration/setup/itclient/ 04:26:45 spire-1.2.1/test/integration/setup/itclient/client.go 04:26:45 spire-1.2.1/test/integration/setup/node-attestation/ 04:26:45 spire-1.2.1/test/integration/setup/node-attestation/build.sh 04:26:45 spire-1.2.1/test/integration/setup/node-attestation/client.go 04:26:45 spire-1.2.1/test/integration/setup/x509pop/ 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 04:26:45 spire-1.2.1/test/integration/suites/upgrade/ 04:26:45 spire-1.2.1/test/integration/suites/upgrade/00-setup 04:26:45 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 04:26:45 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 04:26:45 spire-1.2.1/test/integration/setup/x509pop/setup.sh 04:26:45 spire-1.2.1/test/integration/suites/ 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/ 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 04:26:45 spire-1.2.1/test/integration/suites/upgrade/README.md 04:26:45 spire-1.2.1/test/integration/suites/upgrade/conf/ 04:26:45 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/upgrade/teardown 04:26:45 spire-1.2.1/test/integration/suites/upgrade/versions.txt 04:26:45 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 04:26:45 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 04:26:45 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 04:26:45 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 04:26:45 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 04:26:45 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 04:26:45 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql/ 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 04:26:45 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 04:26:45 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 04:26:45 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 04:26:45 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 04:26:45 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 04:26:45 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 04:26:45 spire-1.2.1/test/integration/test-one.sh 04:26:45 spire-1.2.1/test/integration/test.sh 04:26:45 spire-1.2.1/test/plugintest/ 04:26:45 spire-1.2.1/test/plugintest/config.go 04:26:45 spire-1.2.1/test/plugintest/load.go 04:26:45 spire-1.2.1/test/plugintest/option.go 04:26:45 spire-1.2.1/test/spiretest/ 04:26:45 spire-1.2.1/test/spiretest/apiserver.go 04:26:45 spire-1.2.1/test/spiretest/assertions.go 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres/ 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/ 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 04:26:45 spire-1.2.1/test/spiretest/dir.go 04:26:45 spire-1.2.1/test/spiretest/errors_posix.go 04:26:45 spire-1.2.1/test/spiretest/errors_windows.go 04:26:45 spire-1.2.1/test/spiretest/logs.go 04:26:45 spire-1.2.1/test/spiretest/socketapi.go 04:26:45 spire-1.2.1/test/spiretest/suite.go 04:26:45 spire-1.2.1/test/spiretest/x509.go 04:26:45 spire-1.2.1/test/testca/ 04:26:45 spire-1.2.1/test/testca/ca.go 04:26:45 spire-1.2.1/test/testkey/ 04:26:45 spire-1.2.1/test/testkey/generate.sh 04:26:45 spire-1.2.1/test/testkey/genkeys.go 04:26:45 spire-1.2.1/test/testkey/keys.go 04:26:45 spire-1.2.1/test/testkey/new.go 04:26:45 spire-1.2.1/test/tpmsimulator/ 04:26:45 spire-1.2.1/test/tpmsimulator/simulator.go 04:26:45 spire-1.2.1/test/util/ 04:26:45 spire-1.2.1/test/util/cert_fixtures.go 04:26:45 spire-1.2.1/test/util/cert_generation.go 04:26:45 spire-1.2.1/test/util/io_redirection.go 04:26:45 spire-1.2.1/test/util/race.go 04:26:45 spire-1.2.1/test/util/util.go 04:26:45 building spire from source... 04:26:45 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/ 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 04:26:45 spire-1.2.1/test/integration/suites/join-token/ 04:26:45 spire-1.2.1/test/integration/suites/join-token/01-start-server 04:26:45 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 04:26:45 spire-1.2.1/test/integration/suites/join-token/03-start-agent 04:26:45 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 04:26:45 spire-1.2.1/test/integration/suites/join-token/05-check-svid 04:26:45 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 04:26:45 spire-1.2.1/test/integration/suites/join-token/README.md 04:26:45 spire-1.2.1/test/integration/suites/join-token/conf/ 04:26:45 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 04:26:45 spire-1.2.1/test/integration/suites/join-token/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 04:26:45 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/join-token/teardown 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 04:26:45 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 04:26:45 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 04:26:45 spire-1.2.1/test/integration/suites/k8s/ 04:26:45 spire-1.2.1/test/integration/suites/k8s/00-setup 04:26:45 spire-1.2.1/test/integration/suites/k8s/01-apply-config 04:26:45 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 04:26:45 spire-1.2.1/test/integration/suites/k8s/README.md 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/ 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/server/ 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 04:26:45 spire-1.2.1/test/integration/suites/k8s/init-kubectl 04:26:45 spire-1.2.1/test/integration/suites/k8s/teardown 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/ 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/README.md 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 04:26:45 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/root/ 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 04:26:46 spire-1.2.1/test/integration/suites/nested-rotation/teardown 04:26:46 spire-1.2.1/test/integration/suites/node-attestation/ 04:26:46 spire-1.2.1/test/integration/suites/node-attestation/00-setup 04:26:46 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 04:26:46 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 04:26:46 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 04:26:46 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 04:26:46 spire-1.2.1/test/integration/suites/node-attestation/README.md 04:26:46 spire-1.2.1/test/integration/suites/node-attestation/conf/ 04:26:46 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 04:26:46 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 04:26:46 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 04:26:46 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 04:26:46 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 04:26:46 spire-1.2.1/test/integration/suites/node-attestation/teardown 04:26:46 spire-1.2.1/test/integration/suites/rotation/ 04:26:46 spire-1.2.1/test/integration/suites/rotation/00-setup 04:26:46 spire-1.2.1/test/integration/suites/rotation/01-start-server 04:26:46 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 04:26:46 spire-1.2.1/test/integration/suites/rotation/03-start-agent 04:26:46 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 04:26:46 spire-1.2.1/test/integration/suites/rotation/05-check-svids 04:26:46 spire-1.2.1/test/integration/suites/rotation/README.md 04:26:46 spire-1.2.1/test/integration/suites/rotation/conf/ 04:26:46 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 04:26:46 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 04:26:46 spire-1.2.1/test/integration/suites/rotation/conf/server/ 04:26:46 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 04:26:46 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 04:26:46 spire-1.2.1/test/integration/suites/rotation/teardown 04:26:46 spire-1.2.1/test/integration/suites/self-test/ 04:26:46 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 04:26:46 spire-1.2.1/test/integration/suites/self-test/README.md 04:26:46 spire-1.2.1/test/integration/suites/self-test/teardown 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/ 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 04:26:46 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 04:26:46 spire-1.2.1/test/integration/suites/upgrade/ 04:26:46 spire-1.2.1/test/integration/suites/upgrade/00-setup 04:26:46 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 04:26:46 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 04:26:46 spire-1.2.1/test/integration/suites/upgrade/README.md 04:26:46 spire-1.2.1/test/integration/suites/upgrade/conf/ 04:26:46 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 04:26:46 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 04:26:46 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 04:26:46 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 04:26:46 spire-1.2.1/test/integration/suites/upgrade/teardown 04:26:46 spire-1.2.1/test/integration/suites/upgrade/versions.txt 04:26:46 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 04:26:46 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 04:26:46 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 04:26:46 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 04:26:46 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 04:26:46 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 04:26:46 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 04:26:46 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 04:26:46 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 04:26:46 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 04:26:46 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 04:26:46 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 04:26:46 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 04:26:46 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 04:26:46 spire-1.2.1/test/integration/test-one.sh 04:26:46 spire-1.2.1/test/integration/test.sh 04:26:46 spire-1.2.1/test/plugintest/ 04:26:46 spire-1.2.1/test/plugintest/config.go 04:26:46 spire-1.2.1/test/plugintest/load.go 04:26:46 spire-1.2.1/test/plugintest/option.go 04:26:46 spire-1.2.1/test/spiretest/ 04:26:46 spire-1.2.1/test/spiretest/apiserver.go 04:26:46 spire-1.2.1/test/spiretest/assertions.go 04:26:46 spire-1.2.1/test/spiretest/dir.go 04:26:46 spire-1.2.1/test/spiretest/errors_posix.go 04:26:46 spire-1.2.1/test/spiretest/errors_windows.go 04:26:46 spire-1.2.1/test/spiretest/logs.go 04:26:46 spire-1.2.1/test/spiretest/socketapi.go 04:26:46 spire-1.2.1/test/spiretest/suite.go 04:26:46 spire-1.2.1/test/spiretest/x509.go 04:26:46 spire-1.2.1/test/testca/ 04:26:46 spire-1.2.1/test/testca/ca.go 04:26:46 spire-1.2.1/test/testkey/ 04:26:46 spire-1.2.1/test/testkey/generate.sh 04:26:46 spire-1.2.1/test/testkey/genkeys.go 04:26:46 spire-1.2.1/test/testkey/keys.go 04:26:46 spire-1.2.1/test/testkey/new.go 04:26:46 spire-1.2.1/test/tpmsimulator/ 04:26:46 spire-1.2.1/test/tpmsimulator/simulator.go 04:26:46 spire-1.2.1/test/util/ 04:26:46 spire-1.2.1/test/util/cert_fixtures.go 04:26:46 spire-1.2.1/test/util/cert_generation.go 04:26:46 spire-1.2.1/test/util/io_redirection.go 04:26:46 spire-1.2.1/test/util/race.go 04:26:46 spire-1.2.1/test/util/util.go 04:26:46 building spire from source... 04:26:46 Installing go1.17.7... 04:26:46 Installing go1.17.7... 04:27:13 Building bin/spire-server... 04:27:13 go: downloading github.com/mitchellh/cli v1.1.2 04:27:13 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 04:27:13 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 04:27:13 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 04:27:13 go: downloading google.golang.org/grpc v1.44.0 04:27:13 Building bin/spire-server... 04:27:13 go: downloading github.com/mitchellh/cli v1.1.2 04:27:13 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 04:27:13 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 04:27:13 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 04:27:13 go: downloading google.golang.org/grpc v1.44.0 04:27:15 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 04:27:15 go: downloading github.com/imdario/mergo v0.3.12 04:27:15 go: downloading github.com/sirupsen/logrus v1.8.1 04:27:15 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 04:27:16 go: downloading github.com/hashicorp/go-hclog v1.1.0 04:27:16 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 04:27:16 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 04:27:16 go: downloading github.com/imdario/mergo v0.3.12 04:27:16 go: downloading github.com/fatih/color v1.13.0 04:27:16 go: downloading github.com/mattn/go-isatty v0.0.14 04:27:16 go: downloading github.com/sirupsen/logrus v1.8.1 04:27:17 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 04:27:17 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 04:27:17 go: downloading github.com/hashicorp/go-hclog v1.1.0 04:27:17 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 04:27:17 go: downloading github.com/hashicorp/go-plugin v1.4.3 04:27:17 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 04:27:18 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 04:27:18 go: downloading github.com/fatih/color v1.13.0 04:27:18 go: downloading github.com/mattn/go-isatty v0.0.14 04:27:18 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 04:27:18 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 04:27:18 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 04:27:18 go: downloading github.com/hashicorp/go-plugin v1.4.3 04:27:18 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 04:27:18 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 04:27:18 go: downloading github.com/InVisionApp/go-logger v1.0.1 04:27:18 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 04:27:18 go: downloading github.com/open-policy-agent/opa v0.38.0 04:27:19 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 04:27:19 go: downloading github.com/InVisionApp/go-logger v1.0.1 04:27:20 go: downloading github.com/armon/go-metrics v0.3.10 04:27:20 go: downloading github.com/prometheus/client_golang v1.12.1 04:27:21 go: downloading github.com/uber-go/tally/v4 v4.1.1 04:27:22 go: downloading github.com/open-policy-agent/opa v0.38.0 04:27:45 go: downloading github.com/armon/go-metrics v0.3.10 04:27:45 go: downloading github.com/prometheus/client_golang v1.12.1 04:27:45 go: downloading github.com/uber-go/tally/v4 v4.1.1 04:27:45 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 04:27:45 go: downloading github.com/mattn/go-colorable v0.1.12 04:27:45 go: downloading github.com/Masterminds/goutils v1.1.0 04:27:45 go: downloading github.com/Masterminds/semver v1.5.0 04:27:45 go: downloading github.com/google/uuid v1.1.2 04:27:45 go: downloading github.com/huandu/xstrings v1.3.2 04:27:45 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 04:27:45 go: downloading github.com/oklog/run v1.0.0 04:27:45 go: downloading github.com/imkira/go-observer v1.0.3 04:27:45 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 04:27:45 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 04:27:45 go: downloading github.com/prometheus/client_model v0.2.0 04:27:45 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 04:27:46 go: downloading github.com/prometheus/common v0.32.1 04:27:46 go: downloading github.com/mattn/go-colorable v0.1.12 04:27:46 go: downloading go.uber.org/atomic v1.9.0 04:27:46 go: downloading github.com/Masterminds/goutils v1.1.0 04:27:46 go: downloading github.com/Masterminds/semver v1.5.0 04:27:46 go: downloading github.com/google/uuid v1.1.2 04:27:46 go: downloading github.com/huandu/xstrings v1.3.2 04:27:46 go: downloading github.com/beorn7/perks v1.0.1 04:27:46 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 04:27:46 go: downloading github.com/cespare/xxhash/v2 v2.1.2 04:27:46 go: downloading github.com/oklog/run v1.0.0 04:27:46 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 04:27:46 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 04:27:46 go: downloading github.com/prometheus/client_model v0.2.0 04:27:46 go: downloading github.com/prometheus/common v0.32.1 04:27:47 go: downloading github.com/prometheus/procfs v0.7.3 04:27:47 go: downloading github.com/beorn7/perks v1.0.1 04:27:47 go: downloading github.com/cespare/xxhash/v2 v2.1.2 04:27:47 go: downloading github.com/prometheus/procfs v0.7.3 04:27:47 go: downloading github.com/hashicorp/errwrap v1.1.0 04:27:47 go: downloading go.uber.org/atomic v1.9.0 04:27:47 go: downloading github.com/mitchellh/reflectwalk v1.0.1 04:27:47 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 04:27:47 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 04:27:48 go: downloading github.com/imkira/go-observer v1.0.3 04:27:48 go: downloading github.com/hashicorp/errwrap v1.1.0 04:27:48 go: downloading github.com/mitchellh/reflectwalk v1.0.1 04:27:48 go: downloading github.com/hashicorp/golang-lru v0.5.4 04:27:48 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 04:27:48 go: downloading github.com/twmb/murmur3 v1.1.6 04:27:48 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 04:27:49 go: downloading gopkg.in/yaml.v2 v2.4.0 04:27:49 go: downloading github.com/OneOfOne/xxhash v1.2.8 04:27:49 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 04:27:49 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 04:27:49 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 04:27:49 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 04:27:49 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 04:27:50 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 04:27:55 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 04:27:55 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 04:27:55 go: downloading github.com/stretchr/testify v1.7.0 04:27:55 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 04:27:55 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 04:27:55 go: downloading github.com/blang/semver/v4 v4.0.0 04:27:55 go: downloading github.com/go-sql-driver/mysql v1.6.0 04:27:55 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 04:27:55 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 04:27:55 go: downloading github.com/jinzhu/gorm v1.9.16 04:27:55 go: downloading github.com/stretchr/testify v1.7.0 04:27:55 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 04:27:56 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 04:27:56 go: downloading github.com/blang/semver/v4 v4.0.0 04:27:56 go: downloading github.com/lib/pq v1.10.4 04:27:56 go: downloading github.com/mattn/go-sqlite3 v1.14.12 04:27:56 go: downloading github.com/go-sql-driver/mysql v1.6.0 04:27:56 go: downloading github.com/aws/aws-sdk-go v1.43.0 04:27:56 go: downloading github.com/jinzhu/gorm v1.9.16 04:27:56 go: downloading github.com/lib/pq v1.10.4 04:27:56 go: downloading github.com/mattn/go-sqlite3 v1.14.12 04:27:56 go: downloading github.com/aws/aws-sdk-go v1.43.0 04:28:19 go: downloading google.golang.org/api v0.70.0 04:28:19 go: downloading github.com/gobwas/glob v0.2.3 04:28:19 go: downloading k8s.io/api v0.23.4 04:28:19 go: downloading k8s.io/client-go v0.23.4 04:28:19 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 04:28:19 go: downloading google.golang.org/api v0.70.0 04:28:19 go: downloading k8s.io/api v0.23.4 04:28:19 go: downloading k8s.io/client-go v0.23.4 04:28:31 go: downloading github.com/google/go-tpm v0.3.3 04:28:31 go: downloading cloud.google.com/go/storage v1.21.0 04:28:31 go: downloading github.com/google/go-tpm v0.3.3 04:28:31 go: downloading cloud.google.com/go/storage v1.21.0 04:28:31 go: downloading cloud.google.com/go v0.100.2 04:28:31 go: downloading cloud.google.com/go v0.100.2 04:28:32 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 04:28:32 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 04:28:59 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 04:28:59 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 04:28:59 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 04:28:59 go: downloading k8s.io/apimachinery v0.23.4 04:28:59 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 04:28:59 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 04:28:59 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 04:28:59 go: downloading k8s.io/apimachinery v0.23.4 04:28:59 go: downloading k8s.io/kube-aggregator v0.23.3 04:29:00 go: downloading sigs.k8s.io/controller-runtime v0.11.1 04:29:01 go: downloading k8s.io/kube-aggregator v0.23.3 04:29:02 go: downloading cloud.google.com/go/security v1.3.0 04:29:02 go: downloading sigs.k8s.io/controller-runtime v0.11.1 04:29:02 go: downloading cloud.google.com/go/security v1.3.0 04:29:02 go: downloading github.com/hashicorp/vault/api v1.4.1 04:29:02 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 04:29:04 go: downloading github.com/hashicorp/golang-lru v0.5.4 04:29:04 go: downloading gopkg.in/yaml.v2 v2.4.0 04:29:04 go: downloading github.com/hashicorp/vault/api v1.4.1 04:29:04 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 04:29:04 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 04:29:04 go: downloading github.com/OneOfOne/xxhash v1.2.8 04:29:04 go: downloading github.com/gobwas/glob v0.2.3 04:29:04 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 04:29:05 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 04:29:05 go: downloading github.com/aws/smithy-go v1.11.0 04:29:05 go: downloading github.com/twmb/murmur3 v1.1.6 04:29:05 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 04:29:05 go: downloading github.com/aws/smithy-go v1.11.0 04:29:06 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 04:29:06 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 04:29:06 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 04:29:07 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 04:29:07 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 04:29:07 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 04:29:07 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 04:29:07 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 04:29:07 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 04:29:07 go: downloading github.com/jinzhu/inflection v1.0.0 04:29:07 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 04:29:07 go: downloading github.com/jinzhu/inflection v1.0.0 04:29:07 go: downloading github.com/gogo/protobuf v1.3.2 04:29:08 go: downloading github.com/gogo/protobuf v1.3.2 04:29:13 go: downloading cloud.google.com/go/compute v1.3.0 04:29:13 go: downloading cloud.google.com/go/compute v1.3.0 04:29:13 go: downloading cloud.google.com/go/iam v0.1.1 04:29:13 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 04:29:13 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 04:29:14 go: downloading cloud.google.com/go/iam v0.1.1 04:29:14 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 04:29:14 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 04:29:14 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 04:29:14 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 04:29:14 go: downloading github.com/Azure/go-autorest/logger v0.2.1 04:29:14 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 04:29:14 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 04:29:14 go: downloading github.com/dimchansky/utfbom v1.1.1 04:29:14 go: downloading github.com/Azure/go-autorest/logger v0.2.1 04:29:14 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 04:29:14 go: downloading k8s.io/klog/v2 v2.30.0 04:29:14 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 04:29:14 go: downloading github.com/dimchansky/utfbom v1.1.1 04:29:14 go: downloading k8s.io/klog/v2 v2.30.0 04:29:14 go: downloading github.com/google/gofuzz v1.1.0 04:29:15 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 04:29:15 go: downloading github.com/google/gofuzz v1.1.0 04:29:15 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 04:29:15 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 04:29:16 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 04:29:16 go: downloading github.com/spf13/pflag v1.0.5 04:29:16 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 04:29:16 go: downloading github.com/spf13/pflag v1.0.5 04:29:16 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 04:29:17 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 04:29:17 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 04:29:17 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 04:29:17 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 04:29:17 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 04:29:17 go: downloading github.com/hashicorp/vault/sdk v0.4.1 04:29:17 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 04:29:17 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 04:29:17 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 04:29:17 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 04:29:17 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 04:29:17 go: downloading github.com/hashicorp/vault/sdk v0.4.1 04:29:18 go: downloading github.com/mitchellh/mapstructure v1.4.3 04:29:18 go: downloading github.com/tklauser/go-sysconf v0.3.9 04:29:18 go: downloading github.com/mitchellh/mapstructure v1.4.3 04:29:18 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 04:29:18 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 04:29:18 go: downloading github.com/tklauser/go-sysconf v0.3.9 04:29:18 go: downloading github.com/jmespath/go-jmespath v0.4.0 04:29:18 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 04:29:19 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 04:29:19 go: downloading github.com/jmespath/go-jmespath v0.4.0 04:29:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 04:29:20 go: downloading go.opencensus.io v0.23.0 04:29:21 go: downloading go.opencensus.io v0.23.0 04:29:21 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 04:29:21 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 04:29:22 go: downloading gopkg.in/inf.v0 v0.9.1 04:29:22 go: downloading github.com/go-logr/logr v1.2.2 04:29:22 go: downloading github.com/google/go-cmp v0.5.7 04:29:23 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 04:29:23 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 04:29:23 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 04:29:23 go: downloading github.com/json-iterator/go v1.1.12 04:29:24 go: downloading gopkg.in/inf.v0 v0.9.1 04:29:24 go: downloading github.com/go-logr/logr v1.2.2 04:29:24 go: downloading github.com/googleapis/gnostic v0.5.5 04:29:24 go: downloading github.com/google/go-cmp v0.5.7 04:29:25 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 04:29:25 go: downloading github.com/json-iterator/go v1.1.12 04:29:27 go: downloading github.com/googleapis/gnostic v0.5.5 04:29:29 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 04:29:30 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 04:29:30 Removing intermediate container c63338198ef9 04:29:30 ---> f8c17691629b 04:29:30 04:29:30 Step 10/23 : FROM alpine:3.14 04:29:30 ---> ac73e934f311 04:29:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:29:30 ---> Running in c9ef403ea61b 04:29:31 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 04:29:31 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 04:29:31 Removing intermediate container c9ef403ea61b 04:29:31 ---> b2adc6c888a3 04:29:31 Step 12/23 : ENV APP_PORT=59880 04:29:31 ---> Running in d4c6148a311b 04:29:31 go: downloading github.com/tklauser/numcpus v0.3.0 04:29:31 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 04:29:31 Removing intermediate container d4c6148a311b 04:29:31 ---> cea21c594abb 04:29:31 Step 13/23 : EXPOSE $APP_PORT 04:29:31 go: downloading go.uber.org/zap v1.21.0 04:29:31  ---> Running in 9d85c9963ad7 04:29:32 Removing intermediate container 9d85c9963ad7 04:29:32 ---> ee0cc989a7d6 04:29:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:29:32 ---> Running in 366a60fc2548 04:29:33 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 04:29:33 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 04:29:33 go: downloading sigs.k8s.io/yaml v1.3.0 04:29:33 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 04:29:33 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 04:29:33 go: downloading github.com/tklauser/numcpus v0.3.0 04:29:33 go: downloading github.com/modern-go/reflect2 v1.0.2 04:29:33 go: downloading go.uber.org/zap v1.21.0 04:29:33 go: downloading github.com/ryanuber/go-glob v1.0.0 04:29:33 go: downloading github.com/golang/snappy v0.0.4 04:29:34 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 04:29:34 go: downloading sigs.k8s.io/yaml v1.3.0 04:29:34 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 04:29:34 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 04:29:34 go: downloading github.com/modern-go/reflect2 v1.0.2 04:29:35 go: downloading github.com/ryanuber/go-glob v1.0.0 04:29:35 go: downloading github.com/golang/snappy v0.0.4 04:29:35 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 04:29:37 Removing intermediate container 366a60fc2548 04:29:37 ---> 92e53822d244 04:29:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:29:37 ---> Running in b1957e61417d 04:29:39 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:29:40 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:29:42 (1/6) Installing dumb-init (1.2.5-r1) 04:29:42 (2/6) Installing libgcc (10.3.1_git20210424-r2) 04:29:42 (3/6) Installing libsodium (1.0.18-r0) 04:29:42 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 04:29:42 (5/6) Installing libzmq (4.3.4-r0) 04:29:42 (6/6) Installing zeromq (4.3.4-r0) 04:29:42 Executing busybox-1.33.1-r7.trigger 04:29:42 OK: 8 MiB in 20 packages 04:29:43 Removing intermediate container b389584fe6e7 04:29:43 ---> 3ec565f6e632 04:29:43 04:29:43 Step 10/22 : FROM alpine:3.14 04:29:43 ---> ac73e934f311 04:29:43 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 04:29:43 ---> Running in f5749bb43ee0 04:29:44 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 04:29:44 go: downloading github.com/hashicorp/go-uuid v1.0.2 04:29:44 go: downloading github.com/hashicorp/go-version v1.2.0 04:29:44 go: downloading go.uber.org/multierr v1.6.0 04:29:44 Removing intermediate container b1957e61417d 04:29:44 ---> c59fe8fe0709 04:29:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:29:45 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 04:29:45 go: downloading github.com/hashicorp/go-uuid v1.0.2 04:29:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:29:45 go: downloading github.com/hashicorp/go-version v1.2.0 04:29:45 go: downloading go.uber.org/multierr v1.6.0 04:29:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:29:46 ---> 6e44413da333 04:29:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:29:46 (1/6) Installing ca-certificates (20211220-r0) 04:29:47 (2/6) Installing brotli-libs (1.0.9-r5) 04:29:47 (3/6) Installing nghttp2-libs (1.43.0-r0) 04:29:47 (4/6) Installing libcurl (7.79.1-r0) 04:29:47 (5/6) Installing curl (7.79.1-r0) 04:29:47 (6/6) Installing dumb-init (1.2.5-r1) 04:29:47 Executing busybox-1.33.1-r7.trigger 04:29:47 Executing ca-certificates-20211220-r0.trigger 04:29:47 OK: 8 MiB in 20 packages 04:29:48 ---> 9237a2888644 04:29:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:29:49 ---> 1c50ca479273 04:29:49 Step 19/23 : ENTRYPOINT ["/core-data"] 04:29:49 ---> Running in 94ed5f01f44b 04:29:50 Removing intermediate container f5749bb43ee0 04:29:50 ---> e81adb9cf94f 04:29:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:29:50 ---> Running in 049802929cf1 04:29:50 Removing intermediate container 94ed5f01f44b 04:29:50 ---> 59a73503ab4d 04:29:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:29:50 Removing intermediate container 049802929cf1 04:29:50 ---> 6a8ee44b449e 04:29:50 Step 13/22 : WORKDIR /edgex 04:29:50 ---> Running in 7589af0042a5 04:29:50 ---> Running in 7f89e034bfcc 04:29:51 Removing intermediate container 7589af0042a5 04:29:51 ---> e0f4c627c71c 04:29:51 Step 21/23 : LABEL arch=arm64 04:29:51 Removing intermediate container 7f89e034bfcc 04:29:51 ---> f36e90faa1f2 04:29:51 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:29:51 ---> Running in 581024ef6929 04:29:52 Removing intermediate container 581024ef6929 04:29:52 ---> 47a03940db60 04:29:52 Step 22/23 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:29:52 ---> Running in 345b45c74b90 04:29:53 ---> 1adc016ecade 04:29:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:29:53 Removing intermediate container 345b45c74b90 04:29:53 ---> 666bf6f1084c 04:29:53 Step 23/23 : LABEL version=0.0.0 04:29:53 ---> Running in e66d97a0fe70 04:29:54 Removing intermediate container e66d97a0fe70 04:29:54 ---> b662469dbb95 04:29:54 04:29:55 ---> 044bf443c5d7 04:29:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:29:55 Successfully built b662469dbb95 04:29:55 Successfully tagged core-data-arm64:latest 04:29:56  Building core-data ... done  ---> 78b3fcf81e37 04:29:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 04:29:58 ---> 93fc8b153eab 04:29:58 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:29:58 ---> Running in 1face8d9b38f 04:30:01 Removing intermediate container 1face8d9b38f 04:30:01 ---> 850838e44b2f 04:30:01 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 04:30:01 ---> Running in 79db2991cafa 04:30:02 Removing intermediate container 79db2991cafa 04:30:02 ---> b9373a16c6f9 04:30:02 Step 20/22 : LABEL arch=arm64 04:30:02 ---> Running in 41692982ffd3 04:30:03 Removing intermediate container 41692982ffd3 04:30:03 ---> 2d34c6574764 04:30:03 Step 21/22 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:30:03 ---> Running in 9355cbff110b 04:30:03 Removing intermediate container 9355cbff110b 04:30:03 ---> bc7736e000e0 04:30:03 Step 22/22 : LABEL version=0.0.0 04:30:03 ---> Running in fed0d7a3bbd4 04:30:04 Removing intermediate container fed0d7a3bbd4 04:30:04 ---> 60e71db38d61 04:30:04 04:30:05 Successfully built 60e71db38d61 04:30:05 Successfully tagged security-proxy-setup-arm64:latest 04:30:11  Building security-proxy-setup ... done go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 04:30:11 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 04:30:12 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 04:30:12 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 04:45:21 Building bin/spire-agent... 04:45:21 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 04:45:21 go: downloading cloud.google.com/go/secretmanager v1.3.0 04:45:21 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 04:45:21 go: downloading github.com/docker/docker v20.10.12+incompatible 04:45:21 go: downloading github.com/google/go-tpm-tools v0.3.3 04:45:21 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 04:45:21 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 04:45:21 go: downloading github.com/docker/go-connections v0.4.0 04:45:21 go: downloading github.com/docker/go-units v0.4.0 04:45:21 go: downloading github.com/opencontainers/image-spec v1.0.1 04:45:21 go: downloading github.com/containerd/containerd v1.3.4 04:45:21 go: downloading github.com/docker/distribution v2.7.1+incompatible 04:45:21 go: downloading github.com/opencontainers/go-digest v1.0.0 04:51:28 Removing intermediate container 2b3b58aba97b 04:51:28 ---> ec541f707492 04:51:28 04:51:28 Step 13/26 : FROM alpine:3.15 04:51:28 ---> 3fb3c9af89a9 04:51:28 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 04:51:28 ---> Using cache 04:51:28 ---> 34f70910e3be 04:51:28 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:28 ---> Using cache 04:51:28 ---> e1ce77e081aa 04:51:28 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:51:28 ---> Running in c4ae3a36cdca 04:51:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:51:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:51:31 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 04:51:31 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 04:51:31 OK: 15730 distinct packages available 04:51:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:51:32 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:51:33 (1/5) Installing dumb-init (1.2.5-r1) 04:51:33 (2/5) Installing musl-obstack (1.2.3-r0) 04:51:33 (3/5) Installing libucontext (1.1-r0) 04:51:33 (4/5) Installing gcompat (1.0.0-r4) 04:51:33 (5/5) Installing openssl (1.1.1n-r0) 04:51:33 Executing busybox-1.34.1-r5.trigger 04:51:34 OK: 6 MiB in 19 packages 04:51:35 Removing intermediate container c4ae3a36cdca 04:51:35 ---> 00de0d965e27 04:51:35 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 04:51:38 ---> 5e2e3a647ae2 04:51:38 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 04:51:42 ---> e8b73655dd55 04:51:42 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:51:42 ---> 83cf5ee4b209 04:51:42 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:51:43 ---> 2668dc598fe2 04:51:43 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:51:43 ---> 7fbf32e4d140 04:51:43 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 04:51:44 ---> Running in 4b606070b1c3 04:51:44 Removing intermediate container 4b606070b1c3 04:51:44 ---> cf25f5f7ec11 04:51:44 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 04:51:44 ---> Running in 3b2e46772eb0 04:51:45 Removing intermediate container 3b2e46772eb0 04:51:45 ---> 3e0cba7521ef 04:51:45 Step 24/26 : LABEL arch=arm64 04:51:45 ---> Running in 0cf5fe5df390 04:51:45 Removing intermediate container 0cf5fe5df390 04:51:45 ---> ba87fe2a994d 04:51:45 Step 25/26 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:51:45 ---> Running in 7eb5d49d2d90 04:51:45 Removing intermediate container 7eb5d49d2d90 04:51:45 ---> 787c36c71da2 04:51:45 Step 26/26 : LABEL version=0.0.0 04:51:46 ---> Running in 59154b54dc14 04:51:46 Removing intermediate container 59154b54dc14 04:51:46 ---> 6784c39e3eb1 04:51:46 04:51:47 Successfully built 6784c39e3eb1 04:51:47 Successfully tagged security-spire-agent-arm64:latest 04:53:53  Building security-spire-agent ... done Building bin/spire-agent... 04:53:53 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 04:53:53 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 04:53:53 go: downloading cloud.google.com/go/secretmanager v1.3.0 04:53:53 go: downloading github.com/docker/docker v20.10.12+incompatible 04:53:55 go: downloading github.com/google/go-tpm-tools v0.3.3 04:53:56 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 04:53:56 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 04:53:56 go: downloading github.com/docker/go-connections v0.4.0 04:53:56 go: downloading github.com/docker/go-units v0.4.0 04:53:57 go: downloading github.com/opencontainers/image-spec v1.0.1 04:53:57 go: downloading github.com/containerd/containerd v1.3.4 04:53:57 go: downloading github.com/docker/distribution v2.7.1+incompatible 04:53:57 go: downloading github.com/opencontainers/go-digest v1.0.0 04:54:05 Building bin/spire-agent... 04:54:06 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 04:54:09 go: downloading cloud.google.com/go/secretmanager v1.3.0 04:54:09 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 04:54:09 go: downloading github.com/docker/docker v20.10.12+incompatible 04:54:09 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 04:54:09 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 04:54:10 go: downloading github.com/google/go-tpm-tools v0.3.3 04:54:13 go: downloading github.com/docker/go-connections v0.4.0 04:54:13 go: downloading github.com/docker/go-units v0.4.0 04:54:13 go: downloading github.com/opencontainers/image-spec v1.0.1 04:54:13 go: downloading github.com/docker/distribution v2.7.1+incompatible 04:54:13 go: downloading github.com/containerd/containerd v1.3.4 04:54:13 go: downloading github.com/opencontainers/go-digest v1.0.0 04:58:35 Removing intermediate container d7b9571cb98c 04:58:35 ---> 7334bf1bc27a 04:58:35 04:58:35 Step 13/26 : FROM alpine:3.15 04:58:35 ---> 3fb3c9af89a9 04:58:35 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 04:58:35 ---> Using cache 04:58:35 ---> 34f70910e3be 04:58:35 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:58:35 ---> Using cache 04:58:35 ---> e1ce77e081aa 04:58:35 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 04:58:35 ---> Running in fc7f57b3b0a7 04:58:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:58:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:58:35 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 04:58:35 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 04:58:35 OK: 15730 distinct packages available 04:58:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:58:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:58:35 (1/4) Installing dumb-init (1.2.5-r1) 04:58:35 (2/4) Installing musl-obstack (1.2.3-r0) 04:58:35 (3/4) Installing libucontext (1.1-r0) 04:58:35 (4/4) Installing gcompat (1.0.0-r4) 04:58:35 Executing busybox-1.34.1-r5.trigger 04:58:35 OK: 6 MiB in 18 packages 04:58:35 Removing intermediate container fc7f57b3b0a7 04:58:35 ---> 2b620ab2b6f2 04:58:35 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 04:58:35 ---> 8e8382fc342e 04:58:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:58:35 ---> 09ef7b8de041 04:58:35 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 04:58:35 ---> Running in 25fb7ae4f090 04:58:35 Removing intermediate container 25fb7ae4f090 04:58:35 ---> a1baa3a3e2f0 04:58:35 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:58:36 ---> edbb9d6d8ac4 04:58:36 Step 21/26 : WORKDIR / 04:58:36 ---> Running in 6963ca0b2f68 04:58:37 Removing intermediate container 6963ca0b2f68 04:58:37 ---> 72493ad35070 04:58:37 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 04:58:37 ---> Running in 60f8fc4594b3 04:58:37 Removing intermediate container 60f8fc4594b3 04:58:37 ---> 0306fd0eaef2 04:58:37 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 04:58:37 ---> Running in 4c40a1c1cfb3 04:58:38 Removing intermediate container 70a354c7b09f 04:58:38 ---> 7f279104fae9 04:58:38 04:58:38 Step 13/25 : FROM alpine:3.15 04:58:38 ---> 3fb3c9af89a9 04:58:38 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 04:58:38 ---> Using cache 04:58:38 ---> 34f70910e3be 04:58:38 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:58:38 ---> Using cache 04:58:38 ---> e1ce77e081aa 04:58:38 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:58:38 ---> Using cache 04:58:38 ---> 00de0d965e27 04:58:38 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 04:58:38 Removing intermediate container 4c40a1c1cfb3 04:58:38 ---> 9f5a124099a0 04:58:38 Step 24/26 : LABEL arch=arm64 04:58:38 ---> Running in 1436582e20b0 04:58:38 Removing intermediate container 1436582e20b0 04:58:38 ---> 38dd9c22afd8 04:58:38 Step 25/26 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:58:38 ---> Running in 245f514f4452 04:58:39 Removing intermediate container 245f514f4452 04:58:39 ---> 8e2aba97bcb1 04:58:39 Step 26/26 : LABEL version=0.0.0 04:58:39 ---> Running in 746b1be0e0b8 04:58:39 Removing intermediate container 746b1be0e0b8 04:58:39 ---> ca47a59e228c 04:58:39 04:58:39 Successfully built ca47a59e228c 04:58:39 Successfully tagged security-spire-config-arm64:latest 04:58:41  Building security-spire-config ... done  ---> efee947c5292 04:58:41 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:58:42 ---> daf5c13e586c 04:58:42 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:58:42 ---> 1d6c656d2ea1 04:58:42 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:58:43 ---> 4361791d38e3 04:58:43 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 04:58:43 ---> Running in 5cfe388866aa 04:58:43 Removing intermediate container 5cfe388866aa 04:58:43 ---> 93ebb6e374da 04:58:43 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 04:58:43 ---> Running in 1a1baca3b3df 04:58:44 Removing intermediate container 1a1baca3b3df 04:58:44 ---> 1643dc121536 04:58:44 Step 23/25 : LABEL arch=arm64 04:58:44 ---> Running in 8e411ba46cf3 04:58:44 Removing intermediate container 8e411ba46cf3 04:58:44 ---> a7bc4cebd499 04:58:44 Step 24/25 : LABEL git_sha=5ab360f7512bb55ab2f882020eb61a4c86139b62 04:58:44 ---> Running in 9d24a88fc7af 04:58:44 Removing intermediate container 9d24a88fc7af 04:58:44 ---> e8d9f3ebfbc8 04:58:44 Step 25/25 : LABEL version=0.0.0 04:58:44 ---> Running in db0731cbe428 04:58:45 Removing intermediate container db0731cbe428 04:58:45 ---> db423efc77b9 04:58:45 04:58:45 Successfully built db423efc77b9 04:58:45 Successfully tagged security-spire-server-arm64:latest 04:58:45  Building security-spire-server ... done  [Pipeline] } 04:58:46 $ docker stop --time=1 ebab5fe811a297a28a717569f90eeb92e5567bb1a982e0f9265775526a502f42 04:58:47 $ docker rm -f ebab5fe811a297a28a717569f90eeb92e5567bb1a982e0f9265775526a502f42 [Pipeline] // withDockerContainer [Pipeline] sh 04:58:48 + docker images 04:58:48 REPOSITORY TAG IMAGE ID CREATED SIZE 04:58:48 security-spire-server-arm64 latest db423efc77b9 3 seconds ago 86.3MB 04:58:48 security-spire-config-arm64 latest ca47a59e228c 9 seconds ago 85.6MB 04:58:48 7f279104fae9 25 seconds ago 4.14GB 04:58:48 7334bf1bc27a 44 seconds ago 4.14GB 04:58:48 security-spire-agent-arm64 latest 6784c39e3eb1 7 minutes ago 126MB 04:58:48 ec541f707492 7 minutes ago 4.14GB 04:58:48 security-proxy-setup-arm64 latest 60e71db38d61 28 minutes ago 26.1MB 04:58:48 core-data-arm64 latest b662469dbb95 28 minutes ago 21.6MB 04:58:48 3ec565f6e632 29 minutes ago 1.32GB 04:58:48 f8c17691629b 29 minutes ago 1.34GB 04:58:48 sys-mgmt-agent-arm64 latest 4eff230acfcf 32 minutes ago 282MB 04:58:48 support-notifications-arm64 latest c31da6f7ea0d 33 minutes ago 25.8MB 04:58:48 8da769516ba1 33 minutes ago 1.37GB 04:58:48 security-bootstrapper-arm64 latest 75834dff6dc6 34 minutes ago 18.3MB 04:58:48 e9b249d1e3fe 34 minutes ago 1.31GB 04:58:48 5175c9bdd4b9 35 minutes ago 1.31GB 04:58:48 core-command-arm64 latest 8009f4d3cf1f 36 minutes ago 15.5MB 04:58:48 ff8b562ed496 36 minutes ago 1.31GB 04:58:48 support-scheduler-arm64 latest 0002be6bc90b 40 minutes ago 25.2MB 04:58:48 security-spiffe-token-provider-arm64 latest 88363993c961 40 minutes ago 27.9MB 04:58:48 34cd49810d3c 40 minutes ago 1.36GB 04:58:48 22763da05933 41 minutes ago 1.36GB 04:58:48 core-metadata-arm64 latest b1d4ab15a6ef 42 minutes ago 16.4MB 04:58:48 security-secretstore-setup-arm64 latest fb714db2f21f 42 minutes ago 27.5MB 04:58:48 ce2f41ca85a0 43 minutes ago 1.31GB 04:58:48 b4efa2ef11d0 43 minutes ago 1.32GB 04:58:48 ci-base-image-arm64 latest d99e747cccb7 About an hour ago 886MB 04:58:48 docker 20.10.14 c346e9eafbab 13 days ago 202MB 04:58:48 alpine 3.14 ac73e934f311 2 weeks ago 5.34MB 04:58:48 alpine 3.15 3fb3c9af89a9 2 weeks ago 5.32MB 04:58:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB 04:58:48 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 04:58:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:58:49 04:58:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:58:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:58:49 arm64: Pulling from edgex-lftools-log-publisher 04:58:49 8998bd30e6a1: Pulling fs layer 04:58:49 04944245beec: Pulling fs layer 04:58:49 699f458cf7ca: Pulling fs layer 04:58:49 765212b225bb: Pulling fs layer 04:58:49 f23df028b6ca: Pulling fs layer 04:58:49 d65c8cfc05b1: Pulling fs layer 04:58:49 2437ff75d9bd: Pulling fs layer 04:58:49 765212b225bb: Waiting 04:58:49 f23df028b6ca: Waiting 04:58:49 d65c8cfc05b1: Waiting 04:58:49 04944245beec: Verifying Checksum 04:58:49 04944245beec: Download complete 04:58:49 765212b225bb: Download complete 04:58:49 f23df028b6ca: Verifying Checksum 04:58:49 f23df028b6ca: Download complete 04:58:50 d65c8cfc05b1: Verifying Checksum 04:58:50 d65c8cfc05b1: Download complete 04:58:50 699f458cf7ca: Verifying Checksum 04:58:50 699f458cf7ca: Download complete 04:58:50 8998bd30e6a1: Download complete 04:58:53 2437ff75d9bd: Verifying Checksum 04:58:53 2437ff75d9bd: Download complete 04:58:55 8998bd30e6a1: Pull complete 04:58:55 04944245beec: Pull complete 04:58:56 699f458cf7ca: Pull complete 04:58:57 765212b225bb: Pull complete 04:58:58 f23df028b6ca: Pull complete 04:58:58 d65c8cfc05b1: Pull complete 04:59:16 2437ff75d9bd: Pull complete 04:59:16 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:59:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:59:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:59:17 prd-ubuntu20.04-docker-arm64-4c-16g-21298 does not seem to be running inside a container 04:59:17 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:59:19 $ docker top 2af5c8b7faa29cefa8c2fd319c5d96be4323f9a3d2f4c19a843785452e31d1c9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:59:20 ---> job-cost.sh 04:59:20 lf-activate-venv: SKIPPING 04:59:20 INFO: No Stack... 04:59:21 INFO: Retrieving Pricing Info for: v3-standard-4 04:59:22 INFO: Archiving Costs [Pipeline] sh 04:59:23 + cat /w/workspace/edgex-go/2/archives/cost.csv 04:59:23 + cut -d, -f6 [Pipeline] lock 04:59:23 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3976-2-stack-cost] 04:59:23 Resource [jenkins-edgexfoundry-edgex-go-PR-3976-2-stack-cost] did not exist. Created. 04:59:23 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3976-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:59:23 + echo total: 0.2199999988079071 [Pipeline] stash 04:59:24 Stashed 1 file(s) [Pipeline] } 04:59:24 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3976-2-stack-cost] [Pipeline] // lock [Pipeline] } 04:59:24 $ docker stop --time=1 2af5c8b7faa29cefa8c2fd319c5d96be4323f9a3d2f4c19a843785452e31d1c9 04:59:25 $ docker rm -f 2af5c8b7faa29cefa8c2fd319c5d96be4323f9a3d2f4c19a843785452e31d1c9 [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 04:59:26 provisioning config files... 04:59:26 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4698773560250777383tmp [Pipeline] { [Pipeline] sh 04:59:26 + set +x 04:59:26 + curl -s https://codecov.io/bash 04:59:26 + bash -s -- 04:59:26 04:59:26 _____ _ 04:59:26 / ____| | | 04:59:26 | | ___ __| | ___ ___ _____ __ 04:59:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:59:26 | |___| (_) | (_| | __/ (_| (_) \ V / 04:59:26 \_____\___/ \__,_|\___|\___\___/ \_/ 04:59:26 Bash-1.0.6 04:59:26 04:59:26 04:59:26 ==> git version 2.25.1 found 04:59:26 ==> 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 04:59:26 Release-Date: 2020-01-08 04:59:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:59:26 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:59:26 ==> Jenkins CI detected. 04:59:26 current dir:  /w/workspace/edgex-go/2 04:59:26 project root: . 04:59:26 --> token set from env 04:59:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:59:26 ==> Running gcov in . (disable via -X gcov) 04:59:26 ==> Python coveragepy not found 04:59:26 ==> Searching for coverage reports in: 04:59:26 + . 04:59:26 -> Found 1 reports 04:59:26 ==> Detecting git/mercurial file structure 04:59:26 ==> Reading reports 04:59:26 + ./coverage.out bytes=435134 04:59:26 ==> Appending adjustments 04:59:26 https://docs.codecov.io/docs/fixing-reports 04:59:28 + Found adjustments 04:59:28 ==> Gzipping contents 04:59:28 60K /tmp/codecov.p1H5ow.gz 04:59:28 ==> Uploading reports 04:59:28 url: https://codecov.io 04:59:28 query: branch=PR-3976&commit=5ab360f7512bb55ab2f882020eb61a4c86139b62&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3976%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3976&job=&cmd_args= 04:59:28 -> Pinging Codecov 04:59:28 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3976&commit=5ab360f7512bb55ab2f882020eb61a4c86139b62&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3976%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3976&job=&cmd_args= 04:59:28 -> Uploading to 04:59:28 https://storage.googleapis.com/codecov/v4/raw/2022-04-19/00271124DB129430A58F1EEE437C3FCB/5ab360f7512bb55ab2f882020eb61a4c86139b62/126cd8c0-e60f-4be0-ab35-769d6887c9a4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220419T045928Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b685546b8e2668cf3249914518ff3d66551a76bf9f021acf58d900ac706ea805 04:59:28 % Total % Received % Xferd Average Speed Time Time Time Current 04:59:28 Dload Upload Total Spent Left Speed 04:59:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59782 0 0 100 59782 0 264k --:--:-- --:--:-- --:--:-- 262k 100 59782 0 0 100 59782 0 250k --:--:-- --:--:-- --:--:-- 249k 04:59:28 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5ab360f7512bb55ab2f882020eb61a4c86139b62 [Pipeline] } 04:59:28 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 04:59:29 + [ -d /w/workspace/edgex-go/2/archives ] [Pipeline] libraryResource [Pipeline] sh 04:59:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:59:30 ---> package-listing.sh 04:59:30 ++ facter osfamily 04:59:30 ++ tr '[:upper:]' '[:lower:]' 04:59:30 + OS_FAMILY=debian 04:59:30 + workspace=/w/workspace/edgex-go/2 04:59:30 + START_PACKAGES=/tmp/packages_start.txt 04:59:30 + END_PACKAGES=/tmp/packages_end.txt 04:59:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:59:30 + PACKAGES=/tmp/packages_start.txt 04:59:30 + '[' /w/workspace/edgex-go/2 ']' 04:59:30 + PACKAGES=/tmp/packages_end.txt 04:59:30 + case "${OS_FAMILY}" in 04:59:30 + dpkg -l 04:59:30 + grep '^ii' 04:59:30 + '[' -f /tmp/packages_start.txt ']' 04:59:30 + '[' -f /tmp/packages_end.txt ']' 04:59:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:59:30 + '[' /w/workspace/edgex-go/2 ']' 04:59:30 + mkdir -p /w/workspace/edgex-go/2/archives/ 04:59:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 04:59:30 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:59:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:59:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:59:31 04:59:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:59:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:59:31 latest: Pulling from edgex-lftools-log-publisher 04:59:31 5eb5b503b376: Pulling fs layer 04:59:31 5c69ac0246d0: Pulling fs layer 04:59:31 ec43610c2a17: Pulling fs layer 04:59:31 3a2ae6a8a46f: Pulling fs layer 04:59:31 33b1e0a273af: Pulling fs layer 04:59:31 5d3b04190fa2: Pulling fs layer 04:59:31 2f39f015ded8: Pulling fs layer 04:59:31 5d3b04190fa2: Waiting 04:59:31 3a2ae6a8a46f: Waiting 04:59:31 33b1e0a273af: Waiting 04:59:31 2f39f015ded8: Waiting 04:59:31 3a2ae6a8a46f: Download complete 04:59:31 33b1e0a273af: Verifying Checksum 04:59:31 33b1e0a273af: Download complete 04:59:31 5d3b04190fa2: Download complete 04:59:31 ec43610c2a17: Verifying Checksum 04:59:31 ec43610c2a17: Download complete 04:59:31 5eb5b503b376: Verifying Checksum 04:59:31 5eb5b503b376: Download complete 04:59:32 2f39f015ded8: Download complete 04:59:33 5eb5b503b376: Pull complete 04:59:33 5c69ac0246d0: Pull complete 04:59:33 ec43610c2a17: Pull complete 04:59:33 3a2ae6a8a46f: Pull complete 04:59:34 33b1e0a273af: Pull complete 04:59:34 5d3b04190fa2: Pull complete 04:59:39 2f39f015ded8: Pull complete 04:59:39 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:59:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:59:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:59:39 prd-ubuntu20.04-docker-8c-8g-21297 does not seem to be running inside a container 04:59:39 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:59:41 $ docker top 75fffe36900ef93d46a678da58bed52440576ef99ddb7ff2551bf3647471326b -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:42 + touch /tmp/pre-build-complete [Pipeline] sh 04:59:42 + mkdir -p /var/log/sysstat [Pipeline] sh 04:59:42 + ls /var/log/sa-host 04:59:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:59:42 provisioning config files... 04:59:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config806966171466145939tmp [Pipeline] { [Pipeline] echo 04:59:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:59:43 ---> create-netrc.sh [Pipeline] } 04:59:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:59:43 ---> python-tools-install.sh [Pipeline] echo 04:59:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:59:43 ---> sudo-logs.sh 04:59:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:59:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:59:44 ---> job-cost.sh 04:59:44 lf-activate-venv: SKIPPING 04:59:44 DEBUG: total: 0.2199999988079071 04:59:44 INFO: Retrieving Stack Cost... 04:59:44 INFO: Retrieving Pricing Info for: v3-standard-8 04:59:45 INFO: Archiving Costs [Pipeline] echo 04:59:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:59:45 ---> logs-deploy.sh 04:59:45 lf-activate-venv: SKIPPING 04:59:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3976/2 04:59:45 INFO: archiving workspace using pattern(s): 04:59:46 Archives upload complete. 04:59:46 INFO: archiving logs to Nexus 04:59:47 ---> uname -a: 04:59:47 Linux prd-ubuntu20-04-docker-8c-8g-21297 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 04:59:47 04:59:47 04:59:47 ---> lscpu: 04:59:47 Architecture: x86_64 04:59:47 CPU op-mode(s): 32-bit, 64-bit 04:59:47 Byte Order: Little Endian 04:59:47 Address sizes: 40 bits physical, 48 bits virtual 04:59:47 CPU(s): 8 04:59:47 On-line CPU(s) list: 0-7 04:59:47 Thread(s) per core: 1 04:59:47 Core(s) per socket: 1 04:59:47 Socket(s): 8 04:59:47 NUMA node(s): 1 04:59:47 Vendor ID: AuthenticAMD 04:59:47 CPU family: 23 04:59:47 Model: 49 04:59:47 Model name: AMD EPYC-Rome Processor 04:59:47 Stepping: 0 04:59:47 CPU MHz: 2799.996 04:59:47 BogoMIPS: 5599.99 04:59:47 Virtualization: AMD-V 04:59:47 Hypervisor vendor: KVM 04:59:47 Virtualization type: full 04:59:47 L1d cache: 256 KiB 04:59:47 L1i cache: 256 KiB 04:59:47 L2 cache: 4 MiB 04:59:47 L3 cache: 128 MiB 04:59:47 NUMA node0 CPU(s): 0-7 04:59:47 Vulnerability Itlb multihit: Not affected 04:59:47 Vulnerability L1tf: Not affected 04:59:47 Vulnerability Mds: Not affected 04:59:47 Vulnerability Meltdown: Not affected 04:59:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:59:47 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:59:47 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:59:47 Vulnerability Srbds: Not affected 04:59:47 Vulnerability Tsx async abort: Not affected 04:59:47 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 04:59:47 04:59:47 04:59:47 ---> nproc: 04:59:47 8 04:59:47 04:59:47 04:59:47 ---> df -h: 04:59:47 Filesystem Size Used Avail Use% Mounted on 04:59:47 overlay 155G 26G 130G 17% / 04:59:47 tmpfs 64M 0 64M 0% /dev 04:59:47 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:59:47 shm 64M 0 64M 0% /dev/shm 04:59:47 /dev/vda1 155G 26G 130G 17% /facter-os 04:59:47 04:59:47 04:59:47 ---> sar -b -r -n DEV: 04:59:47 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21297) 04/19/22 _x86_64_ (8 CPU) 04:59:47 04:59:47 03:53:38 LINUX RESTART (8 CPU) 04:59:47 04:59:47 03:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:59:47 03:55:02 271.24 44.88 226.36 0.00 4067.59 166326.01 0.00 04:59:47 03:56:01 99.92 1.00 98.92 0.00 12.74 34946.89 0.00 04:59:47 03:57:01 49.37 0.15 49.22 0.00 1.87 18330.04 0.00 04:59:47 03:58:01 336.85 0.15 336.70 0.00 26.74 275697.72 0.00 04:59:47 03:59:01 740.33 0.13 740.19 0.00 6.67 234149.78 0.00 04:59:47 04:00:01 1039.36 0.67 1038.69 0.00 9.87 392519.38 0.00 04:59:47 04:01:01 785.88 1.47 784.42 0.00 11.72 247203.46 0.00 04:59:47 04:02:01 237.93 0.00 237.93 0.00 0.00 115765.24 0.00 04:59:47 04:03:01 419.86 0.12 419.75 0.00 0.93 169750.37 0.00 04:59:47 04:04:01 666.49 1.02 665.47 0.00 8.13 234431.73 0.00 04:59:47 04:05:01 2.32 0.00 2.32 0.00 0.00 26.79 0.00 04:59:47 04:06:01 2.15 0.00 2.15 0.00 0.00 24.00 0.00 04:59:47 04:07:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 04:59:47 04:08:01 2.18 0.00 2.18 0.00 0.00 23.73 0.00 04:59:47 04:09:01 2.50 0.02 2.48 0.00 0.13 28.13 0.00 04:59:47 04:10:01 2.32 0.00 2.32 0.00 0.00 26.12 0.00 04:59:47 04:11:01 1.52 0.00 1.52 0.00 0.00 17.06 0.00 04:59:47 04:12:01 1.92 0.00 1.92 0.00 0.00 21.33 0.00 04:59:47 04:13:01 3.37 0.87 2.50 0.00 18.39 32.92 0.00 04:59:47 04:14:01 1.73 0.00 1.73 0.00 0.00 20.93 0.00 04:59:47 04:15:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 04:59:47 04:16:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 04:59:47 04:17:01 1.27 0.02 1.25 0.00 0.13 14.66 0.00 04:59:47 04:18:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 04:59:47 04:19:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 04:59:47 04:20:01 1.85 0.00 1.85 0.00 0.00 21.33 0.00 04:59:47 04:21:01 0.92 0.00 0.92 0.00 0.00 10.93 0.00 04:59:47 04:22:01 1.55 0.00 1.55 0.00 0.00 18.13 0.00 04:59:47 04:23:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 04:59:47 04:24:01 1.70 0.00 1.70 0.00 0.00 19.86 0.00 04:59:47 04:25:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 04:59:47 04:26:01 0.95 0.00 0.95 0.00 0.00 11.86 0.00 04:59:47 04:27:01 1.20 0.00 1.20 0.00 0.00 13.73 0.00 04:59:47 04:28:01 1.52 0.00 1.52 0.00 0.00 17.73 0.00 04:59:47 04:29:01 1.22 0.00 1.22 0.00 0.00 13.60 0.00 04:59:47 04:30:01 1.77 0.00 1.77 0.00 0.00 20.13 0.00 04:59:47 04:31:01 0.90 0.00 0.90 0.00 0.00 10.13 0.00 04:59:47 04:32:01 1.02 0.00 1.02 0.00 0.00 12.66 0.00 04:59:47 04:33:01 1.17 0.00 1.17 0.00 0.00 13.20 0.00 04:59:47 04:34:01 1.82 0.00 1.82 0.00 0.00 20.66 0.00 04:59:47 04:35:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 04:59:47 04:36:01 1.73 0.00 1.73 0.00 0.00 19.59 0.00 04:59:47 04:37:01 1.03 0.00 1.03 0.00 0.00 12.13 0.00 04:59:47 04:38:01 1.58 0.00 1.58 0.00 0.00 18.53 0.00 04:59:47 04:39:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 04:59:47 04:40:01 3.52 1.62 1.90 0.00 50.65 23.73 0.00 04:59:47 04:41:01 1.20 0.00 1.20 0.00 0.00 14.80 0.00 04:59:47 04:42:01 0.98 0.00 0.98 0.00 0.00 12.00 0.00 04:59:47 04:43:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 04:59:47 04:44:01 1.70 0.00 1.70 0.00 0.00 20.13 0.00 04:59:47 04:45:01 1.08 0.00 1.08 0.00 0.00 13.46 0.00 04:59:47 04:46:01 1.62 0.00 1.62 0.00 0.00 19.73 0.00 04:59:47 04:47:01 1.05 0.00 1.05 0.00 0.00 11.06 0.00 04:59:47 04:48:01 1.65 0.00 1.65 0.00 0.00 18.40 0.00 04:59:47 04:49:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 04:59:47 04:50:01 1.07 0.00 1.07 0.00 0.00 13.60 0.00 04:59:47 04:51:01 1.32 0.00 1.32 0.00 0.00 15.19 0.00 04:59:47 04:52:01 1.57 0.00 1.57 0.00 0.00 19.06 0.00 04:59:47 04:53:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 04:59:47 04:54:02 1.45 0.00 1.45 0.00 0.00 16.66 0.00 04:59:47 04:55:01 1.17 0.00 1.17 0.00 0.00 14.37 0.00 04:59:47 04:56:01 1.02 0.00 1.02 0.00 0.00 12.93 0.00 04:59:47 04:57:01 1.27 0.00 1.27 0.00 0.00 13.60 0.00 04:59:47 04:58:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 04:59:47 04:59:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 04:59:47 Average: 72.78 0.80 71.97 0.00 64.88 29092.03 0.00 04:59:47 04:59:47 03:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:59:47 03:55:02 28616772 31795744 515976 1.57 107132 3347144 1974632 5.82 1167372 2737392 20972 04:59:47 03:56:01 27835132 31628052 663216 2.02 149924 3839728 2289068 6.75 1687460 2894772 506304 04:59:47 03:57:01 27696476 31667908 620664 1.89 154228 3989460 2356392 6.94 1430348 3265340 258972 04:59:47 03:58:01 20844976 31720952 560572 1.70 166216 10673900 2010168 5.92 1808396 9520236 837668 04:59:47 03:59:01 22473188 31605936 666288 2.03 181176 8950928 3398236 10.01 2033288 7687864 0 04:59:47 04:00:01 16754268 31468056 791792 2.41 284288 14063156 3409140 10.05 2676644 12387168 408 04:59:47 04:01:01 9997888 30712256 1530164 4.65 442448 19352276 4089464 12.05 5158920 16086936 713108 04:59:47 04:02:01 8313164 30981092 1267068 3.85 454500 21270972 2996796 8.83 5563056 17355900 23612 04:59:47 04:03:01 9053584 31616924 644248 1.96 555540 21126560 2496160 7.36 3493308 18761252 856496 04:59:47 04:04:01 11131160 31748376 516212 1.57 671080 19136832 1976272 5.82 2816096 17437204 464 04:59:47 04:05:01 11132468 31749724 514900 1.57 671120 19136828 1976272 5.82 2814008 17437204 12 04:59:47 04:06:01 11148264 31765580 499008 1.52 671168 19136836 1976272 5.82 2797632 17437208 12 04:59:47 04:07:01 11148888 31766268 498376 1.52 671220 19136840 1976272 5.82 2797616 17437252 12 04:59:47 04:08:01 11149808 31767188 497392 1.51 671256 19136840 1976272 5.82 2797232 17437252 8 04:59:47 04:09:01 11147844 31765300 499640 1.52 671300 19136848 2012604 5.93 2798612 17437256 120 04:59:47 04:10:01 11148624 31766112 498916 1.52 671332 19136848 2012604 5.93 2797564 17437260 28 04:59:47 04:11:01 11149300 31766796 498104 1.51 671368 19136852 2012604 5.93 2797084 17437264 12 04:59:47 04:12:01 11149536 31767212 497668 1.51 671388 19136984 2012604 5.93 2797140 17437388 8 04:59:47 04:13:01 11147032 31765580 499024 1.52 671452 19137496 2010100 5.92 2798240 17437836 8 04:59:47 04:14:01 11147732 31766304 498236 1.52 671472 19137504 2010100 5.92 2797560 17437840 12 04:59:47 04:15:01 11147940 31766540 498160 1.51 671488 19137508 2010100 5.92 2797700 17437844 12 04:59:47 04:16:01 11148176 31766796 497880 1.51 671504 19137508 2010100 5.92 2797416 17437844 204 04:59:47 04:17:01 11147836 31766460 498152 1.51 671512 19137508 2010100 5.92 2797444 17437848 12 04:59:47 04:18:01 11147844 31766516 498024 1.51 671528 19137516 2010100 5.92 2797452 17437848 188 04:59:47 04:19:01 11147456 31766136 498360 1.52 671536 19137520 2010100 5.92 2797452 17437852 36 04:59:47 04:20:01 11147676 31766400 498012 1.51 671548 19137524 2010100 5.92 2798152 17437860 12 04:59:47 04:21:01 11148188 31766928 497584 1.51 671564 19137524 2010100 5.92 2797512 17437860 12 04:59:47 04:22:01 11148096 31766840 497816 1.51 671576 19137528 2010100 5.92 2797512 17437864 44 04:59:47 04:23:01 11148088 31766832 497804 1.51 671584 19137528 2010100 5.92 2797512 17437864 12 04:59:47 04:24:01 11148476 31767224 497564 1.51 671592 19137528 2010100 5.92 2797524 17437868 48 04:59:47 04:25:01 11148200 31766988 497784 1.51 671604 19137536 2010100 5.92 2797996 17437872 12 04:59:47 04:26:01 11148404 31767204 497500 1.51 671620 19137540 2010100 5.92 2797576 17437872 192 04:59:47 04:27:01 11148356 31767168 497464 1.51 671632 19137544 2010100 5.92 2797576 17437876 12 04:59:47 04:28:01 11148332 31767148 497408 1.51 671640 19137548 2010100 5.92 2797576 17437880 48 04:59:47 04:29:01 11148284 31767100 497376 1.51 671672 19137536 2010100 5.92 2797588 17437880 8 04:59:47 04:30:01 11148168 31767068 497604 1.51 671696 19137556 2010100 5.92 2798060 17437892 12 04:59:47 04:31:01 11148404 31767328 497324 1.51 671712 19137556 2010100 5.92 2797716 17437892 12 04:59:47 04:32:01 11148136 31767068 497496 1.51 671740 19137560 2010100 5.92 2797716 17437896 176 04:59:47 04:33:01 11148088 31767028 497472 1.51 671744 19137564 1993404 5.87 2797728 17437900 12 04:59:47 04:34:01 11148032 31767036 497428 1.51 671772 19137564 1993404 5.87 2797772 17437904 48 04:59:47 04:35:01 11147984 31767008 497396 1.51 671784 19137568 1993404 5.87 2798168 17437904 12 04:59:47 04:36:01 11148112 31767152 497392 1.51 671804 19137572 1993404 5.87 2797836 17437904 12 04:59:47 04:37:01 11148348 31767392 497312 1.51 671824 19137576 1993404 5.87 2797836 17437908 16 04:59:47 04:38:01 11148040 31767152 497532 1.51 671848 19137580 1993404 5.87 2797844 17437916 48 04:59:47 04:39:01 11148244 31767356 497272 1.51 671864 19137572 1993404 5.87 2797856 17437916 12 04:59:47 04:40:01 11145136 31766704 497804 1.51 671900 19139096 1993404 5.87 2803916 17437500 28 04:59:47 04:41:01 11145088 31766816 497640 1.51 671916 19139236 1993404 5.87 2802920 17437616 12 04:59:47 04:42:01 11145256 31766984 497624 1.51 671924 19139236 1993404 5.87 2802956 17437616 184 04:59:47 04:43:01 11144696 31766428 498144 1.51 671932 19139240 1993404 5.87 2802948 17437620 12 04:59:47 04:44:01 11144688 31766420 498088 1.51 671948 19139232 1993404 5.87 2802948 17437620 44 04:59:47 04:45:01 11144672 31766452 498012 1.51 671964 19139248 1993404 5.87 2803296 17437624 12 04:59:47 04:46:01 11144364 31766164 498224 1.52 671984 19139256 1993404 5.87 2803024 17437628 48 04:59:47 04:47:01 11144860 31766664 497656 1.51 671992 19139256 1993404 5.87 2803008 17437628 12 04:59:47 04:48:01 11144948 31766760 497704 1.51 671996 19139260 1993404 5.87 2803008 17437632 44 04:59:47 04:49:01 11144680 31766492 497940 1.51 672004 19139256 2009484 5.92 2803008 17437632 12 04:59:47 04:50:01 11144664 31766492 497868 1.51 672020 19139264 1992896 5.87 2803400 17437644 180 04:59:47 04:51:01 11144868 31766760 497584 1.51 672036 19139268 1992896 5.87 2803460 17437652 24 04:59:47 04:52:01 11144568 31766464 497908 1.51 672056 19139268 1992896 5.87 2803104 17437652 48 04:59:47 04:53:01 11144720 31766620 497888 1.51 672068 19139272 1992896 5.87 2803088 17437656 12 04:59:47 04:54:02 11144956 31766860 497612 1.51 672080 19139280 1992896 5.87 2803088 17437660 200 04:59:47 04:55:01 11145092 31767052 497620 1.51 672092 19139280 1992896 5.87 2803528 17437656 12 04:59:47 04:56:01 11144572 31766544 498100 1.51 672100 19139284 1992896 5.87 2803152 17437664 192 04:59:47 04:57:01 11144524 31766496 498084 1.51 672104 19139284 1992896 5.87 2803152 17437664 12 04:59:47 04:58:01 11144728 31766708 497800 1.51 672116 19139288 2008956 5.92 2803152 17437668 44 04:59:47 04:59:01 11144428 31766412 498032 1.51 672120 19139292 2008956 5.92 2803164 17437672 12 04:59:47 Average: 12242839 31724577 541168 1.65 617098 18128377 2107982 6.21 2797437 16418577 49548 04:59:47 04:59:47 03:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:59:47 03:55:02 ens3 1551.82 1714.33 9761.56 224.30 0.00 0.00 0.00 0.00 04:59:47 03:55:02 docker0 812.73 483.59 68.19 2719.68 0.00 0.00 0.00 0.00 04:59:47 03:55:02 lo 4.67 4.67 0.45 0.45 0.00 0.00 0.00 0.00 04:59:47 03:56:01 ens3 194.00 156.08 1037.85 74.10 0.00 0.00 0.00 0.00 04:59:47 03:56:01 docker0 104.97 134.55 8.45 1005.87 0.00 0.00 0.00 0.00 04:59:47 03:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 03:56:01 veth308e714 0.44 0.63 0.03 0.06 0.00 0.00 0.00 0.00 04:59:47 03:57:01 ens3 23.98 13.38 19.87 10.54 0.00 0.00 0.00 0.00 04:59:47 03:57:01 docker0 1.00 1.00 0.06 0.08 0.00 0.00 0.00 0.00 04:59:47 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 03:57:01 veth308e714 1.00 1.03 0.08 0.08 0.00 0.00 0.00 0.00 04:59:47 03:58:01 vetha2016c2 0.00 1.08 0.00 0.06 0.00 0.00 0.00 0.00 04:59:47 03:58:01 ens3 186.05 131.42 1926.89 77.52 0.00 0.00 0.00 0.00 04:59:47 03:58:01 docker0 40.68 52.20 2.30 227.79 0.00 0.00 0.00 0.00 04:59:47 03:58:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 04:59:47 03:59:01 vethde954dc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 03:59:01 veth5a59c56 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 03:59:01 vethc1840de 0.80 0.88 0.06 1.72 0.00 0.00 0.00 0.00 04:59:47 03:59:01 vetha2016c2 0.00 0.52 0.00 0.02 0.00 0.00 0.00 0.00 04:59:47 03:59:01 ens3 88.14 59.04 433.63 15.66 0.00 0.00 0.00 0.00 04:59:47 03:59:01 docker0 34.48 51.82 2.00 316.40 0.00 0.00 0.00 0.00 04:59:47 03:59:01 veth0733ccd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 03:59:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 04:59:47 04:00:01 vetha2016c2 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:59:47 04:00:01 ens3 598.18 370.64 7178.47 116.84 0.00 0.00 0.00 0.00 04:59:47 04:00:01 docker0 285.45 484.55 20.18 6047.33 0.00 0.00 0.00 0.00 04:59:47 04:00:01 veth9e5c961 259.21 447.16 22.19 5831.78 0.00 0.00 0.00 0.48 04:59:47 04:00:01 veth9894952 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:00:01 veth52ff018 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 04:59:47 04:00:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 04:59:47 04:01:01 vetha2016c2 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:01:01 ens3 1014.85 581.14 12101.87 130.59 0.00 0.00 0.00 0.00 04:59:47 04:01:01 docker0 527.66 943.44 38.08 12061.48 0.00 0.00 0.00 0.00 04:59:47 04:01:01 veth9e5c961 0.10 0.17 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:01:01 veth9894952 265.72 473.64 22.83 5828.75 0.00 0.00 0.00 0.48 04:59:47 04:01:01 veth1979ec3 249.10 437.78 21.17 5825.17 0.00 0.00 0.00 0.48 04:59:47 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:02:01 vetha2016c2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:02:01 ens3 36.74 19.00 212.86 4.03 0.00 0.00 0.00 0.00 04:59:47 04:02:01 docker0 15.71 30.81 1.15 207.87 0.00 0.00 0.00 0.00 04:59:47 04:02:01 veth9894952 0.15 0.15 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:02:01 veth1979ec3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:03:01 vetha2016c2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:03:01 ens3 65.57 45.74 503.94 7.87 0.00 0.00 0.00 0.00 04:59:47 04:03:01 docker0 40.08 55.47 2.84 495.62 0.00 0.00 0.00 0.00 04:59:47 04:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:04:01 ens3 29.95 21.86 87.33 6.00 0.00 0.00 0.00 0.00 04:59:47 04:04:01 docker0 14.80 18.05 0.85 77.31 0.00 0.00 0.00 0.00 04:59:47 04:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:05:01 ens3 14.20 14.68 14.58 25.32 0.00 0.00 0.00 0.00 04:59:47 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:06:01 ens3 0.25 0.23 0.02 0.02 0.00 0.00 0.00 0.00 04:59:47 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:07:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:08:01 ens3 0.47 0.10 0.05 0.01 0.00 0.00 0.00 0.00 04:59:47 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:09:01 ens3 4.68 4.57 0.53 7.15 0.00 0.00 0.00 0.00 04:59:47 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:10:01 ens3 2.55 3.02 0.23 6.86 0.00 0.00 0.00 0.00 04:59:47 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:11:01 ens3 0.17 0.07 0.01 0.00 0.00 0.00 0.00 0.00 04:59:47 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:12:01 ens3 0.62 0.10 0.06 0.01 0.00 0.00 0.00 0.00 04:59:47 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:13:01 ens3 11.85 16.01 1.08 21.08 0.00 0.00 0.00 0.00 04:59:47 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:14:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:15:01 ens3 0.32 0.20 0.19 0.07 0.00 0.00 0.00 0.00 04:59:47 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:16:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:18:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:19:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 04:59:47 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:20:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 04:59:47 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:22:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:24:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:25:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 04:59:47 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:28:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:30:01 ens3 0.25 0.23 0.09 0.08 0.00 0.00 0.00 0.00 04:59:47 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:35:01 ens3 0.12 0.15 0.07 0.07 0.00 0.00 0.00 0.00 04:59:47 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:36:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:40:01 ens3 7.35 5.51 5.54 6.14 0.00 0.00 0.00 0.00 04:59:47 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:40:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 04:59:47 04:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:42:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:45:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 04:59:47 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:47:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:49:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:50:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 04:59:47 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:51:01 ens3 0.45 0.27 0.26 0.20 0.00 0.00 0.00 0.00 04:59:47 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:53:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:54:02 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:54:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:55:01 ens3 0.12 0.08 0.08 0.07 0.00 0.00 0.00 0.00 04:59:47 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:56:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:58:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:59:47 04:59:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:47 Average: ens3 59.00 48.61 512.27 11.30 0.00 0.00 0.00 0.00 04:59:47 Average: docker0 28.88 34.69 2.22 356.35 0.00 0.00 0.00 0.00 04:59:47 Average: lo 0.22 0.22 0.02 0.02 0.00 0.00 0.00 0.00 04:59:47 04:59:47 04:59:47 ---> sar -P ALL: 04:59:47 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21297) 04/19/22 _x86_64_ (8 CPU) 04:59:47 04:59:47 03:53:38 LINUX RESTART (8 CPU) 04:59:47 04:59:47 03:54:01 CPU %user %nice %system %iowait %steal %idle 04:59:47 03:55:02 all 11.94 0.00 4.13 2.66 0.07 81.19 04:59:47 03:55:02 0 14.15 0.00 3.81 0.32 0.10 81.62 04:59:47 03:55:02 1 12.01 0.00 3.43 0.39 0.05 84.13 04:59:47 03:55:02 2 9.33 0.00 3.63 2.99 0.07 83.98 04:59:47 03:55:02 3 12.77 0.00 4.12 4.21 0.07 78.83 04:59:47 03:55:02 4 11.25 0.00 3.46 1.10 0.07 84.12 04:59:47 03:55:02 5 13.86 0.00 4.05 2.42 0.05 79.62 04:59:47 03:55:02 6 11.74 0.00 3.75 5.10 0.07 79.34 04:59:47 03:55:02 7 10.36 0.00 6.87 4.83 0.09 77.86 04:59:47 03:56:01 all 32.07 0.00 6.73 1.03 0.10 60.07 04:59:47 03:56:01 0 31.43 0.00 6.06 0.03 0.10 62.37 04:59:47 03:56:01 1 32.89 0.00 7.26 2.80 0.09 56.97 04:59:47 03:56:01 2 32.11 0.00 6.84 0.68 0.10 60.27 04:59:47 03:56:01 3 31.74 0.00 6.21 0.39 0.10 61.55 04:59:47 03:56:01 4 32.33 0.00 6.59 0.10 0.09 60.89 04:59:47 03:56:01 5 30.94 0.00 7.22 0.10 0.10 61.63 04:59:47 03:56:01 6 32.58 0.00 6.90 4.10 0.09 56.33 04:59:47 03:56:01 7 32.57 0.00 6.75 0.03 0.12 60.52 04:59:47 03:57:01 all 44.78 0.00 6.01 0.26 0.09 48.86 04:59:47 03:57:01 0 43.43 0.00 6.13 0.05 0.08 50.31 04:59:47 03:57:01 1 44.26 0.00 5.62 0.02 0.08 50.03 04:59:47 03:57:01 2 44.77 0.00 5.77 0.18 0.08 49.19 04:59:47 03:57:01 3 43.15 0.00 5.98 0.00 0.08 50.79 04:59:47 03:57:01 4 47.23 0.00 6.44 1.45 0.10 44.79 04:59:47 03:57:01 5 45.87 0.00 5.95 0.02 0.08 48.08 04:59:47 03:57:01 6 45.40 0.00 5.98 0.32 0.08 48.21 04:59:47 03:57:01 7 44.13 0.00 6.22 0.07 0.08 49.50 04:59:47 03:58:01 all 19.59 0.00 11.56 4.27 0.09 64.49 04:59:47 03:58:01 0 20.26 0.00 11.45 1.08 0.09 67.13 04:59:47 03:58:01 1 20.40 0.00 12.44 1.55 0.10 65.51 04:59:47 03:58:01 2 19.28 0.00 12.31 1.54 0.09 66.79 04:59:47 03:58:01 3 20.91 0.00 10.22 1.24 0.08 67.55 04:59:47 03:58:01 4 20.30 0.00 13.49 11.27 0.09 54.86 04:59:47 03:58:01 5 18.87 0.00 11.26 6.34 0.07 63.46 04:59:47 03:58:01 6 18.19 0.00 11.32 8.92 0.09 61.49 04:59:47 03:58:01 7 18.54 0.00 10.02 2.27 0.09 69.09 04:59:47 03:59:01 all 51.22 0.00 11.11 9.38 0.12 28.15 04:59:47 03:59:01 0 51.52 0.00 11.81 9.97 0.13 26.56 04:59:47 03:59:01 1 51.07 0.00 10.60 5.65 0.10 32.57 04:59:47 03:59:01 2 51.41 0.00 9.92 11.43 0.14 27.10 04:59:47 03:59:01 3 50.16 0.00 11.73 15.04 0.14 22.93 04:59:47 03:59:01 4 50.93 0.00 11.15 7.64 0.10 30.18 04:59:47 03:59:01 5 49.35 0.00 9.70 6.59 0.12 34.24 04:59:47 03:59:01 6 52.50 0.00 12.59 6.46 0.12 28.33 04:59:47 03:59:01 7 52.86 0.00 11.40 12.34 0.15 23.25 04:59:47 04:00:01 all 63.12 0.00 15.57 6.02 0.16 15.13 04:59:47 04:00:01 0 64.68 0.00 16.26 6.24 0.15 12.67 04:59:47 04:00:01 1 63.65 0.00 15.96 5.05 0.15 15.18 04:59:47 04:00:01 2 62.34 0.00 16.68 6.38 0.15 14.44 04:59:47 04:00:01 3 65.09 0.00 14.09 6.00 0.17 14.65 04:59:47 04:00:01 4 61.85 0.00 14.68 6.66 0.15 16.65 04:59:47 04:00:01 5 61.60 0.00 13.40 2.63 0.15 22.21 04:59:47 04:00:01 6 62.09 0.00 17.31 8.93 0.15 11.51 04:59:47 04:00:01 7 63.66 0.00 16.16 6.27 0.15 13.75 04:59:47 04:01:01 all 84.43 0.00 13.58 0.82 0.15 1.01 04:59:47 04:01:01 0 85.64 0.00 13.01 0.47 0.15 0.73 04:59:47 04:01:01 1 83.71 0.00 14.39 0.62 0.15 1.13 04:59:47 04:01:01 2 84.75 0.00 13.46 0.67 0.15 0.97 04:59:47 04:01:01 3 85.47 0.00 12.75 0.71 0.15 0.92 04:59:47 04:01:01 4 84.29 0.00 12.67 1.43 0.15 1.46 04:59:47 04:01:01 5 83.92 0.00 13.83 0.87 0.15 1.23 04:59:47 04:01:01 6 82.95 0.00 15.12 1.19 0.17 0.57 04:59:47 04:01:01 7 84.72 0.00 13.42 0.62 0.15 1.09 04:59:47 04:02:01 all 88.31 0.00 7.80 0.70 0.14 3.05 04:59:47 04:02:01 0 91.71 0.00 8.01 0.13 0.13 0.02 04:59:47 04:02:01 1 86.14 0.00 8.67 0.00 0.15 5.04 04:59:47 04:02:01 2 86.82 0.00 7.73 0.03 0.13 5.28 04:59:47 04:02:01 3 90.39 0.00 6.59 0.02 0.12 2.89 04:59:47 04:02:01 4 91.59 0.00 7.69 0.12 0.15 0.45 04:59:47 04:02:01 5 87.05 0.00 7.62 0.12 0.15 5.07 04:59:47 04:02:01 6 86.07 0.00 8.39 5.18 0.13 0.23 04:59:47 04:02:01 7 86.74 0.00 7.68 0.00 0.13 5.45 04:59:47 04:03:01 all 41.02 0.00 8.95 4.02 0.12 45.90 04:59:47 04:03:01 0 28.69 0.00 14.26 17.64 0.14 39.27 04:59:47 04:03:01 1 29.38 0.00 12.29 1.17 0.12 57.04 04:59:47 04:03:01 2 30.65 0.00 6.77 1.41 0.12 61.05 04:59:47 04:03:01 3 28.10 0.00 8.07 2.60 0.12 61.11 04:59:47 04:03:01 4 69.48 0.00 6.16 1.43 0.12 22.82 04:59:47 04:03:01 5 32.70 0.00 8.79 3.88 0.10 54.54 04:59:47 04:03:01 6 70.78 0.00 7.14 2.35 0.12 19.61 04:59:47 04:03:01 7 37.63 0.00 8.18 1.79 0.10 52.31 04:59:47 04:04:01 all 13.75 0.00 7.43 5.82 0.08 72.92 04:59:47 04:04:01 0 14.43 0.00 8.09 2.40 0.08 74.99 04:59:47 04:04:01 1 14.15 0.00 6.45 2.07 0.05 77.28 04:59:47 04:04:01 2 14.96 0.00 7.28 0.93 0.10 76.73 04:59:47 04:04:01 3 12.53 0.00 6.71 3.16 0.07 77.53 04:59:47 04:04:01 4 14.42 0.00 6.76 5.27 0.05 73.50 04:59:47 04:04:01 5 13.89 0.00 8.09 2.17 0.12 75.73 04:59:47 04:04:01 6 10.67 0.00 9.36 28.26 0.07 51.63 04:59:47 04:04:01 7 14.92 0.00 6.70 2.42 0.08 75.87 04:59:47 04:05:01 all 0.05 0.00 0.03 0.01 0.00 99.90 04:59:47 04:05:01 0 0.08 0.00 0.05 0.00 0.00 99.87 04:59:47 04:05:01 1 0.00 0.00 0.02 0.00 0.02 99.97 04:59:47 04:05:01 2 0.07 0.00 0.02 0.00 0.00 99.92 04:59:47 04:05:01 3 0.05 0.00 0.05 0.00 0.00 99.90 04:59:47 04:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:05:01 6 0.12 0.00 0.07 0.07 0.02 99.73 04:59:47 04:05:01 7 0.07 0.00 0.07 0.00 0.00 99.87 04:59:47 04:59:47 04:05:01 CPU %user %nice %system %iowait %steal %idle 04:59:47 04:06:01 all 0.02 0.00 0.02 0.01 0.00 99.95 04:59:47 04:06:01 0 0.02 0.00 0.08 0.00 0.00 99.90 04:59:47 04:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:06:01 2 0.07 0.00 0.02 0.00 0.02 99.90 04:59:47 04:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:06:01 6 0.05 0.00 0.05 0.07 0.00 99.83 04:59:47 04:06:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:07:01 all 0.03 0.00 0.01 0.00 0.00 99.95 04:59:47 04:07:01 0 0.02 0.00 0.02 0.02 0.00 99.95 04:59:47 04:07:01 1 0.10 0.00 0.02 0.00 0.00 99.88 04:59:47 04:07:01 2 0.05 0.00 0.02 0.00 0.00 99.93 04:59:47 04:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:07:01 4 0.03 0.00 0.00 0.00 0.00 99.97 04:59:47 04:07:01 5 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:07:01 6 0.02 0.00 0.00 0.02 0.00 99.97 04:59:47 04:07:01 7 0.02 0.00 0.03 0.00 0.00 99.95 04:59:47 04:08:01 all 0.01 0.00 0.01 0.01 0.01 99.96 04:59:47 04:08:01 0 0.02 0.00 0.00 0.07 0.02 99.90 04:59:47 04:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:08:01 2 0.05 0.00 0.02 0.00 0.02 99.92 04:59:47 04:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:08:01 6 0.00 0.00 0.02 0.02 0.00 99.97 04:59:47 04:08:01 7 0.02 0.00 0.00 0.00 0.02 99.97 04:59:47 04:09:01 all 0.03 0.00 0.04 0.01 0.00 99.93 04:59:47 04:09:01 0 0.03 0.00 0.02 0.03 0.00 99.92 04:59:47 04:09:01 1 0.05 0.00 0.00 0.00 0.00 99.95 04:59:47 04:09:01 2 0.03 0.00 0.07 0.00 0.00 99.90 04:59:47 04:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:59:47 04:09:01 4 0.02 0.00 0.03 0.00 0.02 99.93 04:59:47 04:09:01 5 0.00 0.00 0.02 0.03 0.00 99.95 04:59:47 04:09:01 6 0.03 0.00 0.05 0.00 0.00 99.92 04:59:47 04:09:01 7 0.02 0.00 0.07 0.00 0.00 99.92 04:59:47 04:10:01 all 0.02 0.00 0.01 0.01 0.00 99.95 04:59:47 04:10:01 0 0.02 0.00 0.03 0.07 0.00 99.88 04:59:47 04:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:10:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:59:47 04:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:10:01 4 0.05 0.00 0.02 0.00 0.00 99.93 04:59:47 04:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:10:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:59:47 04:10:01 7 0.02 0.00 0.03 0.00 0.00 99.95 04:59:47 04:11:01 all 0.01 0.00 0.00 0.01 0.00 99.97 04:59:47 04:11:01 0 0.00 0.00 0.00 0.03 0.00 99.97 04:59:47 04:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:11:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:59:47 04:11:01 6 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:11:01 7 0.03 0.00 0.00 0.00 0.00 99.97 04:59:47 04:12:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:59:47 04:12:01 0 0.02 0.00 0.00 0.02 0.00 99.97 04:59:47 04:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:12:01 5 0.02 0.00 0.02 0.02 0.00 99.95 04:59:47 04:12:01 6 0.07 0.00 0.03 0.00 0.02 99.88 04:59:47 04:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:13:01 all 0.06 0.00 0.04 0.02 0.00 99.88 04:59:47 04:13:01 0 0.20 0.00 0.10 0.08 0.00 99.62 04:59:47 04:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:13:01 2 0.07 0.00 0.05 0.00 0.00 99.88 04:59:47 04:13:01 3 0.07 0.00 0.02 0.00 0.00 99.92 04:59:47 04:13:01 4 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:13:01 5 0.03 0.00 0.03 0.05 0.00 99.88 04:59:47 04:13:01 6 0.07 0.00 0.03 0.00 0.00 99.90 04:59:47 04:13:01 7 0.05 0.00 0.03 0.00 0.00 99.92 04:59:47 04:14:01 all 0.02 0.00 0.01 0.00 0.00 99.97 04:59:47 04:14:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:14:01 3 0.00 0.00 0.00 0.02 0.00 99.98 04:59:47 04:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:14:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:59:47 04:14:01 7 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:15:01 all 0.02 0.00 0.01 0.00 0.01 99.95 04:59:47 04:15:01 0 0.02 0.00 0.02 0.02 0.00 99.95 04:59:47 04:15:01 1 0.02 0.00 0.03 0.00 0.02 99.93 04:59:47 04:15:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:59:47 04:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:15:01 5 0.02 0.00 0.00 0.02 0.02 99.95 04:59:47 04:15:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:15:01 7 0.05 0.00 0.03 0.00 0.02 99.90 04:59:47 04:16:01 all 0.00 0.00 0.01 0.00 0.00 99.98 04:59:47 04:16:01 0 0.00 0.00 0.00 0.02 0.02 99.97 04:59:47 04:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:16:01 5 0.00 0.00 0.02 0.02 0.00 99.97 04:59:47 04:16:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:16:01 7 0.00 0.00 0.03 0.00 0.00 99.97 04:59:47 04:59:47 04:16:01 CPU %user %nice %system %iowait %steal %idle 04:59:47 04:17:01 all 0.01 0.00 0.01 0.00 0.00 99.98 04:59:47 04:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:17:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:59:47 04:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:17:01 5 0.00 0.00 0.02 0.02 0.00 99.97 04:59:47 04:17:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:18:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:59:47 04:18:01 0 0.03 0.00 0.00 0.02 0.00 99.95 04:59:47 04:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:18:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:18:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:59:47 04:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:18:01 7 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:19:01 all 0.02 0.00 0.01 0.00 0.00 99.96 04:59:47 04:19:01 0 0.02 0.00 0.03 0.02 0.02 99.92 04:59:47 04:19:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:59:47 04:19:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:59:47 04:19:01 3 0.03 0.00 0.00 0.00 0.00 99.97 04:59:47 04:19:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:19:01 5 0.03 0.00 0.02 0.02 0.00 99.93 04:59:47 04:19:01 6 0.02 0.00 0.03 0.00 0.00 99.95 04:59:47 04:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:20:01 all 0.01 0.00 0.01 0.01 0.00 99.97 04:59:47 04:20:01 0 0.00 0.00 0.00 0.02 0.00 99.98 04:59:47 04:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:20:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:20:01 5 0.00 0.00 0.00 0.03 0.00 99.97 04:59:47 04:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:20:01 7 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:21:01 all 0.00 0.00 0.01 0.00 0.00 99.98 04:59:47 04:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:59:47 04:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:21:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:21:01 5 0.00 0.00 0.02 0.02 0.00 99.97 04:59:47 04:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:21:01 7 0.00 0.00 0.03 0.00 0.00 99.97 04:59:47 04:22:01 all 0.02 0.00 0.01 0.01 0.00 99.96 04:59:47 04:22:01 0 0.02 0.00 0.00 0.02 0.00 99.97 04:59:47 04:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:22:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:59:47 04:22:01 3 0.02 0.00 0.00 0.00 0.02 99.97 04:59:47 04:22:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:22:01 5 0.03 0.00 0.00 0.03 0.00 99.93 04:59:47 04:22:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:22:01 7 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:23:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:59:47 04:23:01 0 0.02 0.00 0.02 0.02 0.02 99.93 04:59:47 04:23:01 1 0.00 0.00 0.02 0.00 0.02 99.97 04:59:47 04:23:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:23:01 5 0.00 0.00 0.02 0.02 0.00 99.97 04:59:47 04:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:24:01 all 0.02 0.00 0.01 0.00 0.00 99.97 04:59:47 04:24:01 0 0.03 0.00 0.02 0.02 0.00 99.93 04:59:47 04:24:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:59:47 04:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:24:01 5 0.03 0.00 0.00 0.02 0.00 99.95 04:59:47 04:24:01 6 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:25:01 all 0.19 0.00 0.01 0.00 0.00 99.80 04:59:47 04:25:01 0 1.35 0.00 0.03 0.02 0.00 98.60 04:59:47 04:25:01 1 0.08 0.00 0.02 0.00 0.00 99.90 04:59:47 04:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:25:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:59:47 04:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:25:01 7 0.03 0.00 0.03 0.00 0.00 99.93 04:59:47 04:26:01 all 0.26 0.00 0.01 0.00 0.00 99.72 04:59:47 04:26:01 0 1.99 0.00 0.02 0.00 0.00 98.00 04:59:47 04:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:26:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:26:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:26:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:59:47 04:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:26:01 7 0.02 0.00 0.00 0.00 0.02 99.97 04:59:47 04:27:01 all 0.26 0.00 0.01 0.00 0.01 99.72 04:59:47 04:27:01 0 1.99 0.00 0.02 0.02 0.02 97.97 04:59:47 04:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:27:01 2 0.00 0.00 0.02 0.00 0.02 99.97 04:59:47 04:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:27:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:27:01 5 0.02 0.00 0.02 0.02 0.00 99.95 04:59:47 04:27:01 6 0.05 0.00 0.02 0.00 0.02 99.92 04:59:47 04:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:59:47 04:27:01 CPU %user %nice %system %iowait %steal %idle 04:59:47 04:28:01 all 0.27 0.00 0.01 0.00 0.00 99.72 04:59:47 04:28:01 0 1.97 0.00 0.02 0.00 0.00 98.01 04:59:47 04:28:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:59:47 04:28:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:59:47 04:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:28:01 5 0.02 0.00 0.02 0.03 0.00 99.93 04:59:47 04:28:01 6 0.03 0.00 0.05 0.00 0.00 99.92 04:59:47 04:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 04:59:47 04:29:01 all 0.26 0.00 0.00 0.01 0.00 99.73 04:59:47 04:29:01 0 1.97 0.00 0.00 0.02 0.00 98.01 04:59:47 04:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:29:01 5 0.02 0.00 0.00 0.03 0.02 99.93 04:59:47 04:29:01 6 0.02 0.00 0.02 0.00 0.02 99.95 04:59:47 04:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:30:01 all 0.27 0.00 0.01 0.00 0.00 99.71 04:59:47 04:30:01 0 1.97 0.00 0.02 0.02 0.00 98.00 04:59:47 04:30:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:59:47 04:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:30:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:30:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:59:47 04:30:01 6 0.07 0.00 0.03 0.00 0.00 99.90 04:59:47 04:30:01 7 0.03 0.00 0.00 0.00 0.00 99.97 04:59:47 04:31:01 all 0.07 0.00 0.02 0.00 0.00 99.90 04:59:47 04:31:01 0 0.48 0.00 0.05 0.02 0.02 99.43 04:59:47 04:31:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:31:01 2 0.02 0.00 0.03 0.00 0.00 99.95 04:59:47 04:31:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:31:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:31:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:59:47 04:31:01 6 0.02 0.00 0.03 0.00 0.02 99.93 04:59:47 04:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:32:01 all 0.01 0.00 0.01 0.00 0.00 99.98 04:59:47 04:32:01 0 0.02 0.00 0.00 0.02 0.00 99.97 04:59:47 04:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:32:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:59:47 04:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:32:01 5 0.02 0.00 0.02 0.02 0.00 99.95 04:59:47 04:32:01 6 0.02 0.00 0.03 0.00 0.00 99.95 04:59:47 04:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:33:01 all 0.01 0.00 0.01 0.00 0.00 99.98 04:59:47 04:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 04:59:47 04:33:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:59:47 04:33:01 6 0.05 0.00 0.03 0.00 0.02 99.90 04:59:47 04:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:34:01 all 0.01 0.00 0.01 0.01 0.01 99.96 04:59:47 04:34:01 0 0.00 0.00 0.02 0.02 0.02 99.95 04:59:47 04:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:34:01 2 0.05 0.00 0.02 0.00 0.02 99.92 04:59:47 04:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:34:01 5 0.03 0.00 0.02 0.03 0.00 99.92 04:59:47 04:34:01 6 0.02 0.00 0.03 0.00 0.02 99.93 04:59:47 04:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:35:01 all 0.00 0.00 0.01 0.00 0.00 99.98 04:59:47 04:35:01 0 0.02 0.00 0.00 0.02 0.00 99.97 04:59:47 04:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:35:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:59:47 04:35:01 6 0.02 0.00 0.03 0.00 0.00 99.95 04:59:47 04:35:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:36:01 all 0.08 0.00 0.01 0.00 0.00 99.90 04:59:47 04:36:01 0 0.50 0.00 0.02 0.02 0.00 99.47 04:59:47 04:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:36:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:36:01 5 0.02 0.00 0.02 0.02 0.00 99.95 04:59:47 04:36:01 6 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:37:01 all 0.09 0.00 0.01 0.00 0.00 99.90 04:59:47 04:37:01 0 0.65 0.00 0.02 0.02 0.00 99.32 04:59:47 04:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:37:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:59:47 04:37:01 6 0.00 0.00 0.05 0.00 0.02 99.93 04:59:47 04:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:38:01 all 0.02 0.00 0.01 0.00 0.01 99.96 04:59:47 04:38:01 0 0.05 0.00 0.02 0.00 0.02 99.92 04:59:47 04:38:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:38:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:59:47 04:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:38:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:38:01 5 0.00 0.00 0.00 0.03 0.00 99.97 04:59:47 04:38:01 6 0.05 0.00 0.03 0.00 0.02 99.90 04:59:47 04:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:59:47 04:38:01 CPU %user %nice %system %iowait %steal %idle 04:59:47 04:39:01 all 0.07 0.00 0.01 0.01 0.00 99.90 04:59:47 04:39:01 0 0.53 0.00 0.00 0.02 0.00 99.45 04:59:47 04:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:39:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:39:01 5 0.02 0.00 0.02 0.03 0.00 99.93 04:59:47 04:39:01 6 0.02 0.00 0.03 0.00 0.00 99.95 04:59:47 04:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:40:01 all 0.26 0.00 0.04 0.01 0.01 99.68 04:59:47 04:40:01 0 0.68 0.00 0.02 0.00 0.00 99.30 04:59:47 04:40:01 1 0.20 0.00 0.05 0.02 0.02 99.72 04:59:47 04:40:01 2 0.30 0.00 0.05 0.00 0.00 99.65 04:59:47 04:40:01 3 0.12 0.00 0.05 0.02 0.00 99.82 04:59:47 04:40:01 4 0.23 0.00 0.00 0.00 0.00 99.77 04:59:47 04:40:01 5 0.15 0.00 0.07 0.03 0.00 99.75 04:59:47 04:40:01 6 0.27 0.00 0.03 0.03 0.02 99.65 04:59:47 04:40:01 7 0.12 0.00 0.07 0.00 0.02 99.80 04:59:47 04:41:01 all 0.10 0.00 0.01 0.00 0.00 99.88 04:59:47 04:41:01 0 0.73 0.00 0.03 0.02 0.00 99.22 04:59:47 04:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:41:01 2 0.00 0.00 0.02 0.00 0.02 99.97 04:59:47 04:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:41:01 5 0.02 0.00 0.00 0.02 0.02 99.95 04:59:47 04:41:01 6 0.02 0.00 0.03 0.00 0.00 99.95 04:59:47 04:41:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:42:01 all 0.14 0.00 0.01 0.00 0.00 99.84 04:59:47 04:42:01 0 1.06 0.00 0.00 0.02 0.00 98.92 04:59:47 04:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:42:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:59:47 04:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:42:01 5 0.00 0.00 0.02 0.02 0.00 99.97 04:59:47 04:42:01 6 0.03 0.00 0.07 0.00 0.02 99.88 04:59:47 04:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:43:01 all 0.08 0.00 0.01 0.00 0.00 99.91 04:59:47 04:43:01 0 0.57 0.00 0.02 0.00 0.02 99.40 04:59:47 04:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:43:01 2 0.02 0.00 0.03 0.00 0.00 99.95 04:59:47 04:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:43:01 5 0.00 0.00 0.02 0.02 0.00 99.97 04:59:47 04:43:01 6 0.00 0.00 0.02 0.00 0.02 99.97 04:59:47 04:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:44:01 all 0.02 0.00 0.00 0.01 0.00 99.97 04:59:47 04:44:01 0 0.02 0.00 0.00 0.02 0.00 99.97 04:59:47 04:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:44:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:59:47 04:44:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:44:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:44:01 5 0.03 0.00 0.00 0.03 0.00 99.93 04:59:47 04:44:01 6 0.05 0.00 0.03 0.00 0.00 99.92 04:59:47 04:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:45:01 all 0.01 0.00 0.02 0.00 0.00 99.97 04:59:47 04:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:45:01 2 0.00 0.00 0.03 0.00 0.00 99.97 04:59:47 04:45:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:45:01 4 0.00 0.00 0.03 0.00 0.00 99.97 04:59:47 04:45:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:59:47 04:45:01 6 0.03 0.00 0.03 0.00 0.02 99.92 04:59:47 04:45:01 7 0.00 0.00 0.03 0.00 0.00 99.97 04:59:47 04:46:01 all 0.01 0.00 0.00 0.01 0.00 99.98 04:59:47 04:46:01 0 0.02 0.00 0.00 0.02 0.00 99.97 04:59:47 04:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:46:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:59:47 04:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:46:01 5 0.02 0.00 0.00 0.03 0.00 99.95 04:59:47 04:46:01 6 0.02 0.00 0.03 0.00 0.00 99.95 04:59:47 04:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:47:01 all 0.01 0.00 0.00 0.00 0.01 99.98 04:59:47 04:47:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:59:47 04:47:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:47:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:59:47 04:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:47:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:59:47 04:47:01 6 0.02 0.00 0.02 0.00 0.02 99.95 04:59:47 04:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:48:01 all 0.01 0.00 0.01 0.01 0.00 99.97 04:59:47 04:48:01 0 0.00 0.00 0.00 0.02 0.00 99.98 04:59:47 04:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 04:59:47 04:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:48:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:48:01 5 0.00 0.00 0.02 0.03 0.00 99.95 04:59:47 04:48:01 6 0.02 0.00 0.03 0.00 0.02 99.93 04:59:47 04:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:49:01 all 0.02 0.00 0.01 0.00 0.00 99.96 04:59:47 04:49:01 0 0.02 0.00 0.00 0.02 0.00 99.97 04:59:47 04:49:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:49:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:59:47 04:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:49:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:59:47 04:49:01 6 0.03 0.00 0.03 0.00 0.00 99.93 04:59:47 04:49:01 7 0.02 0.00 0.02 0.00 0.02 99.95 04:59:47 04:59:47 04:49:01 CPU %user %nice %system %iowait %steal %idle 04:59:47 04:50:01 all 0.01 0.00 0.01 0.00 0.00 99.98 04:59:47 04:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:50:01 2 0.00 0.00 0.05 0.00 0.00 99.95 04:59:47 04:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:50:01 5 0.02 0.00 0.02 0.02 0.00 99.95 04:59:47 04:50:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:59:47 04:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:51:01 all 0.25 0.00 0.01 0.00 0.00 99.73 04:59:47 04:51:01 0 1.79 0.00 0.00 0.02 0.02 98.17 04:59:47 04:51:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:51:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:59:47 04:51:01 3 0.00 0.00 0.02 0.00 0.02 99.97 04:59:47 04:51:01 4 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:51:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:59:47 04:51:01 6 0.10 0.00 0.03 0.00 0.00 99.87 04:59:47 04:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:52:01 all 0.26 0.00 0.01 0.00 0.00 99.72 04:59:47 04:52:01 0 1.97 0.00 0.02 0.00 0.00 98.01 04:59:47 04:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:52:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:59:47 04:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:52:01 5 0.00 0.00 0.00 0.03 0.00 99.97 04:59:47 04:52:01 6 0.05 0.00 0.03 0.00 0.02 99.90 04:59:47 04:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:53:01 all 0.26 0.00 0.01 0.00 0.00 99.72 04:59:47 04:53:01 0 2.00 0.00 0.00 0.02 0.00 97.98 04:59:47 04:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:53:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:53:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:59:47 04:53:01 6 0.02 0.00 0.05 0.00 0.02 99.92 04:59:47 04:53:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:54:02 all 0.26 0.00 0.01 0.00 0.00 99.72 04:59:47 04:54:02 0 1.97 0.00 0.02 0.00 0.00 98.01 04:59:47 04:54:02 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:54:02 2 0.03 0.00 0.02 0.00 0.00 99.95 04:59:47 04:54:02 3 0.00 0.00 0.00 0.02 0.00 99.98 04:59:47 04:54:02 4 0.02 0.00 0.00 0.00 0.02 99.97 04:59:47 04:54:02 5 0.00 0.00 0.00 0.02 0.00 99.98 04:59:47 04:54:02 6 0.03 0.00 0.03 0.00 0.00 99.93 04:59:47 04:54:02 7 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:55:01 all 0.26 0.00 0.01 0.01 0.01 99.72 04:59:47 04:55:01 0 1.97 0.00 0.00 0.03 0.00 98.00 04:59:47 04:55:01 1 0.00 0.00 0.00 0.00 0.02 99.98 04:59:47 04:55:01 2 0.03 0.00 0.00 0.00 0.02 99.95 04:59:47 04:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:55:01 5 0.02 0.00 0.00 0.03 0.00 99.95 04:59:47 04:55:01 6 0.02 0.00 0.03 0.00 0.02 99.93 04:59:47 04:55:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:56:01 all 0.21 0.00 0.03 0.00 0.00 99.75 04:59:47 04:56:01 0 1.60 0.00 0.13 0.00 0.02 98.26 04:59:47 04:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:56:01 2 0.00 0.00 0.03 0.00 0.00 99.97 04:59:47 04:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:56:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:56:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:59:47 04:56:01 6 0.03 0.00 0.03 0.00 0.00 99.93 04:59:47 04:56:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:57:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:59:47 04:57:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:59:47 04:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:57:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:59:47 04:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:57:01 5 0.00 0.00 0.00 0.03 0.00 99.97 04:59:47 04:57:01 6 0.02 0.00 0.07 0.00 0.02 99.90 04:59:47 04:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:58:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:59:47 04:58:01 0 0.02 0.00 0.02 0.02 0.00 99.95 04:59:47 04:58:01 1 0.02 0.00 0.03 0.00 0.00 99.95 04:59:47 04:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 04:58:01 5 0.02 0.00 0.02 0.02 0.00 99.95 04:59:47 04:58:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:58:01 7 0.03 0.00 0.00 0.00 0.02 99.95 04:59:47 04:59:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:59:47 04:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:59:47 04:59:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:59:47 04:59:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:59:47 04:59:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:59:47 04:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:59:01 5 0.02 0.00 0.00 0.03 0.00 99.95 04:59:47 04:59:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:59:47 04:59:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:59:47 Average: all 6.93 0.00 1.42 0.54 0.02 91.09 04:59:47 Average: 0 7.25 0.00 1.52 0.59 0.02 90.62 04:59:47 Average: 1 6.68 0.00 1.48 0.29 0.02 91.52 04:59:47 Average: 2 6.68 0.00 1.39 0.40 0.02 91.51 04:59:47 Average: 3 6.72 0.00 1.32 0.51 0.02 91.44 04:59:47 Average: 4 7.38 0.00 1.36 0.55 0.02 90.69 04:59:47 Average: 5 6.69 0.00 1.37 0.40 0.02 91.52 04:59:47 Average: 6 7.24 0.00 1.51 1.08 0.02 90.15 04:59:47 Average: 7 6.80 0.00 1.43 0.46 0.02 91.29 04:59:47 04:59:47 04:59:47