Pull request #3987 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from addc0ae524a36a409dddf23d8a3747c0e69ca602+ff693608c36af4ab72a5c512cfc781335cb747c6 (62eefd78fdfcf42dfeedb98c89cfc726d2714d5e) 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-ssh10399989330179054335.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12139610411772731027.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3987/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-3987/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh12047898518438851609.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-ssh6510418285118769444.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-3987/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-3987/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh6836798206121368044.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-33609 in /w/workspace/edgexfoundry_edgex-go_PR-3987 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 ff693608c36af4ab72a5c512cfc781335cb747c6 into PR head commit addc0ae524a36a409dddf23d8a3747c0e69ca602 Merge succeeded, producing addc0ae524a36a409dddf23d8a3747c0e69ca602 Checking out Revision addc0ae524a36a409dddf23d8a3747c0e69ca602 (PR-3987) > 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/3987/head:refs/remotes/origin/PR-3987 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f addc0ae524a36a409dddf23d8a3747c0e69ca602 # 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 ff693608c36af4ab72a5c512cfc781335cb747c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f addc0ae524a36a409dddf23d8a3747c0e69ca602 # timeout=10 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:40:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:40:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:40:47 ========================================================= 02:40:47 EdgeX Global Pipelines Version Info 02:40:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 691727bfbe342f3f465f8b721fed9faf2bfdabb8 # timeout=10 02:40:48 ------------------- 02:40:48 stable info: 02:40:48 ------------------- 02:40:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:40:48 Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 02:40:48 Message: update stable to v1.0.227 02:40:48 ------------------- 02:40:48 experimental info: 02:40:48 ------------------- 02:40:48 Commited By: **** collab-it+edgex@linuxfoundation.org 02:40:48 Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 02:40:48 Message: update experimental to v1.0.227 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:40:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:40:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:40:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:40:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:40:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:40:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 02:40:48 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:40:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:40:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 02:40:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 02:40:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3987 [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3987 [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3987 [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = addc0ae524a36a409dddf23d8a3747c0e69ca602 [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = addc0ae [Pipeline] echo 02:40:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:40:49 provisioning config files... 02:40:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config5800294421949793041tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:40:49 ---> docker-login.sh 02:40:49 nexus3.edgexfoundry.org:10001 02:40:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:50 Configure a credential helper to remove this warning. See 02:40:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:50 02:40:50 Login Succeeded 02:40:50 nexus3.edgexfoundry.org:10002 02:40:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:50 Configure a credential helper to remove this warning. See 02:40:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:50 02:40:50 Login Succeeded 02:40:50 nexus3.edgexfoundry.org:10003 02:40:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:50 Configure a credential helper to remove this warning. See 02:40:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:50 02:40:50 Login Succeeded 02:40:50 nexus3.edgexfoundry.org:10004 02:40:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:50 Configure a credential helper to remove this warning. See 02:40:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:50 02:40:50 Login Succeeded 02:40:50 docker.io 02:40:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:50 Configure a credential helper to remove this warning. See 02:40:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:50 02:40:50 Login Succeeded 02:40:50 ---> docker-login.sh ends [Pipeline] } 02:40:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:40:51 + 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 02:40:51 + dirname cmd/core-command/Dockerfile 02:40:51 + cut -d/ -f2 02:40:51 + echo core-command,cmd/core-command/Dockerfile 02:40:51 + dirname cmd/core-data/Dockerfile 02:40:51 + cut -d/ -f2 02:40:51 + echo core-data,cmd/core-data/Dockerfile 02:40:51 + dirname cmd/core-metadata/Dockerfile 02:40:51 + cut -d/ -f2 02:40:51 + echo core-metadata,cmd/core-metadata/Dockerfile 02:40:51 + + cut -d/dirname -f2 cmd/security-bootstrapper/Dockerfile 02:40:51 02:40:51 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:40:51 + dirname cmd/security-proxy-setup/Dockerfile 02:40:51 + cut -d/ -f2 02:40:51 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:40:51 + cut -d/ -f2 02:40:51 + dirname cmd/security-secretstore-setup/Dockerfile 02:40:51 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:40:51 + dirname cmd/security-spiffe-token-provider/Dockerfile 02:40:51 + cut -d/ -f2 02:40:51 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 02:40:51 + dirname cmd/security-spire-agent/Dockerfile 02:40:51 + cut -d/ -f2 02:40:51 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 02:40:51 + dirname cmd/security-spire-config/Dockerfile 02:40:51 + cut -d/ -f2 02:40:51 + echo security-spire-config,cmd/security-spire-config/Dockerfile 02:40:51 + dirname cmd/security-spire-server/Dockerfile 02:40:51 + cut -d/ -f2 02:40:51 + echo security-spire-server,cmd/security-spire-server/Dockerfile 02:40:51 + dirname cmd/support-notifications/Dockerfile 02:40:51 + cut -d/ -f2 02:40:51 + echo support-notifications,cmd/support-notifications/Dockerfile 02:40:51 + dirname cmd/support-scheduler/Dockerfile 02:40:51 + cut -d/ -f2 02:40:51 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:40:51 + dirname cmd/sys-mgmt-agent/Dockerfile 02:40:51 + cut -d/ -f2 02:40:51 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:40:51 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 02:40:51 + git rev-list -1 --merges addc0ae524a36a409dddf23d8a3747c0e69ca602~1..addc0ae524a36a409dddf23d8a3747c0e69ca602 [Pipeline] echo 02:40:51 -----------> git rev-list -1 --merges addc0ae524a36a409dddf23d8a3747c0e69ca602~1..addc0ae524a36a409dddf23d8a3747c0e69ca602 addc0ae524a36a409dddf23d8a3747c0e69ca602 [false] [Pipeline] sh 02:40:52 + git log --format=format:%s -1 addc0ae524a36a409dddf23d8a3747c0e69ca602 [Pipeline] echo 02:40:52 ========================================================= 02:40:52 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:40:52 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 02:40:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:40:52 + grep -v github /etc/ssh/ssh_known_hosts 02:40:52 + [ -e /tmp/ssh_known_hosts ] 02:40:52 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:40:52 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:40:52 + sudo tee -a /etc/ssh/ssh_known_hosts 02:40:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 02:40:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 02:40:52 02:40:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:40:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 02:40:53 latest: Pulling from edgex-devops/py-git-semver 02:40:53 1fe172e4850f: Pulling fs layer 02:40:53 caf521ccaac6: Pulling fs layer 02:40:53 3ead6fa29328: Pulling fs layer 02:40:53 5c2a1cbceb83: Pulling fs layer 02:40:53 a8d5f1318db7: Pulling fs layer 02:40:53 c427282e49a2: Pulling fs layer 02:40:53 1827001aaf11: Pulling fs layer 02:40:53 0714d37db230: Pulling fs layer 02:40:53 ac28cf19c067: Pulling fs layer 02:40:53 c427282e49a2: Waiting 02:40:53 a8d5f1318db7: Waiting 02:40:53 1827001aaf11: Waiting 02:40:53 0714d37db230: Waiting 02:40:53 ca983d60f3e2: Pulling fs layer 02:40:53 9f894cec8388: Pulling fs layer 02:40:53 ac28cf19c067: Waiting 02:40:53 ca983d60f3e2: Waiting 02:40:53 caf521ccaac6: Download complete 02:40:53 5c2a1cbceb83: Verifying Checksum 02:40:53 5c2a1cbceb83: Download complete 02:40:53 a8d5f1318db7: Verifying Checksum 02:40:53 a8d5f1318db7: Download complete 02:40:53 c427282e49a2: Verifying Checksum 02:40:53 c427282e49a2: Download complete 02:40:53 1fe172e4850f: Download complete 02:40:53 3ead6fa29328: Verifying Checksum 02:40:53 3ead6fa29328: Download complete 02:40:53 0714d37db230: Download complete 02:40:53 ca983d60f3e2: Verifying Checksum 02:40:53 ca983d60f3e2: Download complete 02:40:53 ac28cf19c067: Download complete 02:40:53 9f894cec8388: Download complete 02:40:53 1827001aaf11: Verifying Checksum 02:40:53 1827001aaf11: Download complete 02:40:54 1fe172e4850f: Pull complete 02:40:54 caf521ccaac6: Pull complete 02:40:55 3ead6fa29328: Pull complete 02:40:55 5c2a1cbceb83: Pull complete 02:40:55 a8d5f1318db7: Pull complete 02:40:55 c427282e49a2: Pull complete 02:40:57 1827001aaf11: Pull complete 02:40:57 0714d37db230: Pull complete 02:40:57 ac28cf19c067: Pull complete 02:40:57 ca983d60f3e2: Pull complete 02:40:57 9f894cec8388: Pull complete 02:40:57 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 02:40:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 02:40:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 02:40:57 prd-ubuntu20.04-docker-8c-8g-33609 does not seem to be running inside a container 02:40:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 02:40:59 $ docker top 38afc154f147b3e719f2d8100c917683c9bef1943cae94aefd5794515e4c163c -eo pid,comm 02:40:59 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:40:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:40:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:40:59 [ssh-agent] Looking for ssh-agent implementation... 02:40:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:40:59 $ docker exec 38afc154f147b3e719f2d8100c917683c9bef1943cae94aefd5794515e4c163c ssh-agent 02:40:59 SSH_AUTH_SOCK=/tmp/ssh-CgkUW8M9lJEL/agent.32 02:40:59 SSH_AGENT_PID=39 02:40:59 Running ssh-add (command line suppressed) 02:41:00 Identity added: /w/workspace/edgex-go/5@tmp/private_key_7273956951542382348.key (/w/workspace/edgex-go/5@tmp/private_key_7273956951542382348.key) 02:41:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:00 + git tag --points-at HEAD [Pipeline] } 02:41:00 $ docker exec --env ******** --env ******** 38afc154f147b3e719f2d8100c917683c9bef1943cae94aefd5794515e4c163c ssh-agent -k 02:41:00 unset SSH_AUTH_SOCK; 02:41:00 unset SSH_AGENT_PID; 02:41:00 echo Agent pid 39 killed; 02:41:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:41:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:00 [ssh-agent] Looking for ssh-agent implementation... 02:41:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:00 $ docker exec 38afc154f147b3e719f2d8100c917683c9bef1943cae94aefd5794515e4c163c ssh-agent 02:41:00 SSH_AUTH_SOCK=/tmp/ssh-1C8IztxzmOEi/agent.71 02:41:00 SSH_AGENT_PID=78 02:41:00 Running ssh-add (command line suppressed) 02:41:00 Identity added: /w/workspace/edgex-go/5@tmp/private_key_3020592229100156869.key (/w/workspace/edgex-go/5@tmp/private_key_3020592229100156869.key) 02:41:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:01 + git semver init 02:41:01 2022-04-28 02:41:01,384 [run_init] DEBUG init version:0.0.0 force:False 02:41:01 2022-04-28 02:41:01,385 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/5/.semver 02:41:01 2022-04-28 02:41:01,385 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/5/.semver 02:41:01 2022-04-28 02:41:01,385 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/5/.semver'], cwd=/w/workspace/edgex-go/5, universal_newlines=False, shell=None, istream=None) 02:41:05 2022-04-28 02:41:05,535 [append_file] DEBUG append to file:/w/workspace/edgex-go/5/.git/info/exclude 02:41:05 2022-04-28 02:41:05,536 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/5/.semver/PR-3987 with force:False 02:41:05 2022-04-28 02:41:05,536 [write_file] DEBUG write to file:/w/workspace/edgex-go/5/.semver/PR-3987 02:41:05 2022-04-28 02:41:05,540 [execute] INFO git cat-file --batch-check 02:41:05 2022-04-28 02:41:05,540 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/5/.semver, universal_newlines=False, shell=None, istream=) 02:41:05 2022-04-28 02:41:05,546 [execute] INFO git cat-file --batch 02:41:05 2022-04-28 02:41:05,546 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/5/.semver, universal_newlines=False, shell=None, istream=) 02:41:05 2022-04-28 02:41:05,553 [read_version] DEBUG read version from /w/workspace/edgex-go/5/.semver/PR-3987 02:41:05 0.0.0 [Pipeline] } 02:41:05 $ docker exec --env ******** --env ******** 38afc154f147b3e719f2d8100c917683c9bef1943cae94aefd5794515e4c163c ssh-agent -k 02:41:05 unset SSH_AUTH_SOCK; 02:41:05 unset SSH_AGENT_PID; 02:41:05 echo Agent pid 78 killed; 02:41:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:41:06 + git semver [Pipeline] } 02:41:06 $ docker stop --time=1 38afc154f147b3e719f2d8100c917683c9bef1943cae94aefd5794515e4c163c 02:41:07 $ docker rm -f 38afc154f147b3e719f2d8100c917683c9bef1943cae94aefd5794515e4c163c [Pipeline] // withDockerContainer [Pipeline] sh 02:41:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:41:08 Stashed 1 file(s) [Pipeline] echo 02:41:08 [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 02:41:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:41:08 ========================================================= 02:41:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 02:41:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:41:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 02:41:08 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 02:41:08 59bf1c3509f3: Pulling fs layer 02:41:08 666ba61612fd: Pulling fs layer 02:41:08 8ed8ca486205: Pulling fs layer 02:41:08 4fe6c5a15a65: Pulling fs layer 02:41:08 22a0e8bec74d: Pulling fs layer 02:41:08 ca2b28591e48: Pulling fs layer 02:41:08 a51346096db8: Pulling fs layer 02:41:08 daebc70d1ce1: Pulling fs layer 02:41:08 0e18a0eac166: Pulling fs layer 02:41:08 ca2b28591e48: Waiting 02:41:08 a51346096db8: Waiting 02:41:08 4fe6c5a15a65: Waiting 02:41:08 0e18a0eac166: Waiting 02:41:08 daebc70d1ce1: Waiting 02:41:08 22a0e8bec74d: Waiting 02:41:08 8ed8ca486205: Verifying Checksum 02:41:08 8ed8ca486205: Download complete 02:41:08 666ba61612fd: Verifying Checksum 02:41:08 666ba61612fd: Download complete 02:41:08 22a0e8bec74d: Verifying Checksum 02:41:08 22a0e8bec74d: Download complete 02:41:08 ca2b28591e48: Verifying Checksum 02:41:09 59bf1c3509f3: Verifying Checksum 02:41:09 59bf1c3509f3: Download complete 02:41:09 a51346096db8: Verifying Checksum 02:41:09 a51346096db8: Download complete 02:41:09 daebc70d1ce1: Verifying Checksum 02:41:09 daebc70d1ce1: Download complete 02:41:09 59bf1c3509f3: Pull complete 02:41:09 666ba61612fd: Pull complete 02:41:09 8ed8ca486205: Pull complete 02:41:09 0e18a0eac166: Verifying Checksum 02:41:09 0e18a0eac166: Download complete 02:41:09 4fe6c5a15a65: Verifying Checksum 02:41:09 4fe6c5a15a65: Download complete 02:41:14 4fe6c5a15a65: Pull complete 02:41:14 22a0e8bec74d: Pull complete 02:41:14 ca2b28591e48: Pull complete 02:41:14 a51346096db8: Pull complete 02:41:14 daebc70d1ce1: Pull complete 02:41:16 0e18a0eac166: Pull complete 02:41:16 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 02:41:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 02:41:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 02:41:16 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 02:41:16 WORKDIR /edgex 02:41:16 COPY go.mod . 02:41:16 RUN go mod download 02:41:16 + docker build -t ci-base-image-x86_64 -f - . 02:41:17 Sending build context to Docker daemon 335.1MB 02:41:17 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 02:41:17 ---> f018257e8ee9 02:41:17 Step 2/4 : WORKDIR /edgex 02:41:20 ---> Running in 45fb666cb25f 02:41:20 Removing intermediate container 45fb666cb25f 02:41:20 ---> e610db2bc5af 02:41:20 Step 3/4 : COPY go.mod . 02:41:20 ---> af1ea31a646b 02:41:20 Step 4/4 : RUN go mod download 02:41:20 ---> Running in c2b569275433 02:41:23 Still waiting to schedule task 02:41:23 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 02:41:35 Removing intermediate container c2b569275433 02:41:35 ---> af9d4da3b2b3 02:41:35 Successfully built af9d4da3b2b3 02:41:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:41:35 + docker inspect -f . ci-base-image-x86_64 02:41:35 . [Pipeline] withDockerContainer 02:41:35 prd-ubuntu20.04-docker-8c-8g-33609 does not seem to be running inside a container 02:41:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat 02:41:36 $ docker top 8df67681d471c4a36f8ecd02708a04a168f04912ced33dd137ccb76a07a787da -eo pid,comm [Pipeline] { [Pipeline] sh 02:41:36 + go version 02:41:36 go version go1.17.6 linux/amd64 [Pipeline] } 02:41:36 $ docker stop --time=1 8df67681d471c4a36f8ecd02708a04a168f04912ced33dd137ccb76a07a787da 02:41:37 $ docker rm -f 8df67681d471c4a36f8ecd02708a04a168f04912ced33dd137ccb76a07a787da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:41:38 + docker inspect -f . ci-base-image-x86_64 02:41:38 . [Pipeline] withDockerContainer 02:41:38 prd-ubuntu20.04-docker-8c-8g-33609 does not seem to be running inside a container 02:41:38 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat 02:41:38 $ docker top 6cec86b67e9749199e9c68e0b9ef105aa79f060c93178302b5d2319f285d09d0 -eo pid,comm [Pipeline] { [Pipeline] echo 02:41:38 ========================================================= 02:41:38 [edgeXBuildGoParallel] Running Tests and Build... 02:41:38 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:41:39 + make test 02:41:39 go mod tidy -compat=1.17 02:41:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:41:44 ? github.com/edgexfoundry/edgex-go [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 02:41:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.065s coverage: 28.7% of statements 02:41:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:41:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:41:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.088s coverage: 98.5% of statements 02:41:57 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 02:41:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.078s coverage: 53.4% of statements 02:41:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:41:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:42:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.682s coverage: 89.2% of statements 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 02:42:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.070s coverage: 84.4% of statements 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:42:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.483s coverage: 95.6% of statements 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 02:42:00 ok github.com/edgexfoundry/edgex-go/internal/io 0.046s coverage: 72.2% of statements 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:42:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.069s coverage: 60.0% of statements 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:42:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.046s coverage: 0.9% of statements 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 02:42:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements 02:42:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.085s coverage: 29.6% of statements 02:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:42:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 47.1% of statements 02:42:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements 02:42:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 02:42:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.109s coverage: 96.3% of statements 02:42:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.093s coverage: 87.5% of statements 02:42:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements 02:42:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 02:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.204s coverage: 82.5% of statements 02:42:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.103s coverage: 92.9% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.042s coverage: 65.1% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 58.8% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.0% of statements 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.059s coverage: 87.2% of statements 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 85.4% of statements 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.126s coverage: 91.2% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 64.4% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.360s coverage: 65.4% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 43.8% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.067s coverage: 89.5% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.158s coverage: 92.3% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.092s coverage: 63.2% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.102s coverage: 97.7% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 02:42:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 02:42:21 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements 02:42:21 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 02:42:40 GO111MODULE=on go vet ./... 02:42:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:42:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:42:42 ./bin/test-attribution-txt.sh [Pipeline] echo 02:42:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 02:42:43 + ls -al . 02:42:43 total 672 02:42:43 drwxrwxr-x 10 1001 1001 4096 Apr 28 02:42 . 02:42:43 drwxr-xr-x 4 root root 4096 Apr 28 02:41 .. 02:42:43 -rw-rw-r-- 1 1001 1001 11 Apr 28 02:40 .dockerignore 02:42:43 drwxrwxr-x 8 1001 1001 4096 Apr 28 02:41 .git 02:42:43 drwxrwxr-x 3 1001 1001 4096 Apr 28 02:40 .github 02:42:43 -rw-rw-r-- 1 1001 1001 879 Apr 28 02:40 .gitignore 02:42:43 -rw-rw-r-- 1 1001 1001 42 Apr 28 02:40 .golangci.yml 02:42:43 -rw-rw-r-- 1 1001 1001 87 Apr 28 02:40 .hadolint.yml 02:42:43 drwxr-xr-x 3 1001 1001 4096 Apr 28 02:41 .semver 02:42:43 -rw-rw-r-- 1 1001 1001 166 Apr 28 02:40 .sonarcloud.properties 02:42:43 -rw-rw-r-- 1 1001 1001 1171 Apr 28 02:40 ADOPTERS.md 02:42:43 -rw-rw-r-- 1 1001 1001 10086 Apr 28 02:40 Attribution.txt 02:42:43 -rw-rw-r-- 1 1001 1001 51732 Apr 28 02:40 CHANGELOG.md 02:42:43 -rw-rw-r-- 1 1001 1001 3804 Apr 28 02:40 CONTRIBUTING.md 02:42:43 -rw-rw-r-- 1 1001 1001 677 Apr 28 02:40 GOVERNANCE.md 02:42:43 -rw-rw-r-- 1 1001 1001 850 Apr 28 02:40 Jenkinsfile 02:42:43 -rw-rw-r-- 1 1001 1001 10775 Apr 28 02:40 LICENSE 02:42:43 -rw-rw-r-- 1 1001 1001 10389 Apr 28 02:40 Makefile 02:42:43 -rw-rw-r-- 1 1001 1001 582 Apr 28 02:40 OWNERS.md 02:42:43 -rw-rw-r-- 1 1001 1001 9120 Apr 28 02:40 README.md 02:42:43 -rw-rw-r-- 1 1001 1001 6912 Apr 28 02:40 SECURITY.md 02:42:43 -rw-rw-r-- 1 1001 1001 5 Apr 28 02:41 VERSION 02:42:43 -rw-rw-r-- 1 1001 1001 4131 Apr 28 02:40 ZMQWindows.md 02:42:43 drwxrwxr-x 2 1001 1001 4096 Apr 28 02:40 bin 02:42:43 drwxrwxr-x 18 1001 1001 4096 Apr 28 02:40 cmd 02:42:43 -rw-r--r-- 1 root root 435134 Apr 28 02:42 coverage.out 02:42:43 -rw-rw-r-- 1 1001 1001 3256 Apr 28 02:40 go.mod 02:42:43 -rw-rw-r-- 1 1001 1001 35162 Apr 28 02:41 go.sum 02:42:43 drwxrwxr-x 8 1001 1001 4096 Apr 28 02:40 internal 02:42:43 drwxrwxr-x 3 1001 1001 4096 Apr 28 02:40 openapi 02:42:43 drwxrwxr-x 4 1001 1001 4096 Apr 28 02:40 snap 02:42:43 -rw-rw-r-- 1 1001 1001 204 Apr 28 02:40 version.go [Pipeline] sh 02:42:44 + '[' -e coverage.out ] 02:42:44 + chown 1001:1001 coverage.out [Pipeline] stash 02:42:44 Stashed 1 file(s) [Pipeline] sh 02:42:44 + make build 02:42:44 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 02:42: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/core-metadata/core-metadata ./cmd/core-metadata 02:43:06 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 02:43:06 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 02:43: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:43: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:43:12 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 02:43:14 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 02:43:14 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 02:43:15 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 02:43:16 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 02:43: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/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:43:18 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] } 02:43:19 $ docker stop --time=1 6cec86b67e9749199e9c68e0b9ef105aa79f060c93178302b5d2319f285d09d0 02:43:22 $ docker rm -f 6cec86b67e9749199e9c68e0b9ef105aa79f060c93178302b5d2319f285d09d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:43:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:43:23 02:43:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:43:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:43:23 latest: Pulling from edgex-devops/edgex-compose 02:43:23 cbdbe7a5bc2a: Pulling fs layer 02:43:23 ca9280d653b3: Pulling fs layer 02:43:23 7e9c9ca2126c: Pulling fs layer 02:43:23 cbdbe7a5bc2a: Verifying Checksum 02:43:23 cbdbe7a5bc2a: Download complete 02:43:23 cbdbe7a5bc2a: Pull complete 02:43:23 ca9280d653b3: Verifying Checksum 02:43:23 ca9280d653b3: Download complete 02:43:24 ca9280d653b3: Pull complete 02:43:24 7e9c9ca2126c: Download complete 02:43:27 7e9c9ca2126c: Pull complete 02:43:27 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:43:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:43:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:43:28 prd-ubuntu20.04-docker-8c-8g-33609 does not seem to be running inside a container 02:43:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:43:29 $ docker top 4c689a94f1e8d9e0cf2ac08623289a9994f99c97d11626b50e4c85567f3afe30 -eo pid,comm [Pipeline] { [Pipeline] sh 02:43:30 + docker-compose build --help 02:43:30 + grep parallel 02:43:30 --parallel Build images in parallel. [Pipeline] } 02:43:30 $ docker stop --time=1 4c689a94f1e8d9e0cf2ac08623289a9994f99c97d11626b50e4c85567f3afe30 02:43:31 $ docker rm -f 4c689a94f1e8d9e0cf2ac08623289a9994f99c97d11626b50e4c85567f3afe30 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:43:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:43:32 . [Pipeline] withDockerContainer 02:43:32 prd-ubuntu20.04-docker-8c-8g-33609 does not seem to be running inside a container 02:43:32 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10003/edgex-devops/edgex-compose:latest cat 02:43:32 $ docker top e57f6c5bc2b7bdc929b09c0d2de85d502849cc81740dd2462eff48e7be4c41c8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:43:33 + docker-compose -f ./docker-compose-build.yml build --parallel 02:43:33 Building core-command ... 02:43:33 Building core-data ... 02:43:33 Building core-metadata ... 02:43:33 Building security-bootstrapper ... 02:43:33 Building security-proxy-setup ... 02:43:33 Building security-secretstore-setup ... 02:43:33 Building security-spiffe-token-provider ... 02:43:33 Building security-spire-agent ... 02:43:33 Building security-spire-config ... 02:43:33 Building security-spire-server ... 02:43:33 Building support-notifications ... 02:43:33 Building support-scheduler ... 02:43:33 Building sys-mgmt-agent ... 02:43:33 Building security-proxy-setup 02:43:33 Building security-spiffe-token-provider 02:43:33 Building core-data 02:43:33 Building security-spire-agent 02:43:33 Building security-bootstrapper 02:43:48 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:43:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:43:48 ---> af9d4da3b2b3 02:43:48 Step 3/23 : WORKDIR /edgex-go 02:43:48 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:43:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:43:48 ---> af9d4da3b2b3 02:43:48 Step 3/26 : WORKDIR /edgex-go 02:43:48 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:43:48 Step 2/31 : FROM ${BUILDER_BASE} AS builder 02:43:48 ---> af9d4da3b2b3 02:43:48 Step 3/31 : WORKDIR /edgex-go 02:43:48 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:43:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:43:48 ---> af9d4da3b2b3 02:43:48 Step 3/22 : WORKDIR /edgex-go 02:43:48 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:43:48 Step 2/20 : FROM ${BUILDER_BASE} AS builder 02:43:48 ---> af9d4da3b2b3 02:43:48 Step 3/20 : WORKDIR /edgex-go 02:43:52 ---> Running in fc1f7dbf2295 02:43:52 ---> Running in 9b89e7f82342 02:43:52 ---> Running in f84c4519e629 02:43:52 ---> Running in 8239e4418241 02:43:52 ---> Running in b6b7b30abedf 02:43:52 Removing intermediate container f84c4519e629 02:43:52 ---> 689a8b124d9f 02:43:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:52 Removing intermediate container 9b89e7f82342 02:43:52 ---> f8d955091231 02:43:52 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 02:43:52 Removing intermediate container fc1f7dbf2295 02:43:52 ---> 662731443651 02:43:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:52 Removing intermediate container b6b7b30abedf 02:43:52 ---> 374b0e43cf0d 02:43:52 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:52 Removing intermediate container 8239e4418241 02:43:52 ---> 3e5bbc6e3f6c 02:43:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:52 ---> Running in df7d1020e704 02:43:52 ---> Running in 2216212d54df 02:43:52 ---> Running in 648092428a4e 02:43:52 ---> Running in 9a892d8d49a0 02:43:52 ---> Running in 28beeeebe313 02:43:53 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:43:53 Removing intermediate container df7d1020e704 02:43:53 ---> c427d688c181 02:43:53 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 02:43:53 ---> Running in 46f4fd27e62a 02:43:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:43:54 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:43:54 Removing intermediate container 648092428a4e 02:43:54 ---> 44a8db4dacac 02:43:54 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:43:54 Removing intermediate container 9a892d8d49a0 02:43:54 ---> bf1caf56242d 02:43:54 Step 5/31 : RUN apk add --update --no-cache make git 02:43:54 ---> Running in c7eff5141c58 02:43:54 Removing intermediate container 28beeeebe313 02:43:54 ---> 788d3ece5ac1 02:43:54 Step 5/22 : RUN apk add --update --no-cache make git 02:43:54 ---> Running in 9677a43d4777 02:43:54 ---> Running in 8272e3ac344c 02:43:54 v3.15.4-64-g087a7fa5d4 [https://nl.alpinelinux.org/alpine/v3.15/main] 02:43:54 v3.15.4-63-g929a19c729 [https://nl.alpinelinux.org/alpine/v3.15/community] 02:43:54 OK: 15864 distinct packages available 02:43:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:43:54 Running on prd-ubuntu20.04-docker-arm64-4c-16g-33611 in /w/workspace/edgexfoundry_edgex-go_PR-3987 [Pipeline] { [Pipeline] ws 02:43:54 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 02:43:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:43:54 The recommended git tool is: git 02:43:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:43:54 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:43:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:43:55 OK: 221 MiB in 52 packages 02:43:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:43:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:43:55 Removing intermediate container 46f4fd27e62a 02:43:55 ---> 8ea6c87b014a 02:43:55 Step 6/26 : COPY go.mod vendor* ./ 02:43:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:43:55 OK: 221 MiB in 52 packages 02:43:55 ---> fd2b922afc64 02:43:55 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:43:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:43:55 ---> Running in aaa3e61baf2f 02:43:55 OK: 221 MiB in 52 packages 02:43:55 OK: 221 MiB in 52 packages 02:43:55 Removing intermediate container 2216212d54df 02:43:55 ---> a71b91001e00 02:43:55 Step 5/20 : COPY go.mod vendor* ./ 02:43:56 OK: 221 MiB in 52 packages 02:43:56 Removing intermediate container c7eff5141c58 02:43:56 ---> 8e1b1aece1c6 02:43:56 Step 6/23 : COPY go.mod vendor* ./ 02:43:56 ---> 7383c283a8da 02:43:56 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:43:56 ---> Running in e0b4e8f30942 02:43:56 Removing intermediate container 8272e3ac344c 02:43:56 ---> 250a4e60b11c 02:43:56 Step 6/22 : COPY go.mod vendor* ./ 02:43:56 ---> 3fe6a8b1b33b 02:43:56 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:43:56 ---> fd57d5bb7c24 02:43:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:43:56 ---> Running in b24a48f5e651 02:43:56 ---> Running in 9305d9e97d30 02:43:56 Removing intermediate container aaa3e61baf2f 02:43:56 ---> 9e9bca099c4d 02:43:56 Step 8/26 : COPY . . 02:43:56 Removing intermediate container 9677a43d4777 02:43:56 ---> 24e35c91ad56 02:43:56 Step 6/31 : COPY go.mod vendor* ./ 02:43:57 ---> 24edf12e7bd5 02:43:57 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:43:57 ---> Running in a0958a14d91c 02:43:58 Removing intermediate container e0b4e8f30942 02:43:58 ---> 73332a6a323e 02:43:58 Step 7/20 : COPY . . 02:43:58 Removing intermediate container 9305d9e97d30 02:43:58 ---> 081373b7492d 02:43:58 Step 8/22 : COPY . . 02:43:58 Removing intermediate container b24a48f5e651 02:43:58 ---> 1cb950f5d50a 02:43:58 Step 8/23 : COPY . . 02:44:01 using credential edgex-jenkins-ssh 02:44:01 Cloning the remote Git repository 02:44:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:44:02 > git init /w/workspace/edgex-go/5 # timeout=10 02:44:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:44:02 > git --version # timeout=10 02:44:02 > git --version # 'git version 2.25.1' 02:44:02 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:06 Removing intermediate container a0958a14d91c 02:44:06 ---> c80ac92eeb80 02:44:06 Step 8/31 : COPY . . 02:44:06 ---> adb1a76dcb3c 02:44:06 Step 9/23 : RUN make cmd/core-data/core-data 02:44:06 ---> fc722273bbc3 02:44:06 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:44:06 ---> e7809bdc72d8 02:44:06 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 02:44:06 ---> b4d3c3f1118a 02:44:06 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:44:09 ---> Running in 5412f03f9d9c 02:44:09 ---> Running in bb90c4bef8ad 02:44:09 ---> Running in 4051ab0df294 02:44:09 ---> Running in f3d9e8fc0b09 02:44:10 Removing intermediate container f3d9e8fc0b09 02:44:10 ---> 45010c8b7953 02:44:10 Step 10/26 : RUN mkdir -p spire-build 02:44:10 ---> Running in 442dd75ac7d1 02:44: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:44: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/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:44:11 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 02:44:12 Removing intermediate container 442dd75ac7d1 02:44:12 ---> db05aa5b1d78 02:44:12 Step 11/26 : WORKDIR /edgex-go/spire-build 02:44:12 ---> 46576157cdb7 02:44:12 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 02:44:12 ---> Running in b54e483f9e12 02:44:12 ---> Running in 8990ddc1c7f6 02:44:12 Removing intermediate container b54e483f9e12 02:44:12 ---> a8f5dece40cc 02:44:12 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 02:44:12 ---> Running in 731e162d0a7d 02:44: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 02:44:13 spire-1.2.1/ 02:44:13 spire-1.2.1/.data/ 02:44:13 spire-1.2.1/.data/.file 02:44:13 spire-1.2.1/.dockerignore 02:44:13 spire-1.2.1/.gitattributes 02:44:13 spire-1.2.1/.githooks/ 02:44:13 spire-1.2.1/.githooks/pre-commit 02:44:13 spire-1.2.1/.github/ 02:44:13 spire-1.2.1/.github/ISSUE_TEMPLATE.md 02:44:13 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 02:44:13 spire-1.2.1/.github/dependabot.yml 02:44:13 spire-1.2.1/.github/workflows/ 02:44:13 spire-1.2.1/.github/workflows/nightly_build.yaml 02:44:13 spire-1.2.1/.github/workflows/pr_build.yaml 02:44:13 spire-1.2.1/.github/workflows/release_build.yaml 02:44:13 spire-1.2.1/.github/workflows/scripts/ 02:44:13 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 02:44:13 spire-1.2.1/.github/workflows/scripts/push-images.sh 02:44:13 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 02:44:13 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 02:44:13 spire-1.2.1/.github/workflows/scripts/split.sh 02:44:13 spire-1.2.1/.gitignore 02:44:13 spire-1.2.1/.go-version 02:44:13 spire-1.2.1/.golangci.yml 02:44:13 spire-1.2.1/ADOPTERS.md 02:44:13 spire-1.2.1/CHANGELOG.md 02:44:13 spire-1.2.1/CODE-OF-CONDUCT.md 02:44:13 spire-1.2.1/CODEOWNERS 02:44:13 spire-1.2.1/CONTRIBUTING.md 02:44:13 spire-1.2.1/Dockerfile 02:44:13 spire-1.2.1/Dockerfile.dev 02:44:13 spire-1.2.1/Dockerfile.scratch 02:44:13 spire-1.2.1/LICENSE 02:44:13 spire-1.2.1/MAINTAINERS.md 02:44:13 spire-1.2.1/Makefile 02:44:13 spire-1.2.1/README.md 02:44:13 spire-1.2.1/ROADMAP.md 02:44:13 spire-1.2.1/SECURITY.md 02:44:13 spire-1.2.1/cmd/ 02:44:13 spire-1.2.1/cmd/spire-agent/ 02:44:13 spire-1.2.1/cmd/spire-agent/cli/ 02:44:13 spire-1.2.1/cmd/spire-agent/cli/api/ 02:44:13 spire-1.2.1/cmd/spire-agent/cli/api/common.go 02:44:13 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 02:44:13 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 02:44:13 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 02:44:13 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 02:44:13 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 02:44:13 spire-1.2.1/cmd/spire-agent/cli/cli.go 02:44:13 spire-1.2.1/cmd/spire-agent/cli/common/ 02:44:13 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 02:44:13 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 02:44:13 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 02:44:13 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 02:44:13 spire-1.2.1/cmd/spire-agent/cli/run/ 02:44:13 spire-1.2.1/cmd/spire-agent/cli/run/run.go 02:44:13 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 02:44:13 spire-1.2.1/cmd/spire-agent/cli/validate/ 02:44:13 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 02:44:13 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 02:44:13 spire-1.2.1/cmd/spire-agent/main.go 02:44:13 spire-1.2.1/cmd/spire-server/ 02:44:13 spire-1.2.1/cmd/spire-server/cli/ 02:44:13 spire-1.2.1/cmd/spire-server/cli/agent/ 02:44:13 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/agent/count.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/agent/list.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/agent/show.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/bundle/ 02:44:13 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/cli.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/entry/ 02:44:13 spire-1.2.1/cmd/spire-server/cli/entry/count.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/entry/create.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/entry/show.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/entry/update.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/entry/util.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/federation/ 02:44:13 spire-1.2.1/cmd/spire-server/cli/federation/common.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/federation/create.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/federation/list.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/federation/show.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/federation/update.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 02:44:13 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/jwt/ 02:44:13 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/run/ 02:44:13 spire-1.2.1/cmd/spire-server/cli/run/run.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/token/ 02:44:13 spire-1.2.1/cmd/spire-server/cli/token/generate.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/validate/ 02:44:13 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/x509/ 02:44:13 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 02:44:13 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 02:44:13 spire-1.2.1/cmd/spire-server/main.go 02:44:13 spire-1.2.1/cmd/spire-server/util/ 02:44:13 spire-1.2.1/cmd/spire-server/util/util.go 02:44:13 spire-1.2.1/conf/ 02:44:13 spire-1.2.1/conf/agent/ 02:44:13 spire-1.2.1/conf/agent/agent.conf 02:44:13 spire-1.2.1/conf/agent/agent_full.conf 02:44:13 spire-1.2.1/conf/agent/dummy_root_ca.crt 02:44:13 spire-1.2.1/conf/server/ 02:44:13 spire-1.2.1/conf/server/dummy_upstream_ca.crt 02:44:13 spire-1.2.1/conf/server/dummy_upstream_ca.key 02:44:13 spire-1.2.1/conf/server/server.conf 02:44:13 spire-1.2.1/conf/server/server_full.conf 02:44:13 spire-1.2.1/doc/ 02:44:13 spire-1.2.1/doc/SPIRE101.md 02:44:13 spire-1.2.1/doc/auditlog.md 02:44:13 spire-1.2.1/doc/authorization_policy_engine.md 02:44:13 spire-1.2.1/doc/changelog_guidelines.md 02:44:13 spire-1.2.1/doc/cure53-report.pdf 02:44:13 spire-1.2.1/doc/images/ 02:44:13 spire-1.2.1/doc/images/2019_roadmap.png 02:44:13 spire-1.2.1/doc/images/SPIRE101.png 02:44:13 spire-1.2.1/doc/images/SPIRE_agent.png 02:44:13 spire-1.2.1/doc/images/SPIRE_server.png 02:44:13 spire-1.2.1/doc/images/cache_mgr.png 02:44:13 spire-1.2.1/doc/images/cache_mgr_components.png 02:44:13 spire-1.2.1/doc/images/federated_spire.png 02:44:13 spire-1.2.1/doc/images/ha_mode.png 02:44:13 spire-1.2.1/doc/images/nested_spire.png 02:44:13 spire-1.2.1/doc/images/oidc_federation.png 02:44:13 spire-1.2.1/doc/images/single_trust_domain.png 02:44:13 spire-1.2.1/doc/images/spiffe_compatible.png 02:44:13 spire-1.2.1/doc/images/spire_logo.png 02:44:13 spire-1.2.1/doc/migrating_registration_api_clients.md 02:44:13 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 02:44:13 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 02:44:13 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 02:44:13 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 02:44:13 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 02:44:13 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 02:44:13 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 02:44:13 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 02:44:13 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 02:44:13 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 02:44:13 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 02:44:13 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 02:44:13 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 02:44:13 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 02:44:13 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 02:44:13 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 02:44:13 spire-1.2.1/doc/plugin_server_datastore_sql.md 02:44:13 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 02:44:13 spire-1.2.1/doc/plugin_server_keymanager_disk.md 02:44:13 spire-1.2.1/doc/plugin_server_keymanager_memory.md 02:44:13 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 02:44:13 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 02:44:13 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 02:44:13 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 02:44:13 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 02:44:13 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 02:44:13 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 02:44:13 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 02:44:13 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 02:44:13 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 02:44:13 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 02:44:13 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 02:44:13 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 02:44:13 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 02:44:13 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 02:44:13 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 02:44:13 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 02:44:13 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 02:44:13 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 02:44:13 spire-1.2.1/doc/scaling_spire.md 02:44:13 spire-1.2.1/doc/spire_agent.md 02:44:13 spire-1.2.1/doc/spire_server.md 02:44:13 spire-1.2.1/doc/supported_integrations.md 02:44:13 spire-1.2.1/doc/telemetry.md 02:44:13 spire-1.2.1/doc/telemetry_config.md 02:44:13 spire-1.2.1/doc/upgrading.md 02:44:13 spire-1.2.1/doc/using_spire.md 02:44:13 spire-1.2.1/examples/ 02:44:13 spire-1.2.1/examples/README.md 02:44:13 spire-1.2.1/go.mod 02:44:13 spire-1.2.1/go.sum 02:44:13 spire-1.2.1/pkg/ 02:44:13 spire-1.2.1/pkg/agent/ 02:44:13 spire-1.2.1/pkg/agent/agent.go 02:44:13 spire-1.2.1/pkg/agent/api/ 02:44:13 spire-1.2.1/pkg/agent/api/config.go 02:44:13 spire-1.2.1/pkg/agent/api/debug/ 02:44:13 spire-1.2.1/pkg/agent/api/debug/v1/ 02:44:13 spire-1.2.1/pkg/agent/api/debug/v1/service.go 02:44:13 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 02:44:13 spire-1.2.1/pkg/agent/api/delegatedidentity/ 02:44:13 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 02:44:13 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 02:44:13 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 02:44:13 spire-1.2.1/pkg/agent/api/endpoints.go 02:44:13 spire-1.2.1/pkg/agent/api/health/ 02:44:13 spire-1.2.1/pkg/agent/api/health/v1/ 02:44:13 spire-1.2.1/pkg/agent/api/health/v1/service.go 02:44:13 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 02:44:13 spire-1.2.1/pkg/agent/api/rpccontext/ 02:44:13 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 02:44:13 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 02:44:13 spire-1.2.1/pkg/agent/attestor/ 02:44:13 spire-1.2.1/pkg/agent/attestor/node/ 02:44:13 spire-1.2.1/pkg/agent/attestor/node/experimental.go 02:44:13 spire-1.2.1/pkg/agent/attestor/node/node.go 02:44:13 spire-1.2.1/pkg/agent/attestor/node/node_test.go 02:44:13 spire-1.2.1/pkg/agent/attestor/workload/ 02:44:13 spire-1.2.1/pkg/agent/attestor/workload/workload.go 02:44:13 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 02:44:13 spire-1.2.1/pkg/agent/catalog/ 02:44:13 spire-1.2.1/pkg/agent/catalog/catalog.go 02:44:13 spire-1.2.1/pkg/agent/catalog/keymanager.go 02:44:13 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 02:44:13 spire-1.2.1/pkg/agent/catalog/svidstore.go 02:44:13 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 02:44:13 spire-1.2.1/pkg/agent/client/ 02:44:13 spire-1.2.1/pkg/agent/client/client.go 02:44:13 spire-1.2.1/pkg/agent/client/client_test.go 02:44:13 spire-1.2.1/pkg/agent/client/dial.go 02:44:13 spire-1.2.1/pkg/agent/client/nodeconn.go 02:44:13 spire-1.2.1/pkg/agent/client/nodeconn_test.go 02:44:13 spire-1.2.1/pkg/agent/client/update.go 02:44:13 spire-1.2.1/pkg/agent/client/util.go 02:44:13 spire-1.2.1/pkg/agent/common/ 02:44:13 spire-1.2.1/pkg/agent/common/backoff/ 02:44:13 spire-1.2.1/pkg/agent/common/backoff/backoff.go 02:44:13 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 02:44:13 spire-1.2.1/pkg/agent/common/cgroups/ 02:44:13 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 02:44:13 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 02:44:13 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 02:44:13 spire-1.2.1/pkg/agent/config.go 02:44:13 spire-1.2.1/pkg/agent/endpoints/ 02:44:13 spire-1.2.1/pkg/agent/endpoints/config.go 02:44:13 spire-1.2.1/pkg/agent/endpoints/endpoints.go 02:44:13 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 02:44:13 spire-1.2.1/pkg/agent/endpoints/metrics.go 02:44:13 spire-1.2.1/pkg/agent/endpoints/middleware.go 02:44:13 spire-1.2.1/pkg/agent/endpoints/peertracker.go 02:44:13 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 02:44:13 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 02:44:13 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 02:44:13 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 02:44:13 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 02:44:13 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 02:44:13 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 02:44:13 spire-1.2.1/pkg/agent/endpoints/workload/ 02:44:13 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 02:44:13 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 02:44:13 spire-1.2.1/pkg/agent/manager/ 02:44:13 spire-1.2.1/pkg/agent/manager/cache/ 02:44:13 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 02:44:13 spire-1.2.1/pkg/agent/manager/cache/cache.go 02:44:13 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 02:44:13 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 02:44:13 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 02:44:13 spire-1.2.1/pkg/agent/manager/cache/sets.go 02:44:13 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 02:44:13 spire-1.2.1/pkg/agent/manager/config.go 02:44:13 spire-1.2.1/pkg/agent/manager/manager.go 02:44:13 spire-1.2.1/pkg/agent/manager/manager_test.go 02:44:13 spire-1.2.1/pkg/agent/manager/storage.go 02:44:13 spire-1.2.1/pkg/agent/manager/storage_test.go 02:44:13 spire-1.2.1/pkg/agent/manager/storecache/ 02:44:13 spire-1.2.1/pkg/agent/manager/storecache/cache.go 02:44:13 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 02:44:13 spire-1.2.1/pkg/agent/manager/sync.go 02:44:13 spire-1.2.1/pkg/agent/plugin/ 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/ 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 02:44:13 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 02:44:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/ 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 02:44:13 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 02:44:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 02:44:13 spire-1.2.1/pkg/agent/svid/ 02:44:13 spire-1.2.1/pkg/agent/svid/rotator.go 02:44:13 spire-1.2.1/pkg/agent/svid/rotator_config.go 02:44:13 spire-1.2.1/pkg/agent/svid/rotator_test.go 02:44:13 spire-1.2.1/pkg/agent/svid/store/ 02:44:13 spire-1.2.1/pkg/agent/svid/store/service.go 02:44:13 spire-1.2.1/pkg/agent/svid/store/service_test.go 02:44:13 spire-1.2.1/pkg/common/ 02:44:13 spire-1.2.1/pkg/common/agentpathtemplate/ 02:44:13 spire-1.2.1/pkg/common/agentpathtemplate/template.go 02:44:13 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 02:44:13 spire-1.2.1/pkg/common/api/ 02:44:13 spire-1.2.1/pkg/common/api/metrics.go 02:44:13 spire-1.2.1/pkg/common/api/middleware/ 02:44:13 spire-1.2.1/pkg/common/api/middleware/common_test.go 02:44:13 spire-1.2.1/pkg/common/api/middleware/interceptor.go 02:44:13 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 02:44:13 spire-1.2.1/pkg/common/api/middleware/logger.go 02:44:13 spire-1.2.1/pkg/common/api/middleware/logger_test.go 02:44:13 spire-1.2.1/pkg/common/api/middleware/metrics.go 02:44:13 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 02:44:13 spire-1.2.1/pkg/common/api/middleware/middleware.go 02:44:13 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 02:44:13 spire-1.2.1/pkg/common/api/middleware/misconfig.go 02:44:13 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 02:44:13 spire-1.2.1/pkg/common/api/middleware/names.go 02:44:13 spire-1.2.1/pkg/common/api/middleware/names_test.go 02:44:13 spire-1.2.1/pkg/common/api/names.go 02:44:13 spire-1.2.1/pkg/common/api/ratelimit.go 02:44:13 spire-1.2.1/pkg/common/api/rpccontext/ 02:44:13 spire-1.2.1/pkg/common/api/rpccontext/logger.go 02:44:13 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 02:44:13 spire-1.2.1/pkg/common/api/rpccontext/names.go 02:44:13 spire-1.2.1/pkg/common/auth/ 02:44:13 spire-1.2.1/pkg/common/auth/interceptors.go 02:44:13 spire-1.2.1/pkg/common/auth/interceptors_test.go 02:44:13 spire-1.2.1/pkg/common/auth/untracked_uds.go 02:44:13 spire-1.2.1/pkg/common/bundleutil/ 02:44:13 spire-1.2.1/pkg/common/bundleutil/bundle.go 02:44:13 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 02:44:13 spire-1.2.1/pkg/common/bundleutil/common_test.go 02:44:13 spire-1.2.1/pkg/common/bundleutil/marshal.go 02:44:13 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 02:44:13 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 02:44:13 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 02:44:13 spire-1.2.1/pkg/common/bundleutil/types.go 02:44:13 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 02:44:13 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 02:44:13 spire-1.2.1/pkg/common/catalog/ 02:44:13 spire-1.2.1/pkg/common/catalog/bind.go 02:44:13 spire-1.2.1/pkg/common/catalog/builtin.go 02:44:13 spire-1.2.1/pkg/common/catalog/catalog.go 02:44:13 spire-1.2.1/pkg/common/catalog/catalog_test.go 02:44:13 spire-1.2.1/pkg/common/catalog/closers.go 02:44:13 spire-1.2.1/pkg/common/catalog/cmd_linux.go 02:44:13 spire-1.2.1/pkg/common/catalog/cmd_other.go 02:44:13 spire-1.2.1/pkg/common/catalog/config.go 02:44:13 spire-1.2.1/pkg/common/catalog/config_test.go 02:44:13 spire-1.2.1/pkg/common/catalog/configure.go 02:44:13 spire-1.2.1/pkg/common/catalog/constraints.go 02:44:13 spire-1.2.1/pkg/common/catalog/constraints_test.go 02:44:13 spire-1.2.1/pkg/common/catalog/context.go 02:44:13 spire-1.2.1/pkg/common/catalog/external.go 02:44:13 spire-1.2.1/pkg/common/catalog/host.go 02:44:13 spire-1.2.1/pkg/common/catalog/pipenet.go 02:44:13 spire-1.2.1/pkg/common/catalog/plugin.go 02:44:13 spire-1.2.1/pkg/common/catalog/testplugin/ 02:44:13 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 02:44:13 spire-1.2.1/pkg/common/catalog/testplugin/main.go 02:44:13 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 02:44:13 spire-1.2.1/pkg/common/cli/ 02:44:13 spire-1.2.1/pkg/common/cli/env.go 02:44:13 spire-1.2.1/pkg/common/cli/flags.go 02:44:13 spire-1.2.1/pkg/common/cli/trust_domain.go 02:44:13 spire-1.2.1/pkg/common/cli/trust_domain_test.go 02:44:13 spire-1.2.1/pkg/common/cli/umask.go 02:44:13 spire-1.2.1/pkg/common/cli/umask_posix.go 02:44:13 spire-1.2.1/pkg/common/cli/umask_test.go 02:44:13 spire-1.2.1/pkg/common/cli/umask_windows.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/ 02:44:13 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/flag.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/flag_test.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/format.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/format_test.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/ 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 02:44:13 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 02:44:13 spire-1.2.1/pkg/common/coretypes/ 02:44:13 spire-1.2.1/pkg/common/coretypes/bundle/ 02:44:13 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 02:44:13 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 02:44:13 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 02:44:13 spire-1.2.1/pkg/common/coretypes/bundle/require.go 02:44:13 spire-1.2.1/pkg/common/coretypes/jwtkey/ 02:44:13 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 02:44:13 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 02:44:13 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 02:44:13 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 02:44:13 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 02:44:13 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 02:44:13 spire-1.2.1/pkg/common/coretypes/x509certificate/ 02:44:13 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 02:44:13 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 02:44:13 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 02:44:13 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 02:44:13 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 02:44:13 spire-1.2.1/pkg/common/cryptoutil/ 02:44:13 spire-1.2.1/pkg/common/cryptoutil/keys.go 02:44:13 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 02:44:13 spire-1.2.1/pkg/common/diskutil/ 02:44:13 spire-1.2.1/pkg/common/diskutil/file_posix.go 02:44:13 spire-1.2.1/pkg/common/diskutil/file_test.go 02:44:13 spire-1.2.1/pkg/common/diskutil/file_windows.go 02:44:13 spire-1.2.1/pkg/common/errorutil/ 02:44:13 spire-1.2.1/pkg/common/errorutil/wrapper.go 02:44:13 spire-1.2.1/pkg/common/health/ 02:44:13 spire-1.2.1/pkg/common/health/config.go 02:44:13 spire-1.2.1/pkg/common/health/context.go 02:44:13 spire-1.2.1/pkg/common/health/context_test.go 02:44:13 spire-1.2.1/pkg/common/health/health.go 02:44:13 spire-1.2.1/pkg/common/health/health_test.go 02:44:13 spire-1.2.1/pkg/common/health/logger.go 02:44:13 spire-1.2.1/pkg/common/hostservice/ 02:44:13 spire-1.2.1/pkg/common/hostservice/metricsservice/ 02:44:13 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 02:44:13 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 02:44:13 spire-1.2.1/pkg/common/idutil/ 02:44:13 spire-1.2.1/pkg/common/idutil/require.go 02:44:13 spire-1.2.1/pkg/common/idutil/require_test.go 02:44:13 spire-1.2.1/pkg/common/idutil/safety.go 02:44:13 spire-1.2.1/pkg/common/idutil/safety_test.go 02:44:13 spire-1.2.1/pkg/common/idutil/spiffeid.go 02:44:13 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 02:44:13 spire-1.2.1/pkg/common/jwtsvid/ 02:44:13 spire-1.2.1/pkg/common/jwtsvid/common.go 02:44:13 spire-1.2.1/pkg/common/jwtsvid/sign.go 02:44:13 spire-1.2.1/pkg/common/jwtsvid/token_test.go 02:44:13 spire-1.2.1/pkg/common/jwtsvid/validate.go 02:44:13 spire-1.2.1/pkg/common/jwtutil/ 02:44:13 spire-1.2.1/pkg/common/jwtutil/keyset.go 02:44:13 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 02:44:13 spire-1.2.1/pkg/common/log/ 02:44:13 spire-1.2.1/pkg/common/log/hclog_adapter.go 02:44:13 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 02:44:13 spire-1.2.1/pkg/common/log/log.go 02:44:13 spire-1.2.1/pkg/common/log/log_test.go 02:44:13 spire-1.2.1/pkg/common/log/options.go 02:44:13 spire-1.2.1/pkg/common/nodeutil/ 02:44:13 spire-1.2.1/pkg/common/nodeutil/node.go 02:44:13 spire-1.2.1/pkg/common/nodeutil/node_test.go 02:44:13 spire-1.2.1/pkg/common/peertracker/ 02:44:13 spire-1.2.1/pkg/common/peertracker/conn.go 02:44:13 spire-1.2.1/pkg/common/peertracker/credentials.go 02:44:13 spire-1.2.1/pkg/common/peertracker/errors.go 02:44:13 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 02:44:13 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 02:44:13 spire-1.2.1/pkg/common/peertracker/info.go 02:44:13 spire-1.2.1/pkg/common/peertracker/listener.go 02:44:13 spire-1.2.1/pkg/common/peertracker/listener_test.go 02:44:13 spire-1.2.1/pkg/common/peertracker/peertracker.go 02:44:13 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 02:44:13 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 02:44:13 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 02:44:13 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 02:44:13 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 02:44:13 spire-1.2.1/pkg/common/peertracker/tcp.go 02:44:13 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 02:44:13 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 02:44:13 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 02:44:13 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 02:44:13 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 02:44:13 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 02:44:13 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 02:44:13 spire-1.2.1/pkg/common/peertracker/uds.go 02:44:13 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 02:44:13 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 02:44:13 spire-1.2.1/pkg/common/peertracker/uds_linux.go 02:44:13 spire-1.2.1/pkg/common/pemutil/ 02:44:13 spire-1.2.1/pkg/common/pemutil/block.go 02:44:13 spire-1.2.1/pkg/common/pemutil/certs.go 02:44:13 spire-1.2.1/pkg/common/pemutil/common.go 02:44:13 spire-1.2.1/pkg/common/pemutil/csr.go 02:44:13 spire-1.2.1/pkg/common/pemutil/keys.go 02:44:13 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 02:44:13 spire-1.2.1/pkg/common/pemutil/testdata/ 02:44:13 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 02:44:13 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 02:44:13 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 02:44:13 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 02:44:13 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 02:44:13 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 02:44:13 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 02:44:13 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 02:44:13 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 02:44:13 spire-1.2.1/pkg/common/plugin/ 02:44:13 spire-1.2.1/pkg/common/plugin/aws/ 02:44:13 spire-1.2.1/pkg/common/plugin/aws/iid.go 02:44:13 spire-1.2.1/pkg/common/plugin/azure/ 02:44:13 spire-1.2.1/pkg/common/plugin/azure/msi.go 02:44:13 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 02:44:13 spire-1.2.1/pkg/common/plugin/facade.go 02:44:13 spire-1.2.1/pkg/common/plugin/facade_test.go 02:44:13 spire-1.2.1/pkg/common/plugin/gcp/ 02:44:13 spire-1.2.1/pkg/common/plugin/gcp/iit.go 02:44:13 spire-1.2.1/pkg/common/plugin/k8s/ 02:44:13 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 02:44:13 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 02:44:13 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 02:44:13 spire-1.2.1/pkg/common/plugin/k8s/utils.go 02:44:13 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 02:44:13 spire-1.2.1/pkg/common/plugin/log.go 02:44:13 spire-1.2.1/pkg/common/plugin/sshpop/ 02:44:13 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 02:44:13 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 02:44:13 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 02:44:13 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 02:44:13 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 02:44:13 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 02:44:13 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 02:44:13 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 02:44:13 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 02:44:13 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 02:44:13 spire-1.2.1/pkg/common/plugin/tpmdevid/ 02:44:13 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 02:44:13 spire-1.2.1/pkg/common/plugin/x509pop/ 02:44:13 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 02:44:13 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 02:44:13 spire-1.2.1/pkg/common/profiling/ 02:44:13 spire-1.2.1/pkg/common/profiling/dumpers.go 02:44:13 spire-1.2.1/pkg/common/profiling/profiling.go 02:44:13 spire-1.2.1/pkg/common/protoutil/ 02:44:13 spire-1.2.1/pkg/common/protoutil/masks.go 02:44:13 spire-1.2.1/pkg/common/protoutil/masks_test.go 02:44:13 spire-1.2.1/pkg/common/rotationutil/ 02:44:13 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 02:44:13 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 02:44:13 spire-1.2.1/pkg/common/selector/ 02:44:13 spire-1.2.1/pkg/common/selector/selector.go 02:44:13 spire-1.2.1/pkg/common/selector/selector_test.go 02:44:13 spire-1.2.1/pkg/common/selector/set.go 02:44:13 spire-1.2.1/pkg/common/selector/set_utils.go 02:44:13 spire-1.2.1/pkg/common/selector/set_utils_test.go 02:44:13 spire-1.2.1/pkg/common/telemetry/ 02:44:13 spire-1.2.1/pkg/common/telemetry/agent/ 02:44:13 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 02:44:13 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 02:44:13 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 02:44:13 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 02:44:13 spire-1.2.1/pkg/common/telemetry/agent/manager.go 02:44:13 spire-1.2.1/pkg/common/telemetry/agent/node.go 02:44:13 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 02:44:13 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 02:44:13 spire-1.2.1/pkg/common/telemetry/agent/store/ 02:44:13 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 02:44:13 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 02:44:13 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 02:44:13 spire-1.2.1/pkg/common/telemetry/blackhole.go 02:44:13 spire-1.2.1/pkg/common/telemetry/call.go 02:44:13 spire-1.2.1/pkg/common/telemetry/common/ 02:44:13 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 02:44:13 spire-1.2.1/pkg/common/telemetry/config.go 02:44:13 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 02:44:13 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 02:44:13 spire-1.2.1/pkg/common/telemetry/inmem.go 02:44:13 spire-1.2.1/pkg/common/telemetry/inmem_test.go 02:44:13 spire-1.2.1/pkg/common/telemetry/m3.go 02:44:13 spire-1.2.1/pkg/common/telemetry/m3_test.go 02:44:13 spire-1.2.1/pkg/common/telemetry/metrics.go 02:44:13 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 02:44:13 spire-1.2.1/pkg/common/telemetry/names.go 02:44:13 spire-1.2.1/pkg/common/telemetry/prometheus.go 02:44:13 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 02:44:13 spire-1.2.1/pkg/common/telemetry/sanitize.go 02:44:13 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 02:44:13 spire-1.2.1/pkg/common/telemetry/server/ 02:44:13 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 02:44:13 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 02:44:13 spire-1.2.1/pkg/common/telemetry/server/datastore/ 02:44:13 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 02:44:13 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 02:44:13 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 02:44:13 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 02:44:13 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 02:44:13 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 02:44:13 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 02:44:13 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 02:44:13 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 02:44:13 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 02:44:13 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 02:44:13 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 02:44:13 spire-1.2.1/pkg/common/telemetry/server/rotate.go 02:44:13 spire-1.2.1/pkg/common/telemetry/server/server.go 02:44:13 spire-1.2.1/pkg/common/telemetry/sink.go 02:44:13 spire-1.2.1/pkg/common/telemetry/statsd.go 02:44:13 spire-1.2.1/pkg/common/telemetry/statsd_test.go 02:44:13 spire-1.2.1/pkg/common/telemetry/uptime.go 02:44:13 spire-1.2.1/pkg/common/telemetry/version.go 02:44:13 spire-1.2.1/pkg/common/telemetry/withlabels.go 02:44:13 spire-1.2.1/pkg/common/uptime/ 02:44:13 spire-1.2.1/pkg/common/uptime/uptime.go 02:44:13 spire-1.2.1/pkg/common/uptime/uptime_test.go 02:44:13 spire-1.2.1/pkg/common/util/ 02:44:13 spire-1.2.1/pkg/common/util/certs.go 02:44:13 spire-1.2.1/pkg/common/util/certs_test.go 02:44:13 spire-1.2.1/pkg/common/util/csr.go 02:44:13 spire-1.2.1/pkg/common/util/hash.go 02:44:13 spire-1.2.1/pkg/common/util/selectors.go 02:44:13 spire-1.2.1/pkg/common/util/selectors_test.go 02:44:13 spire-1.2.1/pkg/common/util/signals.go 02:44:13 spire-1.2.1/pkg/common/util/sort.go 02:44:13 spire-1.2.1/pkg/common/util/sort_test.go 02:44:13 spire-1.2.1/pkg/common/util/task.go 02:44:13 spire-1.2.1/pkg/common/util/task_test.go 02:44:13 spire-1.2.1/pkg/common/util/testdata/ 02:44:13 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 02:44:13 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 02:44:13 spire-1.2.1/pkg/common/version/ 02:44:13 spire-1.2.1/pkg/common/version/version.go 02:44:13 spire-1.2.1/pkg/common/x509svid/ 02:44:13 spire-1.2.1/pkg/common/x509svid/common_test.go 02:44:13 spire-1.2.1/pkg/common/x509svid/csr.go 02:44:13 spire-1.2.1/pkg/common/x509svid/upstreamca.go 02:44:13 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 02:44:13 spire-1.2.1/pkg/common/x509util/ 02:44:13 spire-1.2.1/pkg/common/x509util/cert.go 02:44:13 spire-1.2.1/pkg/common/x509util/dns.go 02:44:13 spire-1.2.1/pkg/common/x509util/dns_test.go 02:44:13 spire-1.2.1/pkg/common/x509util/keyid.go 02:44:13 spire-1.2.1/pkg/common/x509util/keypair.go 02:44:13 spire-1.2.1/pkg/common/x509util/serialnumber.go 02:44:13 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 02:44:13 spire-1.2.1/pkg/server/ 02:44:13 spire-1.2.1/pkg/server/api/ 02:44:13 spire-1.2.1/pkg/server/api/agent.go 02:44:13 spire-1.2.1/pkg/server/api/agent/ 02:44:13 spire-1.2.1/pkg/server/api/agent/v1/ 02:44:13 spire-1.2.1/pkg/server/api/agent/v1/service.go 02:44:13 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 02:44:13 spire-1.2.1/pkg/server/api/agent_test.go 02:44:13 spire-1.2.1/pkg/server/api/api.go 02:44:13 spire-1.2.1/pkg/server/api/audit/ 02:44:13 spire-1.2.1/pkg/server/api/audit/audit.go 02:44:13 spire-1.2.1/pkg/server/api/audit/audit_test.go 02:44:13 spire-1.2.1/pkg/server/api/bundle.go 02:44:13 spire-1.2.1/pkg/server/api/bundle/ 02:44:13 spire-1.2.1/pkg/server/api/bundle/v1/ 02:44:13 spire-1.2.1/pkg/server/api/bundle/v1/service.go 02:44:13 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 02:44:13 spire-1.2.1/pkg/server/api/bundle_test.go 02:44:13 spire-1.2.1/pkg/server/api/debug/ 02:44:13 spire-1.2.1/pkg/server/api/debug/v1/ 02:44:13 spire-1.2.1/pkg/server/api/debug/v1/service.go 02:44:13 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 02:44:13 spire-1.2.1/pkg/server/api/entry.go 02:44:13 spire-1.2.1/pkg/server/api/entry/ 02:44:13 spire-1.2.1/pkg/server/api/entry/v1/ 02:44:13 spire-1.2.1/pkg/server/api/entry/v1/service.go 02:44:13 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 02:44:13 spire-1.2.1/pkg/server/api/entry_test.go 02:44:13 spire-1.2.1/pkg/server/api/health/ 02:44:13 spire-1.2.1/pkg/server/api/health/v1/ 02:44:13 spire-1.2.1/pkg/server/api/health/v1/service.go 02:44:13 spire-1.2.1/pkg/server/api/health/v1/service_test.go 02:44:13 spire-1.2.1/pkg/server/api/id.go 02:44:13 spire-1.2.1/pkg/server/api/id_test.go 02:44:13 spire-1.2.1/pkg/server/api/limits/ 02:44:13 spire-1.2.1/pkg/server/api/limits/limits.go 02:44:13 spire-1.2.1/pkg/server/api/middleware/ 02:44:13 spire-1.2.1/pkg/server/api/middleware/alias.go 02:44:13 spire-1.2.1/pkg/server/api/middleware/audit.go 02:44:13 spire-1.2.1/pkg/server/api/middleware/authorization.go 02:44:13 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 02:44:13 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 02:44:13 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 02:44:13 spire-1.2.1/pkg/server/api/middleware/caller.go 02:44:13 spire-1.2.1/pkg/server/api/middleware/caller_test.go 02:44:13 spire-1.2.1/pkg/server/api/middleware/common.go 02:44:13 spire-1.2.1/pkg/server/api/middleware/common_test.go 02:44:13 spire-1.2.1/pkg/server/api/middleware/entries.go 02:44:13 spire-1.2.1/pkg/server/api/middleware/entries_test.go 02:44:13 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 02:44:13 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 02:44:13 spire-1.2.1/pkg/server/api/ratelimit.go 02:44:13 spire-1.2.1/pkg/server/api/rpccontext/ 02:44:13 spire-1.2.1/pkg/server/api/rpccontext/alias.go 02:44:13 spire-1.2.1/pkg/server/api/rpccontext/audit.go 02:44:13 spire-1.2.1/pkg/server/api/rpccontext/caller.go 02:44:13 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 02:44:13 spire-1.2.1/pkg/server/api/selector.go 02:44:13 spire-1.2.1/pkg/server/api/selector_test.go 02:44:13 spire-1.2.1/pkg/server/api/status.go 02:44:13 spire-1.2.1/pkg/server/api/status_test.go 02:44:13 spire-1.2.1/pkg/server/api/svid/ 02:44:13 spire-1.2.1/pkg/server/api/svid/v1/ 02:44:13 spire-1.2.1/pkg/server/api/svid/v1/service.go 02:44:13 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 02:44:13 spire-1.2.1/pkg/server/api/trustdomain.go 02:44:13 spire-1.2.1/pkg/server/api/trustdomain/ 02:44:13 spire-1.2.1/pkg/server/api/trustdomain/v1/ 02:44:13 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 02:44:13 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 02:44:13 spire-1.2.1/pkg/server/api/trustdomain_test.go 02:44:13 spire-1.2.1/pkg/server/authpolicy/ 02:44:13 spire-1.2.1/pkg/server/authpolicy/defaults.go 02:44:13 spire-1.2.1/pkg/server/authpolicy/policy.go 02:44:13 spire-1.2.1/pkg/server/authpolicy/policy.rego 02:44:13 spire-1.2.1/pkg/server/authpolicy/policy_data.json 02:44:13 spire-1.2.1/pkg/server/authpolicy/policy_test.go 02:44:13 spire-1.2.1/pkg/server/authpolicy/validate.go 02:44:13 spire-1.2.1/pkg/server/bundle/ 02:44:13 spire-1.2.1/pkg/server/bundle/client/ 02:44:13 spire-1.2.1/pkg/server/bundle/client/client.go 02:44:13 spire-1.2.1/pkg/server/bundle/client/client_test.go 02:44:13 spire-1.2.1/pkg/server/bundle/client/manager.go 02:44:13 spire-1.2.1/pkg/server/bundle/client/manager_test.go 02:44:13 spire-1.2.1/pkg/server/bundle/client/sources.go 02:44:13 spire-1.2.1/pkg/server/bundle/client/sources_test.go 02:44:13 spire-1.2.1/pkg/server/bundle/client/updater.go 02:44:13 spire-1.2.1/pkg/server/bundle/client/updater_test.go 02:44:13 spire-1.2.1/pkg/server/ca/ 02:44:13 spire-1.2.1/pkg/server/ca/ca.go 02:44:13 spire-1.2.1/pkg/server/ca/ca_health.go 02:44:13 spire-1.2.1/pkg/server/ca/ca_test.go 02:44:13 spire-1.2.1/pkg/server/ca/journal.go 02:44:13 spire-1.2.1/pkg/server/ca/journal_test.go 02:44:13 spire-1.2.1/pkg/server/ca/manager.go 02:44:13 spire-1.2.1/pkg/server/ca/manager_health.go 02:44:13 spire-1.2.1/pkg/server/ca/manager_test.go 02:44:13 spire-1.2.1/pkg/server/ca/templates.go 02:44:13 spire-1.2.1/pkg/server/ca/upstream_client.go 02:44:13 spire-1.2.1/pkg/server/ca/upstream_client_test.go 02:44:13 spire-1.2.1/pkg/server/ca/validation.go 02:44:13 spire-1.2.1/pkg/server/cache/ 02:44:13 spire-1.2.1/pkg/server/cache/dscache/ 02:44:13 spire-1.2.1/pkg/server/cache/dscache/cache.go 02:44:13 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 02:44:13 spire-1.2.1/pkg/server/cache/entrycache/ 02:44:13 spire-1.2.1/pkg/server/cache/entrycache/cache.go 02:44:13 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 02:44:13 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 02:44:13 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 02:44:13 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 02:44:13 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 02:44:13 spire-1.2.1/pkg/server/catalog/ 02:44:13 spire-1.2.1/pkg/server/catalog/catalog.go 02:44:13 spire-1.2.1/pkg/server/catalog/keymanager.go 02:44:13 spire-1.2.1/pkg/server/catalog/nodeattestor.go 02:44:13 spire-1.2.1/pkg/server/catalog/noderesolver.go 02:44:13 spire-1.2.1/pkg/server/catalog/notifier.go 02:44:13 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 02:44:13 spire-1.2.1/pkg/server/config.go 02:44:13 spire-1.2.1/pkg/server/datastore/ 02:44:13 spire-1.2.1/pkg/server/datastore/datastore.go 02:44:13 spire-1.2.1/pkg/server/datastore/datastore_health.go 02:44:13 spire-1.2.1/pkg/server/datastore/repository.go 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/ 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 02:44:13 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 02:44:13 spire-1.2.1/pkg/server/endpoints/ 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/ 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/config.go 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/server.go 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 02:44:13 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 02:44:13 spire-1.2.1/pkg/server/endpoints/config.go 02:44:13 spire-1.2.1/pkg/server/endpoints/endpoints.go 02:44:13 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 02:44:13 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 02:44:13 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 02:44:13 spire-1.2.1/pkg/server/endpoints/middleware.go 02:44:13 spire-1.2.1/pkg/server/endpoints/middleware_test.go 02:44:13 spire-1.2.1/pkg/server/hostservice/ 02:44:13 spire-1.2.1/pkg/server/hostservice/agentstore/ 02:44:13 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 02:44:13 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 02:44:13 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 02:44:13 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 02:44:13 spire-1.2.1/pkg/server/hostservice/identityprovider/ 02:44:13 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 02:44:13 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/ 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/ 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/base/ 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/test/ 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 02:44:13 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/ 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 02:44:13 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/noderesolver/ 02:44:13 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 02:44:13 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 02:44:13 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 02:44:13 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 02:44:13 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 02:44:13 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 02:44:13 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/notifier/ 02:44:13 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 02:44:13 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 02:44:13 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 02:44:13 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 02:44:13 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 02:44:13 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 02:44:13 spire-1.2.1/pkg/server/plugin/notifier/repository.go 02:44:13 spire-1.2.1/pkg/server/plugin/notifier/v1.go 02:44:13 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 02:44:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 02:44:13 spire-1.2.1/pkg/server/registration/ 02:44:13 spire-1.2.1/pkg/server/registration/manager.go 02:44:13 spire-1.2.1/pkg/server/registration/manager_test.go 02:44:13 spire-1.2.1/pkg/server/scanentries.go 02:44:13 spire-1.2.1/pkg/server/scanentries_test.go 02:44:13 spire-1.2.1/pkg/server/server.go 02:44:13 spire-1.2.1/pkg/server/server_test.go 02:44:13 spire-1.2.1/pkg/server/svid/ 02:44:13 spire-1.2.1/pkg/server/svid/observer.go 02:44:13 spire-1.2.1/pkg/server/svid/observer_test.go 02:44:13 spire-1.2.1/pkg/server/svid/rotator.go 02:44:13 spire-1.2.1/pkg/server/svid/rotator_config.go 02:44:13 spire-1.2.1/pkg/server/svid/rotator_config_test.go 02:44:13 spire-1.2.1/pkg/server/svid/rotator_test.go 02:44:13 spire-1.2.1/proto/ 02:44:13 spire-1.2.1/proto/private/ 02:44:13 spire-1.2.1/proto/private/server/ 02:44:13 spire-1.2.1/proto/private/server/journal/ 02:44:13 spire-1.2.1/proto/private/server/journal/journal.pb.go 02:44:13 spire-1.2.1/proto/private/server/journal/journal.proto 02:44:13 spire-1.2.1/proto/spire/ 02:44:13 spire-1.2.1/proto/spire/common/ 02:44:13 spire-1.2.1/proto/spire/common/common.pb.go 02:44:13 spire-1.2.1/proto/spire/common/common.proto 02:44:13 spire-1.2.1/proto/spire/common/plugin/ 02:44:13 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 02:44:13 spire-1.2.1/proto/spire/common/plugin/plugin.proto 02:44:13 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 02:44:13 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 02:44:13 spire-1.2.1/proto/spire/plugin/ 02:44:13 spire-1.2.1/proto/spire/plugin/agent/ 02:44:13 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 02:44:13 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 02:44:13 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 02:44:13 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 02:44:13 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 02:44:13 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 02:44:13 spire-1.2.1/release/ 02:44:13 spire-1.2.1/release/spire-extras/ 02:44:13 spire-1.2.1/release/spire-extras/README.md 02:44:13 spire-1.2.1/release/spire-extras/conf/ 02:44:13 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 02:44:13 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 02:44:13 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 02:44:13 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 02:44:13 spire-1.2.1/release/spire/ 02:44:13 spire-1.2.1/release/spire/README.md 02:44:13 spire-1.2.1/release/spire/conf/ 02:44:13 spire-1.2.1/release/spire/conf/agent/ 02:44:13 spire-1.2.1/release/spire/conf/agent/agent.conf 02:44:13 spire-1.2.1/release/spire/conf/server/ 02:44:13 spire-1.2.1/release/spire/conf/server/server.conf 02:44:13 spire-1.2.1/script/ 02:44:13 spire-1.2.1/script/build-artifact.sh 02:44:13 spire-1.2.1/script/generate_dummy_ca.sh 02:44:13 spire-1.2.1/support/ 02:44:13 spire-1.2.1/support/k8s/ 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/ 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 02:44:13 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 02:44:13 spire-1.2.1/support/oidc-discovery-provider/ 02:44:13 spire-1.2.1/support/oidc-discovery-provider/README.md 02:44:13 spire-1.2.1/support/oidc-discovery-provider/common_test.go 02:44:13 spire-1.2.1/support/oidc-discovery-provider/config.go 02:44:13 spire-1.2.1/support/oidc-discovery-provider/config_test.go 02:44:13 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 02:44:13 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 02:44:13 spire-1.2.1/support/oidc-discovery-provider/handler.go 02:44:13 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 02:44:13 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 02:44:13 spire-1.2.1/support/oidc-discovery-provider/main.go 02:44:13 spire-1.2.1/support/oidc-discovery-provider/server_api.go 02:44:13 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 02:44:13 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 02:44:13 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 02:44:13 spire-1.2.1/test/ 02:44:13 spire-1.2.1/test/clock/ 02:44:13 spire-1.2.1/test/clock/clock.go 02:44:13 spire-1.2.1/test/fakes/ 02:44:13 spire-1.2.1/test/fakes/fakeagentcatalog/ 02:44:13 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 02:44:13 spire-1.2.1/test/fakes/fakeagentkeymanager/ 02:44:13 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 02:44:13 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 02:44:13 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 02:44:13 spire-1.2.1/test/fakes/fakeagentstore/ 02:44:13 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 02:44:13 spire-1.2.1/test/fakes/fakedatastore/ 02:44:13 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 02:44:13 spire-1.2.1/test/fakes/fakeentryclient/ 02:44:13 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 02:44:13 spire-1.2.1/test/fakes/fakehealthchecker/ 02:44:13 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 02:44:13 spire-1.2.1/test/fakes/fakeidentityprovider/ 02:44:13 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 02:44:13 spire-1.2.1/test/fakes/fakemetrics/ 02:44:13 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 02:44:13 spire-1.2.1/test/fakes/fakenoderesolver/ 02:44:13 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 02:44:13 spire-1.2.1/test/fakes/fakenotifier/ 02:44:13 spire-1.2.1/test/fakes/fakenotifier/notifier.go 02:44:13 spire-1.2.1/test/fakes/fakepluginmetrics/ 02:44:13 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 02:44:13 spire-1.2.1/test/fakes/fakeserverca/ 02:44:13 spire-1.2.1/test/fakes/fakeserverca/serverca.go 02:44:13 spire-1.2.1/test/fakes/fakeservercatalog/ 02:44:13 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 02:44:13 spire-1.2.1/test/fakes/fakeserverkeymanager/ 02:44:13 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 02:44:13 spire-1.2.1/test/fakes/fakeservernodeattestor/ 02:44:13 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 02:44:13 spire-1.2.1/test/fakes/fakeupstreamauthority/ 02:44:13 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 02:44:13 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 02:44:13 spire-1.2.1/test/fakes/fakeworkloadapi/ 02:44:13 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 02:44:13 spire-1.2.1/test/fakes/fakeworkloadattestor/ 02:44:13 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 02:44:13 spire-1.2.1/test/fixture/ 02:44:13 spire-1.2.1/test/fixture/certs/ 02:44:13 spire-1.2.1/test/fixture/certs/agent_svid.der 02:44:13 spire-1.2.1/test/fixture/certs/base_cert.pem 02:44:13 spire-1.2.1/test/fixture/certs/base_csr.pem 02:44:13 spire-1.2.1/test/fixture/certs/base_key.pem 02:44:13 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 02:44:13 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 02:44:13 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 02:44:13 spire-1.2.1/test/fixture/certs/blog_cert.pem 02:44:13 spire-1.2.1/test/fixture/certs/blog_csr.pem 02:44:13 spire-1.2.1/test/fixture/certs/blog_key.pem 02:44:13 spire-1.2.1/test/fixture/certs/bundle.der 02:44:13 spire-1.2.1/test/fixture/certs/ca.pem 02:44:13 spire-1.2.1/test/fixture/certs/ca_key.pem 02:44:13 spire-1.2.1/test/fixture/certs/database_cert.pem 02:44:13 spire-1.2.1/test/fixture/certs/database_csr.pem 02:44:13 spire-1.2.1/test/fixture/certs/database_key.pem 02:44:13 spire-1.2.1/test/fixture/certs/node_cert.pem 02:44:13 spire-1.2.1/test/fixture/certs/node_csr.pem 02:44:13 spire-1.2.1/test/fixture/certs/node_key.pem 02:44:13 spire-1.2.1/test/fixture/certs/svid.pem 02:44:13 spire-1.2.1/test/fixture/certs/svid_key.pem 02:44:13 spire-1.2.1/test/fixture/config/ 02:44:13 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 02:44:13 spire-1.2.1/test/fixture/config/agent_good.conf 02:44:13 spire-1.2.1/test/fixture/config/agent_good_templated.conf 02:44:13 spire-1.2.1/test/fixture/config/plugin_good.conf 02:44:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 02:44:13 spire-1.2.1/test/fixture/config/server_good.conf 02:44:13 spire-1.2.1/test/fixture/config/server_good_templated.conf 02:44:13 spire-1.2.1/test/fixture/fixture.go 02:44:13 spire-1.2.1/test/fixture/nodeattestor/ 02:44:13 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 02:44:13 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 02:44:13 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 02:44:13 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 02:44:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 02:44:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 02:44:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 02:44:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 02:44:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 02:44:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 02:44:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 02:44:13 spire-1.2.1/test/fixture/registration/ 02:44:13 spire-1.2.1/test/fixture/registration/entries.json 02:44:13 spire-1.2.1/test/fixture/registration/good-for-update.json 02:44:13 spire-1.2.1/test/fixture/registration/good.json 02:44:13 spire-1.2.1/test/fixture/registration/invalid.json 02:44:13 spire-1.2.1/test/fixture/registration/invalid_json.json 02:44:13 spire-1.2.1/test/fixture/registration/manager_test_entries.json 02:44:13 spire-1.2.1/test/integration/ 02:44:13 spire-1.2.1/test/integration/README.md 02:44:13 spire-1.2.1/test/integration/common 02:44:13 spire-1.2.1/test/integration/setup/ 02:44:13 spire-1.2.1/test/integration/setup/adminclient/ 02:44:13 spire-1.2.1/test/integration/setup/adminclient/build.sh 02:44:13 spire-1.2.1/test/integration/setup/adminclient/client.go 02:44:13 spire-1.2.1/test/integration/setup/debugagent/ 02:44:13 spire-1.2.1/test/integration/setup/debugagent/build.sh 02:44:13 spire-1.2.1/test/integration/setup/debugagent/main.go 02:44:13 spire-1.2.1/test/integration/setup/debugserver/ 02:44:13 spire-1.2.1/test/integration/setup/debugserver/build.sh 02:44:13 spire-1.2.1/test/integration/setup/debugserver/main.go 02:44:13 spire-1.2.1/test/integration/setup/downstreamclient/ 02:44:13 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 02:44:13 spire-1.2.1/test/integration/setup/downstreamclient/client.go 02:44:13 spire-1.2.1/test/integration/setup/itclient/ 02:44:13 spire-1.2.1/test/integration/setup/itclient/client.go 02:44:13 spire-1.2.1/test/integration/setup/node-attestation/ 02:44:13 spire-1.2.1/test/integration/setup/node-attestation/build.sh 02:44:13 spire-1.2.1/test/integration/setup/node-attestation/client.go 02:44:13 spire-1.2.1/test/integration/setup/x509pop/ 02:44:13 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 02:44:13 spire-1.2.1/test/integration/setup/x509pop/setup.sh 02:44:13 spire-1.2.1/test/integration/suites/ 02:44:13 spire-1.2.1/test/integration/suites/admin-endpoints/ 02:44:13 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 02:44:13 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 02:44:13 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 02:44:13 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 02:44:13 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 02:44:13 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 02:44:13 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 02:44:13 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 02:44:13 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 02:44:13 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 02:44:13 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 02:44:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 02:44:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 02:44:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 02:44:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 02:44:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 02:44:13 spire-1.2.1/test/integration/suites/datastore-mysql/ 02:44:13 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 02:44:13 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 02:44:13 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 02:44:13 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres/ 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 02:44:13 spire-1.2.1/test/integration/suites/debug-endpoints/ 02:44:13 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 02:44:13 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 02:44:13 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 02:44:13 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 02:44:13 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 02:44:13 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 02:44:13 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 02:44:13 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 02:44:13 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 02:44:13 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 02:44:13 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 02:44:13 spire-1.2.1/test/integration/suites/downstream-endpoints/ 02:44:13 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 02:44:13 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 02:44:13 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 02:44:13 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 02:44:13 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 02:44:13 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 02:44:13 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 02:44:13 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 02:44:13 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 02:44:13 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 02:44:13 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 02:44:13 spire-1.2.1/test/integration/suites/join-token/ 02:44:13 spire-1.2.1/test/integration/suites/join-token/01-start-server 02:44:13 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 02:44:13 spire-1.2.1/test/integration/suites/join-token/03-start-agent 02:44:13 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 02:44:13 spire-1.2.1/test/integration/suites/join-token/05-check-svid 02:44:13 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 02:44:13 spire-1.2.1/test/integration/suites/join-token/README.md 02:44:13 spire-1.2.1/test/integration/suites/join-token/conf/ 02:44:13 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 02:44:13 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/join-token/conf/server/ 02:44:13 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/join-token/teardown 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/ 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 02:44:13 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/ 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 02:44:13 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 02:44:13 spire-1.2.1/test/integration/suites/k8s/ 02:44:13 spire-1.2.1/test/integration/suites/k8s/00-setup 02:44:13 spire-1.2.1/test/integration/suites/k8s/01-apply-config 02:44:13 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 02:44:13 spire-1.2.1/test/integration/suites/k8s/README.md 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/ 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/server/ 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 02:44:13 spire-1.2.1/test/integration/suites/k8s/init-kubectl 02:44:13 spire-1.2.1/test/integration/suites/k8s/teardown 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/README.md 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/root/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/nested-rotation/teardown 02:44:13 spire-1.2.1/test/integration/suites/node-attestation/ 02:44:13 spire-1.2.1/test/integration/suites/node-attestation/00-setup 02:44:13 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 02:44:13 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 02:44:13 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 02:44:13 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 02:44:13 spire-1.2.1/test/integration/suites/node-attestation/README.md 02:44:13 spire-1.2.1/test/integration/suites/node-attestation/conf/ 02:44:13 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 02:44:13 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 02:44:13 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/node-attestation/teardown 02:44:13 spire-1.2.1/test/integration/suites/rotation/ 02:44:13 spire-1.2.1/test/integration/suites/rotation/00-setup 02:44:13 spire-1.2.1/test/integration/suites/rotation/01-start-server 02:44:13 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 02:44:13 spire-1.2.1/test/integration/suites/rotation/03-start-agent 02:44:13 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 02:44:13 spire-1.2.1/test/integration/suites/rotation/05-check-svids 02:44:13 spire-1.2.1/test/integration/suites/rotation/README.md 02:44:13 spire-1.2.1/test/integration/suites/rotation/conf/ 02:44:13 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 02:44:13 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/rotation/conf/server/ 02:44:13 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/rotation/teardown 02:44:13 spire-1.2.1/test/integration/suites/self-test/ 02:44:13 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 02:44:13 spire-1.2.1/test/integration/suites/self-test/README.md 02:44:13 spire-1.2.1/test/integration/suites/self-test/teardown 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/ 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 02:44:13 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 02:44:13 spire-1.2.1/test/integration/suites/upgrade/ 02:44:13 spire-1.2.1/test/integration/suites/upgrade/00-setup 02:44:13 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 02:44:13 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 02:44:13 spire-1.2.1/test/integration/suites/upgrade/README.md 02:44:13 spire-1.2.1/test/integration/suites/upgrade/conf/ 02:44:13 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 02:44:13 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 02:44:13 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 02:44:13 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 02:44:13 spire-1.2.1/test/integration/suites/upgrade/teardown 02:44:13 spire-1.2.1/test/integration/suites/upgrade/versions.txt 02:44:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 02:44:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 02:44:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 02:44:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 02:44:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 02:44:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 02:44:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 02:44:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 02:44:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 02:44:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 02:44:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 02:44:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 02:44:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 02:44:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 02:44:13 spire-1.2.1/test/integration/test-one.sh 02:44:13 spire-1.2.1/test/integration/test.sh 02:44:13 spire-1.2.1/test/plugintest/ 02:44:13 spire-1.2.1/test/plugintest/config.go 02:44:13 spire-1.2.1/test/plugintest/load.go 02:44:13 spire-1.2.1/test/plugintest/option.go 02:44:13 spire-1.2.1/test/spiretest/ 02:44:13 spire-1.2.1/test/spiretest/apiserver.go 02:44:13 spire-1.2.1/test/spiretest/assertions.go 02:44:13 spire-1.2.1/test/spiretest/dir.go 02:44:13 spire-1.2.1/test/spiretest/errors_posix.go 02:44:13 spire-1.2.1/test/spiretest/errors_windows.go 02:44:13 spire-1.2.1/test/spiretest/logs.go 02:44:13 spire-1.2.1/test/spiretest/socketapi.go 02:44:13 spire-1.2.1/test/spiretest/suite.go 02:44:13 spire-1.2.1/test/spiretest/x509.go 02:44:13 spire-1.2.1/test/testca/ 02:44:13 spire-1.2.1/test/testca/ca.go 02:44:13 spire-1.2.1/test/testkey/ 02:44:13 spire-1.2.1/test/testkey/generate.sh 02:44:13 spire-1.2.1/test/testkey/genkeys.go 02:44:13 spire-1.2.1/test/testkey/keys.go 02:44:13 spire-1.2.1/test/testkey/new.go 02:44:13 spire-1.2.1/test/tpmsimulator/ 02:44:13 spire-1.2.1/test/tpmsimulator/simulator.go 02:44:13 spire-1.2.1/test/util/ 02:44:13 spire-1.2.1/test/util/cert_fixtures.go 02:44:13 spire-1.2.1/test/util/cert_generation.go 02:44:13 spire-1.2.1/test/util/io_redirection.go 02:44:13 spire-1.2.1/test/util/race.go 02:44:13 spire-1.2.1/test/util/util.go 02:44:13 building spire from source... 02:44:13 Installing go1.17.7... 02:44:19 Building bin/spire-server... 02:44:19 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 02:44:19 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 02:44:19 go: downloading github.com/mitchellh/cli v1.1.2 02:44:19 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 02:44:19 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 02:44:19 go: downloading github.com/imdario/mergo v0.3.12 02:44:19 go: downloading github.com/sirupsen/logrus v1.8.1 02:44:19 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 02:44:19 go: downloading github.com/hashicorp/go-hclog v1.1.0 02:44:19 go: downloading google.golang.org/grpc v1.44.0 02:44:19 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 02:44:19 go: downloading github.com/fatih/color v1.13.0 02:44:19 go: downloading github.com/mattn/go-isatty v0.0.14 02:44:19 go: downloading github.com/hashicorp/go-plugin v1.4.3 02:44:19 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 02:44:19 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 02:44:19 go: downloading github.com/InVisionApp/go-logger v1.0.1 02:44:19 go: downloading github.com/armon/go-metrics v0.3.10 02:44:19 go: downloading github.com/prometheus/client_golang v1.12.1 02:44:19 go: downloading github.com/uber-go/tally/v4 v4.1.1 02:44:20 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 02:44:20 go: downloading github.com/open-policy-agent/opa v0.38.0 02:44:20 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 02:44:20 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 02:44:20 go: downloading github.com/mattn/go-colorable v0.1.12 02:44:20 go: downloading github.com/Masterminds/goutils v1.1.0 02:44:20 go: downloading github.com/Masterminds/semver v1.5.0 02:44:20 go: downloading github.com/google/uuid v1.1.2 02:44:20 go: downloading github.com/huandu/xstrings v1.3.2 02:44:20 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 02:44:20 go: downloading github.com/oklog/run v1.0.0 02:44:20 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 02:44:20 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 02:44:20 go: downloading github.com/prometheus/client_model v0.2.0 02:44:20 go: downloading github.com/prometheus/common v0.32.1 02:44:20 go: downloading github.com/beorn7/perks v1.0.1 02:44:20 go: downloading github.com/cespare/xxhash/v2 v2.1.2 02:44:20 go: downloading github.com/prometheus/procfs v0.7.3 02:44:20 go: downloading go.uber.org/atomic v1.9.0 02:44:20 go: downloading github.com/imkira/go-observer v1.0.3 02:44:20 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 02:44:20 go: downloading github.com/mitchellh/reflectwalk v1.0.1 02:44:20 go: downloading github.com/hashicorp/errwrap v1.1.0 02:44:20 go: downloading github.com/hashicorp/golang-lru v0.5.4 02:44:20 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 02:44:20 go: downloading github.com/twmb/murmur3 v1.1.6 02:44:20 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 02:44:20 go: downloading github.com/blang/semver/v4 v4.0.0 02:44:20 go: downloading github.com/go-sql-driver/mysql v1.6.0 02:44:20 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 02:44:20 go: downloading github.com/jinzhu/gorm v1.9.16 02:44:20 go: downloading github.com/lib/pq v1.10.4 02:44:20 go: downloading github.com/mattn/go-sqlite3 v1.14.12 02:44:20 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 02:44:20 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 02:44:20 Merging remotes/origin/main commit ff693608c36af4ab72a5c512cfc781335cb747c6 into PR head commit addc0ae524a36a409dddf23d8a3747c0e69ca602 02:44:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:44:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:44:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:44:20 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3987/head:refs/remotes/origin/PR-3987 +refs/heads/main:refs/remotes/origin/main # timeout=10 02:44:20 > git config core.sparsecheckout # timeout=10 02:44:20 > git checkout -f addc0ae524a36a409dddf23d8a3747c0e69ca602 # timeout=10 02:44:21 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 02:44:21 Merge succeeded, producing addc0ae524a36a409dddf23d8a3747c0e69ca602 02:44:21 Checking out Revision addc0ae524a36a409dddf23d8a3747c0e69ca602 (PR-3987) 02:44:21 > git remote # timeout=10 02:44:21 > git config --get remote.origin.url # timeout=10 02:44:21 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:21 > git merge ff693608c36af4ab72a5c512cfc781335cb747c6 # timeout=10 02:44:21 > git rev-parse HEAD^{commit} # timeout=10 02:44:21 > git config core.sparsecheckout # timeout=10 02:44:21 > git checkout -f addc0ae524a36a409dddf23d8a3747c0e69ca602 # timeout=10 02:44:23 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 02:44:23 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 02:44:23 go: downloading github.com/stretchr/testify v1.7.0 02:44:23 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 02:44:23 go: downloading github.com/aws/aws-sdk-go v1.43.0 02:44:25 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:26 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:44:26 % Total % Received % Xferd Average Speed Time Time Time Current 02:44:26 Dload Upload Total Spent Left Speed 02:44:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 199k 0 --:--:-- --:--:-- --:--:-- 202k [Pipeline] sh 02:44:27 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:44:27 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ 02:44:27 sudo tee /etc/docker/daemon.new 02:44:27 { 02:44:27 "registry-mirrors": [ 02:44:27 "https://nexus3.edgexfoundry.org:10001" 02:44:27 ], 02:44:27 "bip": "10.250.0.254/24", 02:44:27 "hosts": [ 02:44:27 "tcp://0.0.0.0:5555", 02:44:27 "unix:///var/run/docker.sock" 02:44:27 ], 02:44:27 "mtu": 1458, 02:44:27 "selinux-enabled": true, 02:44:27 "seccomp-profile": "/etc/docker/seccomp.json" 02:44:27 } [Pipeline] sh 02:44:27 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:44:27 go: downloading google.golang.org/api v0.70.0 02:44:27 go: downloading k8s.io/client-go v0.23.4 02:44:27 go: downloading k8s.io/api v0.23.4 02:44:27 go: downloading github.com/google/go-tpm v0.3.3 02:44:27 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 02:44:27 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 02:44:27 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 02:44:27 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 02:44:27 go: downloading cloud.google.com/go/storage v1.21.0 02:44:27 go: downloading cloud.google.com/go v0.100.2 02:44:28 + sudo service docker restart 02:44:28 go: downloading k8s.io/apimachinery v0.23.4 02:44:28 go: downloading k8s.io/kube-aggregator v0.23.3 02:44:28 go: downloading sigs.k8s.io/controller-runtime v0.11.1 02:44:28 go: downloading cloud.google.com/go/security v1.3.0 02:44:28 go: downloading github.com/hashicorp/vault/api v1.4.1 02:44:28 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 02:44:28 go: downloading github.com/jinzhu/inflection v1.0.0 02:44:28 go: downloading github.com/aws/smithy-go v1.11.0 02:44:29 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 02:44:29 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 02:44:29 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 02:44:29 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 02:44:29 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 02:44:29 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 02:44:29 go: downloading github.com/Azure/go-autorest/logger v0.2.1 02:44:29 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 02:44:29 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 02:44:29 go: downloading github.com/dimchansky/utfbom v1.1.1 02:44:29 go: downloading cloud.google.com/go/compute v1.3.0 02:44:29 go: downloading cloud.google.com/go/iam v0.1.1 02:44:29 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 02:44:29 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 02:44: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/secrets-config ./cmd/secrets-config 02:44:32 go: downloading github.com/gogo/protobuf v1.3.2 02:44:32 go: downloading github.com/google/gofuzz v1.1.0 02:44:32 go: downloading k8s.io/klog/v2 v2.30.0 02:44:32 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 02:44:32 go: downloading github.com/spf13/pflag v1.0.5 02:44:32 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 02:44:32 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 02:44:32 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 02:44:32 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 02:44:32 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 02:44:32 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 02:44:32 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 02:44:32 go: downloading github.com/hashicorp/vault/sdk v0.4.1 02:44:32 go: downloading github.com/mitchellh/mapstructure v1.4.3 02:44:32 go: downloading github.com/tklauser/go-sysconf v0.3.9 02:44:32 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 02:44:32 go: downloading github.com/OneOfOne/xxhash v1.2.8 02:44:32 go: downloading gopkg.in/yaml.v2 v2.4.0 02:44:32 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 02:44:32 go: downloading github.com/gobwas/glob v0.2.3 02:44:32 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 02:44:32 go: downloading github.com/jmespath/go-jmespath v0.4.0 02:44:32 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 02:44:32 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 02:44:32 go: downloading go.opencensus.io v0.23.0 02:44:32 go: downloading gopkg.in/inf.v0 v0.9.1 02:44:32 go: downloading github.com/google/go-cmp v0.5.7 02:44:32 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 02:44:32 go: downloading github.com/googleapis/gnostic v0.5.5 02:44:32 go: downloading github.com/go-logr/logr v1.2.2 02:44:32 go: downloading github.com/json-iterator/go v1.1.12 02:44:32 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 02:44:32 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 02:44:32 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 02:44:32 go: downloading go.uber.org/zap v1.21.0 02:44:32 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 02:44:32 go: downloading github.com/tklauser/numcpus v0.3.0 02:44:32 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 02:44:32 go: downloading sigs.k8s.io/yaml v1.3.0 02:44:32 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 02:44:32 go: downloading github.com/modern-go/reflect2 v1.0.2 02:44:32 go: downloading github.com/ryanuber/go-glob v1.0.0 02:44:32 go: downloading github.com/golang/snappy v0.0.4 02:44:32 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 02:44:32 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 02:44:32 go: downloading github.com/hashicorp/go-uuid v1.0.2 02:44:32 go: downloading github.com/hashicorp/go-version v1.2.0 02:44:32 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 02:44:32 go: downloading go.uber.org/multierr v1.6.0 02:44:39 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 02:44:39 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:44:46 provisioning config files... 02:44:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1581869201940072059tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:47 ---> docker-login.sh 02:44:47 nexus3.edgexfoundry.org:10001 02:44:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:47 Configure a credential helper to remove this warning. See 02:44:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:47 02:44:47 Login Succeeded 02:44:47 nexus3.edgexfoundry.org:10002 02:44:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:48 Configure a credential helper to remove this warning. See 02:44:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:48 02:44:48 Login Succeeded 02:44:48 nexus3.edgexfoundry.org:10003 02:44:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:48 Configure a credential helper to remove this warning. See 02:44:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:48 02:44:48 Login Succeeded 02:44:48 nexus3.edgexfoundry.org:10004 02:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:49 Configure a credential helper to remove this warning. See 02:44:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:49 02:44:49 Login Succeeded 02:44:49 docker.io 02:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:50 Configure a credential helper to remove this warning. See 02:44:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:50 02:44:50 Login Succeeded 02:44:50 ---> docker-login.sh ends [Pipeline] } 02:44:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:44:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:44:50 ========================================================= 02:44:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 02:44:50 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:44:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 02:44:51 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:44:51 9b3977197b4f: Pulling fs layer 02:44:51 1a89e8eeedd5: Pulling fs layer 02:44:51 94645a83ff95: Pulling fs layer 02:44:51 3f3a8bcf1eab: Pulling fs layer 02:44:51 0c92f367c5e7: Pulling fs layer 02:44:51 3096ccb668a1: Pulling fs layer 02:44:51 e8cf19c19ddd: Pulling fs layer 02:44:51 a4caa8a26152: Pulling fs layer 02:44:51 e8cf19c19ddd: Waiting 02:44:51 3f3a8bcf1eab: Waiting 02:44:51 0c92f367c5e7: Waiting 02:44:51 a4caa8a26152: Waiting 02:44:51 3096ccb668a1: Waiting 02:44:51 94645a83ff95: Verifying Checksum 02:44:51 94645a83ff95: Download complete 02:44:51 1a89e8eeedd5: Verifying Checksum 02:44:51 1a89e8eeedd5: Download complete 02:44:51 0c92f367c5e7: Verifying Checksum 02:44:51 0c92f367c5e7: Download complete 02:44:51 3096ccb668a1: Download complete 02:44:51 9b3977197b4f: Verifying Checksum 02:44:51 9b3977197b4f: Download complete 02:44:51 e8cf19c19ddd: Verifying Checksum 02:44:51 e8cf19c19ddd: Download complete 02:44:51 Removing intermediate container bb90c4bef8ad 02:44:51 ---> 77490c15097b 02:44:51 02:44:51 Step 10/22 : FROM alpine:3.14 02:44:51 Removing intermediate container 8990ddc1c7f6 02:44:51 ---> d9ccd9702821 02:44:51 02:44:51 Step 10/31 : FROM alpine:3.14 02:44:51 Removing intermediate container 4051ab0df294 02:44:51 ---> 4126de1684c1 02:44:51 02:44:51 Step 9/20 : FROM alpine:3.15 02:44:51 Removing intermediate container 5412f03f9d9c 02:44:51 ---> e38da86357ba 02:44:51 02:44:51 Step 10/23 : FROM alpine:3.14 02:44:51 3.14: Pulling from library/alpine 02:44:51 3.14: Pulling from library/alpine 02:44:51 3.14: Pulling from library/alpine 02:44:51 3.15: Pulling from library/alpine 02:44:52 9b3977197b4f: Pull complete 02:44:52 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 02:44:52 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 02:44:52 Status: Downloaded newer image for alpine:3.14 02:44:52 Status: Image is up to date for alpine:3.14 02:44:52 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 02:44:52 Status: Image is up to date for alpine:3.14 02:44:52 ---> e04c818066af 02:44:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:44:52 ---> e04c818066af 02:44:52 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 02:44:52 ---> e04c818066af 02:44:52 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:44:52 1a89e8eeedd5: Pull complete 02:44:53 94645a83ff95: Pull complete 02:44:53 ---> Running in 9b50ff2cd82b 02:44:53 ---> Running in 826c1aef8f7e 02:44:53 ---> Running in 75da364af40a 02:44:53 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 02:44:53 Status: Downloaded newer image for alpine:3.15 02:44:53 ---> 0ac33e5f5afa 02:44:53 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:44:53 ---> Running in b52b3ff2d115 02:44:53 Removing intermediate container 826c1aef8f7e 02:44:53 ---> b838a7304e0d 02:44:53 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 02:44:53 ---> Running in 8fc9293d5d26 02:44:53 Removing intermediate container 9b50ff2cd82b 02:44:53 ---> 58644ad09923 02:44:53 Step 12/23 : ENV APP_PORT=59880 02:44:53 ---> Running in bb8afd5c6d01 02:44:53 Removing intermediate container b52b3ff2d115 02:44:53 ---> 1aa11f4f2677 02:44:53 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:53 ---> Running in 030b08a32c48 02:44:53 Removing intermediate container bb8afd5c6d01 02:44:53 ---> fe46d4f3f4d3 02:44:53 Step 13/23 : EXPOSE $APP_PORT 02:44:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 02:44:53 a4caa8a26152: Verifying Checksum 02:44:53 a4caa8a26152: Download complete 02:44:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 02:44:53 ---> Running in 5a2c1048c718 02:44:53 (1/6) Installing ca-certificates (20211220-r0) 02:44:53 (2/6) Installing brotli-libs (1.0.9-r5) 02:44:53 (3/6) Installing nghttp2-libs (1.43.0-r0) 02:44:53 (4/6) Installing libcurl (7.79.1-r1) 02:44:53 (5/6) Installing curl (7.79.1-r1) 02:44:53 (6/6) Installing dumb-init (1.2.5-r1) 02:44:54 Executing busybox-1.33.1-r7.trigger 02:44:54 Executing ca-certificates-20211220-r0.trigger 02:44:54 OK: 8 MiB in 20 packages 02:44:54 Removing intermediate container 5a2c1048c718 02:44:54 ---> 003702a67fb5 02:44:54 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:54 3f3a8bcf1eab: Verifying Checksum 02:44:54 3f3a8bcf1eab: Download complete 02:44:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 02:44:54 ---> Running in 154ef176d39d 02:44:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 02:44:54 (1/2) Installing dumb-init (1.2.5-r1) 02:44:54 (2/2) Installing su-exec (0.2-r1) 02:44:54 Executing busybox-1.33.1-r7.trigger 02:44:54 OK: 6 MiB in 16 packages 02:44:54 Removing intermediate container 75da364af40a 02:44:54 ---> b24e43f592c8 02:44:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:44:54 ---> Running in f1a5c0fe1722 02:44:54 Removing intermediate container 030b08a32c48 02:44:54 ---> a2f521b248df 02:44:54 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:44:54 ---> Running in c24976f0d2d9 02:44:55 Removing intermediate container f1a5c0fe1722 02:44:55 ---> d8c8a9274997 02:44:55 Step 13/22 : WORKDIR /edgex 02:44:55 ---> Running in bb7883424045 02:44:55 Removing intermediate container 8fc9293d5d26 02:44:55 ---> f230e29dc482 02:44:55 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 02:44:55 ---> Running in 2ae6338a21d4 02:44:55 Removing intermediate container bb7883424045 02:44:55 ---> a7dd78af2fb7 02:44:55 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:44:55 Removing intermediate container 2ae6338a21d4 02:44:55 ---> 62a57c2813f2 02:44:55 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:44:55 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:44:55 ---> Running in f108d205f7e6 02:44:56 Removing intermediate container 154ef176d39d 02:44:56 ---> 95726836ae5b 02:44:56 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 02:44:56 ---> ccade8b75237 02:44:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:44:56 Removing intermediate container f108d205f7e6 02:44:56 ---> 7c46fbebb88c 02:44:56 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:44:56 ---> Running in 36d0579ae88e 02:44:56 ---> Running in 1474f98b73f1 02:44:56 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:44:56 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 02:44:56 ---> c922daad4f42 02:44:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:44:57 v3.15.4-64-g087a7fa5d4 [https://nl.alpinelinux.org/alpine/v3.15/main] 02:44:57 v3.15.4-63-g929a19c729 [https://nl.alpinelinux.org/alpine/v3.15/community] 02:44:57 OK: 15854 distinct packages available 02:44:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:44:57 ---> 2ad38b9ba9bb 02:44:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:44:57 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 02:44:57 Removing intermediate container 1474f98b73f1 02:44:57 ---> e25177899194 02:44:57 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 02:44:57 ---> Running in 5c51bc6da114 02:44:57 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:44:58 Removing intermediate container 5c51bc6da114 02:44:58 ---> 9a492e42e7d4 02:44:58 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:44:58 (1/6) Installing dumb-init (1.2.5-r1) 02:44:58 (2/6) Installing libgcc (10.3.1_git20210424-r2) 02:44:58 ---> 9bc2b77cde40 02:44:58 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:44:58 (1/9) Installing ca-certificates (20211220-r0) 02:44:58 (3/6) Installing libsodium (1.0.18-r0) 02:44:58 (2/9) Installing brotli-libs (1.0.9-r5) 02:44:58 ---> Running in b71747520fb6 02:44:58 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 02:44:58 (3/9) Installing nghttp2-libs (1.46.0-r0) 02:44:58 (4/9) Installing libcurl (7.80.0-r1) 02:44:58 (5/6) Installing libzmq (4.3.4-r0) 02:44:58 ---> c5d711b83276 02:44:58 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:44:58 (5/9) Installing curl (7.80.0-r1) 02:44:58 (6/6) Installing zeromq (4.3.4-r0) 02:44:58 ---> Running in 260eb864ae33 02:44:58 (6/9) Installing dumb-init (1.2.5-r1) 02:44:58 Executing busybox-1.33.1-r7.trigger 02:44:58 OK: 8 MiB in 20 packages 02:44:58 (7/9) Installing musl-obstack (1.2.3-r0) 02:44:58 (8/9) Installing libucontext (1.1-r0) 02:44:59 (9/9) Installing gcompat (1.0.0-r4) 02:44:59 Executing busybox-1.34.1-r5.trigger 02:44:59 Executing ca-certificates-20211220-r0.trigger 02:44:59 OK: 8 MiB in 23 packages 02:44:59 Removing intermediate container 36d0579ae88e 02:44:59 ---> ca3183ed73f7 02:44:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:44:59 Removing intermediate container b71747520fb6 02:44:59 ---> 94259919cf7d 02:44:59 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 02:45:00 ---> Running in f531047d4571 02:45:00 ---> 2d6d80a3fa63 02:45:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:45:00 Removing intermediate container 260eb864ae33 02:45:00 ---> 696253843c2c 02:45:00 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 02:45:00 Removing intermediate container f531047d4571 02:45:00 ---> 2bd4a9ef60c9 02:45:00 Step 20/22 : LABEL arch=x86_64 02:45:00 Removing intermediate container c24976f0d2d9 02:45:00 ---> 32db00552ce3 02:45:00 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 02:45:00 ---> Running in 126b4fa3b05e 02:45:00 ---> 69e3885e00d4 02:45:00 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:45:00 Removing intermediate container 126b4fa3b05e 02:45:00 ---> 55798f0c94d9 02:45:00 Step 21/22 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 02:45:00 ---> 7a1d610d34cc 02:45:00 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:45:01 ---> Running in 1a8a2518f1b2 02:45:01 ---> a77962229d12 02:45:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:45:01 Removing intermediate container 1a8a2518f1b2 02:45:01 ---> 82acb95fdd7a 02:45:01 Step 22/22 : LABEL version=0.0.0 02:45:01 ---> Running in 8d2b560bd35f 02:45:01 ---> abe1964adff1 02:45:01 Step 19/23 : ENTRYPOINT ["/core-data"] 02:45:01 Removing intermediate container 8d2b560bd35f 02:45:01 ---> e461a0732da8 02:45:01 02:45:01 ---> Running in eb8f3e0c2136 02:45:01 Successfully built e461a0732da8 02:45:01 Successfully tagged security-proxy-setup:latest 02:45:01 Building security-spire-config 02:45:02  Building security-proxy-setup ... done  ---> 457a1faec509 02:45:02 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:45:03 Removing intermediate container eb8f3e0c2136 02:45:03 ---> b04b9b0a225e 02:45:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:45:03 ---> 7d7a5bacf0c4 02:45:03 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 02:45:03 ---> 682ee4491fe5 02:45:03 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:45:03 ---> Running in 0e36cd68d04f 02:45:04 Removing intermediate container 0e36cd68d04f 02:45:04 ---> 26a654ce6f5a 02:45:04 Step 21/23 : LABEL arch=x86_64 02:45:04 ---> 232169bea7eb 02:45:04 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 02:45:04 ---> 7819357015fb 02:45:04 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 02:45:04 ---> Running in a3c7ebfea1ff 02:45:04 ---> Running in 03c516266cdb 02:45:05 Removing intermediate container 03c516266cdb 02:45:05 ---> a519a7cfad07 02:45:05 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:45:05 ---> 4b012853b3ac 02:45:05 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 02:45:05 Removing intermediate container a3c7ebfea1ff 02:45:05 ---> d5415fbdd539 02:45:05 Step 22/23 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 02:45:05 ---> Running in 502fe0043202 02:45:05 ---> Running in 678f72d57841 02:45:05 ---> Running in c0f3902f8b0e 02:45:05 Removing intermediate container 502fe0043202 02:45:05 ---> 93f6b5c8b444 02:45:05 Step 18/20 : LABEL arch=x86_64 02:45:06 Removing intermediate container c0f3902f8b0e 02:45:06 ---> 9396f1220bb4 02:45:06 Step 23/23 : LABEL version=0.0.0 02:45:06 ---> Running in d14aaeb5a24b 02:45:06 Removing intermediate container 678f72d57841 02:45:06 ---> 6f890e84c1d1 02:45:06 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:45:06 ---> Running in 96ca68951363 02:45:06 Removing intermediate container d14aaeb5a24b 02:45:06 ---> da44419a03a1 02:45:06 Step 19/20 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 02:45:06 ---> 6186cf1df96d 02:45:06 Step 26/31 : RUN chmod +x /entrypoint.sh 02:45:06 Removing intermediate container 96ca68951363 02:45:06 ---> e2444d9280da 02:45:06 02:45:06 3f3a8bcf1eab: Pull complete 02:45:06 ---> Running in 1b74c442010d 02:45:06 Successfully built e2444d9280da 02:45:06 Successfully tagged core-data:latest 02:45:06  Building core-data ... done Building security-secretstore-setup 02:45:06 ---> Running in 9ee4fb7a6d08 02:45:07 0c92f367c5e7: Pull complete 02:45:07 3096ccb668a1: Pull complete 02:45:07 Removing intermediate container 1b74c442010d 02:45:07 ---> e6a99744f2e0 02:45:07 Step 20/20 : LABEL version=0.0.0 02:45:07 e8cf19c19ddd: Pull complete 02:45:07 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:45:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:45:07 ---> af9d4da3b2b3 02:45:07 Step 3/26 : WORKDIR /edgex-go 02:45:07 ---> Using cache 02:45:07 ---> 3e5bbc6e3f6c 02:45:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:07 ---> Using cache 02:45:07 ---> 788d3ece5ac1 02:45:07 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 02:45:08 ---> Running in d20f5b7f9bde 02:45:08 ---> Running in b6c5ee4ed4f1 02:45:08 Removing intermediate container d20f5b7f9bde 02:45:08 ---> b99b9f275fb4 02:45:08 02:45:08 Successfully built b99b9f275fb4 02:45:08 Successfully tagged security-spiffe-token-provider:latest 02:45:08 Building support-scheduler 02:45:10  Building security-spiffe-token-provider ... done fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:45:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:45:11 OK: 221 MiB in 52 packages 02:45:12 Removing intermediate container 9ee4fb7a6d08 02:45:12 ---> b94d9b4fa8c0 02:45:12 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 02:45:13 ---> Running in cbc1266fdf0d 02:45:13 Removing intermediate container b6c5ee4ed4f1 02:45:13 ---> 76bdb9798a80 02:45:13 Step 6/26 : COPY go.mod vendor* ./ 02:45:13 Removing intermediate container cbc1266fdf0d 02:45:13 ---> 1bb574c58781 02:45:13 Step 28/31 : CMD ["gate"] 02:45:13 ---> Running in db269a1603b5 02:45:13 ---> 6015f217880b 02:45:13 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:14 ---> Running in 7a98ed3bb0eb 02:45:14 a4caa8a26152: Pull complete 02:45:14 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 02:45:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 02:45:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 02:45:14 Removing intermediate container db269a1603b5 02:45:14 ---> 1578691c8c1b 02:45:14 Step 29/31 : LABEL arch=x86_64 02:45:14 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 02:45:14 WORKDIR /edgex 02:45:14 COPY go.mod . 02:45:14 RUN go mod download 02:45:14 + docker build -t ci-base-image-arm64 -f - . 02:45:14 ---> Running in f804b046e59b 02:45:15 Removing intermediate container f804b046e59b 02:45:15 ---> 769f8ea845cf 02:45:15 Step 30/31 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 02:45:15 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:45:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:45:15 ---> af9d4da3b2b3 02:45:15 Step 3/22 : WORKDIR /edgex-go 02:45:15 ---> Using cache 02:45:15 ---> 3e5bbc6e3f6c 02:45:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:15 ---> Using cache 02:45:15 ---> 788d3ece5ac1 02:45:15 Step 5/22 : RUN apk add --update --no-cache make git 02:45:15 ---> Using cache 02:45:15 ---> 250a4e60b11c 02:45:15 Step 6/22 : COPY go.mod vendor* ./ 02:45:15 ---> Using cache 02:45:15 ---> fd57d5bb7c24 02:45:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:15 ---> Using cache 02:45:15 ---> 081373b7492d 02:45:15 Step 8/22 : COPY . . 02:45:15 ---> Using cache 02:45:15 ---> fc722273bbc3 02:45:15 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:45:15 ---> Running in 0849557e4b8e 02:45:15 ---> Running in 0b7624ef7c56 02:45:16 Removing intermediate container 0849557e4b8e 02:45:16 ---> 4141ee7302d2 02:45:16 Step 31/31 : LABEL version=0.0.0 02:45:16 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:45:16 Step 2/25 : FROM ${BUILDER_BASE} AS builder 02:45:16 ---> af9d4da3b2b3 02:45:16 Step 3/25 : WORKDIR /edgex-go 02:45:16 ---> Using cache 02:45:16 ---> 3e5bbc6e3f6c 02:45:16 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:16 ---> Using cache 02:45:16 ---> 788d3ece5ac1 02:45:16 Step 5/25 : RUN apk add --update --no-cache make git 02:45:16 ---> Using cache 02:45:16 ---> 250a4e60b11c 02:45:16 Step 6/25 : COPY go.mod vendor* ./ 02:45:16 ---> Using cache 02:45:16 ---> fd57d5bb7c24 02:45:16 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:16 ---> Using cache 02:45:16 ---> 081373b7492d 02:45:16 Step 8/25 : COPY . . 02:45:16 ---> Using cache 02:45:16 ---> fc722273bbc3 02:45:16 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:45:16 ---> Running in 54bfb07cd9b4 02:45:16 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 02:45:16 ---> Running in 19ca0a25873b 02:45:16 Removing intermediate container 7a98ed3bb0eb 02:45:16 ---> 7812b013d854 02:45:16 Step 8/26 : COPY . . 02:45:16 Removing intermediate container 54bfb07cd9b4 02:45:16 ---> dab7e3200813 02:45:16 02:45:16 Successfully built dab7e3200813 02:45:16 Successfully tagged security-bootstrapper:latest 02:45:16  Building security-bootstrapper ... done Building sys-mgmt-agent 02:45: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/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:45:17 Sending build context to Docker daemon 169.2MB 02:45:17 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 02:45:17 ---> 725f1c02e7f9 02:45:17 Step 2/4 : WORKDIR /edgex 02:45:19 ---> Running in 8b15646e1697 02:45:19 Removing intermediate container 8b15646e1697 02:45:19 ---> 4c879585557d 02:45:19 Step 3/4 : COPY go.mod . 02:45:20 ---> edf61b9e19fa 02:45:20 Step 4/4 : RUN go mod download 02:45:20 ---> Running in 0928f910bf4c 02:45:22 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:45:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:45:22 ---> af9d4da3b2b3 02:45:22 Step 3/23 : WORKDIR /edgex-go 02:45:22 ---> Using cache 02:45:22 ---> 3e5bbc6e3f6c 02:45:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:22 ---> Using cache 02:45:22 ---> 788d3ece5ac1 02:45:22 Step 5/23 : RUN apk add --update --no-cache make bash git 02:45:29 ---> Running in bd1148d01e09 02:45:29 ---> c689c6438bca 02:45:29 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 02:45:29 ---> Running in ef8d2794cb9a 02:45:29 Removing intermediate container ef8d2794cb9a 02:45:29 ---> 19ecff02bd22 02:45:29 Step 10/26 : RUN mkdir -p spire-build 02:45:29 ---> Running in 6e70545d0fdc 02:45:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:45:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:45:30 OK: 221 MiB in 52 packages 02:45:31 Removing intermediate container 6e70545d0fdc 02:45:31 ---> 530091df2ea7 02:45:31 Step 11/26 : WORKDIR /edgex-go/spire-build 02:45:31 ---> Running in 95c684dedc4b 02:45:31 Removing intermediate container bd1148d01e09 02:45:31 ---> c78010903de5 02:45:31 Step 6/23 : COPY go.mod vendor* ./ 02:45:32 Removing intermediate container 95c684dedc4b 02:45:32 ---> 657f1332ce01 02:45:32 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 02:45:32 ---> 53894680ed95 02:45:32 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:32 ---> Running in 7e340c8c3d65 02:45:32 ---> Running in 406ac634e772 02:45:33 spire-1.2.1/ 02:45:33 spire-1.2.1/.data/ 02:45:33 spire-1.2.1/.data/.file 02:45:33 spire-1.2.1/.dockerignore 02:45:33 spire-1.2.1/.gitattributes 02:45:33 spire-1.2.1/.githooks/ 02:45:33 spire-1.2.1/.githooks/pre-commit 02:45:33 spire-1.2.1/.github/ 02:45:33 spire-1.2.1/.github/ISSUE_TEMPLATE.md 02:45:33 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 02:45:33 spire-1.2.1/.github/dependabot.yml 02:45:33 spire-1.2.1/.github/workflows/ 02:45:33 spire-1.2.1/.github/workflows/nightly_build.yaml 02:45:33 spire-1.2.1/.github/workflows/pr_build.yaml 02:45:33 spire-1.2.1/.github/workflows/release_build.yaml 02:45:33 spire-1.2.1/.github/workflows/scripts/ 02:45:33 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 02:45:33 spire-1.2.1/.github/workflows/scripts/push-images.sh 02:45:33 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 02:45:33 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 02:45:33 spire-1.2.1/.github/workflows/scripts/split.sh 02:45:33 spire-1.2.1/.gitignore 02:45:33 spire-1.2.1/.go-version 02:45:33 spire-1.2.1/.golangci.yml 02:45:33 spire-1.2.1/ADOPTERS.md 02:45:33 spire-1.2.1/CHANGELOG.md 02:45:33 spire-1.2.1/CODE-OF-CONDUCT.md 02:45:33 spire-1.2.1/CODEOWNERS 02:45:33 spire-1.2.1/CONTRIBUTING.md 02:45:33 spire-1.2.1/Dockerfile 02:45:33 spire-1.2.1/Dockerfile.dev 02:45:33 spire-1.2.1/Dockerfile.scratch 02:45:33 spire-1.2.1/LICENSE 02:45:33 spire-1.2.1/MAINTAINERS.md 02:45:33 spire-1.2.1/Makefile 02:45:33 spire-1.2.1/README.md 02:45:33 spire-1.2.1/ROADMAP.md 02:45:33 spire-1.2.1/SECURITY.md 02:45:33 spire-1.2.1/cmd/ 02:45:33 spire-1.2.1/cmd/spire-agent/ 02:45:33 spire-1.2.1/cmd/spire-agent/cli/ 02:45:33 spire-1.2.1/cmd/spire-agent/cli/api/ 02:45:33 spire-1.2.1/cmd/spire-agent/cli/api/common.go 02:45:33 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 02:45:33 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 02:45:33 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 02:45:33 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 02:45:33 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 02:45:33 spire-1.2.1/cmd/spire-agent/cli/cli.go 02:45:33 spire-1.2.1/cmd/spire-agent/cli/common/ 02:45:33 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 02:45:33 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 02:45:33 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 02:45:33 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 02:45:33 spire-1.2.1/cmd/spire-agent/cli/run/ 02:45:33 spire-1.2.1/cmd/spire-agent/cli/run/run.go 02:45:33 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 02:45:33 spire-1.2.1/cmd/spire-agent/cli/validate/ 02:45:33 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 02:45:33 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 02:45:33 spire-1.2.1/cmd/spire-agent/main.go 02:45:33 spire-1.2.1/cmd/spire-server/ 02:45:33 spire-1.2.1/cmd/spire-server/cli/ 02:45:33 spire-1.2.1/cmd/spire-server/cli/agent/ 02:45:33 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/agent/count.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/agent/list.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/agent/show.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/bundle/ 02:45:33 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/cli.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/entry/ 02:45:33 spire-1.2.1/cmd/spire-server/cli/entry/count.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/entry/create.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/entry/show.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/entry/update.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/entry/util.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/federation/ 02:45:33 spire-1.2.1/cmd/spire-server/cli/federation/common.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/federation/create.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/federation/list.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/federation/show.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/federation/update.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 02:45:33 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/jwt/ 02:45:33 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/run/ 02:45:33 spire-1.2.1/cmd/spire-server/cli/run/run.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/token/ 02:45:33 spire-1.2.1/cmd/spire-server/cli/token/generate.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/validate/ 02:45:33 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/x509/ 02:45:33 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 02:45:33 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 02:45:33 spire-1.2.1/cmd/spire-server/main.go 02:45:33 spire-1.2.1/cmd/spire-server/util/ 02:45:33 spire-1.2.1/cmd/spire-server/util/util.go 02:45:33 spire-1.2.1/conf/ 02:45:33 spire-1.2.1/conf/agent/ 02:45:33 spire-1.2.1/conf/agent/agent.conf 02:45:33 spire-1.2.1/conf/agent/agent_full.conf 02:45:33 spire-1.2.1/conf/agent/dummy_root_ca.crt 02:45:33 spire-1.2.1/conf/server/ 02:45:33 spire-1.2.1/conf/server/dummy_upstream_ca.crt 02:45:33 spire-1.2.1/conf/server/dummy_upstream_ca.key 02:45:33 spire-1.2.1/conf/server/server.conf 02:45:33 spire-1.2.1/conf/server/server_full.conf 02:45:33 spire-1.2.1/doc/ 02:45:33 spire-1.2.1/doc/SPIRE101.md 02:45:33 spire-1.2.1/doc/auditlog.md 02:45:33 spire-1.2.1/doc/authorization_policy_engine.md 02:45:33 spire-1.2.1/doc/changelog_guidelines.md 02:45:33 spire-1.2.1/doc/cure53-report.pdf 02:45:33 spire-1.2.1/doc/images/ 02:45:33 spire-1.2.1/doc/images/2019_roadmap.png 02:45:33 spire-1.2.1/doc/images/SPIRE101.png 02:45:33 spire-1.2.1/doc/images/SPIRE_agent.png 02:45:33 spire-1.2.1/doc/images/SPIRE_server.png 02:45:33 spire-1.2.1/doc/images/cache_mgr.png 02:45:33 spire-1.2.1/doc/images/cache_mgr_components.png 02:45:33 spire-1.2.1/doc/images/federated_spire.png 02:45:33 spire-1.2.1/doc/images/ha_mode.png 02:45:33 spire-1.2.1/doc/images/nested_spire.png 02:45:33 spire-1.2.1/doc/images/oidc_federation.png 02:45:33 spire-1.2.1/doc/images/single_trust_domain.png 02:45:33 spire-1.2.1/doc/images/spiffe_compatible.png 02:45:33 spire-1.2.1/doc/images/spire_logo.png 02:45:33 spire-1.2.1/doc/migrating_registration_api_clients.md 02:45:33 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 02:45:33 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 02:45:33 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 02:45:33 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 02:45:33 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 02:45:33 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 02:45:33 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 02:45:33 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 02:45:33 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 02:45:33 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 02:45:33 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 02:45:33 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 02:45:33 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 02:45:33 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 02:45:33 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 02:45:33 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 02:45:33 spire-1.2.1/doc/plugin_server_datastore_sql.md 02:45:33 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 02:45:33 spire-1.2.1/doc/plugin_server_keymanager_disk.md 02:45:33 spire-1.2.1/doc/plugin_server_keymanager_memory.md 02:45:33 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 02:45:33 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 02:45:33 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 02:45:33 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 02:45:33 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 02:45:33 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 02:45:33 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 02:45:33 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 02:45:33 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 02:45:33 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 02:45:33 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 02:45:33 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 02:45:33 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 02:45:33 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 02:45:33 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 02:45:33 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 02:45:33 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 02:45:33 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 02:45:33 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 02:45:33 spire-1.2.1/doc/scaling_spire.md 02:45:33 spire-1.2.1/doc/spire_agent.md 02:45:33 spire-1.2.1/doc/spire_server.md 02:45:33 spire-1.2.1/doc/supported_integrations.md 02:45:33 spire-1.2.1/doc/telemetry.md 02:45:33 spire-1.2.1/doc/telemetry_config.md 02:45:33 spire-1.2.1/doc/upgrading.md 02:45:33 spire-1.2.1/doc/using_spire.md 02:45:33 spire-1.2.1/examples/ 02:45:33 spire-1.2.1/examples/README.md 02:45:33 spire-1.2.1/go.mod 02:45:33 spire-1.2.1/go.sum 02:45:33 spire-1.2.1/pkg/ 02:45:33 spire-1.2.1/pkg/agent/ 02:45:33 spire-1.2.1/pkg/agent/agent.go 02:45:33 spire-1.2.1/pkg/agent/api/ 02:45:33 spire-1.2.1/pkg/agent/api/config.go 02:45:33 spire-1.2.1/pkg/agent/api/debug/ 02:45:33 spire-1.2.1/pkg/agent/api/debug/v1/ 02:45:33 spire-1.2.1/pkg/agent/api/debug/v1/service.go 02:45:33 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 02:45:33 spire-1.2.1/pkg/agent/api/delegatedidentity/ 02:45:33 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 02:45:33 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 02:45:33 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 02:45:33 spire-1.2.1/pkg/agent/api/endpoints.go 02:45:33 spire-1.2.1/pkg/agent/api/health/ 02:45:33 spire-1.2.1/pkg/agent/api/health/v1/ 02:45:33 spire-1.2.1/pkg/agent/api/health/v1/service.go 02:45:33 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 02:45:33 spire-1.2.1/pkg/agent/api/rpccontext/ 02:45:33 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 02:45:33 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 02:45:33 spire-1.2.1/pkg/agent/attestor/ 02:45:33 spire-1.2.1/pkg/agent/attestor/node/ 02:45:33 spire-1.2.1/pkg/agent/attestor/node/experimental.go 02:45:33 spire-1.2.1/pkg/agent/attestor/node/node.go 02:45:33 spire-1.2.1/pkg/agent/attestor/node/node_test.go 02:45:33 spire-1.2.1/pkg/agent/attestor/workload/ 02:45:33 spire-1.2.1/pkg/agent/attestor/workload/workload.go 02:45:33 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 02:45:33 spire-1.2.1/pkg/agent/catalog/ 02:45:33 spire-1.2.1/pkg/agent/catalog/catalog.go 02:45:33 spire-1.2.1/pkg/agent/catalog/keymanager.go 02:45:33 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 02:45:33 spire-1.2.1/pkg/agent/catalog/svidstore.go 02:45:33 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 02:45:33 spire-1.2.1/pkg/agent/client/ 02:45:33 spire-1.2.1/pkg/agent/client/client.go 02:45:33 spire-1.2.1/pkg/agent/client/client_test.go 02:45:33 spire-1.2.1/pkg/agent/client/dial.go 02:45:33 spire-1.2.1/pkg/agent/client/nodeconn.go 02:45:33 spire-1.2.1/pkg/agent/client/nodeconn_test.go 02:45:33 spire-1.2.1/pkg/agent/client/update.go 02:45:33 spire-1.2.1/pkg/agent/client/util.go 02:45:33 spire-1.2.1/pkg/agent/common/ 02:45:33 spire-1.2.1/pkg/agent/common/backoff/ 02:45:33 spire-1.2.1/pkg/agent/common/backoff/backoff.go 02:45:33 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 02:45:33 spire-1.2.1/pkg/agent/common/cgroups/ 02:45:33 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 02:45:33 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 02:45:33 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 02:45:33 spire-1.2.1/pkg/agent/config.go 02:45:33 spire-1.2.1/pkg/agent/endpoints/ 02:45:33 spire-1.2.1/pkg/agent/endpoints/config.go 02:45:33 spire-1.2.1/pkg/agent/endpoints/endpoints.go 02:45:33 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 02:45:33 spire-1.2.1/pkg/agent/endpoints/metrics.go 02:45:33 spire-1.2.1/pkg/agent/endpoints/middleware.go 02:45:33 spire-1.2.1/pkg/agent/endpoints/peertracker.go 02:45:33 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 02:45:33 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 02:45:33 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 02:45:33 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 02:45:33 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 02:45:33 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 02:45:33 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 02:45:33 spire-1.2.1/pkg/agent/endpoints/workload/ 02:45:33 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 02:45:33 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 02:45:33 spire-1.2.1/pkg/agent/manager/ 02:45:33 spire-1.2.1/pkg/agent/manager/cache/ 02:45:33 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 02:45:33 spire-1.2.1/pkg/agent/manager/cache/cache.go 02:45:33 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 02:45:33 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 02:45:33 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 02:45:33 spire-1.2.1/pkg/agent/manager/cache/sets.go 02:45:33 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 02:45:33 spire-1.2.1/pkg/agent/manager/config.go 02:45:33 spire-1.2.1/pkg/agent/manager/manager.go 02:45:33 spire-1.2.1/pkg/agent/manager/manager_test.go 02:45:33 spire-1.2.1/pkg/agent/manager/storage.go 02:45:33 spire-1.2.1/pkg/agent/manager/storage_test.go 02:45:33 spire-1.2.1/pkg/agent/manager/storecache/ 02:45:33 spire-1.2.1/pkg/agent/manager/storecache/cache.go 02:45:33 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 02:45:33 spire-1.2.1/pkg/agent/manager/sync.go 02:45:33 spire-1.2.1/pkg/agent/plugin/ 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/ 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 02:45:33 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 02:45:33 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/ 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 02:45:33 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 02:45:33 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 02:45:33 spire-1.2.1/pkg/agent/svid/ 02:45:33 spire-1.2.1/pkg/agent/svid/rotator.go 02:45:33 spire-1.2.1/pkg/agent/svid/rotator_config.go 02:45:33 spire-1.2.1/pkg/agent/svid/rotator_test.go 02:45:33 spire-1.2.1/pkg/agent/svid/store/ 02:45:33 spire-1.2.1/pkg/agent/svid/store/service.go 02:45:33 spire-1.2.1/pkg/agent/svid/store/service_test.go 02:45:33 spire-1.2.1/pkg/common/ 02:45:33 spire-1.2.1/pkg/common/agentpathtemplate/ 02:45:33 spire-1.2.1/pkg/common/agentpathtemplate/template.go 02:45:33 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 02:45:33 spire-1.2.1/pkg/common/api/ 02:45:33 spire-1.2.1/pkg/common/api/metrics.go 02:45:33 spire-1.2.1/pkg/common/api/middleware/ 02:45:33 spire-1.2.1/pkg/common/api/middleware/common_test.go 02:45:33 spire-1.2.1/pkg/common/api/middleware/interceptor.go 02:45:33 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 02:45:33 spire-1.2.1/pkg/common/api/middleware/logger.go 02:45:33 spire-1.2.1/pkg/common/api/middleware/logger_test.go 02:45:33 spire-1.2.1/pkg/common/api/middleware/metrics.go 02:45:33 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 02:45:33 spire-1.2.1/pkg/common/api/middleware/middleware.go 02:45:33 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 02:45:33 spire-1.2.1/pkg/common/api/middleware/misconfig.go 02:45:33 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 02:45:33 spire-1.2.1/pkg/common/api/middleware/names.go 02:45:33 spire-1.2.1/pkg/common/api/middleware/names_test.go 02:45:33 spire-1.2.1/pkg/common/api/names.go 02:45:33 spire-1.2.1/pkg/common/api/ratelimit.go 02:45:33 spire-1.2.1/pkg/common/api/rpccontext/ 02:45:33 spire-1.2.1/pkg/common/api/rpccontext/logger.go 02:45:33 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 02:45:33 spire-1.2.1/pkg/common/api/rpccontext/names.go 02:45:33 spire-1.2.1/pkg/common/auth/ 02:45:33 spire-1.2.1/pkg/common/auth/interceptors.go 02:45:33 spire-1.2.1/pkg/common/auth/interceptors_test.go 02:45:33 spire-1.2.1/pkg/common/auth/untracked_uds.go 02:45:33 spire-1.2.1/pkg/common/bundleutil/ 02:45:33 spire-1.2.1/pkg/common/bundleutil/bundle.go 02:45:33 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 02:45:33 spire-1.2.1/pkg/common/bundleutil/common_test.go 02:45:33 spire-1.2.1/pkg/common/bundleutil/marshal.go 02:45:33 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 02:45:33 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 02:45:33 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 02:45:33 spire-1.2.1/pkg/common/bundleutil/types.go 02:45:33 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 02:45:33 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 02:45:33 spire-1.2.1/pkg/common/catalog/ 02:45:33 spire-1.2.1/pkg/common/catalog/bind.go 02:45:33 spire-1.2.1/pkg/common/catalog/builtin.go 02:45:33 spire-1.2.1/pkg/common/catalog/catalog.go 02:45:33 spire-1.2.1/pkg/common/catalog/catalog_test.go 02:45:33 spire-1.2.1/pkg/common/catalog/closers.go 02:45:33 spire-1.2.1/pkg/common/catalog/cmd_linux.go 02:45:33 spire-1.2.1/pkg/common/catalog/cmd_other.go 02:45:33 spire-1.2.1/pkg/common/catalog/config.go 02:45:33 spire-1.2.1/pkg/common/catalog/config_test.go 02:45:33 spire-1.2.1/pkg/common/catalog/configure.go 02:45:33 spire-1.2.1/pkg/common/catalog/constraints.go 02:45:33 spire-1.2.1/pkg/common/catalog/constraints_test.go 02:45:33 spire-1.2.1/pkg/common/catalog/context.go 02:45:33 spire-1.2.1/pkg/common/catalog/external.go 02:45:33 spire-1.2.1/pkg/common/catalog/host.go 02:45:33 spire-1.2.1/pkg/common/catalog/pipenet.go 02:45:33 spire-1.2.1/pkg/common/catalog/plugin.go 02:45:33 spire-1.2.1/pkg/common/catalog/testplugin/ 02:45:33 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 02:45:33 spire-1.2.1/pkg/common/catalog/testplugin/main.go 02:45:33 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 02:45:33 spire-1.2.1/pkg/common/cli/ 02:45:33 spire-1.2.1/pkg/common/cli/env.go 02:45:33 spire-1.2.1/pkg/common/cli/flags.go 02:45:33 spire-1.2.1/pkg/common/cli/trust_domain.go 02:45:33 spire-1.2.1/pkg/common/cli/trust_domain_test.go 02:45:33 spire-1.2.1/pkg/common/cli/umask.go 02:45:33 spire-1.2.1/pkg/common/cli/umask_posix.go 02:45:33 spire-1.2.1/pkg/common/cli/umask_test.go 02:45:33 spire-1.2.1/pkg/common/cli/umask_windows.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/ 02:45:33 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/flag.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/flag_test.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/format.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/format_test.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/ 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 02:45:33 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 02:45:33 spire-1.2.1/pkg/common/coretypes/ 02:45:33 spire-1.2.1/pkg/common/coretypes/bundle/ 02:45:33 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 02:45:33 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 02:45:33 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 02:45:33 spire-1.2.1/pkg/common/coretypes/bundle/require.go 02:45:33 spire-1.2.1/pkg/common/coretypes/jwtkey/ 02:45:33 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 02:45:33 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 02:45:33 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 02:45:33 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 02:45:33 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 02:45:33 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 02:45:33 spire-1.2.1/pkg/common/coretypes/x509certificate/ 02:45:33 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 02:45:33 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 02:45:33 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 02:45:33 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 02:45:33 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 02:45:33 spire-1.2.1/pkg/common/cryptoutil/ 02:45:33 spire-1.2.1/pkg/common/cryptoutil/keys.go 02:45:33 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 02:45:33 spire-1.2.1/pkg/common/diskutil/ 02:45:33 spire-1.2.1/pkg/common/diskutil/file_posix.go 02:45:33 spire-1.2.1/pkg/common/diskutil/file_test.go 02:45:33 spire-1.2.1/pkg/common/diskutil/file_windows.go 02:45:33 spire-1.2.1/pkg/common/errorutil/ 02:45:33 spire-1.2.1/pkg/common/errorutil/wrapper.go 02:45:33 spire-1.2.1/pkg/common/health/ 02:45:33 spire-1.2.1/pkg/common/health/config.go 02:45:33 spire-1.2.1/pkg/common/health/context.go 02:45:33 spire-1.2.1/pkg/common/health/context_test.go 02:45:33 spire-1.2.1/pkg/common/health/health.go 02:45:33 spire-1.2.1/pkg/common/health/health_test.go 02:45:33 spire-1.2.1/pkg/common/health/logger.go 02:45:33 spire-1.2.1/pkg/common/hostservice/ 02:45:33 spire-1.2.1/pkg/common/hostservice/metricsservice/ 02:45:33 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 02:45:33 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 02:45:33 spire-1.2.1/pkg/common/idutil/ 02:45:33 spire-1.2.1/pkg/common/idutil/require.go 02:45:33 spire-1.2.1/pkg/common/idutil/require_test.go 02:45:33 spire-1.2.1/pkg/common/idutil/safety.go 02:45:33 spire-1.2.1/pkg/common/idutil/safety_test.go 02:45:33 spire-1.2.1/pkg/common/idutil/spiffeid.go 02:45:33 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 02:45:33 spire-1.2.1/pkg/common/jwtsvid/ 02:45:33 spire-1.2.1/pkg/common/jwtsvid/common.go 02:45:33 spire-1.2.1/pkg/common/jwtsvid/sign.go 02:45:33 spire-1.2.1/pkg/common/jwtsvid/token_test.go 02:45:33 spire-1.2.1/pkg/common/jwtsvid/validate.go 02:45:33 spire-1.2.1/pkg/common/jwtutil/ 02:45:33 spire-1.2.1/pkg/common/jwtutil/keyset.go 02:45:33 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 02:45:33 spire-1.2.1/pkg/common/log/ 02:45:33 spire-1.2.1/pkg/common/log/hclog_adapter.go 02:45:33 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 02:45:33 spire-1.2.1/pkg/common/log/log.go 02:45:33 spire-1.2.1/pkg/common/log/log_test.go 02:45:33 spire-1.2.1/pkg/common/log/options.go 02:45:33 spire-1.2.1/pkg/common/nodeutil/ 02:45:33 spire-1.2.1/pkg/common/nodeutil/node.go 02:45:33 spire-1.2.1/pkg/common/nodeutil/node_test.go 02:45:33 spire-1.2.1/pkg/common/peertracker/ 02:45:33 spire-1.2.1/pkg/common/peertracker/conn.go 02:45:33 spire-1.2.1/pkg/common/peertracker/credentials.go 02:45:33 spire-1.2.1/pkg/common/peertracker/errors.go 02:45:33 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 02:45:33 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 02:45:33 spire-1.2.1/pkg/common/peertracker/info.go 02:45:33 spire-1.2.1/pkg/common/peertracker/listener.go 02:45:33 spire-1.2.1/pkg/common/peertracker/listener_test.go 02:45:33 spire-1.2.1/pkg/common/peertracker/peertracker.go 02:45:33 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 02:45:33 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 02:45:33 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 02:45:33 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 02:45:33 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 02:45:33 spire-1.2.1/pkg/common/peertracker/tcp.go 02:45:33 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 02:45:33 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 02:45:33 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 02:45:33 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 02:45:33 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 02:45:33 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 02:45:33 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 02:45:33 spire-1.2.1/pkg/common/peertracker/uds.go 02:45:33 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 02:45:33 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 02:45:33 spire-1.2.1/pkg/common/peertracker/uds_linux.go 02:45:33 spire-1.2.1/pkg/common/pemutil/ 02:45:33 spire-1.2.1/pkg/common/pemutil/block.go 02:45:33 spire-1.2.1/pkg/common/pemutil/certs.go 02:45:33 spire-1.2.1/pkg/common/pemutil/common.go 02:45:33 spire-1.2.1/pkg/common/pemutil/csr.go 02:45:33 spire-1.2.1/pkg/common/pemutil/keys.go 02:45:33 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 02:45:33 spire-1.2.1/pkg/common/pemutil/testdata/ 02:45:33 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 02:45:33 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 02:45:33 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 02:45:33 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 02:45:33 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 02:45:33 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 02:45:33 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 02:45:33 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 02:45:33 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 02:45:33 spire-1.2.1/pkg/common/plugin/ 02:45:33 spire-1.2.1/pkg/common/plugin/aws/ 02:45:33 spire-1.2.1/pkg/common/plugin/aws/iid.go 02:45:33 spire-1.2.1/pkg/common/plugin/azure/ 02:45:33 spire-1.2.1/pkg/common/plugin/azure/msi.go 02:45:33 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 02:45:33 spire-1.2.1/pkg/common/plugin/facade.go 02:45:33 spire-1.2.1/pkg/common/plugin/facade_test.go 02:45:33 spire-1.2.1/pkg/common/plugin/gcp/ 02:45:33 spire-1.2.1/pkg/common/plugin/gcp/iit.go 02:45:33 spire-1.2.1/pkg/common/plugin/k8s/ 02:45:33 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 02:45:33 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 02:45:33 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 02:45:33 spire-1.2.1/pkg/common/plugin/k8s/utils.go 02:45:33 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 02:45:33 spire-1.2.1/pkg/common/plugin/log.go 02:45:33 spire-1.2.1/pkg/common/plugin/sshpop/ 02:45:33 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 02:45:33 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 02:45:33 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 02:45:33 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 02:45:33 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 02:45:33 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 02:45:33 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 02:45:33 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 02:45:33 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 02:45:33 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 02:45:33 spire-1.2.1/pkg/common/plugin/tpmdevid/ 02:45:33 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 02:45:33 spire-1.2.1/pkg/common/plugin/x509pop/ 02:45:33 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 02:45:33 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 02:45:33 spire-1.2.1/pkg/common/profiling/ 02:45:33 spire-1.2.1/pkg/common/profiling/dumpers.go 02:45:33 spire-1.2.1/pkg/common/profiling/profiling.go 02:45:33 spire-1.2.1/pkg/common/protoutil/ 02:45:33 spire-1.2.1/pkg/common/protoutil/masks.go 02:45:33 spire-1.2.1/pkg/common/protoutil/masks_test.go 02:45:33 spire-1.2.1/pkg/common/rotationutil/ 02:45:33 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 02:45:33 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 02:45:33 spire-1.2.1/pkg/common/selector/ 02:45:33 spire-1.2.1/pkg/common/selector/selector.go 02:45:33 spire-1.2.1/pkg/common/selector/selector_test.go 02:45:33 spire-1.2.1/pkg/common/selector/set.go 02:45:33 spire-1.2.1/pkg/common/selector/set_utils.go 02:45:33 spire-1.2.1/pkg/common/selector/set_utils_test.go 02:45:33 spire-1.2.1/pkg/common/telemetry/ 02:45:33 spire-1.2.1/pkg/common/telemetry/agent/ 02:45:33 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 02:45:33 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 02:45:33 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 02:45:33 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 02:45:33 spire-1.2.1/pkg/common/telemetry/agent/manager.go 02:45:33 spire-1.2.1/pkg/common/telemetry/agent/node.go 02:45:33 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 02:45:33 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 02:45:33 spire-1.2.1/pkg/common/telemetry/agent/store/ 02:45:33 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 02:45:33 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 02:45:33 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 02:45:33 spire-1.2.1/pkg/common/telemetry/blackhole.go 02:45:33 spire-1.2.1/pkg/common/telemetry/call.go 02:45:33 spire-1.2.1/pkg/common/telemetry/common/ 02:45:33 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 02:45:33 spire-1.2.1/pkg/common/telemetry/config.go 02:45:33 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 02:45:33 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 02:45:33 spire-1.2.1/pkg/common/telemetry/inmem.go 02:45:33 spire-1.2.1/pkg/common/telemetry/inmem_test.go 02:45:33 spire-1.2.1/pkg/common/telemetry/m3.go 02:45:33 spire-1.2.1/pkg/common/telemetry/m3_test.go 02:45:33 spire-1.2.1/pkg/common/telemetry/metrics.go 02:45:33 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 02:45:33 spire-1.2.1/pkg/common/telemetry/names.go 02:45:33 spire-1.2.1/pkg/common/telemetry/prometheus.go 02:45:33 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 02:45:33 spire-1.2.1/pkg/common/telemetry/sanitize.go 02:45:33 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 02:45:33 spire-1.2.1/pkg/common/telemetry/server/ 02:45:33 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 02:45:33 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 02:45:33 spire-1.2.1/pkg/common/telemetry/server/datastore/ 02:45:33 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 02:45:33 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 02:45:33 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 02:45:33 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 02:45:33 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 02:45:33 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 02:45:33 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 02:45:33 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 02:45:33 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 02:45:33 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 02:45:33 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 02:45:33 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 02:45:33 spire-1.2.1/pkg/common/telemetry/server/rotate.go 02:45:33 spire-1.2.1/pkg/common/telemetry/server/server.go 02:45:33 spire-1.2.1/pkg/common/telemetry/sink.go 02:45:33 spire-1.2.1/pkg/common/telemetry/statsd.go 02:45:33 spire-1.2.1/pkg/common/telemetry/statsd_test.go 02:45:33 spire-1.2.1/pkg/common/telemetry/uptime.go 02:45:33 spire-1.2.1/pkg/common/telemetry/version.go 02:45:33 spire-1.2.1/pkg/common/telemetry/withlabels.go 02:45:33 spire-1.2.1/pkg/common/uptime/ 02:45:33 spire-1.2.1/pkg/common/uptime/uptime.go 02:45:33 spire-1.2.1/pkg/common/uptime/uptime_test.go 02:45:33 spire-1.2.1/pkg/common/util/ 02:45:33 spire-1.2.1/pkg/common/util/certs.go 02:45:33 spire-1.2.1/pkg/common/util/certs_test.go 02:45:33 spire-1.2.1/pkg/common/util/csr.go 02:45:33 spire-1.2.1/pkg/common/util/hash.go 02:45:33 spire-1.2.1/pkg/common/util/selectors.go 02:45:33 spire-1.2.1/pkg/common/util/selectors_test.go 02:45:33 spire-1.2.1/pkg/common/util/signals.go 02:45:33 spire-1.2.1/pkg/common/util/sort.go 02:45:33 spire-1.2.1/pkg/common/util/sort_test.go 02:45:33 spire-1.2.1/pkg/common/util/task.go 02:45:33 spire-1.2.1/pkg/common/util/task_test.go 02:45:33 spire-1.2.1/pkg/common/util/testdata/ 02:45:33 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 02:45:33 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 02:45:33 spire-1.2.1/pkg/common/version/ 02:45:33 spire-1.2.1/pkg/common/version/version.go 02:45:33 spire-1.2.1/pkg/common/x509svid/ 02:45:33 spire-1.2.1/pkg/common/x509svid/common_test.go 02:45:33 spire-1.2.1/pkg/common/x509svid/csr.go 02:45:33 spire-1.2.1/pkg/common/x509svid/upstreamca.go 02:45:33 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 02:45:33 spire-1.2.1/pkg/common/x509util/ 02:45:33 spire-1.2.1/pkg/common/x509util/cert.go 02:45:33 spire-1.2.1/pkg/common/x509util/dns.go 02:45:33 spire-1.2.1/pkg/common/x509util/dns_test.go 02:45:33 spire-1.2.1/pkg/common/x509util/keyid.go 02:45:33 spire-1.2.1/pkg/common/x509util/keypair.go 02:45:33 spire-1.2.1/pkg/common/x509util/serialnumber.go 02:45:33 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 02:45:33 spire-1.2.1/pkg/server/ 02:45:33 spire-1.2.1/pkg/server/api/ 02:45:33 spire-1.2.1/pkg/server/api/agent.go 02:45:33 spire-1.2.1/pkg/server/api/agent/ 02:45:33 spire-1.2.1/pkg/server/api/agent/v1/ 02:45:33 spire-1.2.1/pkg/server/api/agent/v1/service.go 02:45:33 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 02:45:33 spire-1.2.1/pkg/server/api/agent_test.go 02:45:33 spire-1.2.1/pkg/server/api/api.go 02:45:33 spire-1.2.1/pkg/server/api/audit/ 02:45:33 spire-1.2.1/pkg/server/api/audit/audit.go 02:45:33 spire-1.2.1/pkg/server/api/audit/audit_test.go 02:45:33 spire-1.2.1/pkg/server/api/bundle.go 02:45:33 spire-1.2.1/pkg/server/api/bundle/ 02:45:33 spire-1.2.1/pkg/server/api/bundle/v1/ 02:45:33 spire-1.2.1/pkg/server/api/bundle/v1/service.go 02:45:33 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 02:45:33 spire-1.2.1/pkg/server/api/bundle_test.go 02:45:33 spire-1.2.1/pkg/server/api/debug/ 02:45:33 spire-1.2.1/pkg/server/api/debug/v1/ 02:45:33 spire-1.2.1/pkg/server/api/debug/v1/service.go 02:45:33 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 02:45:33 spire-1.2.1/pkg/server/api/entry.go 02:45:33 spire-1.2.1/pkg/server/api/entry/ 02:45:33 spire-1.2.1/pkg/server/api/entry/v1/ 02:45:33 spire-1.2.1/pkg/server/api/entry/v1/service.go 02:45:33 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 02:45:33 spire-1.2.1/pkg/server/api/entry_test.go 02:45:33 spire-1.2.1/pkg/server/api/health/ 02:45:33 spire-1.2.1/pkg/server/api/health/v1/ 02:45:33 spire-1.2.1/pkg/server/api/health/v1/service.go 02:45:33 spire-1.2.1/pkg/server/api/health/v1/service_test.go 02:45:33 spire-1.2.1/pkg/server/api/id.go 02:45:33 spire-1.2.1/pkg/server/api/id_test.go 02:45:33 spire-1.2.1/pkg/server/api/limits/ 02:45:33 spire-1.2.1/pkg/server/api/limits/limits.go 02:45:33 spire-1.2.1/pkg/server/api/middleware/ 02:45:33 spire-1.2.1/pkg/server/api/middleware/alias.go 02:45:33 spire-1.2.1/pkg/server/api/middleware/audit.go 02:45:33 spire-1.2.1/pkg/server/api/middleware/authorization.go 02:45:33 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 02:45:33 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 02:45:33 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 02:45:33 spire-1.2.1/pkg/server/api/middleware/caller.go 02:45:33 spire-1.2.1/pkg/server/api/middleware/caller_test.go 02:45:33 spire-1.2.1/pkg/server/api/middleware/common.go 02:45:33 spire-1.2.1/pkg/server/api/middleware/common_test.go 02:45:33 spire-1.2.1/pkg/server/api/middleware/entries.go 02:45:33 spire-1.2.1/pkg/server/api/middleware/entries_test.go 02:45:33 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 02:45:33 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 02:45:33 spire-1.2.1/pkg/server/api/ratelimit.go 02:45:33 spire-1.2.1/pkg/server/api/rpccontext/ 02:45:33 spire-1.2.1/pkg/server/api/rpccontext/alias.go 02:45:33 spire-1.2.1/pkg/server/api/rpccontext/audit.go 02:45:33 spire-1.2.1/pkg/server/api/rpccontext/caller.go 02:45:33 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 02:45:33 spire-1.2.1/pkg/server/api/selector.go 02:45:33 spire-1.2.1/pkg/server/api/selector_test.go 02:45:33 spire-1.2.1/pkg/server/api/status.go 02:45:33 spire-1.2.1/pkg/server/api/status_test.go 02:45:33 spire-1.2.1/pkg/server/api/svid/ 02:45:33 spire-1.2.1/pkg/server/api/svid/v1/ 02:45:33 spire-1.2.1/pkg/server/api/svid/v1/service.go 02:45:33 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 02:45:33 spire-1.2.1/pkg/server/api/trustdomain.go 02:45:33 spire-1.2.1/pkg/server/api/trustdomain/ 02:45:33 spire-1.2.1/pkg/server/api/trustdomain/v1/ 02:45:33 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 02:45:33 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 02:45:33 spire-1.2.1/pkg/server/api/trustdomain_test.go 02:45:33 spire-1.2.1/pkg/server/authpolicy/ 02:45:33 spire-1.2.1/pkg/server/authpolicy/defaults.go 02:45:33 spire-1.2.1/pkg/server/authpolicy/policy.go 02:45:33 spire-1.2.1/pkg/server/authpolicy/policy.rego 02:45:33 spire-1.2.1/pkg/server/authpolicy/policy_data.json 02:45:33 spire-1.2.1/pkg/server/authpolicy/policy_test.go 02:45:33 spire-1.2.1/pkg/server/authpolicy/validate.go 02:45:33 spire-1.2.1/pkg/server/bundle/ 02:45:33 spire-1.2.1/pkg/server/bundle/client/ 02:45:33 spire-1.2.1/pkg/server/bundle/client/client.go 02:45:33 spire-1.2.1/pkg/server/bundle/client/client_test.go 02:45:33 spire-1.2.1/pkg/server/bundle/client/manager.go 02:45:33 spire-1.2.1/pkg/server/bundle/client/manager_test.go 02:45:33 spire-1.2.1/pkg/server/bundle/client/sources.go 02:45:33 spire-1.2.1/pkg/server/bundle/client/sources_test.go 02:45:33 spire-1.2.1/pkg/server/bundle/client/updater.go 02:45:33 spire-1.2.1/pkg/server/bundle/client/updater_test.go 02:45:33 spire-1.2.1/pkg/server/ca/ 02:45:33 spire-1.2.1/pkg/server/ca/ca.go 02:45:33 spire-1.2.1/pkg/server/ca/ca_health.go 02:45:33 spire-1.2.1/pkg/server/ca/ca_test.go 02:45:33 spire-1.2.1/pkg/server/ca/journal.go 02:45:33 spire-1.2.1/pkg/server/ca/journal_test.go 02:45:33 spire-1.2.1/pkg/server/ca/manager.go 02:45:33 spire-1.2.1/pkg/server/ca/manager_health.go 02:45:33 spire-1.2.1/pkg/server/ca/manager_test.go 02:45:33 spire-1.2.1/pkg/server/ca/templates.go 02:45:33 spire-1.2.1/pkg/server/ca/upstream_client.go 02:45:33 spire-1.2.1/pkg/server/ca/upstream_client_test.go 02:45:33 spire-1.2.1/pkg/server/ca/validation.go 02:45:33 spire-1.2.1/pkg/server/cache/ 02:45:33 spire-1.2.1/pkg/server/cache/dscache/ 02:45:33 spire-1.2.1/pkg/server/cache/dscache/cache.go 02:45:33 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 02:45:33 spire-1.2.1/pkg/server/cache/entrycache/ 02:45:33 spire-1.2.1/pkg/server/cache/entrycache/cache.go 02:45:33 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 02:45:33 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 02:45:33 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 02:45:33 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 02:45:33 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 02:45:33 spire-1.2.1/pkg/server/catalog/ 02:45:33 spire-1.2.1/pkg/server/catalog/catalog.go 02:45:33 spire-1.2.1/pkg/server/catalog/keymanager.go 02:45:33 spire-1.2.1/pkg/server/catalog/nodeattestor.go 02:45:33 spire-1.2.1/pkg/server/catalog/noderesolver.go 02:45:33 spire-1.2.1/pkg/server/catalog/notifier.go 02:45:33 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 02:45:33 spire-1.2.1/pkg/server/config.go 02:45:33 spire-1.2.1/pkg/server/datastore/ 02:45:33 spire-1.2.1/pkg/server/datastore/datastore.go 02:45:33 spire-1.2.1/pkg/server/datastore/datastore_health.go 02:45:33 spire-1.2.1/pkg/server/datastore/repository.go 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/ 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 02:45:33 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 02:45:33 spire-1.2.1/pkg/server/endpoints/ 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/ 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/config.go 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/server.go 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 02:45:33 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 02:45:33 spire-1.2.1/pkg/server/endpoints/config.go 02:45:33 spire-1.2.1/pkg/server/endpoints/endpoints.go 02:45:33 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 02:45:33 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 02:45:33 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 02:45:33 spire-1.2.1/pkg/server/endpoints/middleware.go 02:45:33 spire-1.2.1/pkg/server/endpoints/middleware_test.go 02:45:33 spire-1.2.1/pkg/server/hostservice/ 02:45:33 spire-1.2.1/pkg/server/hostservice/agentstore/ 02:45:33 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 02:45:33 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 02:45:33 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 02:45:33 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 02:45:33 spire-1.2.1/pkg/server/hostservice/identityprovider/ 02:45:33 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 02:45:33 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/ 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/ 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/base/ 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/test/ 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 02:45:33 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/ 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 02:45:33 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/noderesolver/ 02:45:33 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 02:45:33 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 02:45:33 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 02:45:33 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 02:45:33 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 02:45:33 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 02:45:33 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/notifier/ 02:45:33 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 02:45:33 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 02:45:33 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 02:45:33 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 02:45:33 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 02:45:33 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 02:45:33 spire-1.2.1/pkg/server/plugin/notifier/repository.go 02:45:33 spire-1.2.1/pkg/server/plugin/notifier/v1.go 02:45:33 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 02:45:33 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 02:45:33 spire-1.2.1/pkg/server/registration/ 02:45:33 spire-1.2.1/pkg/server/registration/manager.go 02:45:33 spire-1.2.1/pkg/server/registration/manager_test.go 02:45:33 spire-1.2.1/pkg/server/scanentries.go 02:45:33 spire-1.2.1/pkg/server/scanentries_test.go 02:45:33 spire-1.2.1/pkg/server/server.go 02:45:33 spire-1.2.1/pkg/server/server_test.go 02:45:33 spire-1.2.1/pkg/server/svid/ 02:45:33 spire-1.2.1/pkg/server/svid/observer.go 02:45:33 spire-1.2.1/pkg/server/svid/observer_test.go 02:45:33 spire-1.2.1/pkg/server/svid/rotator.go 02:45:33 spire-1.2.1/pkg/server/svid/rotator_config.go 02:45:33 spire-1.2.1/pkg/server/svid/rotator_config_test.go 02:45:33 spire-1.2.1/pkg/server/svid/rotator_test.go 02:45:33 spire-1.2.1/proto/ 02:45:33 spire-1.2.1/proto/private/ 02:45:33 spire-1.2.1/proto/private/server/ 02:45:33 spire-1.2.1/proto/private/server/journal/ 02:45:33 spire-1.2.1/proto/private/server/journal/journal.pb.go 02:45:33 spire-1.2.1/proto/private/server/journal/journal.proto 02:45:33 spire-1.2.1/proto/spire/ 02:45:33 spire-1.2.1/proto/spire/common/ 02:45:33 spire-1.2.1/proto/spire/common/common.pb.go 02:45:33 spire-1.2.1/proto/spire/common/common.proto 02:45:33 spire-1.2.1/proto/spire/common/plugin/ 02:45:33 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 02:45:33 spire-1.2.1/proto/spire/common/plugin/plugin.proto 02:45:33 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 02:45:33 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 02:45:33 spire-1.2.1/proto/spire/plugin/ 02:45:33 spire-1.2.1/proto/spire/plugin/agent/ 02:45:33 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 02:45:33 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 02:45:33 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 02:45:33 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 02:45:33 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 02:45:33 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 02:45:33 spire-1.2.1/release/ 02:45:33 spire-1.2.1/release/spire-extras/ 02:45:33 spire-1.2.1/release/spire-extras/README.md 02:45:33 spire-1.2.1/release/spire-extras/conf/ 02:45:33 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 02:45:33 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 02:45:33 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 02:45:33 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 02:45:33 spire-1.2.1/release/spire/ 02:45:33 spire-1.2.1/release/spire/README.md 02:45:33 spire-1.2.1/release/spire/conf/ 02:45:33 spire-1.2.1/release/spire/conf/agent/ 02:45:33 spire-1.2.1/release/spire/conf/agent/agent.conf 02:45:33 spire-1.2.1/release/spire/conf/server/ 02:45:33 spire-1.2.1/release/spire/conf/server/server.conf 02:45:33 spire-1.2.1/script/ 02:45:33 spire-1.2.1/script/build-artifact.sh 02:45:33 spire-1.2.1/script/generate_dummy_ca.sh 02:45:33 spire-1.2.1/support/ 02:45:33 spire-1.2.1/support/k8s/ 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/ 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 02:45:33 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 02:45:33 spire-1.2.1/support/oidc-discovery-provider/ 02:45:33 spire-1.2.1/support/oidc-discovery-provider/README.md 02:45:33 spire-1.2.1/support/oidc-discovery-provider/common_test.go 02:45:33 spire-1.2.1/support/oidc-discovery-provider/config.go 02:45:33 spire-1.2.1/support/oidc-discovery-provider/config_test.go 02:45:33 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 02:45:33 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 02:45:33 spire-1.2.1/support/oidc-discovery-provider/handler.go 02:45:33 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 02:45:33 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 02:45:33 spire-1.2.1/support/oidc-discovery-provider/main.go 02:45:33 spire-1.2.1/support/oidc-discovery-provider/server_api.go 02:45:33 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 02:45:33 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 02:45:33 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 02:45:33 spire-1.2.1/test/ 02:45:33 spire-1.2.1/test/clock/ 02:45:33 spire-1.2.1/test/clock/clock.go 02:45:33 spire-1.2.1/test/fakes/ 02:45:33 spire-1.2.1/test/fakes/fakeagentcatalog/ 02:45:33 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 02:45:33 spire-1.2.1/test/fakes/fakeagentkeymanager/ 02:45:33 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 02:45:33 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 02:45:33 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 02:45:33 spire-1.2.1/test/fakes/fakeagentstore/ 02:45:33 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 02:45:33 spire-1.2.1/test/fakes/fakedatastore/ 02:45:33 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 02:45:33 spire-1.2.1/test/fakes/fakeentryclient/ 02:45:33 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 02:45:33 spire-1.2.1/test/fakes/fakehealthchecker/ 02:45:33 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 02:45:33 spire-1.2.1/test/fakes/fakeidentityprovider/ 02:45:33 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 02:45:33 spire-1.2.1/test/fakes/fakemetrics/ 02:45:33 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 02:45:33 spire-1.2.1/test/fakes/fakenoderesolver/ 02:45:33 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 02:45:33 spire-1.2.1/test/fakes/fakenotifier/ 02:45:33 spire-1.2.1/test/fakes/fakenotifier/notifier.go 02:45:33 spire-1.2.1/test/fakes/fakepluginmetrics/ 02:45:33 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 02:45:33 spire-1.2.1/test/fakes/fakeserverca/ 02:45:33 spire-1.2.1/test/fakes/fakeserverca/serverca.go 02:45:33 spire-1.2.1/test/fakes/fakeservercatalog/ 02:45:33 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 02:45:33 spire-1.2.1/test/fakes/fakeserverkeymanager/ 02:45:33 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 02:45:33 spire-1.2.1/test/fakes/fakeservernodeattestor/ 02:45:33 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 02:45:33 spire-1.2.1/test/fakes/fakeupstreamauthority/ 02:45:33 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 02:45:33 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 02:45:33 spire-1.2.1/test/fakes/fakeworkloadapi/ 02:45:33 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 02:45:33 spire-1.2.1/test/fakes/fakeworkloadattestor/ 02:45:33 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 02:45:33 spire-1.2.1/test/fixture/ 02:45:33 spire-1.2.1/test/fixture/certs/ 02:45:33 spire-1.2.1/test/fixture/certs/agent_svid.der 02:45:33 spire-1.2.1/test/fixture/certs/base_cert.pem 02:45:33 spire-1.2.1/test/fixture/certs/base_csr.pem 02:45:33 spire-1.2.1/test/fixture/certs/base_key.pem 02:45:33 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 02:45:33 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 02:45:33 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 02:45:33 spire-1.2.1/test/fixture/certs/blog_cert.pem 02:45:33 spire-1.2.1/test/fixture/certs/blog_csr.pem 02:45:33 spire-1.2.1/test/fixture/certs/blog_key.pem 02:45:33 spire-1.2.1/test/fixture/certs/bundle.der 02:45:33 spire-1.2.1/test/fixture/certs/ca.pem 02:45:33 spire-1.2.1/test/fixture/certs/ca_key.pem 02:45:33 spire-1.2.1/test/fixture/certs/database_cert.pem 02:45:33 spire-1.2.1/test/fixture/certs/database_csr.pem 02:45:33 spire-1.2.1/test/fixture/certs/database_key.pem 02:45:33 spire-1.2.1/test/fixture/certs/node_cert.pem 02:45:33 spire-1.2.1/test/fixture/certs/node_csr.pem 02:45:33 spire-1.2.1/test/fixture/certs/node_key.pem 02:45:33 spire-1.2.1/test/fixture/certs/svid.pem 02:45:33 spire-1.2.1/test/fixture/certs/svid_key.pem 02:45:33 spire-1.2.1/test/fixture/config/ 02:45:33 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 02:45:33 spire-1.2.1/test/fixture/config/agent_good.conf 02:45:33 spire-1.2.1/test/fixture/config/agent_good_templated.conf 02:45:33 spire-1.2.1/test/fixture/config/plugin_good.conf 02:45:33 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 02:45:33 spire-1.2.1/test/fixture/config/server_good.conf 02:45:33 spire-1.2.1/test/fixture/config/server_good_templated.conf 02:45:33 spire-1.2.1/test/fixture/fixture.go 02:45:33 spire-1.2.1/test/fixture/nodeattestor/ 02:45:33 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 02:45:33 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 02:45:33 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 02:45:33 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 02:45:33 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 02:45:33 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 02:45:33 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 02:45:33 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 02:45:33 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 02:45:33 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 02:45:33 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 02:45:33 spire-1.2.1/test/fixture/registration/ 02:45:33 spire-1.2.1/test/fixture/registration/entries.json 02:45:33 spire-1.2.1/test/fixture/registration/good-for-update.json 02:45:33 spire-1.2.1/test/fixture/registration/good.json 02:45:33 spire-1.2.1/test/fixture/registration/invalid.json 02:45:33 spire-1.2.1/test/fixture/registration/invalid_json.json 02:45:33 spire-1.2.1/test/fixture/registration/manager_test_entries.json 02:45:33 spire-1.2.1/test/integration/ 02:45:33 spire-1.2.1/test/integration/README.md 02:45:33 spire-1.2.1/test/integration/common 02:45:33 spire-1.2.1/test/integration/setup/ 02:45:33 spire-1.2.1/test/integration/setup/adminclient/ 02:45:33 spire-1.2.1/test/integration/setup/adminclient/build.sh 02:45:33 spire-1.2.1/test/integration/setup/adminclient/client.go 02:45:33 spire-1.2.1/test/integration/setup/debugagent/ 02:45:33 spire-1.2.1/test/integration/setup/debugagent/build.sh 02:45:33 spire-1.2.1/test/integration/setup/debugagent/main.go 02:45:33 spire-1.2.1/test/integration/setup/debugserver/ 02:45:33 spire-1.2.1/test/integration/setup/debugserver/build.sh 02:45:33 spire-1.2.1/test/integration/setup/debugserver/main.go 02:45:33 spire-1.2.1/test/integration/setup/downstreamclient/ 02:45:33 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 02:45:33 spire-1.2.1/test/integration/setup/downstreamclient/client.go 02:45:33 spire-1.2.1/test/integration/setup/itclient/ 02:45:33 spire-1.2.1/test/integration/setup/itclient/client.go 02:45:33 spire-1.2.1/test/integration/setup/node-attestation/ 02:45:33 spire-1.2.1/test/integration/setup/node-attestation/build.sh 02:45:33 spire-1.2.1/test/integration/setup/node-attestation/client.go 02:45:33 spire-1.2.1/test/integration/setup/x509pop/ 02:45:33 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 02:45:33 spire-1.2.1/test/integration/setup/x509pop/setup.sh 02:45:33 spire-1.2.1/test/integration/suites/ 02:45:33 spire-1.2.1/test/integration/suites/admin-endpoints/ 02:45:33 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 02:45:33 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 02:45:33 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 02:45:33 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 02:45:33 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 02:45:33 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 02:45:33 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 02:45:33 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 02:45:33 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 02:45:33 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 02:45:33 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 02:45:33 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 02:45:33 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 02:45:33 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 02:45:33 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 02:45:33 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 02:45:33 spire-1.2.1/test/integration/suites/datastore-mysql/ 02:45:33 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 02:45:33 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 02:45:33 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 02:45:33 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres/ 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 02:45:33 spire-1.2.1/test/integration/suites/debug-endpoints/ 02:45:33 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 02:45:33 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 02:45:33 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 02:45:33 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 02:45:33 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 02:45:33 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 02:45:33 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 02:45:33 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 02:45:33 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 02:45:33 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 02:45:33 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 02:45:33 spire-1.2.1/test/integration/suites/downstream-endpoints/ 02:45:33 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 02:45:33 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 02:45:33 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 02:45:33 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 02:45:33 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 02:45:33 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 02:45:33 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 02:45:33 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 02:45:33 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 02:45:33 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 02:45:33 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 02:45:33 spire-1.2.1/test/integration/suites/join-token/ 02:45:33 spire-1.2.1/test/integration/suites/join-token/01-start-server 02:45:33 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 02:45:33 spire-1.2.1/test/integration/suites/join-token/03-start-agent 02:45:33 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 02:45:33 spire-1.2.1/test/integration/suites/join-token/05-check-svid 02:45:33 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 02:45:33 spire-1.2.1/test/integration/suites/join-token/README.md 02:45:33 spire-1.2.1/test/integration/suites/join-token/conf/ 02:45:33 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 02:45:33 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/join-token/conf/server/ 02:45:33 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/join-token/teardown 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/ 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 02:45:33 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/ 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 02:45:33 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 02:45:33 spire-1.2.1/test/integration/suites/k8s/ 02:45:33 spire-1.2.1/test/integration/suites/k8s/00-setup 02:45:33 spire-1.2.1/test/integration/suites/k8s/01-apply-config 02:45:33 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 02:45:33 spire-1.2.1/test/integration/suites/k8s/README.md 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/ 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/server/ 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 02:45:33 spire-1.2.1/test/integration/suites/k8s/init-kubectl 02:45:33 spire-1.2.1/test/integration/suites/k8s/teardown 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/README.md 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/root/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/nested-rotation/teardown 02:45:33 spire-1.2.1/test/integration/suites/node-attestation/ 02:45:33 spire-1.2.1/test/integration/suites/node-attestation/00-setup 02:45:33 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 02:45:33 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 02:45:33 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 02:45:33 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 02:45:33 spire-1.2.1/test/integration/suites/node-attestation/README.md 02:45:33 spire-1.2.1/test/integration/suites/node-attestation/conf/ 02:45:33 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 02:45:33 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 02:45:33 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/node-attestation/teardown 02:45:33 spire-1.2.1/test/integration/suites/rotation/ 02:45:33 spire-1.2.1/test/integration/suites/rotation/00-setup 02:45:33 spire-1.2.1/test/integration/suites/rotation/01-start-server 02:45:33 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 02:45:33 spire-1.2.1/test/integration/suites/rotation/03-start-agent 02:45:33 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 02:45:33 spire-1.2.1/test/integration/suites/rotation/05-check-svids 02:45:33 spire-1.2.1/test/integration/suites/rotation/README.md 02:45:33 spire-1.2.1/test/integration/suites/rotation/conf/ 02:45:33 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 02:45:33 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/rotation/conf/server/ 02:45:33 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/rotation/teardown 02:45:33 spire-1.2.1/test/integration/suites/self-test/ 02:45:33 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 02:45:33 spire-1.2.1/test/integration/suites/self-test/README.md 02:45:33 spire-1.2.1/test/integration/suites/self-test/teardown 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/ 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 02:45:33 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 02:45:33 spire-1.2.1/test/integration/suites/upgrade/ 02:45:33 spire-1.2.1/test/integration/suites/upgrade/00-setup 02:45:33 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 02:45:33 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 02:45:33 spire-1.2.1/test/integration/suites/upgrade/README.md 02:45:33 spire-1.2.1/test/integration/suites/upgrade/conf/ 02:45:33 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 02:45:33 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 02:45:33 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 02:45:33 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 02:45:33 spire-1.2.1/test/integration/suites/upgrade/teardown 02:45:33 spire-1.2.1/test/integration/suites/upgrade/versions.txt 02:45:33 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 02:45:33 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 02:45:33 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 02:45:33 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 02:45:33 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 02:45:33 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 02:45:33 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 02:45:33 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 02:45:33 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 02:45:33 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 02:45:33 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 02:45:33 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 02:45:33 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 02:45:33 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 02:45:33 spire-1.2.1/test/integration/test-one.sh 02:45:33 spire-1.2.1/test/integration/test.sh 02:45:33 spire-1.2.1/test/plugintest/ 02:45:33 spire-1.2.1/test/plugintest/config.go 02:45:33 spire-1.2.1/test/plugintest/load.go 02:45:33 spire-1.2.1/test/plugintest/option.go 02:45:33 spire-1.2.1/test/spiretest/ 02:45:33 spire-1.2.1/test/spiretest/apiserver.go 02:45:33 spire-1.2.1/test/spiretest/assertions.go 02:45:33 spire-1.2.1/test/spiretest/dir.go 02:45:33 spire-1.2.1/test/spiretest/errors_posix.go 02:45:33 spire-1.2.1/test/spiretest/errors_windows.go 02:45:33 spire-1.2.1/test/spiretest/logs.go 02:45:33 spire-1.2.1/test/spiretest/socketapi.go 02:45:33 spire-1.2.1/test/spiretest/suite.go 02:45:33 spire-1.2.1/test/spiretest/x509.go 02:45:33 spire-1.2.1/test/testca/ 02:45:33 spire-1.2.1/test/testca/ca.go 02:45:33 spire-1.2.1/test/testkey/ 02:45:33 spire-1.2.1/test/testkey/generate.sh 02:45:33 spire-1.2.1/test/testkey/genkeys.go 02:45:33 spire-1.2.1/test/testkey/keys.go 02:45:33 spire-1.2.1/test/testkey/new.go 02:45:33 spire-1.2.1/test/tpmsimulator/ 02:45:33 spire-1.2.1/test/tpmsimulator/simulator.go 02:45:33 spire-1.2.1/test/util/ 02:45:33 spire-1.2.1/test/util/cert_fixtures.go 02:45:33 spire-1.2.1/test/util/cert_generation.go 02:45:33 spire-1.2.1/test/util/io_redirection.go 02:45:33 spire-1.2.1/test/util/race.go 02:45:33 spire-1.2.1/test/util/util.go 02:45:33 building spire from source... 02:45:33 Installing go1.17.7... 02:45:35 Removing intermediate container 406ac634e772 02:45:35 ---> 85461e2f8d3b 02:45:35 Step 8/23 : COPY . . 02:45:37 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 02:45:39 Building bin/spire-server... 02:45:39 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 02:45:39 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 02:45:39 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 02:45:39 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 02:45:39 go: downloading github.com/mitchellh/cli v1.1.2 02:45:39 go: downloading github.com/imdario/mergo v0.3.12 02:45:39 go: downloading github.com/sirupsen/logrus v1.8.1 02:45:39 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 02:45:39 go: downloading github.com/hashicorp/go-hclog v1.1.0 02:45:39 go: downloading google.golang.org/grpc v1.44.0 02:45:39 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 02:45:39 go: downloading github.com/fatih/color v1.13.0 02:45:39 go: downloading github.com/mattn/go-isatty v0.0.14 02:45:39 go: downloading github.com/hashicorp/go-plugin v1.4.3 02:45:39 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 02:45:39 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 02:45:39 go: downloading github.com/InVisionApp/go-logger v1.0.1 02:45:39 go: downloading github.com/armon/go-metrics v0.3.10 02:45:40 go: downloading github.com/prometheus/client_golang v1.12.1 02:45:40 go: downloading github.com/uber-go/tally/v4 v4.1.1 02:45:40 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 02:45:40 go: downloading github.com/open-policy-agent/opa v0.38.0 02:45:40 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 02:45:40 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 02:45:40 go: downloading github.com/mattn/go-colorable v0.1.12 02:45:40 go: downloading github.com/Masterminds/goutils v1.1.0 02:45:40 go: downloading github.com/Masterminds/semver v1.5.0 02:45:40 go: downloading github.com/google/uuid v1.1.2 02:45:40 go: downloading github.com/huandu/xstrings v1.3.2 02:45:40 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 02:45:40 go: downloading github.com/oklog/run v1.0.0 02:45:40 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 02:45:40 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 02:45:40 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 02:45:40 go: downloading github.com/imkira/go-observer v1.0.3 02:45:40 go: downloading github.com/prometheus/client_model v0.2.0 02:45:40 go: downloading github.com/prometheus/common v0.32.1 02:45:40 go: downloading github.com/beorn7/perks v1.0.1 02:45:40 go: downloading github.com/cespare/xxhash/v2 v2.1.2 02:45:40 go: downloading github.com/prometheus/procfs v0.7.3 02:45:40 go: downloading go.uber.org/atomic v1.9.0 02:45:40 go: downloading github.com/mitchellh/reflectwalk v1.0.1 02:45:40 go: downloading github.com/hashicorp/errwrap v1.1.0 02:45:40 go: downloading github.com/hashicorp/golang-lru v0.5.4 02:45:40 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 02:45:40 go: downloading github.com/blang/semver/v4 v4.0.0 02:45:40 go: downloading github.com/go-sql-driver/mysql v1.6.0 02:45:40 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 02:45:40 go: downloading github.com/jinzhu/gorm v1.9.16 02:45:40 go: downloading github.com/lib/pq v1.10.4 02:45:40 go: downloading github.com/mattn/go-sqlite3 v1.14.12 02:45:40 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 02:45:40 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 02:45:41 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 02:45:41 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 02:45:41 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 02:45:41 go: downloading github.com/stretchr/testify v1.7.0 02:45:41 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 02:45:42 go: downloading google.golang.org/api v0.70.0 02:45:42 go: downloading github.com/aws/aws-sdk-go v1.43.0 02:45:45 go: downloading k8s.io/client-go v0.23.4 02:45:45 go: downloading k8s.io/api v0.23.4 02:45:45 go: downloading github.com/google/go-tpm v0.3.3 02:45:45 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 02:45:45 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 02:45:45 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 02:45:45 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 02:45:45 go: downloading k8s.io/apimachinery v0.23.4 02:45:45  ---> 82e43d1bac0b 02:45:45 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:45:45 go: downloading k8s.io/kube-aggregator v0.23.3 02:45:45 go: downloading cloud.google.com/go/storage v1.21.0 02:45:45 go: downloading sigs.k8s.io/controller-runtime v0.11.1 02:45:45 go: downloading cloud.google.com/go/security v1.3.0 02:45:45 go: downloading cloud.google.com/go v0.100.2 02:45:46 go: downloading github.com/hashicorp/vault/api v1.4.1 02:45:46 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 02:45:46 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 02:45:46 go: downloading github.com/twmb/murmur3 v1.1.6 02:45:46 go: downloading github.com/jinzhu/inflection v1.0.0 02:45:46 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 02:45:46 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 02:45:46 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 02:45:46 go: downloading github.com/aws/smithy-go v1.11.0 02:45:46 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 02:45:46 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 02:45:46 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 02:45:46 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 02:45:46 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 02:45:46 go: downloading github.com/Azure/go-autorest/logger v0.2.1 02:45:46 go: downloading github.com/dimchansky/utfbom v1.1.1 02:45:46 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 02:45:46 go: downloading k8s.io/klog/v2 v2.30.0 02:45:46 go: downloading github.com/gogo/protobuf v1.3.2 02:45:46 go: downloading github.com/google/gofuzz v1.1.0 02:45:46 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 02:45:46 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 02:45:46 go: downloading github.com/spf13/pflag v1.0.5 02:45:46 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 02:45:47 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 02:45:47 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 02:45:47 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 02:45:47 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 02:45:47 go: downloading github.com/hashicorp/vault/sdk v0.4.1 02:45:47 go: downloading github.com/mitchellh/mapstructure v1.4.3 02:45:47 go: downloading github.com/tklauser/go-sysconf v0.3.9 02:45:47 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 02:45:47 go: downloading cloud.google.com/go/compute v1.3.0 02:45:47 go: downloading cloud.google.com/go/iam v0.1.1 02:45:47 go: downloading github.com/OneOfOne/xxhash v1.2.8 02:45:47 go: downloading gopkg.in/yaml.v2 v2.4.0 02:45:47 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 02:45:47 go: downloading github.com/gobwas/glob v0.2.3 02:45:47 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 02:45:47 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 02:45:47 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 02:45:47 go: downloading go.opencensus.io v0.23.0 02:45:47 go: downloading github.com/jmespath/go-jmespath v0.4.0 02:45:47 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 02:45:47 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 02:45:47  ---> Running in 880a39c11d4e 02:45:47 go: downloading github.com/go-logr/logr v1.2.2 02:45:47 go: downloading gopkg.in/inf.v0 v0.9.1 02:45:47 go: downloading github.com/google/go-cmp v0.5.7 02:45:47 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 02:45:47 go: downloading github.com/googleapis/gnostic v0.5.5 02:45:47 go: downloading github.com/json-iterator/go v1.1.12 02:45:47 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 02:45:47 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 02:45:47 go: downloading go.uber.org/zap v1.21.0 02:45:47 go: downloading github.com/tklauser/numcpus v0.3.0 02:45:47 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 02:45:47 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 02:45:47 go: downloading sigs.k8s.io/yaml v1.3.0 02:45:47 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 02:45:47 go: downloading github.com/hashicorp/go-uuid v1.0.2 02:45:47 go: downloading github.com/hashicorp/go-version v1.2.0 02:45:47 go: downloading github.com/golang/snappy v0.0.4 02:45:47 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 02:45:47 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 02:45:47 go: downloading github.com/ryanuber/go-glob v1.0.0 02:45:47 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 02:45:47 go: downloading github.com/modern-go/reflect2 v1.0.2 02:45:47 go: downloading go.uber.org/multierr v1.6.0 02:45:47 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 02:45:47 Removing intermediate container 19ca0a25873b 02:45:47 ---> a3541d058ae2 02:45:47 02:45:47 Step 10/25 : FROM alpine:3.14 02:45:47 ---> e04c818066af 02:45:47 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 02:45:48 ---> Running in 27be99289a89 02:45:48 Removing intermediate container 0b7624ef7c56 02:45:48 ---> ea0847cdc219 02:45:48 02:45:48 Step 10/22 : FROM alpine:3.14 02:45:48 ---> e04c818066af 02:45:48 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:45: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-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:45:48 ---> Running in d23d9805101f 02:45:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 02:45:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 02:45:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 02:45:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 02:45:48 (1/3) Installing ca-certificates (20211220-r0) 02:45:48 (2/3) Installing dumb-init (1.2.5-r1) 02:45:48 (3/3) Installing su-exec (0.2-r1) 02:45:48 Executing busybox-1.33.1-r7.trigger 02:45:48 Executing ca-certificates-20211220-r0.trigger 02:45:48 OK: 6 MiB in 17 packages 02:45:48 (1/1) Installing dumb-init (1.2.5-r1) 02:45:48 Executing busybox-1.33.1-r7.trigger 02:45:48 OK: 6 MiB in 15 packages 02:45:49 Removing intermediate container d23d9805101f 02:45:49 ---> 8f3be33b249d 02:45:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:45:49 ---> Running in c81fffd9b51a 02:45:49 Removing intermediate container 27be99289a89 02:45:49 ---> 52eeaa58104c 02:45:49 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:45:49 ---> Running in d7618a61bd89 02:45:49 Removing intermediate container c81fffd9b51a 02:45:49 ---> 8a86894bcf2d 02:45:49 Step 13/22 : ENV APP_PORT=59861 02:45:49 ---> Running in b16402590e77 02:45:49 Removing intermediate container d7618a61bd89 02:45:49 ---> 69a091296916 02:45:49 Step 13/25 : WORKDIR / 02:45:50 ---> Running in 46b26444a42d 02:45:50 Removing intermediate container b16402590e77 02:45:50 ---> bd86a769ab7d 02:45:50 Step 14/22 : EXPOSE $APP_PORT 02:45:50 ---> Running in be3fa2fbc6bb 02:45:50 Removing intermediate container 46b26444a42d 02:45:50 ---> 35a65cce5756 02:45:50 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:45:50 Removing intermediate container be3fa2fbc6bb 02:45:50 ---> b8534a005fd7 02:45:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:45:50 ---> 287037b2c94c 02:45:50 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:45:50 ---> 445c5e8617d3 02:45:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:45:50 ---> 0d1a5fad5c38 02:45:50 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:45:52 ---> 36531b2695aa 02:45:52 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 02:45:53 ---> f2305234f944 02:45:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:45:54 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 02:45:54 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 02:45:55  ---> 1a1babca3bee 02:45:55 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:45:55 ---> c9daa84c3f1d 02:45:55 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:45:55 ---> Running in c66d2cdae608 02:45:55 ---> aee3f1e30708 02:45:55 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:45:55 Removing intermediate container c66d2cdae608 02:45:55 ---> cbed56882c81 02:45:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:45:55 ---> Running in 987dfed56340 02:45:55 Removing intermediate container 987dfed56340 02:45:55 ---> 15d16de74d82 02:45:55 Step 20/22 : LABEL arch=x86_64 02:45:55 ---> Running in 2590fe33c97e 02:45:56 Removing intermediate container 2590fe33c97e 02:45:56 ---> 532a28e78781 02:45:56 Step 21/22 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 02:45:56 ---> Running in 820cff1d7f3e 02:45:56 ---> d7dd6e4b8f70 02:45:56 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:45:56 Removing intermediate container 820cff1d7f3e 02:45:56 ---> 48577904f40f 02:45:56 Step 22/22 : LABEL version=0.0.0 02:45:56 ---> Running in 246f2c94becf 02:45:56 ---> 61a99784d10b 02:45:56 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 02:45:56 ---> Running in b3222fdc70d1 02:45:56 Removing intermediate container 246f2c94becf 02:45:56 ---> 24e35c633b46 02:45:56 02:45:56 Successfully built 24e35c633b46 02:45:56 Successfully tagged support-scheduler:latest 02:45:56 Building core-metadata 02:45:59  Building support-scheduler ... done Removing intermediate container b3222fdc70d1 02:45:59 ---> 45c9c4595c2d 02:45:59 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 02:45:59 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:45:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:45:59 ---> af9d4da3b2b3 02:45:59 Step 3/23 : WORKDIR /edgex-go 02:45:59 ---> Using cache 02:45:59 ---> 3e5bbc6e3f6c 02:45:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:59 ---> Using cache 02:45:59 ---> 788d3ece5ac1 02:45:59 Step 5/23 : RUN apk add --update --no-cache make git 02:45:59 ---> Using cache 02:45:59 ---> 250a4e60b11c 02:45:59 Step 6/23 : COPY go.mod vendor* ./ 02:45:59 ---> Using cache 02:45:59 ---> fd57d5bb7c24 02:45:59 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:59 ---> Using cache 02:45:59 ---> 081373b7492d 02:45:59 Step 8/23 : COPY . . 02:45:59 ---> Using cache 02:45:59 ---> fc722273bbc3 02:45:59 Step 9/23 : RUN make cmd/core-metadata/core-metadata 02:45:59 ---> Running in 42140c9309c2 02:45:59 ---> Running in 3866abb26c00 02:46:00 Removing intermediate container 42140c9309c2 02:46:00 ---> 4e9d76be3571 02:46:00 Step 23/25 : LABEL arch=x86_64 02:46:00 ---> Running in 3f65cb01ed5d 02:46:00 Removing intermediate container 3f65cb01ed5d 02:46:00 ---> fe469853ef4a 02:46:00 Step 24/25 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 02:46:00 ---> Running in f4d28d979ba6 02:46: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-metadata/core-metadata ./cmd/core-metadata 02:46:01 Removing intermediate container f4d28d979ba6 02:46:01 ---> 60ae1eae2f12 02:46:01 Step 25/25 : LABEL version=0.0.0 02:46:01 ---> Running in 1cc31034c638 02:46:02 Removing intermediate container 880a39c11d4e 02:46:02 ---> 9eccc75df2c5 02:46:02 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:46:02 Removing intermediate container 1cc31034c638 02:46:02 ---> 0b2ca0803fd6 02:46:02 02:46:02 ---> Running in 00394c312c89 02:46:02 Successfully built 0b2ca0803fd6 02:46:02 Successfully tagged security-secretstore-setup:latest 02:46:02  Building security-secretstore-setup ... done Building core-command 02:46:03 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 02:46:05 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:46:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:46:05 ---> af9d4da3b2b3 02:46:05 Step 3/23 : WORKDIR /edgex-go 02:46:05 ---> Using cache 02:46:05 ---> 3e5bbc6e3f6c 02:46:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:05 ---> Using cache 02:46:05 ---> 788d3ece5ac1 02:46:05 Step 5/23 : RUN apk add --update --no-cache make git 02:46:05 ---> Using cache 02:46:05 ---> 250a4e60b11c 02:46:05 Step 6/23 : COPY go.mod vendor* ./ 02:46:05 ---> Using cache 02:46:05 ---> fd57d5bb7c24 02:46:05 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:46:05 ---> Using cache 02:46:05 ---> 081373b7492d 02:46:05 Step 8/23 : COPY . . 02:46:05 ---> Using cache 02:46:05 ---> fc722273bbc3 02:46:05 Step 9/23 : RUN make cmd/core-command/core-command 02:46:06 ---> Running in 2f9f78e8a4d9 02:46:06 Removing intermediate container 00394c312c89 02:46:06 ---> 834085e39485 02:46:06 02:46:06 Step 11/23 : FROM docker:20.10.14 02:46:06 20.10.14: Pulling from library/docker 02:46: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/core-command/core-command ./cmd/core-command 02:46:07 Removing intermediate container 0928f910bf4c 02:46:07 ---> 15136dccc33e 02:46:07 Successfully built 15136dccc33e 02:46:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:46:07 + docker inspect -f . ci-base-image-arm64 02:46:07 . [Pipeline] withDockerContainer 02:46:07 prd-ubuntu20.04-docker-arm64-4c-16g-33611 does not seem to be running inside a container 02:46:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-arm64 cat 02:46:09 $ docker top aa3cd537924bf44486243cec8d3264fbb7236e26d29ff9335200ca4e4fc55fd2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:10 + go version 02:46:10 go version go1.17.6 linux/arm64 [Pipeline] } 02:46:10 $ docker stop --time=1 aa3cd537924bf44486243cec8d3264fbb7236e26d29ff9335200ca4e4fc55fd2 02:46:12 $ docker rm -f aa3cd537924bf44486243cec8d3264fbb7236e26d29ff9335200ca4e4fc55fd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:12 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 02:46:12 Status: Downloaded newer image for docker:20.10.14 02:46:12 ---> 7417809fdb73 02:46:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 02:46:12 + docker inspect -f . ci-base-image-arm64 02:46:12 . [Pipeline] withDockerContainer 02:46:13 prd-ubuntu20.04-docker-arm64-4c-16g-33611 does not seem to be running inside a container 02:46:13 ---> Running in 62b011e29cb7 02:46:13 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-arm64 cat 02:46:13 Removing intermediate container 62b011e29cb7 02:46:13 ---> f201003336c2 02:46:13 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 02:46:13 ---> Running in b2ce9fbe2291 02:46:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:46:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:46:14 (1/43) Installing readline (8.1.1-r0) 02:46:14 (2/43) Installing bash (5.1.16-r0) 02:46:14 Executing bash-5.1.16-r0.post-install 02:46:14 (3/43) Installing brotli-libs (1.0.9-r5) 02:46:14 (4/43) Installing nghttp2-libs (1.46.0-r0) 02:46:14 (5/43) Installing libcurl (7.80.0-r1) 02:46:14 (6/43) Installing curl (7.80.0-r1) 02:46:14 (7/43) Installing dumb-init (1.2.5-r1) 02:46:14 (8/43) Installing libbz2 (1.0.8-r1) 02:46:14 (9/43) Installing expat (2.4.7-r0) 02:46:14 $ docker top f38d064be3ecc60b9ad0bebc32d523bc71984c5a9fe59a9f0552fd4a4796127c -eo pid,comm 02:46:14 (10/43) Installing libffi (3.4.2-r1) 02:46:14 (11/43) Installing gdbm (1.22-r0) 02:46:14 (12/43) Installing xz-libs (5.2.5-r1) 02:46:14 (13/43) Installing libgcc (10.3.1_git20211027-r0) 02:46:14 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 02:46:14 (15/43) Installing mpdecimal (2.5.1-r1) 02:46:14 (16/43) Installing sqlite-libs (3.36.0-r0) 02:46:14 (17/43) Installing python3 (3.9.7-r4) [Pipeline] { [Pipeline] echo 02:46:15 ========================================================= 02:46:15 [edgeXBuildGoParallel] Running Tests and Build... 02:46:15 ========================================================= [Pipeline] fileExists 02:46:15 (18/43) Installing py3-appdirs (1.4.4-r2) 02:46:15 (19/43) Installing py3-certifi (2020.12.5-r1) 02:46:15 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 02:46:15 (21/43) Installing py3-idna (3.3-r0) 02:46:15 (22/43) Installing py3-urllib3 (1.26.7-r0) 02:46:15 (23/43) Installing py3-requests (2.26.0-r1) 02:46:15 (24/43) Installing py3-msgpack (1.0.2-r1) 02:46:15 (25/43) Installing py3-lockfile (0.12.2-r4) 02:46:15 (26/43) Installing py3-cachecontrol (0.12.10-r0) 02:46:15 (27/43) Installing py3-colorama (0.4.4-r1) 02:46:15 (28/43) Installing py3-contextlib2 (21.6.0-r1) 02:46:15 (29/43) Installing py3-distlib (0.3.3-r0) 02:46:15 (30/43) Installing py3-distro (1.6.0-r0) 02:46:15 (31/43) Installing py3-six (1.16.0-r0) 02:46:15 (32/43) Installing py3-webencodings (0.5.1-r4) 02:46:15 (33/43) Installing py3-html5lib (1.1-r1) 02:46:15 (34/43) Installing py3-parsing (2.4.7-r2) 02:46:15 (35/43) Installing py3-packaging (20.9-r1) 02:46:15 (36/43) Installing py3-tomli (1.2.2-r0) 02:46:15 (37/43) Installing py3-pep517 (0.12.0-r0) 02:46:15 (38/43) Installing py3-progress (1.6-r0) 02:46:15 (39/43) Installing py3-retrying (1.3.3-r2) 02:46:15 (40/43) Installing py3-ordered-set (4.0.2-r2) 02:46:15 (41/43) Installing py3-setuptools (52.0.0-r4) [Pipeline] sh 02:46:15 (42/43) Installing py3-toml (0.10.2-r2) 02:46:15 (43/43) Installing py3-pip (20.3.4-r1) 02:46:15 Executing busybox-1.34.1-r5.trigger 02:46:15 OK: 83 MiB in 65 packages 02:46:15 + make test 02:46:15 go mod tidy -compat=1.17 02:46:15 Collecting docker-compose==1.23.2 02:46:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:46:15 Collecting texttable<0.10,>=0.9.0 02:46:15 Downloading texttable-0.9.1.tar.gz (11 kB) 02:46:16 Collecting docker<4.0,>=3.6.0 02:46:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:46:16 Collecting websocket-client<1.0,>=0.32.0 02:46:16 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 02:46:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:46:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:46:16 Collecting PyYAML<4,>=3.10 02:46:16 Downloading PyYAML-3.13.tar.gz (270 kB) 02:46:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:46:17 Collecting dockerpty<0.5,>=0.4.1 02:46:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:46:17 Collecting docopt<0.7,>=0.6.1 02:46:17 Downloading docopt-0.6.2.tar.gz (25 kB) 02:46:17 Collecting jsonschema<3,>=2.5.1 02:46:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:46:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 02:46:17 Collecting cached-property<2,>=1.2.0 02:46:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:46:18 Collecting docker-pycreds>=0.4.0 02:46:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:46:18 Collecting idna<2.8,>=2.5 02:46:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:46:18 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) 02:46:18 Collecting chardet<3.1.0,>=3.0.2 02:46:18 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 02:46:18 Collecting urllib3<1.25,>=1.21.1 02:46:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:46:18 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 02:46:18 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 02:46:18 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 02:46:18 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 02:46:18 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 02:46:18 Attempting uninstall: urllib3 02:46:18 Found existing installation: urllib3 1.26.7 02:46:18 Uninstalling urllib3-1.26.7: 02:46:18 Successfully uninstalled urllib3-1.26.7 02:46:18 Attempting uninstall: idna 02:46:18 Found existing installation: idna 3.3 02:46:18 Uninstalling idna-3.3: 02:46:18 Successfully uninstalled idna-3.3 02:46:18 Attempting uninstall: requests 02:46:18 Found existing installation: requests 2.26.0 02:46:18 Uninstalling requests-2.26.0: 02:46:18 Successfully uninstalled requests-2.26.0 02:46:19 Running setup.py install for texttable: started 02:46:19 Running setup.py install for texttable: finished with status 'done' 02:46:19 Running setup.py install for PyYAML: started 02:46:19 Running setup.py install for PyYAML: finished with status 'done' 02:46:19 Running setup.py install for docopt: started 02:46:20 Running setup.py install for docopt: finished with status 'done' 02:46:20 Running setup.py install for dockerpty: started 02:46:20 Running setup.py install for dockerpty: finished with status 'done' 02:46:21 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 02:46:26 Building bin/spire-agent... 02:46:26 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 02:46:26 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 02:46:26 go: downloading cloud.google.com/go/secretmanager v1.3.0 02:46:26 go: downloading github.com/docker/docker v20.10.12+incompatible 02:46:26 go: downloading github.com/google/go-tpm-tools v0.3.3 02:46:26 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 02:46:26 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 02:46:27 go: downloading github.com/docker/go-units v0.4.0 02:46:27 go: downloading github.com/opencontainers/image-spec v1.0.1 02:46:27 go: downloading github.com/docker/go-connections v0.4.0 02:46:27 go: downloading github.com/containerd/containerd v1.3.4 02:46:27 go: downloading github.com/docker/distribution v2.7.1+incompatible 02:46:27 go: downloading github.com/opencontainers/go-digest v1.0.0 02:46:28 Removing intermediate container 3866abb26c00 02:46:28 ---> 1d4935d997a1 02:46:28 02:46:28 Step 10/23 : FROM alpine:3.14 02:46:28 ---> e04c818066af 02:46:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:46:28 ---> Using cache 02:46:28 ---> 8f3be33b249d 02:46:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:46:28 ---> Using cache 02:46:28 ---> 8a86894bcf2d 02:46:28 Step 13/23 : ENV APP_PORT=59881 02:46:28 Removing intermediate container b2ce9fbe2291 02:46:28 ---> b04ec227678d 02:46:28 Step 14/23 : ENV APP_PORT=58890 02:46:28 ---> Running in 5de00149ed1a 02:46:28 ---> Running in ea55fc0b9613 02:46:29 Removing intermediate container 5de00149ed1a 02:46:29 ---> 1c5dcf776792 02:46:29 Step 14/23 : EXPOSE $APP_PORT 02:46:29 Removing intermediate container ea55fc0b9613 02:46:29 ---> 202f5ba934de 02:46:29 Step 15/23 : EXPOSE $APP_PORT 02:46:29 ---> Running in c615882862fd 02:46:29 ---> Running in 815a79fb1748 02:46:29 Removing intermediate container c615882862fd 02:46:29 ---> b2cc0ed1440a 02:46:29 Step 15/23 : WORKDIR / 02:46:30 ---> Running in 0096f101fa37 02:46:30 Removing intermediate container 815a79fb1748 02:46:30 ---> a5415fe8e0b1 02:46:30 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:46:30 Removing intermediate container 0096f101fa37 02:46:30 ---> 9afb2c04b577 02:46:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:46:31 ---> b937a63a5488 02:46:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:46:31 Removing intermediate container 2f9f78e8a4d9 02:46:31 ---> d248456e9972 02:46:31 02:46:31 Step 10/23 : FROM alpine:3.14 02:46:31 ---> e04c818066af 02:46:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:46:31 ---> Using cache 02:46:31 ---> 8f3be33b249d 02:46:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:46:31 ---> Using cache 02:46:31 ---> 8a86894bcf2d 02:46:31 Step 13/23 : ENV APP_PORT=59882 02:46:31 ---> 86740b63c0c9 02:46:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:46:31 ---> Running in b6c7b9003e16 02:46:31 ---> 17e3012615c3 02:46:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:46:32 Removing intermediate container b6c7b9003e16 02:46:32 ---> 227dc6623069 02:46:32 Step 14/23 : EXPOSE $APP_PORT 02:46:32 ---> Running in 33da5b6debd9 02:46:32 ---> 53326a6234c0 02:46:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:46:32 Removing intermediate container 33da5b6debd9 02:46:32 ---> ed090134c1d0 02:46:32 Step 15/23 : WORKDIR / 02:46:32 ---> cac6f2b3f998 02:46:32 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 02:46:33 ---> Running in cb07a64b6b10 02:46:33 ---> Running in 88530838aafa 02:46:33 Removing intermediate container cb07a64b6b10 02:46:33 ---> e5e930c8b8e5 02:46:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:46:33 Removing intermediate container 88530838aafa 02:46:33 ---> e8d96c5f6490 02:46:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:46:33 ---> Running in 7c4de68b26ae 02:46:33 ---> 5cc12f410e44 02:46:33 Step 19/23 : ENTRYPOINT ["/core-metadata"] 02:46:33 ---> Running in 4ad07c70b6d5 02:46:33 ---> 543b4d23ea31 02:46:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:46:33 Removing intermediate container 7c4de68b26ae 02:46:33 ---> a183cff06bbb 02:46:33 Step 21/23 : LABEL arch=x86_64 02:46:33 ---> Running in c8ee4dab2ddd 02:46:34 Removing intermediate container 4ad07c70b6d5 02:46:34 ---> 9b1ee2670434 02:46:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:46:34 ---> Running in f8b821c4f88f 02:46:34 Removing intermediate container c8ee4dab2ddd 02:46:34 ---> 01f566373981 02:46:34 Step 22/23 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 02:46:34 ---> Running in 9b791aba5e29 02:46:34 Removing intermediate container f8b821c4f88f 02:46:34 ---> 582a35965b57 02:46:34 Step 21/23 : LABEL arch=x86_64 02:46:34 ---> Running in 188d96962fce 02:46:34 Removing intermediate container 9b791aba5e29 02:46:34 ---> d88ad756d1cc 02:46:34 Step 23/23 : LABEL version=0.0.0 02:46:35 ---> 47e2e1c2a6a3 02:46:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:46:35 Removing intermediate container 188d96962fce 02:46:35 ---> 48fb208b7192 02:46:35 Step 22/23 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 02:46:35 ---> Running in b42a4f2ba751 02:46:35 ---> Running in 18f8b94efa5c 02:46:35 Removing intermediate container b42a4f2ba751 02:46:35 ---> edd48d75770f 02:46:35 02:46:35 Removing intermediate container 18f8b94efa5c 02:46:35 ---> 1124c926fc97 02:46:35 Step 23/23 : LABEL version=0.0.0 02:46:35 Successfully built edd48d75770f 02:46:35 ---> b8e418b66e21 02:46:35 Step 19/23 : ENTRYPOINT ["/core-command"] 02:46:35 Successfully tagged sys-mgmt-agent:latest 02:46:35 Building security-spire-server 02:46:35  Building sys-mgmt-agent ... done  ---> Running in 0db82de31031 02:46:35 ---> Running in 4021292f1dc1 02:46:36 Removing intermediate container 0db82de31031 02:46:36 ---> 3d2ea4c16688 02:46:36 02:46:36 Successfully built 3d2ea4c16688 02:46:36 Successfully tagged core-metadata:latest 02:46:36  Building core-metadata ... done Building support-notifications 02:46:38 Removing intermediate container 4021292f1dc1 02:46:38 ---> f24571a9bbaf 02:46:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:46:40 ---> Running in 13ae96535c63 02:46:41 Removing intermediate container 13ae96535c63 02:46:41 ---> bef170699abb 02:46:41 Step 21/23 : LABEL arch=x86_64 02:46:41 ---> Running in 286131b221ba 02:46:41 Removing intermediate container 286131b221ba 02:46:41 ---> f28ae1950d1e 02:46:41 Step 22/23 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 02:46:41 ---> Running in 8aab21d9dbd8 02:46:41 Removing intermediate container 8aab21d9dbd8 02:46:41 ---> 23ff5d966f17 02:46:41 Step 23/23 : LABEL version=0.0.0 02:46:42 ---> Running in c59c3c7ea91b 02:46:42 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:46:42 Step 2/25 : FROM ${BUILDER_BASE} AS builder 02:46:42 ---> af9d4da3b2b3 02:46:42 Step 3/25 : WORKDIR /edgex-go 02:46:42 ---> Using cache 02:46:42 ---> 3e5bbc6e3f6c 02:46:42 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:42 ---> Using cache 02:46:42 ---> 788d3ece5ac1 02:46:42 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 02:46:42 ---> Using cache 02:46:42 ---> 76bdb9798a80 02:46:42 Step 6/25 : COPY go.mod vendor* ./ 02:46:42 ---> Using cache 02:46:42 ---> 6015f217880b 02:46:42 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:46:42 ---> Using cache 02:46:42 ---> 7812b013d854 02:46:42 Step 8/25 : COPY . . 02:46:42 ---> Using cache 02:46:42 ---> c689c6438bca 02:46:42 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 02:46:42 ---> Using cache 02:46:42 ---> 19ecff02bd22 02:46:42 Step 10/25 : RUN mkdir -p spire-build 02:46:42 ---> Using cache 02:46:42 ---> 530091df2ea7 02:46:42 Step 11/25 : WORKDIR /edgex-go/spire-build 02:46:42 ---> Using cache 02:46:42 ---> 657f1332ce01 02:46:42 Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent 02:46:43 Removing intermediate container c59c3c7ea91b 02:46:43 ---> 2877dc6edc3f 02:46:43 02:46:43 ---> Running in 189ee15ace52 02:46:43 Successfully built 2877dc6edc3f 02:46:43 Successfully tagged core-command:latest 02:46:44  Building core-command ... done spire-1.2.1/ 02:46:44 spire-1.2.1/.data/ 02:46:44 spire-1.2.1/.data/.file 02:46:44 spire-1.2.1/.dockerignore 02:46:44 spire-1.2.1/.gitattributes 02:46:44 spire-1.2.1/.githooks/ 02:46:44 spire-1.2.1/.githooks/pre-commit 02:46:44 spire-1.2.1/.github/ 02:46:44 spire-1.2.1/.github/ISSUE_TEMPLATE.md 02:46:44 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 02:46:44 spire-1.2.1/.github/dependabot.yml 02:46:44 spire-1.2.1/.github/workflows/ 02:46:44 spire-1.2.1/.github/workflows/nightly_build.yaml 02:46:44 spire-1.2.1/.github/workflows/pr_build.yaml 02:46:44 spire-1.2.1/.github/workflows/release_build.yaml 02:46:44 spire-1.2.1/.github/workflows/scripts/ 02:46:44 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 02:46:44 spire-1.2.1/.github/workflows/scripts/push-images.sh 02:46:44 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 02:46:44 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 02:46:44 spire-1.2.1/.github/workflows/scripts/split.sh 02:46:44 spire-1.2.1/.gitignore 02:46:44 spire-1.2.1/.go-version 02:46:44 spire-1.2.1/.golangci.yml 02:46:44 spire-1.2.1/ADOPTERS.md 02:46:44 spire-1.2.1/CHANGELOG.md 02:46:44 spire-1.2.1/CODE-OF-CONDUCT.md 02:46:44 spire-1.2.1/CODEOWNERS 02:46:44 spire-1.2.1/CONTRIBUTING.md 02:46:44 spire-1.2.1/Dockerfile 02:46:44 spire-1.2.1/Dockerfile.dev 02:46:44 spire-1.2.1/Dockerfile.scratch 02:46:44 spire-1.2.1/LICENSE 02:46:44 spire-1.2.1/MAINTAINERS.md 02:46:44 spire-1.2.1/Makefile 02:46:44 spire-1.2.1/README.md 02:46:44 spire-1.2.1/ROADMAP.md 02:46:44 spire-1.2.1/SECURITY.md 02:46:44 spire-1.2.1/cmd/ 02:46:44 spire-1.2.1/cmd/spire-agent/ 02:46:44 spire-1.2.1/cmd/spire-agent/cli/ 02:46:44 spire-1.2.1/cmd/spire-agent/cli/api/ 02:46:44 spire-1.2.1/cmd/spire-agent/cli/api/common.go 02:46:44 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 02:46:44 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 02:46:44 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 02:46:44 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 02:46:44 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 02:46:44 spire-1.2.1/cmd/spire-agent/cli/cli.go 02:46:44 spire-1.2.1/cmd/spire-agent/cli/common/ 02:46:44 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 02:46:44 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 02:46:44 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 02:46:44 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 02:46:44 spire-1.2.1/cmd/spire-agent/cli/run/ 02:46:44 spire-1.2.1/cmd/spire-agent/cli/run/run.go 02:46:44 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 02:46:44 spire-1.2.1/cmd/spire-agent/cli/validate/ 02:46:44 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 02:46:44 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 02:46:44 spire-1.2.1/cmd/spire-agent/main.go 02:46:44 spire-1.2.1/cmd/spire-server/ 02:46:44 spire-1.2.1/cmd/spire-server/cli/ 02:46:44 spire-1.2.1/cmd/spire-server/cli/agent/ 02:46:44 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/agent/count.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/agent/list.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/agent/show.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/bundle/ 02:46:44 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/cli.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/entry/ 02:46:44 spire-1.2.1/cmd/spire-server/cli/entry/count.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/entry/create.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/entry/show.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/entry/update.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/entry/util.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/federation/ 02:46:44 spire-1.2.1/cmd/spire-server/cli/federation/common.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/federation/create.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/federation/list.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/federation/show.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/federation/update.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 02:46:44 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/jwt/ 02:46:44 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/run/ 02:46:44 spire-1.2.1/cmd/spire-server/cli/run/run.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/token/ 02:46:44 spire-1.2.1/cmd/spire-server/cli/token/generate.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/validate/ 02:46:44 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/x509/ 02:46:44 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 02:46:44 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 02:46:44 spire-1.2.1/cmd/spire-server/main.go 02:46:44 spire-1.2.1/cmd/spire-server/util/ 02:46:44 spire-1.2.1/cmd/spire-server/util/util.go 02:46:44 spire-1.2.1/conf/ 02:46:44 spire-1.2.1/conf/agent/ 02:46:44 spire-1.2.1/conf/agent/agent.conf 02:46:44 spire-1.2.1/conf/agent/agent_full.conf 02:46:44 spire-1.2.1/conf/agent/dummy_root_ca.crt 02:46:44 spire-1.2.1/conf/server/ 02:46:44 spire-1.2.1/conf/server/dummy_upstream_ca.crt 02:46:44 spire-1.2.1/conf/server/dummy_upstream_ca.key 02:46:44 spire-1.2.1/conf/server/server.conf 02:46:44 spire-1.2.1/conf/server/server_full.conf 02:46:44 spire-1.2.1/doc/ 02:46:44 spire-1.2.1/doc/SPIRE101.md 02:46:44 spire-1.2.1/doc/auditlog.md 02:46:44 spire-1.2.1/doc/authorization_policy_engine.md 02:46:44 spire-1.2.1/doc/changelog_guidelines.md 02:46:44 spire-1.2.1/doc/cure53-report.pdf 02:46:44 spire-1.2.1/doc/images/ 02:46:44 spire-1.2.1/doc/images/2019_roadmap.png 02:46:44 spire-1.2.1/doc/images/SPIRE101.png 02:46:44 spire-1.2.1/doc/images/SPIRE_agent.png 02:46:44 spire-1.2.1/doc/images/SPIRE_server.png 02:46:44 spire-1.2.1/doc/images/cache_mgr.png 02:46:44 spire-1.2.1/doc/images/cache_mgr_components.png 02:46:44 spire-1.2.1/doc/images/federated_spire.png 02:46:44 spire-1.2.1/doc/images/ha_mode.png 02:46:44 spire-1.2.1/doc/images/nested_spire.png 02:46:44 spire-1.2.1/doc/images/oidc_federation.png 02:46:44 spire-1.2.1/doc/images/single_trust_domain.png 02:46:44 spire-1.2.1/doc/images/spiffe_compatible.png 02:46:44 spire-1.2.1/doc/images/spire_logo.png 02:46:44 spire-1.2.1/doc/migrating_registration_api_clients.md 02:46:44 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 02:46:44 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 02:46:44 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 02:46:44 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 02:46:44 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 02:46:44 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 02:46:44 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 02:46:44 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 02:46:44 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 02:46:44 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 02:46:44 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 02:46:44 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 02:46:44 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 02:46:44 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 02:46:44 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 02:46:44 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 02:46:44 spire-1.2.1/doc/plugin_server_datastore_sql.md 02:46:44 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 02:46:44 spire-1.2.1/doc/plugin_server_keymanager_disk.md 02:46:44 spire-1.2.1/doc/plugin_server_keymanager_memory.md 02:46:44 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 02:46:44 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 02:46:44 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 02:46:44 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 02:46:44 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 02:46:44 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 02:46:44 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 02:46:44 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 02:46:44 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 02:46:44 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 02:46:44 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 02:46:44 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 02:46:44 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 02:46:44 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 02:46:44 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 02:46:44 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 02:46:44 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 02:46:44 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 02:46:44 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 02:46:44 spire-1.2.1/doc/scaling_spire.md 02:46:44 spire-1.2.1/doc/spire_agent.md 02:46:44 spire-1.2.1/doc/spire_server.md 02:46:44 spire-1.2.1/doc/supported_integrations.md 02:46:44 spire-1.2.1/doc/telemetry.md 02:46:44 spire-1.2.1/doc/telemetry_config.md 02:46:44 spire-1.2.1/doc/upgrading.md 02:46:44 spire-1.2.1/doc/using_spire.md 02:46:44 spire-1.2.1/examples/ 02:46:44 spire-1.2.1/examples/README.md 02:46:44 spire-1.2.1/go.mod 02:46:44 spire-1.2.1/go.sum 02:46:44 spire-1.2.1/pkg/ 02:46:44 spire-1.2.1/pkg/agent/ 02:46:44 spire-1.2.1/pkg/agent/agent.go 02:46:44 spire-1.2.1/pkg/agent/api/ 02:46:44 spire-1.2.1/pkg/agent/api/config.go 02:46:44 spire-1.2.1/pkg/agent/api/debug/ 02:46:44 spire-1.2.1/pkg/agent/api/debug/v1/ 02:46:44 spire-1.2.1/pkg/agent/api/debug/v1/service.go 02:46:44 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 02:46:44 spire-1.2.1/pkg/agent/api/delegatedidentity/ 02:46:44 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 02:46:44 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 02:46:44 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 02:46:44 spire-1.2.1/pkg/agent/api/endpoints.go 02:46:44 spire-1.2.1/pkg/agent/api/health/ 02:46:44 spire-1.2.1/pkg/agent/api/health/v1/ 02:46:44 spire-1.2.1/pkg/agent/api/health/v1/service.go 02:46:44 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 02:46:44 spire-1.2.1/pkg/agent/api/rpccontext/ 02:46:44 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 02:46:44 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 02:46:44 spire-1.2.1/pkg/agent/attestor/ 02:46:44 spire-1.2.1/pkg/agent/attestor/node/ 02:46:44 spire-1.2.1/pkg/agent/attestor/node/experimental.go 02:46:44 spire-1.2.1/pkg/agent/attestor/node/node.go 02:46:44 spire-1.2.1/pkg/agent/attestor/node/node_test.go 02:46:44 spire-1.2.1/pkg/agent/attestor/workload/ 02:46:44 spire-1.2.1/pkg/agent/attestor/workload/workload.go 02:46:44 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 02:46:44 spire-1.2.1/pkg/agent/catalog/ 02:46:44 spire-1.2.1/pkg/agent/catalog/catalog.go 02:46:44 spire-1.2.1/pkg/agent/catalog/keymanager.go 02:46:44 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 02:46:44 spire-1.2.1/pkg/agent/catalog/svidstore.go 02:46:44 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 02:46:44 spire-1.2.1/pkg/agent/client/ 02:46:44 spire-1.2.1/pkg/agent/client/client.go 02:46:44 spire-1.2.1/pkg/agent/client/client_test.go 02:46:44 spire-1.2.1/pkg/agent/client/dial.go 02:46:44 spire-1.2.1/pkg/agent/client/nodeconn.go 02:46:44 spire-1.2.1/pkg/agent/client/nodeconn_test.go 02:46:44 spire-1.2.1/pkg/agent/client/update.go 02:46:44 spire-1.2.1/pkg/agent/client/util.go 02:46:44 spire-1.2.1/pkg/agent/common/ 02:46:44 spire-1.2.1/pkg/agent/common/backoff/ 02:46:44 spire-1.2.1/pkg/agent/common/backoff/backoff.go 02:46:44 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 02:46:44 spire-1.2.1/pkg/agent/common/cgroups/ 02:46:44 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 02:46:44 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 02:46:44 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 02:46:44 spire-1.2.1/pkg/agent/config.go 02:46:44 spire-1.2.1/pkg/agent/endpoints/ 02:46:44 spire-1.2.1/pkg/agent/endpoints/config.go 02:46:44 spire-1.2.1/pkg/agent/endpoints/endpoints.go 02:46:44 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 02:46:44 spire-1.2.1/pkg/agent/endpoints/metrics.goStep 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:46:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:46:44 ---> af9d4da3b2b3 02:46:44 Step 3/22 : WORKDIR /edgex-go 02:46:44 ---> Using cache 02:46:44 ---> 3e5bbc6e3f6c 02:46:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:44 ---> Using cache 02:46:44 ---> 788d3ece5ac1 02:46:44 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:46:44 02:46:44 spire-1.2.1/pkg/agent/endpoints/middleware.go 02:46:44 spire-1.2.1/pkg/agent/endpoints/peertracker.go 02:46:44 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 02:46:44 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 02:46:44 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 02:46:44 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 02:46:44 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 02:46:44 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 02:46:44 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 02:46:44 spire-1.2.1/pkg/agent/endpoints/workload/ 02:46:44 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 02:46:44 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 02:46:44 spire-1.2.1/pkg/agent/manager/ 02:46:44 spire-1.2.1/pkg/agent/manager/cache/ 02:46:44 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 02:46:44 spire-1.2.1/pkg/agent/manager/cache/cache.go 02:46:44 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 02:46:44 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 02:46:44 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 02:46:44 spire-1.2.1/pkg/agent/manager/cache/sets.go 02:46:44 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 02:46:44 spire-1.2.1/pkg/agent/manager/config.go 02:46:44 spire-1.2.1/pkg/agent/manager/manager.go 02:46:44 spire-1.2.1/pkg/agent/manager/manager_test.go 02:46:44 spire-1.2.1/pkg/agent/manager/storage.go 02:46:44 spire-1.2.1/pkg/agent/manager/storage_test.go 02:46:44 spire-1.2.1/pkg/agent/manager/storecache/ 02:46:44 spire-1.2.1/pkg/agent/manager/storecache/cache.go 02:46:44 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 02:46:44 spire-1.2.1/pkg/agent/manager/sync.go 02:46:44 spire-1.2.1/pkg/agent/plugin/ 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/ 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 02:46:44 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 02:46:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/ 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 02:46:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 02:46:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 02:46:44 spire-1.2.1/pkg/agent/svid/ 02:46:44 spire-1.2.1/pkg/agent/svid/rotator.go 02:46:44 spire-1.2.1/pkg/agent/svid/rotator_config.go 02:46:44 spire-1.2.1/pkg/agent/svid/rotator_test.go 02:46:44 spire-1.2.1/pkg/agent/svid/store/ 02:46:44 spire-1.2.1/pkg/agent/svid/store/service.go 02:46:44 spire-1.2.1/pkg/agent/svid/store/service_test.go 02:46:44 spire-1.2.1/pkg/common/ 02:46:44 spire-1.2.1/pkg/common/agentpathtemplate/ 02:46:44 spire-1.2.1/pkg/common/agentpathtemplate/template.go 02:46:44 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 02:46:44 spire-1.2.1/pkg/common/api/ 02:46:44 spire-1.2.1/pkg/common/api/metrics.go 02:46:44 spire-1.2.1/pkg/common/api/middleware/ 02:46:44 spire-1.2.1/pkg/common/api/middleware/common_test.go 02:46:44 spire-1.2.1/pkg/common/api/middleware/interceptor.go 02:46:44 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 02:46:44 spire-1.2.1/pkg/common/api/middleware/logger.go 02:46:44 spire-1.2.1/pkg/common/api/middleware/logger_test.go 02:46:44 spire-1.2.1/pkg/common/api/middleware/metrics.go 02:46:44 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 02:46:44 spire-1.2.1/pkg/common/api/middleware/middleware.go 02:46:44 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 02:46:44 spire-1.2.1/pkg/common/api/middleware/misconfig.go 02:46:44 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 02:46:44 spire-1.2.1/pkg/common/api/middleware/names.go 02:46:44 spire-1.2.1/pkg/common/api/middleware/names_test.go 02:46:44 spire-1.2.1/pkg/common/api/names.go 02:46:44 spire-1.2.1/pkg/common/api/ratelimit.go 02:46:44 spire-1.2.1/pkg/common/api/rpccontext/ 02:46:44 spire-1.2.1/pkg/common/api/rpccontext/logger.go 02:46:44 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 02:46:44 spire-1.2.1/pkg/common/api/rpccontext/names.go 02:46:44 spire-1.2.1/pkg/common/auth/ 02:46:44 spire-1.2.1/pkg/common/auth/interceptors.go 02:46:44 spire-1.2.1/pkg/common/auth/interceptors_test.go 02:46:44 spire-1.2.1/pkg/common/auth/untracked_uds.go 02:46:44 spire-1.2.1/pkg/common/bundleutil/ 02:46:44 spire-1.2.1/pkg/common/bundleutil/bundle.go 02:46:44 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 02:46:44 spire-1.2.1/pkg/common/bundleutil/common_test.go 02:46:44 spire-1.2.1/pkg/common/bundleutil/marshal.go 02:46:44 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 02:46:44 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 02:46:44 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 02:46:44 spire-1.2.1/pkg/common/bundleutil/types.go 02:46:44 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 02:46:44 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 02:46:44 spire-1.2.1/pkg/common/catalog/ 02:46:44 spire-1.2.1/pkg/common/catalog/bind.go 02:46:44 spire-1.2.1/pkg/common/catalog/builtin.go 02:46:44 spire-1.2.1/pkg/common/catalog/catalog.go 02:46:44 spire-1.2.1/pkg/common/catalog/catalog_test.go 02:46:44 spire-1.2.1/pkg/common/catalog/closers.go 02:46:44 spire-1.2.1/pkg/common/catalog/cmd_linux.go 02:46:44 spire-1.2.1/pkg/common/catalog/cmd_other.go 02:46:44 spire-1.2.1/pkg/common/catalog/config.go 02:46:44 spire-1.2.1/pkg/common/catalog/config_test.go 02:46:44 spire-1.2.1/pkg/common/catalog/configure.go 02:46:44 spire-1.2.1/pkg/common/catalog/constraints.go 02:46:44 spire-1.2.1/pkg/common/catalog/constraints_test.go 02:46:44 spire-1.2.1/pkg/common/catalog/context.go 02:46:44 spire-1.2.1/pkg/common/catalog/external.go 02:46:44 spire-1.2.1/pkg/common/catalog/host.go 02:46:44 spire-1.2.1/pkg/common/catalog/pipenet.go 02:46:44 spire-1.2.1/pkg/common/catalog/plugin.go 02:46:44 spire-1.2.1/pkg/common/catalog/testplugin/ 02:46:44 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 02:46:44 spire-1.2.1/pkg/common/catalog/testplugin/main.go 02:46:44 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 02:46:44 spire-1.2.1/pkg/common/cli/ 02:46:44 spire-1.2.1/pkg/common/cli/env.go 02:46:44 spire-1.2.1/pkg/common/cli/flags.go 02:46:44 spire-1.2.1/pkg/common/cli/trust_domain.go 02:46:44 spire-1.2.1/pkg/common/cli/trust_domain_test.go 02:46:44 spire-1.2.1/pkg/common/cli/umask.go 02:46:44 spire-1.2.1/pkg/common/cli/umask_posix.go 02:46:44 spire-1.2.1/pkg/common/cli/umask_test.go 02:46:44 spire-1.2.1/pkg/common/cli/umask_windows.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/ 02:46:44 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/flag.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/flag_test.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/format.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/format_test.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/ 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 02:46:44 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 02:46:44 spire-1.2.1/pkg/common/coretypes/ 02:46:44 spire-1.2.1/pkg/common/coretypes/bundle/ 02:46:44 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 02:46:44 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 02:46:44 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 02:46:44 spire-1.2.1/pkg/common/coretypes/bundle/require.go 02:46:44 spire-1.2.1/pkg/common/coretypes/jwtkey/ 02:46:44 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 02:46:44 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 02:46:44 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 02:46:44 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 02:46:44 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 02:46:44 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 02:46:44 spire-1.2.1/pkg/common/coretypes/x509certificate/ 02:46:44 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 02:46:44 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 02:46:44 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 02:46:44 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 02:46:44 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 02:46:44 spire-1.2.1/pkg/common/cryptoutil/ 02:46:44 spire-1.2.1/pkg/common/cryptoutil/keys.go 02:46:44 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 02:46:44 spire-1.2.1/pkg/common/diskutil/ 02:46:44 spire-1.2.1/pkg/common/diskutil/file_posix.go 02:46:44 spire-1.2.1/pkg/common/diskutil/file_test.go 02:46:44 spire-1.2.1/pkg/common/diskutil/file_windows.go 02:46:44 spire-1.2.1/pkg/common/errorutil/ 02:46:44 spire-1.2.1/pkg/common/errorutil/wrapper.go 02:46:44 spire-1.2.1/pkg/common/health/ 02:46:44 spire-1.2.1/pkg/common/health/config.go 02:46:44 spire-1.2.1/pkg/common/health/context.go 02:46:44 spire-1.2.1/pkg/common/health/context_test.go 02:46:44 spire-1.2.1/pkg/common/health/health.go 02:46:44 spire-1.2.1/pkg/common/health/health_test.go 02:46:44 spire-1.2.1/pkg/common/health/logger.go 02:46:44 spire-1.2.1/pkg/common/hostservice/ 02:46:44 spire-1.2.1/pkg/common/hostservice/metricsservice/ 02:46:44 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 02:46:44 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 02:46:44 spire-1.2.1/pkg/common/idutil/ 02:46:44 spire-1.2.1/pkg/common/idutil/require.go 02:46:44 spire-1.2.1/pkg/common/idutil/require_test.go 02:46:44 spire-1.2.1/pkg/common/idutil/safety.go 02:46:44 spire-1.2.1/pkg/common/idutil/safety_test.go 02:46:44 spire-1.2.1/pkg/common/idutil/spiffeid.go 02:46:44 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 02:46:44 spire-1.2.1/pkg/common/jwtsvid/ 02:46:44 spire-1.2.1/pkg/common/jwtsvid/common.go 02:46:44 spire-1.2.1/pkg/common/jwtsvid/sign.go 02:46:44 spire-1.2.1/pkg/common/jwtsvid/token_test.go 02:46:44 spire-1.2.1/pkg/common/jwtsvid/validate.go 02:46:44 spire-1.2.1/pkg/common/jwtutil/ 02:46:44 spire-1.2.1/pkg/common/jwtutil/keyset.go 02:46:44 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 02:46:44 spire-1.2.1/pkg/common/log/ 02:46:44 spire-1.2.1/pkg/common/log/hclog_adapter.go 02:46:44 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 02:46:44 spire-1.2.1/pkg/common/log/log.go 02:46:44 spire-1.2.1/pkg/common/log/log_test.go 02:46:44 spire-1.2.1/pkg/common/log/options.go 02:46:44 spire-1.2.1/pkg/common/nodeutil/ 02:46:44 spire-1.2.1/pkg/common/nodeutil/node.go 02:46:44 spire-1.2.1/pkg/common/nodeutil/node_test.go 02:46:44 spire-1.2.1/pkg/common/peertracker/ 02:46:44 spire-1.2.1/pkg/common/peertracker/conn.go 02:46:44 spire-1.2.1/pkg/common/peertracker/credentials.go 02:46:44 spire-1.2.1/pkg/common/peertracker/errors.go 02:46:44 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 02:46:44 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 02:46:44 spire-1.2.1/pkg/common/peertracker/info.go 02:46:44 spire-1.2.1/pkg/common/peertracker/listener.go 02:46:44 spire-1.2.1/pkg/common/peertracker/listener_test.go 02:46:44 spire-1.2.1/pkg/common/peertracker/peertracker.go 02:46:44 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 02:46:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 02:46:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 02:46:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 02:46:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 02:46:44 spire-1.2.1/pkg/common/peertracker/tcp.go 02:46:44 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 02:46:44 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 02:46:44 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 02:46:44 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 02:46:44 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 02:46:44 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 02:46:44 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 02:46:44 spire-1.2.1/pkg/common/peertracker/uds.go 02:46:44 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 02:46:44 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 02:46:44 spire-1.2.1/pkg/common/peertracker/uds_linux.go 02:46:44 spire-1.2.1/pkg/common/pemutil/ 02:46:44 spire-1.2.1/pkg/common/pemutil/block.go 02:46:44 spire-1.2.1/pkg/common/pemutil/certs.go 02:46:44 spire-1.2.1/pkg/common/pemutil/common.go 02:46:44 spire-1.2.1/pkg/common/pemutil/csr.go 02:46:44 spire-1.2.1/pkg/common/pemutil/keys.go 02:46:44 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 02:46:44 spire-1.2.1/pkg/common/pemutil/testdata/ 02:46:44 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 02:46:44 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 02:46:44 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 02:46:44 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 02:46:44 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 02:46:44 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 02:46:44 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 02:46:44 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 02:46:44 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 02:46:44 spire-1.2.1/pkg/common/plugin/ 02:46:44 spire-1.2.1/pkg/common/plugin/aws/ 02:46:44 spire-1.2.1/pkg/common/plugin/aws/iid.go 02:46:44 spire-1.2.1/pkg/common/plugin/azure/ 02:46:44 spire-1.2.1/pkg/common/plugin/azure/msi.go 02:46:44 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 02:46:44 spire-1.2.1/pkg/common/plugin/facade.go 02:46:44 spire-1.2.1/pkg/common/plugin/facade_test.go 02:46:44 spire-1.2.1/pkg/common/plugin/gcp/ 02:46:44 spire-1.2.1/pkg/common/plugin/gcp/iit.go 02:46:44 spire-1.2.1/pkg/common/plugin/k8s/ 02:46:44 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 02:46:44 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 02:46:44 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 02:46:44 spire-1.2.1/pkg/common/plugin/k8s/utils.go 02:46:44 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 02:46:44 spire-1.2.1/pkg/common/plugin/log.go 02:46:44 spire-1.2.1/pkg/common/plugin/sshpop/ 02:46:44 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 02:46:44 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 02:46:44 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 02:46:44 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 02:46:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 02:46:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 02:46:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 02:46:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 02:46:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 02:46:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 02:46:44 spire-1.2.1/pkg/common/plugin/tpmdevid/ 02:46:44 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 02:46:44 spire-1.2.1/pkg/common/plugin/x509pop/ 02:46:44 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 02:46:44 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 02:46:44 spire-1.2.1/pkg/common/profiling/ 02:46:44 spire-1.2.1/pkg/common/profiling/dumpers.go 02:46:44 spire-1.2.1/pkg/common/profiling/profiling.go 02:46:44 spire-1.2.1/pkg/common/protoutil/ 02:46:44 spire-1.2.1/pkg/common/protoutil/masks.go 02:46:44 spire-1.2.1/pkg/common/protoutil/masks_test.go 02:46:44 spire-1.2.1/pkg/common/rotationutil/ 02:46:44 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 02:46:44 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 02:46:44 spire-1.2.1/pkg/common/selector/ 02:46:44 spire-1.2.1/pkg/common/selector/selector.go 02:46:44 spire-1.2.1/pkg/common/selector/selector_test.go 02:46:44 spire-1.2.1/pkg/common/selector/set.go 02:46:44 spire-1.2.1/pkg/common/selector/set_utils.go 02:46:44 spire-1.2.1/pkg/common/selector/set_utils_test.go 02:46:44 spire-1.2.1/pkg/common/telemetry/ 02:46:44 spire-1.2.1/pkg/common/telemetry/agent/ 02:46:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 02:46:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 02:46:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 02:46:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 02:46:44 spire-1.2.1/pkg/common/telemetry/agent/manager.go 02:46:44 spire-1.2.1/pkg/common/telemetry/agent/node.go 02:46:44 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 02:46:44 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 02:46:44 spire-1.2.1/pkg/common/telemetry/agent/store/ 02:46:44 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 02:46:44 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 02:46:44 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 02:46:44 spire-1.2.1/pkg/common/telemetry/blackhole.go 02:46:44 spire-1.2.1/pkg/common/telemetry/call.go 02:46:44 spire-1.2.1/pkg/common/telemetry/common/ 02:46:44 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 02:46:44 spire-1.2.1/pkg/common/telemetry/config.go 02:46:44 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 02:46:44 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 02:46:44 spire-1.2.1/pkg/common/telemetry/inmem.go 02:46:44 spire-1.2.1/pkg/common/telemetry/inmem_test.go 02:46:44 spire-1.2.1/pkg/common/telemetry/m3.go 02:46:44 spire-1.2.1/pkg/common/telemetry/m3_test.go 02:46:44 spire-1.2.1/pkg/common/telemetry/metrics.go 02:46:44 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 02:46:44 spire-1.2.1/pkg/common/telemetry/names.go 02:46:44 spire-1.2.1/pkg/common/telemetry/prometheus.go 02:46:44 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 02:46:44 spire-1.2.1/pkg/common/telemetry/sanitize.go 02:46:44 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 02:46:44 spire-1.2.1/pkg/common/telemetry/server/ 02:46:44 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 02:46:44 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 02:46:44 spire-1.2.1/pkg/common/telemetry/server/datastore/ 02:46:44 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 02:46:44 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 02:46:44 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 02:46:44 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 02:46:44 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 02:46:44 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 02:46:44 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 02:46:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 02:46:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 02:46:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 02:46:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 02:46:44 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 02:46:44 spire-1.2.1/pkg/common/telemetry/server/rotate.go 02:46:44 spire-1.2.1/pkg/common/telemetry/server/server.go 02:46:44 spire-1.2.1/pkg/common/telemetry/sink.go 02:46:44 spire-1.2.1/pkg/common/telemetry/statsd.go 02:46:44 spire-1.2.1/pkg/common/telemetry/statsd_test.go 02:46:44 spire-1.2.1/pkg/common/telemetry/uptime.go 02:46:44 spire-1.2.1/pkg/common/telemetry/version.go 02:46:44 spire-1.2.1/pkg/common/telemetry/withlabels.go 02:46:44 spire-1.2.1/pkg/common/uptime/ 02:46:44 spire-1.2.1/pkg/common/uptime/uptime.go 02:46:44 spire-1.2.1/pkg/common/uptime/uptime_test.go 02:46:44 spire-1.2.1/pkg/common/util/ 02:46:44 spire-1.2.1/pkg/common/util/certs.go 02:46:44 spire-1.2.1/pkg/common/util/certs_test.go 02:46:44 spire-1.2.1/pkg/common/util/csr.go 02:46:44 spire-1.2.1/pkg/common/util/hash.go 02:46:44 spire-1.2.1/pkg/common/util/selectors.go 02:46:44 spire-1.2.1/pkg/common/util/selectors_test.go 02:46:44 spire-1.2.1/pkg/common/util/signals.go 02:46:44 spire-1.2.1/pkg/common/util/sort.go 02:46:44 spire-1.2.1/pkg/common/util/sort_test.go 02:46:44 spire-1.2.1/pkg/common/util/task.go 02:46:44 spire-1.2.1/pkg/common/util/task_test.go 02:46:44 spire-1.2.1/pkg/common/util/testdata/ 02:46:44 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 02:46:44 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 02:46:44 spire-1.2.1/pkg/common/version/ 02:46:44 spire-1.2.1/pkg/common/version/version.go 02:46:44 spire-1.2.1/pkg/common/x509svid/ 02:46:44 spire-1.2.1/pkg/common/x509svid/common_test.go 02:46:44 spire-1.2.1/pkg/common/x509svid/csr.go 02:46:44 spire-1.2.1/pkg/common/x509svid/upstreamca.go 02:46:44 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 02:46:44 spire-1.2.1/pkg/common/x509util/ 02:46:44 spire-1.2.1/pkg/common/x509util/cert.go 02:46:44 spire-1.2.1/pkg/common/x509util/dns.go 02:46:44 spire-1.2.1/pkg/common/x509util/dns_test.go 02:46:44 spire-1.2.1/pkg/common/x509util/keyid.go 02:46:44 spire-1.2.1/pkg/common/x509util/keypair.go 02:46:44 spire-1.2.1/pkg/common/x509util/serialnumber.go 02:46:44 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 02:46:44 spire-1.2.1/pkg/server/ 02:46:44 spire-1.2.1/pkg/server/api/ 02:46:44 spire-1.2.1/pkg/server/api/agent.go 02:46:44 spire-1.2.1/pkg/server/api/agent/ 02:46:44 spire-1.2.1/pkg/server/api/agent/v1/ 02:46:44 spire-1.2.1/pkg/server/api/agent/v1/service.go 02:46:44 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 02:46:44 spire-1.2.1/pkg/server/api/agent_test.go 02:46:44 spire-1.2.1/pkg/server/api/api.go 02:46:44 spire-1.2.1/pkg/server/api/audit/ 02:46:44 spire-1.2.1/pkg/server/api/audit/audit.go 02:46:44 spire-1.2.1/pkg/server/api/audit/audit_test.go 02:46:44 spire-1.2.1/pkg/server/api/bundle.go 02:46:44 spire-1.2.1/pkg/server/api/bundle/ 02:46:44 spire-1.2.1/pkg/server/api/bundle/v1/ 02:46:44 spire-1.2.1/pkg/server/api/bundle/v1/service.go 02:46:44 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 02:46:44 spire-1.2.1/pkg/server/api/bundle_test.go 02:46:44 spire-1.2.1/pkg/server/api/debug/ 02:46:44 spire-1.2.1/pkg/server/api/debug/v1/ 02:46:44 spire-1.2.1/pkg/server/api/debug/v1/service.go 02:46:44 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 02:46:44 spire-1.2.1/pkg/server/api/entry.go 02:46:44 spire-1.2.1/pkg/server/api/entry/ 02:46:44 spire-1.2.1/pkg/server/api/entry/v1/ 02:46:44 spire-1.2.1/pkg/server/api/entry/v1/service.go 02:46:44 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 02:46:44 spire-1.2.1/pkg/server/api/entry_test.go 02:46:44 spire-1.2.1/pkg/server/api/health/ 02:46:44 spire-1.2.1/pkg/server/api/health/v1/ 02:46:44 spire-1.2.1/pkg/server/api/health/v1/service.go 02:46:44 spire-1.2.1/pkg/server/api/health/v1/service_test.go 02:46:44 spire-1.2.1/pkg/server/api/id.go 02:46:44 spire-1.2.1/pkg/server/api/id_test.go 02:46:44 spire-1.2.1/pkg/server/api/limits/ 02:46:44 spire-1.2.1/pkg/server/api/limits/limits.go 02:46:44 spire-1.2.1/pkg/server/api/middleware/ 02:46:44 spire-1.2.1/pkg/server/api/middleware/alias.go 02:46:44 spire-1.2.1/pkg/server/api/middleware/audit.go 02:46:44 spire-1.2.1/pkg/server/api/middleware/authorization.go 02:46:44 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 02:46:44 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 02:46:44 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 02:46:44 spire-1.2.1/pkg/server/api/middleware/caller.go 02:46:44 spire-1.2.1/pkg/server/api/middleware/caller_test.go 02:46:44 spire-1.2.1/pkg/server/api/middleware/common.go 02:46:44 spire-1.2.1/pkg/server/api/middleware/common_test.go 02:46:44 spire-1.2.1/pkg/server/api/middleware/entries.go 02:46:44 spire-1.2.1/pkg/server/api/middleware/entries_test.go 02:46:44 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 02:46:44 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 02:46:44 spire-1.2.1/pkg/server/api/ratelimit.go 02:46:44 spire-1.2.1/pkg/server/api/rpccontext/ 02:46:44 spire-1.2.1/pkg/server/api/rpccontext/alias.go 02:46:44 spire-1.2.1/pkg/server/api/rpccontext/audit.go 02:46:44 spire-1.2.1/pkg/server/api/rpccontext/caller.go 02:46:44 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 02:46:44 spire-1.2.1/pkg/server/api/selector.go 02:46:44 spire-1.2.1/pkg/server/api/selector_test.go 02:46:44 spire-1.2.1/pkg/server/api/status.go 02:46:44 spire-1.2.1/pkg/server/api/status_test.go 02:46:44 spire-1.2.1/pkg/server/api/svid/ 02:46:44 spire-1.2.1/pkg/server/api/svid/v1/ 02:46:44 spire-1.2.1/pkg/server/api/svid/v1/service.go 02:46:44 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 02:46:44 spire-1.2.1/pkg/server/api/trustdomain.go 02:46:44 spire-1.2.1/pkg/server/api/trustdomain/ 02:46:44 spire-1.2.1/pkg/server/api/trustdomain/v1/ 02:46:44 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 02:46:44 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 02:46:44 spire-1.2.1/pkg/server/api/trustdomain_test.go 02:46:44 spire-1.2.1/pkg/server/authpolicy/ 02:46:44 spire-1.2.1/pkg/server/authpolicy/defaults.go 02:46:44 spire-1.2.1/pkg/server/authpolicy/policy.go 02:46:44 spire-1.2.1/pkg/server/authpolicy/policy.rego 02:46:44 spire-1.2.1/pkg/server/authpolicy/policy_data.json 02:46:44 spire-1.2.1/pkg/server/authpolicy/policy_test.go 02:46:44 spire-1.2.1/pkg/server/authpolicy/validate.go 02:46:44 spire-1.2.1/pkg/server/bundle/ 02:46:44 spire-1.2.1/pkg/server/bundle/client/ 02:46:44 spire-1.2.1/pkg/server/bundle/client/client.go 02:46:44 spire-1.2.1/pkg/server/bundle/client/client_test.go 02:46:44 spire-1.2.1/pkg/server/bundle/client/manager.go 02:46:44 spire-1.2.1/pkg/server/bundle/client/manager_test.go 02:46:44 spire-1.2.1/pkg/server/bundle/client/sources.go 02:46:44 spire-1.2.1/pkg/server/bundle/client/sources_test.go 02:46:44 spire-1.2.1/pkg/server/bundle/client/updater.go 02:46:44 spire-1.2.1/pkg/server/bundle/client/updater_test.go 02:46:44 spire-1.2.1/pkg/server/ca/ 02:46:44 spire-1.2.1/pkg/server/ca/ca.go 02:46:44 spire-1.2.1/pkg/server/ca/ca_health.go 02:46:44 spire-1.2.1/pkg/server/ca/ca_test.go 02:46:44 spire-1.2.1/pkg/server/ca/journal.go 02:46:44 spire-1.2.1/pkg/server/ca/journal_test.go 02:46:44 spire-1.2.1/pkg/server/ca/manager.go 02:46:44 spire-1.2.1/pkg/server/ca/manager_health.go 02:46:44 spire-1.2.1/pkg/server/ca/manager_test.go 02:46:44 spire-1.2.1/pkg/server/ca/templates.go 02:46:44 spire-1.2.1/pkg/server/ca/upstream_client.go 02:46:44 spire-1.2.1/pkg/server/ca/upstream_client_test.go 02:46:44 spire-1.2.1/pkg/server/ca/validation.go 02:46:44 spire-1.2.1/pkg/server/cache/ 02:46:44 spire-1.2.1/pkg/server/cache/dscache/ 02:46:44 spire-1.2.1/pkg/server/cache/dscache/cache.go 02:46:44 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 02:46:44 spire-1.2.1/pkg/server/cache/entrycache/ 02:46:44 spire-1.2.1/pkg/server/cache/entrycache/cache.go 02:46:44 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 02:46:44 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 02:46:44 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 02:46:44 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 02:46:44 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 02:46:44 spire-1.2.1/pkg/server/catalog/ 02:46:44 spire-1.2.1/pkg/server/catalog/catalog.go 02:46:44 spire-1.2.1/pkg/server/catalog/keymanager.go 02:46:44 spire-1.2.1/pkg/server/catalog/nodeattestor.go 02:46:44 spire-1.2.1/pkg/server/catalog/noderesolver.go 02:46:44 spire-1.2.1/pkg/server/catalog/notifier.go 02:46:44 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 02:46:44 spire-1.2.1/pkg/server/config.go 02:46:44 spire-1.2.1/pkg/server/datastore/ 02:46:44 spire-1.2.1/pkg/server/datastore/datastore.go 02:46:44 spire-1.2.1/pkg/server/datastore/datastore_health.go 02:46:44 spire-1.2.1/pkg/server/datastore/repository.go 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/ 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 02:46:44 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 02:46:44 spire-1.2.1/pkg/server/endpoints/ 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/ 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/config.go 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/server.go 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 02:46:44 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 02:46:44 spire-1.2.1/pkg/server/endpoints/config.go 02:46:44 spire-1.2.1/pkg/server/endpoints/endpoints.go 02:46:44 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 02:46:44 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 02:46:44 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 02:46:44 spire-1.2.1/pkg/server/endpoints/middleware.go 02:46:44 spire-1.2.1/pkg/server/endpoints/middleware_test.go 02:46:44 spire-1.2.1/pkg/server/hostservice/ 02:46:44 spire-1.2.1/pkg/server/hostservice/agentstore/ 02:46:44 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 02:46:44 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 02:46:44 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 02:46:44 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 02:46:44 spire-1.2.1/pkg/server/hostservice/identityprovider/ 02:46:44 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 02:46:44 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/ 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/ 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/base/ 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/test/ 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 02:46:44 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/ 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 02:46:44 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/noderesolver/ 02:46:44 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 02:46:44 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 02:46:44 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 02:46:44 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 02:46:44 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 02:46:44 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 02:46:44 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/notifier/ 02:46:44 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 02:46:44 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 02:46:44 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 02:46:44 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 02:46:44 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 02:46:44 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 02:46:44 spire-1.2.1/pkg/server/plugin/notifier/repository.go 02:46:44 spire-1.2.1/pkg/server/plugin/notifier/v1.go 02:46:44 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 02:46:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 02:46:44 spire-1.2.1/pkg/server/registration/ 02:46:44 spire-1.2.1/pkg/server/registration/manager.go 02:46:44 spire-1.2.1/pkg/server/registration/manager_test.go 02:46:44 spire-1.2.1/pkg/server/scanentries.go 02:46:44 spire-1.2.1/pkg/server/scanentries_test.go 02:46:44 spire-1.2.1/pkg/server/server.go 02:46:44 spire-1.2.1/pkg/server/server_test.go 02:46:44 spire-1.2.1/pkg/server/svid/ 02:46:44 spire-1.2.1/pkg/server/svid/observer.go 02:46:44 spire-1.2.1/pkg/server/svid/observer_test.go 02:46:44 spire-1.2.1/pkg/server/svid/rotator.go 02:46:44 spire-1.2.1/pkg/server/svid/rotator_config.go 02:46:44 spire-1.2.1/pkg/server/svid/rotator_config_test.go 02:46:44 spire-1.2.1/pkg/server/svid/rotator_test.go 02:46:44 spire-1.2.1/proto/ 02:46:44 spire-1.2.1/proto/private/ 02:46:44 spire-1.2.1/proto/private/server/ 02:46:44 spire-1.2.1/proto/private/server/journal/ 02:46:44 spire-1.2.1/proto/private/server/journal/journal.pb.go 02:46:44 spire-1.2.1/proto/private/server/journal/journal.proto 02:46:44 spire-1.2.1/proto/spire/ 02:46:44 spire-1.2.1/proto/spire/common/ 02:46:44 spire-1.2.1/proto/spire/common/common.pb.go 02:46:44 spire-1.2.1/proto/spire/common/common.proto 02:46:44 spire-1.2.1/proto/spire/common/plugin/ 02:46:44 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 02:46:44 spire-1.2.1/proto/spire/common/plugin/plugin.proto 02:46:44 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 02:46:44 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 02:46:44 spire-1.2.1/proto/spire/plugin/ 02:46:44 spire-1.2.1/proto/spire/plugin/agent/ 02:46:44 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 02:46:44 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 02:46:44 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 02:46:44 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 02:46:44 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 02:46:44 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 02:46:44 spire-1.2.1/release/ 02:46:44 spire-1.2.1/release/spire-extras/ 02:46:44 spire-1.2.1/release/spire-extras/README.md 02:46:44 spire-1.2.1/release/spire-extras/conf/ 02:46:44 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 02:46:44 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 02:46:44 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 02:46:44 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 02:46:44 spire-1.2.1/release/spire/ 02:46:44 spire-1.2.1/release/spire/README.md 02:46:44 spire-1.2.1/release/spire/conf/ 02:46:44 spire-1.2.1/release/spire/conf/agent/ 02:46:44 spire-1.2.1/release/spire/conf/agent/agent.conf 02:46:44 spire-1.2.1/release/spire/conf/server/ 02:46:44 spire-1.2.1/release/spire/conf/server/server.conf 02:46:44 spire-1.2.1/script/ 02:46:44 spire-1.2.1/script/build-artifact.sh 02:46:44 spire-1.2.1/script/generate_dummy_ca.sh 02:46:44 spire-1.2.1/support/ 02:46:44 spire-1.2.1/support/k8s/ 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/ 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 02:46:44 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 02:46:44 spire-1.2.1/support/oidc-discovery-provider/ 02:46:44 spire-1.2.1/support/oidc-discovery-provider/README.md 02:46:44 spire-1.2.1/support/oidc-discovery-provider/common_test.go 02:46:44 spire-1.2.1/support/oidc-discovery-provider/config.go 02:46:44 spire-1.2.1/support/oidc-discovery-provider/config_test.go 02:46:44 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 02:46:44 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 02:46:44 spire-1.2.1/support/oidc-discovery-provider/handler.go 02:46:44 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 02:46:44 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 02:46:44 spire-1.2.1/support/oidc-discovery-provider/main.go 02:46:44 spire-1.2.1/support/oidc-discovery-provider/server_api.go 02:46:44 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 02:46:44 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 02:46:44 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 02:46:44 spire-1.2.1/test/ 02:46:44 spire-1.2.1/test/clock/ 02:46:44 spire-1.2.1/test/clock/clock.go 02:46:44 spire-1.2.1/test/fakes/ 02:46:44 spire-1.2.1/test/fakes/fakeagentcatalog/ 02:46:44 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 02:46:44 spire-1.2.1/test/fakes/fakeagentkeymanager/ 02:46:44 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 02:46:44 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 02:46:44 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 02:46:44 spire-1.2.1/test/fakes/fakeagentstore/ 02:46:44 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 02:46:44 spire-1.2.1/test/fakes/fakedatastore/ 02:46:44 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 02:46:44 spire-1.2.1/test/fakes/fakeentryclient/ 02:46:44 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 02:46:44 spire-1.2.1/test/fakes/fakehealthchecker/ 02:46:44 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 02:46:44 spire-1.2.1/test/fakes/fakeidentityprovider/ 02:46:44 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 02:46:44 spire-1.2.1/test/fakes/fakemetrics/ 02:46:44 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 02:46:44 spire-1.2.1/test/fakes/fakenoderesolver/ 02:46:44 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 02:46:44 spire-1.2.1/test/fakes/fakenotifier/ 02:46:44 spire-1.2.1/test/fakes/fakenotifier/notifier.go 02:46:44 spire-1.2.1/test/fakes/fakepluginmetrics/ 02:46:44 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 02:46:44 spire-1.2.1/test/fakes/fakeserverca/ 02:46:44 spire-1.2.1/test/fakes/fakeserverca/serverca.go 02:46:44 spire-1.2.1/test/fakes/fakeservercatalog/ 02:46:44 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 02:46:44 spire-1.2.1/test/fakes/fakeserverkeymanager/ 02:46:44 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 02:46:44 spire-1.2.1/test/fakes/fakeservernodeattestor/ 02:46:44 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 02:46:44 spire-1.2.1/test/fakes/fakeupstreamauthority/ 02:46:44 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 02:46:44 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 02:46:44 spire-1.2.1/test/fakes/fakeworkloadapi/ 02:46:44 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 02:46:44 spire-1.2.1/test/fakes/fakeworkloadattestor/ 02:46:44 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 02:46:44 spire-1.2.1/test/fixture/ 02:46:44 spire-1.2.1/test/fixture/certs/ 02:46:44 spire-1.2.1/test/fixture/certs/agent_svid.der 02:46:44 spire-1.2.1/test/fixture/certs/base_cert.pem 02:46:44 spire-1.2.1/test/fixture/certs/base_csr.pem 02:46:44 spire-1.2.1/test/fixture/certs/base_key.pem 02:46:44 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 02:46:44 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 02:46:44 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 02:46:44 spire-1.2.1/test/fixture/certs/blog_cert.pem 02:46:44 spire-1.2.1/test/fixture/certs/blog_csr.pem 02:46:44 spire-1.2.1/test/fixture/certs/blog_key.pem 02:46:44 spire-1.2.1/test/fixture/certs/bundle.der 02:46:44 spire-1.2.1/test/fixture/certs/ca.pem 02:46:44 spire-1.2.1/test/fixture/certs/ca_key.pem 02:46:44 spire-1.2.1/test/fixture/certs/database_cert.pem 02:46:44 spire-1.2.1/test/fixture/certs/database_csr.pem 02:46:44 spire-1.2.1/test/fixture/certs/database_key.pem 02:46:44 spire-1.2.1/test/fixture/certs/node_cert.pem 02:46:44 spire-1.2.1/test/fixture/certs/node_csr.pem 02:46:44 spire-1.2.1/test/fixture/certs/node_key.pem 02:46:44 spire-1.2.1/test/fixture/certs/svid.pem 02:46:44 spire-1.2.1/test/fixture/certs/svid_key.pem 02:46:44 spire-1.2.1/test/fixture/config/ 02:46:44 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 02:46:44 spire-1.2.1/test/fixture/config/agent_good.conf 02:46:44 spire-1.2.1/test/fixture/config/agent_good_templated.conf 02:46:44 spire-1.2.1/test/fixture/config/plugin_good.conf 02:46:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 02:46:44 spire-1.2.1/test/fixture/config/server_good.conf 02:46:44 spire-1.2.1/test/fixture/config/server_good_templated.conf 02:46:44 spire-1.2.1/test/fixture/fixture.go 02:46:44 spire-1.2.1/test/fixture/nodeattestor/ 02:46:44 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 02:46:44 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 02:46:44 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 02:46:44 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 02:46:44 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 02:46:44 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 02:46:44 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 02:46:44 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 02:46:44 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 02:46:44 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 02:46:44 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 02:46:44 spire-1.2.1/test/fixture/registration/ 02:46:44 spire-1.2.1/test/fixture/registration/entries.json 02:46:44 spire-1.2.1/test/fixture/registration/good-for-update.json 02:46:44 spire-1.2.1/test/fixture/registration/good.json 02:46:44 spire-1.2.1/test/fixture/registration/invalid.json 02:46:44 spire-1.2.1/test/fixture/registration/invalid_json.json 02:46:44 spire-1.2.1/test/fixture/registration/manager_test_entries.json 02:46:44 spire-1.2.1/test/integration/ 02:46:44 spire-1.2.1/test/integration/README.md 02:46:44 spire-1.2.1/test/integration/common 02:46:44 spire-1.2.1/test/integration/setup/ 02:46:44 spire-1.2.1/test/integration/setup/adminclient/ 02:46:44 spire-1.2.1/test/integration/setup/adminclient/build.sh 02:46:44 spire-1.2.1/test/integration/setup/adminclient/client.go 02:46:44 spire-1.2.1/test/integration/setup/debugagent/ 02:46:44 spire-1.2.1/test/integration/setup/debugagent/build.sh 02:46:44 spire-1.2.1/test/integration/setup/debugagent/main.go 02:46:44 spire-1.2.1/test/integration/setup/debugserver/ 02:46:44 spire-1.2.1/test/integration/setup/debugserver/build.sh 02:46:44 spire-1.2.1/test/integration/setup/debugserver/main.go 02:46:44 spire-1.2.1/test/integration/setup/downstreamclient/ 02:46:44 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 02:46:44 spire-1.2.1/test/integration/setup/downstreamclient/client.go 02:46:44 spire-1.2.1/test/integration/setup/itclient/ 02:46:44 spire-1.2.1/test/integration/setup/itclient/client.go 02:46:44 spire-1.2.1/test/integration/setup/node-attestation/ 02:46:44 spire-1.2.1/test/integration/setup/node-attestation/build.sh 02:46:44 spire-1.2.1/test/integration/setup/node-attestation/client.go 02:46:44 spire-1.2.1/test/integration/setup/x509pop/ 02:46:44 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 02:46:44 spire-1.2.1/test/integration/setup/x509pop/setup.sh 02:46:44 spire-1.2.1/test/integration/suites/ 02:46:44 spire-1.2.1/test/integration/suites/admin-endpoints/ 02:46:44 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 02:46:44 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 02:46:44 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 02:46:44 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 02:46:44 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 02:46:44 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 02:46:44 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 02:46:44 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 02:46:44 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 02:46:44 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 02:46:44 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 02:46:44 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 02:46:44 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 02:46:44 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 02:46:44 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 02:46:44 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 02:46:44 spire-1.2.1/test/integration/suites/datastore-mysql/ 02:46:44 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 02:46:44 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 02:46:44 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 02:46:44 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres/ 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 02:46:44 spire-1.2.1/test/integration/suites/debug-endpoints/ 02:46:44 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 02:46:44 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 02:46:44 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 02:46:44 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 02:46:44 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 02:46:44 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 02:46:44 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 02:46:44 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 02:46:44 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 02:46:44 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 02:46:44 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 02:46:44 spire-1.2.1/test/integration/suites/downstream-endpoints/ 02:46:44 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 02:46:44 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 02:46:44 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 02:46:44 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 02:46:44 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 02:46:44 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 02:46:44 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 02:46:44 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 02:46:44 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 02:46:44 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 02:46:44 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 02:46:44 spire-1.2.1/test/integration/suites/join-token/ 02:46:44 spire-1.2.1/test/integration/suites/join-token/01-start-server 02:46:44 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 02:46:44 spire-1.2.1/test/integration/suites/join-token/03-start-agent 02:46:44 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 02:46:44 spire-1.2.1/test/integration/suites/join-token/05-check-svid 02:46:44 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 02:46:44 spire-1.2.1/test/integration/suites/join-token/README.md 02:46:44 spire-1.2.1/test/integration/suites/join-token/conf/ 02:46:44 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 02:46:44 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/join-token/conf/server/ 02:46:44 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/join-token/teardown 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/ 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 02:46:44 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/ 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 02:46:44 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 02:46:44 spire-1.2.1/test/integration/suites/k8s/ 02:46:44 spire-1.2.1/test/integration/suites/k8s/00-setup 02:46:44 spire-1.2.1/test/integration/suites/k8s/01-apply-config 02:46:44 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 02:46:44 spire-1.2.1/test/integration/suites/k8s/README.md 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/ 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/server/ 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 02:46:44 spire-1.2.1/test/integration/suites/k8s/init-kubectl 02:46:44 spire-1.2.1/test/integration/suites/k8s/teardown 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/README.md 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/root/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/nested-rotation/teardown 02:46:44 spire-1.2.1/test/integration/suites/node-attestation/ 02:46:44 spire-1.2.1/test/integration/suites/node-attestation/00-setup 02:46:44 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 02:46:44 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 02:46:44 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 02:46:44 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 02:46:44 spire-1.2.1/test/integration/suites/node-attestation/README.md 02:46:44 spire-1.2.1/test/integration/suites/node-attestation/conf/ 02:46:44 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 02:46:44 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 02:46:44 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/node-attestation/teardown 02:46:44 spire-1.2.1/test/integration/suites/rotation/ 02:46:44 spire-1.2.1/test/integration/suites/rotation/00-setup 02:46:44 spire-1.2.1/test/integration/suites/rotation/01-start-server 02:46:44 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 02:46:44 spire-1.2.1/test/integration/suites/rotation/03-start-agent 02:46:44 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 02:46:44 spire-1.2.1/test/integration/suites/rotation/05-check-svids 02:46:44 spire-1.2.1/test/integration/suites/rotation/README.md 02:46:44 spire-1.2.1/test/integration/suites/rotation/conf/ 02:46:44 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 02:46:44 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/rotation/conf/server/ 02:46:44 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/rotation/teardown 02:46:44 spire-1.2.1/test/integration/suites/self-test/ 02:46:44 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 02:46:44 spire-1.2.1/test/integration/suites/self-test/README.md 02:46:44 spire-1.2.1/test/integration/suites/self-test/teardown 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/ 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 02:46:44 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 02:46:44 spire-1.2.1/test/integration/suites/upgrade/ 02:46:44 spire-1.2.1/test/integration/suites/upgrade/00-setup 02:46:44 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 02:46:44 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 02:46:44 spire-1.2.1/test/integration/suites/upgrade/README.md 02:46:44 spire-1.2.1/test/integration/suites/upgrade/conf/ 02:46:44 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 02:46:44 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 02:46:44 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 02:46:44 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 02:46:44 spire-1.2.1/test/integration/suites/upgrade/teardown 02:46:44 spire-1.2.1/test/integration/suites/upgrade/versions.txt 02:46:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 02:46:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 02:46:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 02:46:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 02:46:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 02:46:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 02:46:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 02:46:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 02:46:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 02:46:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 02:46:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 02:46:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 02:46:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 02:46:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 02:46:44 spire-1.2.1/test/integration/test-one.sh 02:46:44 spire-1.2.1/test/integration/test.sh 02:46:44 spire-1.2.1/test/plugintest/ 02:46:44 spire-1.2.1/test/plugintest/config.go 02:46:44 spire-1.2.1/test/plugintest/load.go 02:46:44 spire-1.2.1/test/plugintest/option.go 02:46:44 spire-1.2.1/test/spiretest/ 02:46:44 spire-1.2.1/test/spiretest/apiserver.go 02:46:44 spire-1.2.1/test/spiretest/assertions.go 02:46:44 spire-1.2.1/test/spiretest/dir.go 02:46:44 spire-1.2.1/test/spiretest/errors_posix.go 02:46:44 spire-1.2.1/test/spiretest/errors_windows.go 02:46:44 spire-1.2.1/test/spiretest/logs.go 02:46:44 spire-1.2.1/test/spiretest/socketapi.go 02:46:44 spire-1.2.1/test/spiretest/suite.go 02:46:44 spire-1.2.1/test/spiretest/x509.go 02:46:44 spire-1.2.1/test/testca/ 02:46:44 spire-1.2.1/test/testca/ca.go 02:46:44 spire-1.2.1/test/testkey/ 02:46:44 spire-1.2.1/test/testkey/generate.sh 02:46:44 spire-1.2.1/test/testkey/genkeys.go 02:46:44 spire-1.2.1/test/testkey/keys.go 02:46:44 spire-1.2.1/test/testkey/new.go 02:46:44 spire-1.2.1/test/tpmsimulator/ 02:46:44 spire-1.2.1/test/tpmsimulator/simulator.go 02:46:44 spire-1.2.1/test/util/ 02:46:44 spire-1.2.1/test/util/cert_fixtures.go 02:46:44 spire-1.2.1/test/util/cert_generation.go 02:46:44 spire-1.2.1/test/util/io_redirection.go 02:46:44 spire-1.2.1/test/util/race.go 02:46:44 spire-1.2.1/test/util/util.go 02:46:44 building spire from source... 02:46:44 Installing go1.17.7... 02:46:46 ---> Running in d510748bfdde 02:46:47 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:46:48 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:46:48 OK: 221 MiB in 52 packages 02:46:49 ? github.com/edgexfoundry/edgex-go [no test files] 02:46:49 Building bin/spire-server... 02:46:49 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 02:46:49 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 02:46:49 go: downloading github.com/mitchellh/cli v1.1.2 02:46:49 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 02:46:49 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 02:46:50 go: downloading github.com/imdario/mergo v0.3.12 02:46:50 go: downloading github.com/sirupsen/logrus v1.8.1 02:46:50 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 02:46:50 go: downloading github.com/hashicorp/go-hclog v1.1.0 02:46:50 go: downloading google.golang.org/grpc v1.44.0 02:46:50 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 02:46:50 go: downloading github.com/fatih/color v1.13.0 02:46:50 go: downloading github.com/mattn/go-isatty v0.0.14 02:46:50 go: downloading github.com/hashicorp/go-plugin v1.4.3 02:46:50 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 02:46:50 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 02:46:50 go: downloading github.com/InVisionApp/go-logger v1.0.1 02:46:50 go: downloading github.com/armon/go-metrics v0.3.10 02:46:50 go: downloading github.com/prometheus/client_golang v1.12.1 02:46:50 go: downloading github.com/uber-go/tally/v4 v4.1.1 02:46:50 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 02:46:50 go: downloading github.com/open-policy-agent/opa v0.38.0 02:46:50 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 02:46:50 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 02:46:50 go: downloading github.com/mattn/go-colorable v0.1.12 02:46:50 go: downloading github.com/Masterminds/goutils v1.1.0 02:46:51 go: downloading github.com/Masterminds/semver v1.5.0 02:46:51 go: downloading github.com/google/uuid v1.1.2 02:46:51 go: downloading github.com/huandu/xstrings v1.3.2 02:46:51 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 02:46:51 go: downloading github.com/oklog/run v1.0.0 02:46:51 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 02:46:51 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 02:46:51 go: downloading github.com/imkira/go-observer v1.0.3 02:46:51 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 02:46:51 go: downloading go.uber.org/atomic v1.9.0 02:46:51 go: downloading github.com/beorn7/perks v1.0.1 02:46:51 go: downloading github.com/cespare/xxhash/v2 v2.1.2 02:46:52 go: downloading github.com/prometheus/client_model v0.2.0 02:46:52 go: downloading github.com/prometheus/common v0.32.1 02:46:52 go: downloading github.com/prometheus/procfs v0.7.3 02:46:52 go: downloading github.com/mitchellh/reflectwalk v1.0.1 02:46:52 go: downloading github.com/hashicorp/errwrap v1.1.0 02:46:52 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 02:46:52 go: downloading github.com/blang/semver/v4 v4.0.0 02:46:52 go: downloading github.com/go-sql-driver/mysql v1.6.0 02:46:52 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 02:46:52 go: downloading github.com/jinzhu/gorm v1.9.16 02:46:52 go: downloading github.com/lib/pq v1.10.4 02:46:52 go: downloading github.com/mattn/go-sqlite3 v1.14.12 02:46:52 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 02:46:52 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 02:46:52 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 02:46:53 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 02:46:53 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 02:46:53 go: downloading github.com/stretchr/testify v1.7.0 02:46:53 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 02:46:53 go: downloading github.com/aws/aws-sdk-go v1.43.0 02:46:55 Removing intermediate container d510748bfdde 02:46:55 ---> 84a1fc13c344 02:46:55 Step 6/22 : COPY go.mod vendor* ./ 02:46:56 ---> 36f284b87335 02:46:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:46:56 ---> Running in 5160d5e00f3f 02:46:57 go: downloading google.golang.org/api v0.70.0 02:46:57 go: downloading k8s.io/client-go v0.23.4 02:46:57 go: downloading k8s.io/api v0.23.4 02:46:57 go: downloading github.com/google/go-tpm v0.3.3 02:46:57 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 02:46:57 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 02:46:57 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 02:46:57 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 02:46:57 go: downloading cloud.google.com/go/storage v1.21.0 02:46:57 go: downloading cloud.google.com/go v0.100.2 02:46:58 go: downloading k8s.io/apimachinery v0.23.4 02:46:58 go: downloading k8s.io/kube-aggregator v0.23.3 02:46:58 go: downloading sigs.k8s.io/controller-runtime v0.11.1 02:46:58 go: downloading cloud.google.com/go/security v1.3.0 02:46:58 go: downloading github.com/hashicorp/vault/api v1.4.1 02:46:58 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 02:46:59 go: downloading github.com/hashicorp/golang-lru v0.5.4 02:46:59 go: downloading github.com/twmb/murmur3 v1.1.6 02:46:59 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 02:46:59 go: downloading github.com/jinzhu/inflection v1.0.0 02:46:59 go: downloading github.com/aws/smithy-go v1.11.0 02:47:00 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 02:47:00 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 02:47:00 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 02:47:00 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 02:47:00 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 02:47:00 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 02:47:00 go: downloading github.com/Azure/go-autorest/logger v0.2.1 02:47:00 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 02:47:00 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 02:47:00 go: downloading github.com/dimchansky/utfbom v1.1.1 02:47:00 go: downloading cloud.google.com/go/compute v1.3.0 02:47:00 go: downloading cloud.google.com/go/iam v0.1.1 02:47:00 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 02:47:00 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 02:47:01 go: downloading github.com/gogo/protobuf v1.3.2 02:47:01 go: downloading github.com/google/gofuzz v1.1.0 02:47:01 go: downloading k8s.io/klog/v2 v2.30.0 02:47:01 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 02:47:01 go: downloading github.com/spf13/pflag v1.0.5 02:47:01 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 02:47:01 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 02:47:01 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 02:47:01 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 02:47:01 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 02:47:01 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 02:47:01 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 02:47:01 go: downloading github.com/hashicorp/vault/sdk v0.4.1 02:47:01 go: downloading github.com/mitchellh/mapstructure v1.4.3 02:47:01 go: downloading github.com/tklauser/go-sysconf v0.3.9 02:47:01 go: downloading github.com/OneOfOne/xxhash v1.2.8 02:47:01 go: downloading gopkg.in/yaml.v2 v2.4.0 02:47:02 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 02:47:02 go: downloading github.com/gobwas/glob v0.2.3 02:47:02 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 02:47:02 go: downloading github.com/jmespath/go-jmespath v0.4.0 02:47:02 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 02:47:02 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 02:47:02 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 02:47:02 go: downloading go.opencensus.io v0.23.0 02:47:02 go: downloading gopkg.in/inf.v0 v0.9.1 02:47:02 go: downloading github.com/google/go-cmp v0.5.7 02:47:02 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 02:47:02 go: downloading github.com/googleapis/gnostic v0.5.5 02:47:02 go: downloading github.com/go-logr/logr v1.2.2 02:47:02 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 02:47:02 go: downloading github.com/json-iterator/go v1.1.12 02:47:02 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 02:47:02 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 02:47:02 go: downloading go.uber.org/zap v1.21.0 02:47:02 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 02:47:02 go: downloading github.com/tklauser/numcpus v0.3.0 02:47:02 go: downloading sigs.k8s.io/yaml v1.3.0 02:47:02 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 02:47:02 go: downloading github.com/ryanuber/go-glob v1.0.0 02:47:02 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 02:47:02 go: downloading github.com/modern-go/reflect2 v1.0.2 02:47:02 go: downloading github.com/golang/snappy v0.0.4 02:47:02 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 02:47:02 go: downloading github.com/hashicorp/go-uuid v1.0.2 02:47:02 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 02:47:02 go: downloading github.com/hashicorp/go-version v1.2.0 02:47:02 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 02:47:02 go: downloading go.uber.org/multierr v1.6.0 02:47:07 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 02:47:07 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 02:47:10 Removing intermediate container 5160d5e00f3f 02:47:10 ---> 84747412281d 02:47:10 Step 8/22 : COPY . . 02:47:22 ---> efffff9e8b20 02:47:22 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:47:24 ---> Running in c051c6bc1c5a 02:47:24 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 02:47:28 Removing intermediate container 731e162d0a7d 02:47:28 ---> 746e2f9d54f4 02:47:28 02:47:28 Step 13/26 : FROM alpine:3.15 02:47:28 ---> 0ac33e5f5afa 02:47:28 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:47:28 ---> Using cache 02:47:28 ---> 1aa11f4f2677 02:47:28 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:28 ---> Using cache 02:47:28 ---> a2f521b248df 02:47:28 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:47:28 ---> Running in fdf7bff417b4 02:47:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:47:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:47:30 v3.15.4-64-g087a7fa5d4 [https://nl.alpinelinux.org/alpine/v3.15/main] 02:47:30 v3.15.4-63-g929a19c729 [https://nl.alpinelinux.org/alpine/v3.15/community] 02:47:30 OK: 15854 distinct packages available 02:47:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:47:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:47:32 (1/5) Installing dumb-init (1.2.5-r1) 02:47:32 (2/5) Installing musl-obstack (1.2.3-r0) 02:47:32 (3/5) Installing libucontext (1.1-r0) 02:47:32 (4/5) Installing gcompat (1.0.0-r4) 02:47:32 (5/5) Installing openssl (1.1.1n-r0) 02:47:32 Executing busybox-1.34.1-r5.trigger 02:47:32 OK: 6 MiB in 19 packages 02:47:34 Removing intermediate container fdf7bff417b4 02:47:34 ---> 8803d6f1a387 02:47:34 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 02:47:35 ---> 8adc2abe0151 02:47:35 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 02:47:38 ---> 98401cc51bfa 02:47:38 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:47:38 ---> 12eb0df357c2 02:47:38 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:47:39 ---> 564c21c6e023 02:47:39 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:47:39 ---> 14e0d458058f 02:47:39 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 02:47:39 ---> Running in c5560f6158f3 02:47:39 Removing intermediate container c5560f6158f3 02:47:39 ---> da8697dd342a 02:47:39 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 02:47:40 ---> Running in c27ff7bf77c0 02:47:40 Removing intermediate container c27ff7bf77c0 02:47:40 ---> affe8a88c96c 02:47:40 Step 24/26 : LABEL arch=x86_64 02:47:40 ---> Running in ed0caa22971e 02:47:40 Removing intermediate container ed0caa22971e 02:47:40 ---> bd9093d54933 02:47:40 Step 25/26 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 02:47:40 ---> Running in 145d473aa7a5 02:47:41 Removing intermediate container 145d473aa7a5 02:47:41 ---> 30a6fa609765 02:47:41 Step 26/26 : LABEL version=0.0.0 02:47:41 ---> Running in 8a3e41a1febf 02:47:41 Removing intermediate container 8a3e41a1febf 02:47:41 ---> b7554139ad66 02:47:41 02:47:41 Successfully built b7554139ad66 02:47:41 Successfully tagged security-spire-agent:latest 02:47:49  Building security-spire-agent ... done Building bin/spire-agent... 02:47:49 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 02:47:49 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 02:47:49 go: downloading cloud.google.com/go/secretmanager v1.3.0 02:47:49 go: downloading github.com/docker/docker v20.10.12+incompatible 02:47:49 go: downloading github.com/google/go-tpm-tools v0.3.3 02:47:49 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 02:47:49 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 02:47:49 go: downloading github.com/docker/go-connections v0.4.0 02:47:49 go: downloading github.com/docker/go-units v0.4.0 02:47:49 go: downloading github.com/opencontainers/image-spec v1.0.1 02:47:49 go: downloading github.com/containerd/containerd v1.3.4 02:47:49 go: downloading github.com/docker/distribution v2.7.1+incompatible 02:47:49 go: downloading github.com/opencontainers/go-digest v1.0.0 02:47:57 Removing intermediate container c051c6bc1c5a 02:47:57 ---> 133db9d53c41 02:47:57 02:47:57 Step 10/22 : FROM alpine:3.14 02:47:57 ---> e04c818066af 02:47:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:47:57 ---> Running in 50c3008d8bce 02:47:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 02:47:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 02:47:58 (1/2) Installing ca-certificates (20211220-r0) 02:47:58 (2/2) Installing dumb-init (1.2.5-r1) 02:47:58 Executing busybox-1.33.1-r7.trigger 02:47:58 Executing ca-certificates-20211220-r0.trigger 02:47:58 OK: 6 MiB in 16 packages 02:47:59 Removing intermediate container 50c3008d8bce 02:47:59 ---> b9a7a8313ae9 02:47:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:47:59 ---> Running in 2918009b846d 02:47:59 Removing intermediate container 2918009b846d 02:47:59 ---> 6faf41ef0b95 02:47:59 Step 13/22 : ENV APP_PORT=59860 02:47:59 ---> Running in 188216ced891 02:47:59 Removing intermediate container 188216ced891 02:47:59 ---> 6c5982b53a36 02:47:59 Step 14/22 : EXPOSE $APP_PORT 02:47:59 ---> Running in 5eaf85fdb677 02:48:00 Removing intermediate container 5eaf85fdb677 02:48:00 ---> 05a01e85ce2d 02:48:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:48:00 ---> b94c4caa3ece 02:48:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:48:02 ---> 23eefc0db1af 02:48:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:48:02 ---> 4f80ccab2d5e 02:48:02 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:48:02 ---> Running in ff5ee5501be6 02:48:02 Removing intermediate container ff5ee5501be6 02:48:02 ---> f85d803bbf13 02:48:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:48:02 ---> Running in 6b38eb60d4d6 02:48:02 Removing intermediate container 6b38eb60d4d6 02:48:02 ---> 6ea9247fea12 02:48:02 Step 20/22 : LABEL arch=x86_64 02:48:02 ---> Running in 19f4c1adffc1 02:48:02 Removing intermediate container 19f4c1adffc1 02:48:02 ---> 2ddecdcb8981 02:48:02 Step 21/22 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 02:48:03 ---> Running in 014297836bee 02:48:03 Removing intermediate container 014297836bee 02:48:03 ---> 17fa945d7da3 02:48:03 Step 22/22 : LABEL version=0.0.0 02:48:03 ---> Running in 0655ebfe2dec 02:48:03 Removing intermediate container 0655ebfe2dec 02:48:03 ---> 637a6acf1f54 02:48:03 02:48:04 Successfully built 637a6acf1f54 02:48:04 Successfully tagged support-notifications:latest 02:48:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:48:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:48:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:48:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:48:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:48:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:48:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:48:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:48:41 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 02:48:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:48:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:48:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:48:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:48:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:48:41 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 02:48:42  Building support-notifications ... done Removing intermediate container 7e340c8c3d65 02:48:42 ---> 5164d44d3fb2 02:48:42 02:48:42 Step 13/26 : FROM alpine:3.15 02:48:42 ---> 0ac33e5f5afa 02:48:42 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:48:42 ---> Using cache 02:48:42 ---> 1aa11f4f2677 02:48:42 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:42 ---> Using cache 02:48:42 ---> a2f521b248df 02:48:42 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 02:48:42 ---> Running in 95f022184152 02:48:42 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:48:43 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:48:43 v3.15.4-64-g087a7fa5d4 [https://nl.alpinelinux.org/alpine/v3.15/main] 02:48:43 v3.15.4-63-g929a19c729 [https://nl.alpinelinux.org/alpine/v3.15/community] 02:48:43 OK: 15854 distinct packages available 02:48:43 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:48:44 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:48:45 (1/4) Installing dumb-init (1.2.5-r1) 02:48:45 (2/4) Installing musl-obstack (1.2.3-r0) 02:48:45 (3/4) Installing libucontext (1.1-r0) 02:48:45 (4/4) Installing gcompat (1.0.0-r4) 02:48:45 Executing busybox-1.34.1-r5.trigger 02:48:45 OK: 6 MiB in 18 packages 02:48:45 Removing intermediate container 95f022184152 02:48:45 ---> 09953420f094 02:48:45 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 02:48:47 ---> e18f38b5e93e 02:48:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:48:47 ---> 85503fe6e400 02:48:47 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 02:48:47 ---> Running in d299a47dd843 02:48:47 Removing intermediate container d299a47dd843 02:48:47 ---> 10ca47e3493b 02:48:47 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:48:47 ---> e9a81a07854b 02:48:47 Step 21/26 : WORKDIR / 02:48:47 ---> Running in 4786348ca953 02:48:47 Removing intermediate container 4786348ca953 02:48:47 ---> 95351c83ab47 02:48:47 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 02:48:47 ---> Running in da72ca9bfd30 02:48:47 Removing intermediate container da72ca9bfd30 02:48:47 ---> 04f95c72b999 02:48:47 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 02:48:47 ---> Running in 6c589073dacc 02:48:48 Removing intermediate container 6c589073dacc 02:48:48 ---> ebca6c0058a3 02:48:48 Step 24/26 : LABEL arch=x86_64 02:48:48 ---> Running in 5394a0d75d24 02:48:48 Removing intermediate container 5394a0d75d24 02:48:48 ---> 11d9f02a621d 02:48:48 Step 25/26 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 02:48:48 ---> Running in 9d9206ea58e0 02:48:48 Removing intermediate container 9d9206ea58e0 02:48:48 ---> 24538ec7005f 02:48:48 Step 26/26 : LABEL version=0.0.0 02:48:48 ---> Running in 64f2264cd810 02:48:48 Removing intermediate container 64f2264cd810 02:48:48 ---> 66f3d26af7ad 02:48:48 02:48:48 Successfully built 66f3d26af7ad 02:48:48 Successfully tagged security-spire-config:latest 02:48:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.248s coverage: 28.7% of statements 02:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:48:54  Building security-spire-config ... done Building bin/spire-agent... 02:48:54 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 02:48:54 go: downloading cloud.google.com/go/secretmanager v1.3.0 02:48:54 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 02:48:54 go: downloading github.com/docker/docker v20.10.12+incompatible 02:48:54 go: downloading github.com/google/go-tpm-tools v0.3.3 02:48:54 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 02:48:54 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 02:48:54 go: downloading github.com/docker/go-units v0.4.0 02:48:54 go: downloading github.com/docker/go-connections v0.4.0 02:48:54 go: downloading github.com/opencontainers/image-spec v1.0.1 02:48:54 go: downloading github.com/containerd/containerd v1.3.4 02:48:54 go: downloading github.com/docker/distribution v2.7.1+incompatible 02:48:54 go: downloading github.com/opencontainers/go-digest v1.0.0 02:49:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.452s coverage: 98.5% of statements 02:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 02:49:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.450s coverage: 53.4% of statements 02:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:49:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.561s coverage: 89.2% of statements 02:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 02:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 02:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 02:49:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.467s coverage: 84.4% of statements 02:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 02:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 02:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:49:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.474s coverage: 95.6% of statements 02:49:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 02:49:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 02:49:25 ok github.com/edgexfoundry/edgex-go/internal/io 0.291s coverage: 72.2% of statements 02:49:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:49:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 02:49:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 02:49:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:49:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:49:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.384s coverage: 60.0% of statements 02:49:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:49:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:49:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:49:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.498s coverage: 0.9% of statements 02:49:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 02:49:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.546s coverage: 58.8% of statements 02:49:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.302s coverage: 29.6% of statements 02:49:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:49:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.239s coverage: 47.1% of statements 02:49:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.245s coverage: 79.5% of statements 02:49:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.196s coverage: 94.1% of statements 02:49:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.298s coverage: 96.3% of statements 02:49:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.230s coverage: 87.5% of statements 02:49:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.255s coverage: 94.4% of statements 02:49:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.189s coverage: 44.8% of statements 02:49:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.734s coverage: 82.5% of statements 02:49:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 02:49:50 Removing intermediate container 189ee15ace52 02:49:50 ---> fb7e817eb54c 02:49:50 02:49:50 Step 13/25 : FROM alpine:3.15 02:49:50 ---> 0ac33e5f5afa 02:49:50 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:49:50 ---> Using cache 02:49:50 ---> 1aa11f4f2677 02:49:50 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:50 ---> Using cache 02:49:50 ---> a2f521b248df 02:49:50 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:49:50 ---> Using cache 02:49:50 ---> 8803d6f1a387 02:49:50 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 02:49:50 ---> 1b4fa0629145 02:49:50 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:49:50 ---> ca77177a30cd 02:49:50 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:49:50 ---> 8beadc66d171 02:49:50 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:49:50 ---> 5fa8aea226ad 02:49:50 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 02:49:50 ---> Running in 2671e8ac8b0f 02:49:50 Removing intermediate container 2671e8ac8b0f 02:49:50 ---> d60292320e00 02:49:50 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 02:49:50 ---> Running in e3f65b17be29 02:49:50 Removing intermediate container e3f65b17be29 02:49:50 ---> 63ae6c807a51 02:49:50 Step 23/25 : LABEL arch=x86_64 02:49:50 ---> Running in 70e0517eec52 02:49:50 Removing intermediate container 70e0517eec52 02:49:50 ---> 66df54f798dd 02:49:50 Step 24/25 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 02:49:50 ---> Running in d6475730a86d 02:49:50 Removing intermediate container d6475730a86d 02:49:50 ---> 3ae56e2f899e 02:49:50 Step 25/25 : LABEL version=0.0.0 02:49:50 ---> Running in 12c738b9c0d6 02:49:50 Removing intermediate container 12c738b9c0d6 02:49:50 ---> 9c14ac9f05cb 02:49:50 02:49:50 Successfully built 9c14ac9f05cb 02:49:50 Successfully tagged security-spire-server:latest 02:49:50  Building security-spire-server ... done  [Pipeline] } 02:49:50 $ docker stop --time=1 e57f6c5bc2b7bdc929b09c0d2de85d502849cc81740dd2462eff48e7be4c41c8 02:49:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.284s coverage: 92.9% of statements 02:49:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:49:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:49:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:49:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.071s coverage: 65.1% of statements 02:49:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:49:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:49:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:49:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:49:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:49:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.209s coverage: 87.2% of statements 02:49:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:49:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:49:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements 02:49:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:49:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.264s coverage: 58.8% of statements 02:49:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:49:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.325s coverage: 80.0% of statements 02:49:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.271s coverage: 87.2% of statements 02:49:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.270s coverage: 85.4% of statements 02:49:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.851s coverage: 91.2% of statements 02:49:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:49:52 $ docker rm -f e57f6c5bc2b7bdc929b09c0d2de85d502849cc81740dd2462eff48e7be4c41c8 [Pipeline] // withDockerContainer [Pipeline] sh 02:49:52 + docker images 02:49:52 REPOSITORY TAG IMAGE ID CREATED SIZE 02:49:52 security-spire-server latest 9c14ac9f05cb 4 seconds ago 87.3MB 02:49:52 fb7e817eb54c 18 seconds ago 4.43GB 02:49:52 security-spire-config latest 66f3d26af7ad About a minute ago 86.7MB 02:49:52 5164d44d3fb2 About a minute ago 4.43GB 02:49:52 support-notifications latest 637a6acf1f54 About a minute ago 26.9MB 02:49:52 133db9d53c41 About a minute ago 1.55GB 02:49:52 security-spire-agent latest b7554139ad66 2 minutes ago 127MB 02:49:52 746e2f9d54f4 2 minutes ago 4.43GB 02:49:52 core-command latest 2877dc6edc3f 3 minutes ago 16.1MB 02:49:52 sys-mgmt-agent latest edd48d75770f 3 minutes ago 299MB 02:49:52 core-metadata latest 3d2ea4c16688 3 minutes ago 17MB 02:49:52 d248456e9972 3 minutes ago 1.49GB 02:49:52 1d4935d997a1 3 minutes ago 1.5GB 02:49:52 834085e39485 3 minutes ago 1.49GB 02:49:52 security-secretstore-setup latest 0b2ca0803fd6 3 minutes ago 28.5MB 02:49:52 support-scheduler latest 24e35c633b46 3 minutes ago 26.3MB 02:49:52 a3541d058ae2 4 minutes ago 1.5GB 02:49:52 ea0847cdc219 4 minutes ago 1.55GB 02:49:52 security-bootstrapper latest dab7e3200813 4 minutes ago 19.1MB 02:49:52 security-spiffe-token-provider latest b99b9f275fb4 4 minutes ago 28.8MB 02:49:52 core-data latest e2444d9280da 4 minutes ago 22.5MB 02:49:52 security-proxy-setup latest e461a0732da8 4 minutes ago 26.9MB 02:49:52 4126de1684c1 5 minutes ago 1.54GB 02:49:52 77490c15097b 5 minutes ago 1.5GB 02:49:52 e38da86357ba 5 minutes ago 1.52GB 02:49:52 d9ccd9702821 5 minutes ago 1.5GB 02:49:52 ci-base-image-x86_64 latest af9d4da3b2b3 8 minutes ago 896MB 02:49:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine f018257e8ee9 5 days ago 562MB 02:49:52 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver latest a97f223af7a3 6 days ago 254MB 02:49:52 docker 20.10.14 7417809fdb73 3 weeks ago 218MB 02:49:52 alpine 3.14 e04c818066af 3 weeks ago 5.59MB 02:49:52 alpine 3.15 0ac33e5f5afa 3 weeks ago 5.57MB 02:49:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 22 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:49:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.048s coverage: 64.4% of statements 02:49:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:49:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:49:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.294s coverage: 100.0% of statements 02:49:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.160s coverage: 89.4% of statements 02:49:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements 02:49:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements 02:49:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements 02:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.493s coverage: 65.4% of statements 02:50:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:50:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:50:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 02:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.828s coverage: 43.8% of statements 02:50:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:50:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.292s coverage: 89.5% of statements 02:50:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.236s coverage: 84.8% of statements 02:50:06 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 02:50:06 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 02:50:06 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 02:50:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 02:50:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.483s coverage: 17.7% of statements 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:50:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.751s coverage: 92.3% of statements 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 02:50:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.346s coverage: 63.2% of statements 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:50:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.440s coverage: 97.7% of statements 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 02:50:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.314s coverage: 28.9% of statements 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 02:50:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:50:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.256s coverage: 100.0% of statements 02:50:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.097s coverage: 96.9% of statements 02:50:16 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 02:50:16 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:50:16 GO111MODULE=on go vet ./... 02:52:08 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:52:08 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:52:08 ./bin/test-attribution-txt.sh [Pipeline] echo 02:52:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 02:52:10 + ls -al . 02:52:10 total 668 02:52:10 drwxrwxr-x 9 1001 1001 4096 Apr 28 02:52 . 02:52:10 drwxr-xr-x 4 root root 4096 Apr 28 02:46 .. 02:52:10 -rw-rw-r-- 1 1001 1001 11 Apr 28 02:44 .dockerignore 02:52:10 drwxrwxr-x 8 1001 1001 4096 Apr 28 02:44 .git 02:52:10 drwxrwxr-x 3 1001 1001 4096 Apr 28 02:44 .github 02:52:10 -rw-rw-r-- 1 1001 1001 879 Apr 28 02:44 .gitignore 02:52:10 -rw-rw-r-- 1 1001 1001 42 Apr 28 02:44 .golangci.yml 02:52:10 -rw-rw-r-- 1 1001 1001 87 Apr 28 02:44 .hadolint.yml 02:52:10 -rw-rw-r-- 1 1001 1001 166 Apr 28 02:44 .sonarcloud.properties 02:52:10 -rw-rw-r-- 1 1001 1001 1171 Apr 28 02:44 ADOPTERS.md 02:52:10 -rw-rw-r-- 1 1001 1001 10086 Apr 28 02:44 Attribution.txt 02:52:10 -rw-rw-r-- 1 1001 1001 51732 Apr 28 02:44 CHANGELOG.md 02:52:10 -rw-rw-r-- 1 1001 1001 3804 Apr 28 02:44 CONTRIBUTING.md 02:52:10 -rw-rw-r-- 1 1001 1001 677 Apr 28 02:44 GOVERNANCE.md 02:52:10 -rw-rw-r-- 1 1001 1001 850 Apr 28 02:44 Jenkinsfile 02:52:10 -rw-rw-r-- 1 1001 1001 10775 Apr 28 02:44 LICENSE 02:52:10 -rw-rw-r-- 1 1001 1001 10389 Apr 28 02:44 Makefile 02:52:10 -rw-rw-r-- 1 1001 1001 582 Apr 28 02:44 OWNERS.md 02:52:10 -rw-rw-r-- 1 1001 1001 9120 Apr 28 02:44 README.md 02:52:10 -rw-rw-r-- 1 1001 1001 6912 Apr 28 02:44 SECURITY.md 02:52:10 -rw-rw-r-- 1 1001 1001 5 Apr 28 02:41 VERSION 02:52:10 -rw-rw-r-- 1 1001 1001 4131 Apr 28 02:44 ZMQWindows.md 02:52:10 drwxrwxr-x 2 1001 1001 4096 Apr 28 02:44 bin 02:52:10 drwxrwxr-x 18 1001 1001 4096 Apr 28 02:44 cmd 02:52:10 -rw-r--r-- 1 root root 435134 Apr 28 02:50 coverage.out 02:52:10 -rw-rw-r-- 1 1001 1001 3256 Apr 28 02:44 go.mod 02:52:10 -rw-rw-r-- 1 1001 1001 35162 Apr 28 02:46 go.sum 02:52:10 drwxrwxr-x 8 1001 1001 4096 Apr 28 02:44 internal 02:52:10 drwxrwxr-x 3 1001 1001 4096 Apr 28 02:44 openapi 02:52:10 drwxrwxr-x 4 1001 1001 4096 Apr 28 02:44 snap 02:52:10 -rw-rw-r-- 1 1001 1001 204 Apr 28 02:44 version.go [Pipeline] sh 02:52:10 + '[' -e coverage.out ] 02:52:10 + chown 1001:1001 coverage.out [Pipeline] stash 02:52:10 Warning: overwriting stash ‘coverage-report’ 02:52:11 Stashed 1 file(s) [Pipeline] sh 02:52:12 + make build 02:52:12 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 02:53:49 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 02:54: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-command/core-command ./cmd/core-command 02:54:45 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 02:55:24 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 02:55: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 02:55:31 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 02:55: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:55:40 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 02:55:46 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 02:55:49 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 02:55:53 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 02:56:01 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] } 02:56:06 $ docker stop --time=1 f38d064be3ecc60b9ad0bebc32d523bc71984c5a9fe59a9f0552fd4a4796127c 02:56:08 $ docker rm -f f38d064be3ecc60b9ad0bebc32d523bc71984c5a9fe59a9f0552fd4a4796127c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:56:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:56:11 02:56:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:56:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:56:11 latest: Pulling from edgex-devops/edgex-compose-arm64 02:56:11 29e5d40040c1: Pulling fs layer 02:56:11 1ce36da41761: Pulling fs layer 02:56:11 25b303627fd3: Pulling fs layer 02:56:11 29e5d40040c1: Verifying Checksum 02:56:11 29e5d40040c1: Download complete 02:56:12 1ce36da41761: Download complete 02:56:12 29e5d40040c1: Pull complete 02:56:13 25b303627fd3: Verifying Checksum 02:56:13 25b303627fd3: Download complete 02:56:13 1ce36da41761: Pull complete 02:56:26 25b303627fd3: Pull complete 02:56:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:56:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:56:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 02:56:26 prd-ubuntu20.04-docker-arm64-4c-16g-33611 does not seem to be running inside a container 02:56:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10003/edgex-devops/edgex-compose-arm64:latest cat 02:56:29 $ docker top b4819862f3098702b2a20d156f554d27a80713bd7a7604c93c8bd251c55d53bb -eo pid,comm [Pipeline] { [Pipeline] sh 02:56:30 + docker-compose build --help 02:56:30 + grep parallel 02:56:34 --parallel Build images in parallel. [Pipeline] } 02:56:35 $ docker stop --time=1 b4819862f3098702b2a20d156f554d27a80713bd7a7604c93c8bd251c55d53bb 02:56:36 $ docker rm -f b4819862f3098702b2a20d156f554d27a80713bd7a7604c93c8bd251c55d53bb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:56:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:56:37 . [Pipeline] withDockerContainer 02:56:37 prd-ubuntu20.04-docker-arm64-4c-16g-33611 does not seem to be running inside a container 02:56:37 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:56:39 $ docker top 7d09fa5d7c832bd4c5f9dd38333034affc52947794a589ff22a663958d479e51 -eo pid,comm [Pipeline] { [Pipeline] sh 02:56:39 + docker-compose -f ./docker-compose-build.yml build --parallel 02:56:45 Building core-command ... 02:56:45 Building core-data ... 02:56:45 Building core-metadata ... 02:56:45 Building security-bootstrapper ... 02:56:45 Building security-proxy-setup ... 02:56:45 Building security-secretstore-setup ... 02:56:45 Building security-spiffe-token-provider ... 02:56:45 Building security-spire-agent ... 02:56:45 Building security-spire-config ... 02:56:45 Building security-spire-server ... 02:56:45 Building support-notifications ... 02:56:45 Building support-scheduler ... 02:56:45 Building sys-mgmt-agent ... 02:56:45 Building security-spire-agent 02:56:45 Building sys-mgmt-agent 02:56:45 Building security-bootstrapper 02:56:45 Building security-secretstore-setup 02:56:45 Building core-metadata 02:58:07 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:58:07 Step 2/25 : FROM ${BUILDER_BASE} AS builder 02:58:07 ---> 15136dccc33e 02:58:07 Step 3/25 : WORKDIR /edgex-go 02:58:07 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:58:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:58:07 ---> 15136dccc33e 02:58:07 Step 3/26 : WORKDIR /edgex-go 02:58:07 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:58:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:58:07 ---> 15136dccc33e 02:58:07 Step 3/23 : WORKDIR /edgex-go 02:58:07 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:58:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:58:07 ---> 15136dccc33e 02:58:07 Step 3/23 : WORKDIR /edgex-go 02:58:07 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 02:58:07 Step 2/31 : FROM ${BUILDER_BASE} AS builder 02:58:07 ---> 15136dccc33e 02:58:07 Step 3/31 : WORKDIR /edgex-go 02:58:08 ---> Running in cd32634c50ce 02:58:08 ---> Running in a935f729fc22 02:58:08 ---> Running in 29a55d104c10 02:58:08 ---> Running in 00edd22cf2f5 02:58:08 ---> Running in 5ac531110d53 02:58:08 Removing intermediate container 5ac531110d53 02:58:08 ---> d36a79b7de8f 02:58:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:58:08 ---> Running in 85f3eb508a6d 02:58:09 Removing intermediate container a935f729fc22 02:58:09 ---> 4a2e3b19c865 02:58:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:58:09 Removing intermediate container cd32634c50ce 02:58:09 ---> 66a73b231624 02:58:09 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:58:09 Removing intermediate container 00edd22cf2f5 02:58:09 ---> ab7c47ea18e8 02:58:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:58:09 Removing intermediate container 29a55d104c10 02:58:09 ---> 4debc0e80c0e 02:58:09 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:58:09 ---> Running in 5035099da8b7 02:58:09 ---> Running in 5952498730bf 02:58:09 ---> Running in e3b1fa1a00a0 02:58:09 ---> Running in a65ca853b499 02:58:12 Removing intermediate container 85f3eb508a6d 02:58:12 ---> 01ba14733c8f 02:58:12 Step 5/23 : RUN apk add --update --no-cache make git 02:58:12 ---> Running in b82f5a19c362 02:58:12 Removing intermediate container 5035099da8b7 02:58:12 ---> f3dd402cd20b 02:58:12 Step 5/25 : RUN apk add --update --no-cache make git 02:58:13 ---> Running in 5262b43dc228 02:58:13 Removing intermediate container 5952498730bf 02:58:13 ---> 9bfe3c06555c 02:58:13 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 02:58:13 ---> Running in ed8f9c538dbe 02:58:13 Removing intermediate container a65ca853b499 02:58:13 ---> 5937304e2654 02:58:13 Step 5/31 : RUN apk add --update --no-cache make git 02:58:13 ---> Running in d96f47929b81 02:58:14 Removing intermediate container e3b1fa1a00a0 02:58:14 ---> 186b0376e17f 02:58:14 Step 5/23 : RUN apk add --update --no-cache make bash git 02:58:14 ---> Running in 853c44876a05 02:58:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:58:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:58:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:58:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:58:16 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:58:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:58:16 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:58:16 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:58:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:58:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:58:17 OK: 220 MiB in 52 packages 02:58:18 OK: 220 MiB in 52 packages 02:58:18 OK: 220 MiB in 52 packages 02:58:18 OK: 220 MiB in 52 packages 02:58:18 OK: 220 MiB in 52 packages 02:58:19 Removing intermediate container b82f5a19c362 02:58:19 ---> 7bb7b6111c36 02:58:19 Step 6/23 : COPY go.mod vendor* ./ 02:58:20 Removing intermediate container ed8f9c538dbe 02:58:20 ---> a3f59d9fb031 02:58:20 Step 6/26 : COPY go.mod vendor* ./ 02:58:20 Removing intermediate container 5262b43dc228 02:58:20 ---> 9154a84981c3 02:58:20 Step 6/25 : COPY go.mod vendor* ./ 02:58:20 Removing intermediate container d96f47929b81 02:58:20 ---> 47aafc726edb 02:58:20 Step 6/31 : COPY go.mod vendor* ./ 02:58:20 Removing intermediate container 853c44876a05 02:58:20 ---> cd0d4251492c 02:58:20 Step 6/23 : COPY go.mod vendor* ./ 02:58:20 ---> 9792153bebce 02:58:20 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:20 ---> Running in db6def9f84b7 02:58:21 ---> 7c5e07142466 02:58:21 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:21 ---> 5d537f44321d 02:58:21 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:21 ---> Running in 7f4bb56ff3b5 02:58:21 ---> Running in 71f8427da23d 02:58:21 ---> 78108a62aa55 02:58:21 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:22 ---> 0eed224ea462 02:58:22 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:22 ---> Running in b2f144558f24 02:58:22 ---> Running in ebab468ce5a5 02:58:25 Removing intermediate container db6def9f84b7 02:58:25 ---> ea14e36ee4ff 02:58:25 Step 8/23 : COPY . . 02:58:28 Removing intermediate container 7f4bb56ff3b5 02:58:28 ---> 53670dba7c76 02:58:28 Step 8/26 : COPY . . 02:58:28 Removing intermediate container 71f8427da23d 02:58:28 ---> bf016d24273f 02:58:28 Step 8/25 : COPY . . 02:58:28 Removing intermediate container ebab468ce5a5 02:58:28 ---> 390b0b8fa7ad 02:58:28 Step 8/31 : COPY . . 02:58:28 Removing intermediate container b2f144558f24 02:58:28 ---> d4c6066f09ff 02:58:28 Step 8/23 : COPY . . 02:58:55 ---> f0168b3417f0 02:58:55 Step 9/23 : RUN make cmd/core-metadata/core-metadata 02:58:55 ---> Running in 99720279c095 02:58:55 ---> 2486e80f9316 02:58:55 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 02:58:55 ---> Running in 9558e7802413 02:58:55 ---> 912214e264ce 02:58:55 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:58:56 ---> Running in 87f7cb0801e3 02:58:56 ---> b3ebc4b4503b 02:58:56 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 02:58:56 ---> Running in 03b814dd11b9 02:58:57 Removing intermediate container 03b814dd11b9 02:58:57 ---> 502f2d2bf22c 02:58:57 Step 10/26 : RUN mkdir -p spire-build 02:58:57 ---> Running in 185f7b3dc708 02:58: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/core-metadata/core-metadata ./cmd/core-metadata 02:58: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:58:58 ---> 8c0759cf35b4 02:58:58 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:58:58 ---> Running in 1a558db33099 02:58:58 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 02: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:59:01 Removing intermediate container 185f7b3dc708 02:59:01 ---> edbe7ca7ab36 02:59:01 Step 11/26 : WORKDIR /edgex-go/spire-build 02:59:01 ---> Running in af32cc03012e 02:59:01 Removing intermediate container af32cc03012e 02:59:01 ---> cd1fcd8b63f3 02:59:01 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 02:59:01 ---> Running in 30937104ae78 02:59:05 spire-1.2.1/ 02:59:05 spire-1.2.1/.data/ 02:59:05 spire-1.2.1/.data/.file 02:59:05 spire-1.2.1/.dockerignore 02:59:05 spire-1.2.1/.gitattributes 02:59:05 spire-1.2.1/.githooks/ 02:59:05 spire-1.2.1/.githooks/pre-commit 02:59:05 spire-1.2.1/.github/ 02:59:05 spire-1.2.1/.github/ISSUE_TEMPLATE.md 02:59:05 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 02:59:05 spire-1.2.1/.github/dependabot.yml 02:59:05 spire-1.2.1/.github/workflows/ 02:59:05 spire-1.2.1/.github/workflows/nightly_build.yaml 02:59:05 spire-1.2.1/.github/workflows/pr_build.yaml 02:59:05 spire-1.2.1/.github/workflows/release_build.yaml 02:59:05 spire-1.2.1/.github/workflows/scripts/ 02:59:05 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 02:59:05 spire-1.2.1/.github/workflows/scripts/push-images.sh 02:59:05 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 02:59:05 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 02:59:05 spire-1.2.1/.github/workflows/scripts/split.sh 02:59:05 spire-1.2.1/.gitignore 02:59:05 spire-1.2.1/.go-version 02:59:05 spire-1.2.1/.golangci.yml 02:59:05 spire-1.2.1/ADOPTERS.md 02:59:05 spire-1.2.1/CHANGELOG.md 02:59:05 spire-1.2.1/CODE-OF-CONDUCT.md 02:59:05 spire-1.2.1/CODEOWNERS 02:59:05 spire-1.2.1/CONTRIBUTING.md 02:59:05 spire-1.2.1/Dockerfile 02:59:05 spire-1.2.1/Dockerfile.dev 02:59:05 spire-1.2.1/Dockerfile.scratch 02:59:05 spire-1.2.1/LICENSE 02:59:05 spire-1.2.1/MAINTAINERS.md 02:59:05 spire-1.2.1/Makefile 02:59:05 spire-1.2.1/README.md 02:59:05 spire-1.2.1/ROADMAP.md 02:59:05 spire-1.2.1/SECURITY.md 02:59:05 spire-1.2.1/cmd/ 02:59:05 spire-1.2.1/cmd/spire-agent/ 02:59:05 spire-1.2.1/cmd/spire-agent/cli/ 02:59:05 spire-1.2.1/cmd/spire-agent/cli/api/ 02:59:05 spire-1.2.1/cmd/spire-agent/cli/api/common.go 02:59:05 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 02:59:05 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 02:59:05 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 02:59:05 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 02:59:05 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 02:59:05 spire-1.2.1/cmd/spire-agent/cli/cli.go 02:59:05 spire-1.2.1/cmd/spire-agent/cli/common/ 02:59:05 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 02:59:05 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 02:59:05 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 02:59:05 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 02:59:05 spire-1.2.1/cmd/spire-agent/cli/run/ 02:59:05 spire-1.2.1/cmd/spire-agent/cli/run/run.go 02:59:05 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 02:59:05 spire-1.2.1/cmd/spire-agent/cli/validate/ 02:59:05 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 02:59:05 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 02:59:05 spire-1.2.1/cmd/spire-agent/main.go 02:59:05 spire-1.2.1/cmd/spire-server/ 02:59:05 spire-1.2.1/cmd/spire-server/cli/ 02:59:05 spire-1.2.1/cmd/spire-server/cli/agent/ 02:59:05 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/agent/count.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/agent/list.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/agent/show.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/bundle/ 02:59:05 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/cli.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/entry/ 02:59:05 spire-1.2.1/cmd/spire-server/cli/entry/count.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/entry/create.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/entry/show.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/entry/update.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/entry/util.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/federation/ 02:59:05 spire-1.2.1/cmd/spire-server/cli/federation/common.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/federation/create.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/federation/list.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/federation/show.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/federation/update.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 02:59:05 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/jwt/ 02:59:05 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/run/ 02:59:05 spire-1.2.1/cmd/spire-server/cli/run/run.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/token/ 02:59:05 spire-1.2.1/cmd/spire-server/cli/token/generate.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/validate/ 02:59:05 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/x509/ 02:59:05 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 02:59:05 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 02:59:05 spire-1.2.1/cmd/spire-server/main.go 02:59:05 spire-1.2.1/cmd/spire-server/util/ 02:59:05 spire-1.2.1/cmd/spire-server/util/util.go 02:59:05 spire-1.2.1/conf/ 02:59:05 spire-1.2.1/conf/agent/ 02:59:05 spire-1.2.1/conf/agent/agent.conf 02:59:05 spire-1.2.1/conf/agent/agent_full.conf 02:59:05 spire-1.2.1/conf/agent/dummy_root_ca.crt 02:59:05 spire-1.2.1/conf/server/ 02:59:05 spire-1.2.1/conf/server/dummy_upstream_ca.crt 02:59:05 spire-1.2.1/conf/server/dummy_upstream_ca.key 02:59:05 spire-1.2.1/conf/server/server.conf 02:59:05 spire-1.2.1/conf/server/server_full.conf 02:59:05 spire-1.2.1/doc/ 02:59:05 spire-1.2.1/doc/SPIRE101.md 02:59:05 spire-1.2.1/doc/auditlog.md 02:59:05 spire-1.2.1/doc/authorization_policy_engine.md 02:59:05 spire-1.2.1/doc/changelog_guidelines.md 02:59:05 spire-1.2.1/doc/cure53-report.pdf 02:59:05 spire-1.2.1/doc/images/ 02:59:05 spire-1.2.1/doc/images/2019_roadmap.png 02:59:05 spire-1.2.1/doc/images/SPIRE101.png 02:59:05 spire-1.2.1/doc/images/SPIRE_agent.png 02:59:05 spire-1.2.1/doc/images/SPIRE_server.png 02:59:05 spire-1.2.1/doc/images/cache_mgr.png 02:59:05 spire-1.2.1/doc/images/cache_mgr_components.png 02:59:05 spire-1.2.1/doc/images/federated_spire.png 02:59:05 spire-1.2.1/doc/images/ha_mode.png 02:59:05 spire-1.2.1/doc/images/nested_spire.png 02:59:05 spire-1.2.1/doc/images/oidc_federation.png 02:59:05 spire-1.2.1/doc/images/single_trust_domain.png 02:59:05 spire-1.2.1/doc/images/spiffe_compatible.png 02:59:05 spire-1.2.1/doc/images/spire_logo.png 02:59:05 spire-1.2.1/doc/migrating_registration_api_clients.md 02:59:05 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 02:59:05 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 02:59:05 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 02:59:05 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 02:59:05 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 02:59:05 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 02:59:05 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 02:59:05 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 02:59:05 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 02:59:05 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 02:59:05 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 02:59:05 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 02:59:05 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 02:59:05 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 02:59:05 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 02:59:05 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 02:59:05 spire-1.2.1/doc/plugin_server_datastore_sql.md 02:59:05 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 02:59:05 spire-1.2.1/doc/plugin_server_keymanager_disk.md 02:59:05 spire-1.2.1/doc/plugin_server_keymanager_memory.md 02:59:05 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 02:59:05 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 02:59:05 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 02:59:05 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 02:59:05 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 02:59:05 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 02:59:05 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 02:59:05 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 02:59:05 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 02:59:05 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 02:59:05 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 02:59:05 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 02:59:05 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 02:59:05 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 02:59:05 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 02:59:05 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 02:59:05 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 02:59:05 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 02:59:05 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 02:59:05 spire-1.2.1/doc/scaling_spire.md 02:59:05 spire-1.2.1/doc/spire_agent.md 02:59:05 spire-1.2.1/doc/spire_server.md 02:59:05 spire-1.2.1/doc/supported_integrations.md 02:59:05 spire-1.2.1/doc/telemetry.md 02:59:05 spire-1.2.1/doc/telemetry_config.md 02:59:05 spire-1.2.1/doc/upgrading.md 02:59:05 spire-1.2.1/doc/using_spire.md 02:59:05 spire-1.2.1/examples/ 02:59:05 spire-1.2.1/examples/README.md 02:59:05 spire-1.2.1/go.mod 02:59:05 spire-1.2.1/go.sum 02:59:05 spire-1.2.1/pkg/ 02:59:05 spire-1.2.1/pkg/agent/ 02:59:05 spire-1.2.1/pkg/agent/agent.go 02:59:05 spire-1.2.1/pkg/agent/api/ 02:59:05 spire-1.2.1/pkg/agent/api/config.go 02:59:05 spire-1.2.1/pkg/agent/api/debug/ 02:59:05 spire-1.2.1/pkg/agent/api/debug/v1/ 02:59:05 spire-1.2.1/pkg/agent/api/debug/v1/service.go 02:59:05 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 02:59:05 spire-1.2.1/pkg/agent/api/delegatedidentity/ 02:59:05 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 02:59:05 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 02:59:05 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 02:59:05 spire-1.2.1/pkg/agent/api/endpoints.go 02:59:05 spire-1.2.1/pkg/agent/api/health/ 02:59:05 spire-1.2.1/pkg/agent/api/health/v1/ 02:59:05 spire-1.2.1/pkg/agent/api/health/v1/service.go 02:59:05 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 02:59:05 spire-1.2.1/pkg/agent/api/rpccontext/ 02:59:05 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 02:59:05 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 02:59:05 spire-1.2.1/pkg/agent/attestor/ 02:59:05 spire-1.2.1/pkg/agent/attestor/node/ 02:59:05 spire-1.2.1/pkg/agent/attestor/node/experimental.go 02:59:05 spire-1.2.1/pkg/agent/attestor/node/node.go 02:59:05 spire-1.2.1/pkg/agent/attestor/node/node_test.go 02:59:05 spire-1.2.1/pkg/agent/attestor/workload/ 02:59:05 spire-1.2.1/pkg/agent/attestor/workload/workload.go 02:59:05 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 02:59:05 spire-1.2.1/pkg/agent/catalog/ 02:59:05 spire-1.2.1/pkg/agent/catalog/catalog.go 02:59:05 spire-1.2.1/pkg/agent/catalog/keymanager.go 02:59:05 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 02:59:05 spire-1.2.1/pkg/agent/catalog/svidstore.go 02:59:05 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 02:59:05 spire-1.2.1/pkg/agent/client/ 02:59:05 spire-1.2.1/pkg/agent/client/client.go 02:59:05 spire-1.2.1/pkg/agent/client/client_test.go 02:59:05 spire-1.2.1/pkg/agent/client/dial.go 02:59:05 spire-1.2.1/pkg/agent/client/nodeconn.go 02:59:05 spire-1.2.1/pkg/agent/client/nodeconn_test.go 02:59:05 spire-1.2.1/pkg/agent/client/update.go 02:59:05 spire-1.2.1/pkg/agent/client/util.go 02:59:05 spire-1.2.1/pkg/agent/common/ 02:59:05 spire-1.2.1/pkg/agent/common/backoff/ 02:59:05 spire-1.2.1/pkg/agent/common/backoff/backoff.go 02:59:05 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 02:59:05 spire-1.2.1/pkg/agent/common/cgroups/ 02:59:05 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 02:59:05 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 02:59:05 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 02:59:05 spire-1.2.1/pkg/agent/config.go 02:59:05 spire-1.2.1/pkg/agent/endpoints/ 02:59:05 spire-1.2.1/pkg/agent/endpoints/config.go 02:59:05 spire-1.2.1/pkg/agent/endpoints/endpoints.go 02:59:05 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 02:59:05 spire-1.2.1/pkg/agent/endpoints/metrics.go 02:59:05 spire-1.2.1/pkg/agent/endpoints/middleware.go 02:59:05 spire-1.2.1/pkg/agent/endpoints/peertracker.go 02:59:05 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 02:59:05 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 02:59:05 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 02:59:05 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 02:59:05 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 02:59:05 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 02:59:05 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 02:59:05 spire-1.2.1/pkg/agent/endpoints/workload/ 02:59:05 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 02:59:05 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 02:59:05 spire-1.2.1/pkg/agent/manager/ 02:59:05 spire-1.2.1/pkg/agent/manager/cache/ 02:59:05 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 02:59:05 spire-1.2.1/pkg/agent/manager/cache/cache.go 02:59:05 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 02:59:05 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 02:59:05 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 02:59:05 spire-1.2.1/pkg/agent/manager/cache/sets.go 02:59:05 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 02:59:05 spire-1.2.1/pkg/agent/manager/config.go 02:59:05 spire-1.2.1/pkg/agent/manager/manager.go 02:59:05 spire-1.2.1/pkg/agent/manager/manager_test.go 02:59:05 spire-1.2.1/pkg/agent/manager/storage.go 02:59:05 spire-1.2.1/pkg/agent/manager/storage_test.go 02:59:05 spire-1.2.1/pkg/agent/manager/storecache/ 02:59:05 spire-1.2.1/pkg/agent/manager/storecache/cache.go 02:59:05 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 02:59:05 spire-1.2.1/pkg/agent/manager/sync.go 02:59:05 spire-1.2.1/pkg/agent/plugin/ 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/ 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 02:59:05 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 02:59:05 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/ 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 02:59:05 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 02:59:05 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 02:59:05 spire-1.2.1/pkg/agent/svid/ 02:59:05 spire-1.2.1/pkg/agent/svid/rotator.go 02:59:05 spire-1.2.1/pkg/agent/svid/rotator_config.go 02:59:05 spire-1.2.1/pkg/agent/svid/rotator_test.go 02:59:05 spire-1.2.1/pkg/agent/svid/store/ 02:59:05 spire-1.2.1/pkg/agent/svid/store/service.go 02:59:05 spire-1.2.1/pkg/agent/svid/store/service_test.go 02:59:05 spire-1.2.1/pkg/common/ 02:59:05 spire-1.2.1/pkg/common/agentpathtemplate/ 02:59:05 spire-1.2.1/pkg/common/agentpathtemplate/template.go 02:59:05 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 02:59:05 spire-1.2.1/pkg/common/api/ 02:59:05 spire-1.2.1/pkg/common/api/metrics.go 02:59:05 spire-1.2.1/pkg/common/api/middleware/ 02:59:05 spire-1.2.1/pkg/common/api/middleware/common_test.go 02:59:05 spire-1.2.1/pkg/common/api/middleware/interceptor.go 02:59:05 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 02:59:05 spire-1.2.1/pkg/common/api/middleware/logger.go 02:59:05 spire-1.2.1/pkg/common/api/middleware/logger_test.go 02:59:05 spire-1.2.1/pkg/common/api/middleware/metrics.go 02:59:05 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 02:59:05 spire-1.2.1/pkg/common/api/middleware/middleware.go 02:59:05 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 02:59:05 spire-1.2.1/pkg/common/api/middleware/misconfig.go 02:59:05 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 02:59:05 spire-1.2.1/pkg/common/api/middleware/names.go 02:59:05 spire-1.2.1/pkg/common/api/middleware/names_test.go 02:59:05 spire-1.2.1/pkg/common/api/names.go 02:59:05 spire-1.2.1/pkg/common/api/ratelimit.go 02:59:05 spire-1.2.1/pkg/common/api/rpccontext/ 02:59:05 spire-1.2.1/pkg/common/api/rpccontext/logger.go 02:59:05 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 02:59:05 spire-1.2.1/pkg/common/api/rpccontext/names.go 02:59:05 spire-1.2.1/pkg/common/auth/ 02:59:05 spire-1.2.1/pkg/common/auth/interceptors.go 02:59:05 spire-1.2.1/pkg/common/auth/interceptors_test.go 02:59:05 spire-1.2.1/pkg/common/auth/untracked_uds.go 02:59:05 spire-1.2.1/pkg/common/bundleutil/ 02:59:05 spire-1.2.1/pkg/common/bundleutil/bundle.go 02:59:05 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 02:59:05 spire-1.2.1/pkg/common/bundleutil/common_test.go 02:59:05 spire-1.2.1/pkg/common/bundleutil/marshal.go 02:59:05 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 02:59:05 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 02:59:05 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 02:59:05 spire-1.2.1/pkg/common/bundleutil/types.go 02:59:05 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 02:59:05 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 02:59:05 spire-1.2.1/pkg/common/catalog/ 02:59:05 spire-1.2.1/pkg/common/catalog/bind.go 02:59:05 spire-1.2.1/pkg/common/catalog/builtin.go 02:59:05 spire-1.2.1/pkg/common/catalog/catalog.go 02:59:05 spire-1.2.1/pkg/common/catalog/catalog_test.go 02:59:05 spire-1.2.1/pkg/common/catalog/closers.go 02:59:05 spire-1.2.1/pkg/common/catalog/cmd_linux.go 02:59:05 spire-1.2.1/pkg/common/catalog/cmd_other.go 02:59:05 spire-1.2.1/pkg/common/catalog/config.go 02:59:05 spire-1.2.1/pkg/common/catalog/config_test.go 02:59:05 spire-1.2.1/pkg/common/catalog/configure.go 02:59:05 spire-1.2.1/pkg/common/catalog/constraints.go 02:59:05 spire-1.2.1/pkg/common/catalog/constraints_test.go 02:59:05 spire-1.2.1/pkg/common/catalog/context.go 02:59:05 spire-1.2.1/pkg/common/catalog/external.go 02:59:05 spire-1.2.1/pkg/common/catalog/host.go 02:59:05 spire-1.2.1/pkg/common/catalog/pipenet.go 02:59:05 spire-1.2.1/pkg/common/catalog/plugin.go 02:59:05 spire-1.2.1/pkg/common/catalog/testplugin/ 02:59:05 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 02:59:05 spire-1.2.1/pkg/common/catalog/testplugin/main.go 02:59:05 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 02:59:05 spire-1.2.1/pkg/common/cli/ 02:59:05 spire-1.2.1/pkg/common/cli/env.go 02:59:05 spire-1.2.1/pkg/common/cli/flags.go 02:59:05 spire-1.2.1/pkg/common/cli/trust_domain.go 02:59:05 spire-1.2.1/pkg/common/cli/trust_domain_test.go 02:59:05 spire-1.2.1/pkg/common/cli/umask.go 02:59:05 spire-1.2.1/pkg/common/cli/umask_posix.go 02:59:05 spire-1.2.1/pkg/common/cli/umask_test.go 02:59:05 spire-1.2.1/pkg/common/cli/umask_windows.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/ 02:59:05 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/flag.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/flag_test.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/format.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/format_test.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/ 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 02:59:05 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 02:59:05 spire-1.2.1/pkg/common/coretypes/ 02:59:05 spire-1.2.1/pkg/common/coretypes/bundle/ 02:59:05 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 02:59:05 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 02:59:05 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 02:59:05 spire-1.2.1/pkg/common/coretypes/bundle/require.go 02:59:05 spire-1.2.1/pkg/common/coretypes/jwtkey/ 02:59:05 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 02:59:05 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 02:59:05 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 02:59:05 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 02:59:05 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 02:59:05 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 02:59:05 spire-1.2.1/pkg/common/coretypes/x509certificate/ 02:59:05 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 02:59:05 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 02:59:05 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 02:59:05 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 02:59:05 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 02:59:05 spire-1.2.1/pkg/common/cryptoutil/ 02:59:05 spire-1.2.1/pkg/common/cryptoutil/keys.go 02:59:05 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 02:59:05 spire-1.2.1/pkg/common/diskutil/ 02:59:05 spire-1.2.1/pkg/common/diskutil/file_posix.go 02:59:05 spire-1.2.1/pkg/common/diskutil/file_test.go 02:59:05 spire-1.2.1/pkg/common/diskutil/file_windows.go 02:59:05 spire-1.2.1/pkg/common/errorutil/ 02:59:05 spire-1.2.1/pkg/common/errorutil/wrapper.go 02:59:05 spire-1.2.1/pkg/common/health/ 02:59:05 spire-1.2.1/pkg/common/health/config.go 02:59:05 spire-1.2.1/pkg/common/health/context.go 02:59:05 spire-1.2.1/pkg/common/health/context_test.go 02:59:05 spire-1.2.1/pkg/common/health/health.go 02:59:05 spire-1.2.1/pkg/common/health/health_test.go 02:59:05 spire-1.2.1/pkg/common/health/logger.go 02:59:05 spire-1.2.1/pkg/common/hostservice/ 02:59:05 spire-1.2.1/pkg/common/hostservice/metricsservice/ 02:59:05 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 02:59:05 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 02:59:05 spire-1.2.1/pkg/common/idutil/ 02:59:05 spire-1.2.1/pkg/common/idutil/require.go 02:59:05 spire-1.2.1/pkg/common/idutil/require_test.go 02:59:05 spire-1.2.1/pkg/common/idutil/safety.go 02:59:05 spire-1.2.1/pkg/common/idutil/safety_test.go 02:59:05 spire-1.2.1/pkg/common/idutil/spiffeid.go 02:59:05 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 02:59:05 spire-1.2.1/pkg/common/jwtsvid/ 02:59:05 spire-1.2.1/pkg/common/jwtsvid/common.go 02:59:05 spire-1.2.1/pkg/common/jwtsvid/sign.go 02:59:05 spire-1.2.1/pkg/common/jwtsvid/token_test.go 02:59:05 spire-1.2.1/pkg/common/jwtsvid/validate.go 02:59:05 spire-1.2.1/pkg/common/jwtutil/ 02:59:05 spire-1.2.1/pkg/common/jwtutil/keyset.go 02:59:05 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 02:59:05 spire-1.2.1/pkg/common/log/ 02:59:05 spire-1.2.1/pkg/common/log/hclog_adapter.go 02:59:05 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 02:59:05 spire-1.2.1/pkg/common/log/log.go 02:59:05 spire-1.2.1/pkg/common/log/log_test.go 02:59:05 spire-1.2.1/pkg/common/log/options.go 02:59:05 spire-1.2.1/pkg/common/nodeutil/ 02:59:05 spire-1.2.1/pkg/common/nodeutil/node.go 02:59:05 spire-1.2.1/pkg/common/nodeutil/node_test.go 02:59:05 spire-1.2.1/pkg/common/peertracker/ 02:59:05 spire-1.2.1/pkg/common/peertracker/conn.go 02:59:05 spire-1.2.1/pkg/common/peertracker/credentials.go 02:59:05 spire-1.2.1/pkg/common/peertracker/errors.go 02:59:05 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 02:59:05 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 02:59:05 spire-1.2.1/pkg/common/peertracker/info.go 02:59:05 spire-1.2.1/pkg/common/peertracker/listener.go 02:59:05 spire-1.2.1/pkg/common/peertracker/listener_test.go 02:59:05 spire-1.2.1/pkg/common/peertracker/peertracker.go 02:59:05 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 02:59:05 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 02:59:05 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 02:59:05 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 02:59:05 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 02:59:05 spire-1.2.1/pkg/common/peertracker/tcp.go 02:59:05 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 02:59:05 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 02:59:05 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 02:59:05 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 02:59:05 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 02:59:05 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 02:59:05 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 02:59:05 spire-1.2.1/pkg/common/peertracker/uds.go 02:59:05 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 02:59:05 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 02:59:05 spire-1.2.1/pkg/common/peertracker/uds_linux.go 02:59:05 spire-1.2.1/pkg/common/pemutil/ 02:59:05 spire-1.2.1/pkg/common/pemutil/block.go 02:59:05 spire-1.2.1/pkg/common/pemutil/certs.go 02:59:05 spire-1.2.1/pkg/common/pemutil/common.go 02:59:05 spire-1.2.1/pkg/common/pemutil/csr.go 02:59:05 spire-1.2.1/pkg/common/pemutil/keys.go 02:59:05 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 02:59:05 spire-1.2.1/pkg/common/pemutil/testdata/ 02:59:05 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 02:59:05 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 02:59:05 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 02:59:05 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 02:59:05 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 02:59:05 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 02:59:05 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 02:59:05 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 02:59:05 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 02:59:05 spire-1.2.1/pkg/common/plugin/ 02:59:05 spire-1.2.1/pkg/common/plugin/aws/ 02:59:05 spire-1.2.1/pkg/common/plugin/aws/iid.go 02:59:05 spire-1.2.1/pkg/common/plugin/azure/ 02:59:05 spire-1.2.1/pkg/common/plugin/azure/msi.go 02:59:05 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 02:59:05 spire-1.2.1/pkg/common/plugin/facade.go 02:59:05 spire-1.2.1/pkg/common/plugin/facade_test.go 02:59:05 spire-1.2.1/pkg/common/plugin/gcp/ 02:59:05 spire-1.2.1/pkg/common/plugin/gcp/iit.go 02:59:05 spire-1.2.1/pkg/common/plugin/k8s/ 02:59:05 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 02:59:05 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 02:59:05 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 02:59:05 spire-1.2.1/pkg/common/plugin/k8s/utils.go 02:59:05 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 02:59:05 spire-1.2.1/pkg/common/plugin/log.go 02:59:05 spire-1.2.1/pkg/common/plugin/sshpop/ 02:59:05 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 02:59:05 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 02:59:05 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 02:59:05 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 02:59:05 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 02:59:05 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 02:59:05 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 02:59:05 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 02:59:05 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 02:59:05 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 02:59:05 spire-1.2.1/pkg/common/plugin/tpmdevid/ 02:59:05 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 02:59:05 spire-1.2.1/pkg/common/plugin/x509pop/ 02:59:05 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 02:59:05 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 02:59:05 spire-1.2.1/pkg/common/profiling/ 02:59:05 spire-1.2.1/pkg/common/profiling/dumpers.go 02:59:05 spire-1.2.1/pkg/common/profiling/profiling.go 02:59:05 spire-1.2.1/pkg/common/protoutil/ 02:59:05 spire-1.2.1/pkg/common/protoutil/masks.go 02:59:05 spire-1.2.1/pkg/common/protoutil/masks_test.go 02:59:05 spire-1.2.1/pkg/common/rotationutil/ 02:59:05 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 02:59:05 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 02:59:05 spire-1.2.1/pkg/common/selector/ 02:59:05 spire-1.2.1/pkg/common/selector/selector.go 02:59:05 spire-1.2.1/pkg/common/selector/selector_test.go 02:59:05 spire-1.2.1/pkg/common/selector/set.go 02:59:05 spire-1.2.1/pkg/common/selector/set_utils.go 02:59:05 spire-1.2.1/pkg/common/selector/set_utils_test.go 02:59:05 spire-1.2.1/pkg/common/telemetry/ 02:59:05 spire-1.2.1/pkg/common/telemetry/agent/ 02:59:05 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 02:59:05 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 02:59:05 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 02:59:05 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 02:59:05 spire-1.2.1/pkg/common/telemetry/agent/manager.go 02:59:05 spire-1.2.1/pkg/common/telemetry/agent/node.go 02:59:05 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 02:59:05 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 02:59:05 spire-1.2.1/pkg/common/telemetry/agent/store/ 02:59:05 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 02:59:05 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 02:59:05 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 02:59:05 spire-1.2.1/pkg/common/telemetry/blackhole.go 02:59:05 spire-1.2.1/pkg/common/telemetry/call.go 02:59:05 spire-1.2.1/pkg/common/telemetry/common/ 02:59:05 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 02:59:05 spire-1.2.1/pkg/common/telemetry/config.go 02:59:05 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 02:59:05 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 02:59:05 spire-1.2.1/pkg/common/telemetry/inmem.go 02:59:05 spire-1.2.1/pkg/common/telemetry/inmem_test.go 02:59:05 spire-1.2.1/pkg/common/telemetry/m3.go 02:59:05 spire-1.2.1/pkg/common/telemetry/m3_test.go 02:59:05 spire-1.2.1/pkg/common/telemetry/metrics.go 02:59:05 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 02:59:05 spire-1.2.1/pkg/common/telemetry/names.go 02:59:05 spire-1.2.1/pkg/common/telemetry/prometheus.go 02:59:05 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 02:59:05 spire-1.2.1/pkg/common/telemetry/sanitize.go 02:59:05 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 02:59:05 spire-1.2.1/pkg/common/telemetry/server/ 02:59:05 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 02:59:05 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 02:59:05 spire-1.2.1/pkg/common/telemetry/server/datastore/ 02:59:05 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 02:59:05 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 02:59:05 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 02:59:05 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 02:59:05 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 02:59:05 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 02:59:05 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 02:59:05 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 02:59:05 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 02:59:05 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 02:59:05 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 02:59:05 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 02:59:05 spire-1.2.1/pkg/common/telemetry/server/rotate.go 02:59:05 spire-1.2.1/pkg/common/telemetry/server/server.go 02:59:05 spire-1.2.1/pkg/common/telemetry/sink.go 02:59:05 spire-1.2.1/pkg/common/telemetry/statsd.go 02:59:05 spire-1.2.1/pkg/common/telemetry/statsd_test.go 02:59:05 spire-1.2.1/pkg/common/telemetry/uptime.go 02:59:05 spire-1.2.1/pkg/common/telemetry/version.go 02:59:05 spire-1.2.1/pkg/common/telemetry/withlabels.go 02:59:05 spire-1.2.1/pkg/common/uptime/ 02:59:05 spire-1.2.1/pkg/common/uptime/uptime.go 02:59:05 spire-1.2.1/pkg/common/uptime/uptime_test.go 02:59:05 spire-1.2.1/pkg/common/util/ 02:59:05 spire-1.2.1/pkg/common/util/certs.go 02:59:05 spire-1.2.1/pkg/common/util/certs_test.go 02:59:05 spire-1.2.1/pkg/common/util/csr.go 02:59:05 spire-1.2.1/pkg/common/util/hash.go 02:59:05 spire-1.2.1/pkg/common/util/selectors.go 02:59:05 spire-1.2.1/pkg/common/util/selectors_test.go 02:59:05 spire-1.2.1/pkg/common/util/signals.go 02:59:05 spire-1.2.1/pkg/common/util/sort.go 02:59:05 spire-1.2.1/pkg/common/util/sort_test.go 02:59:05 spire-1.2.1/pkg/common/util/task.go 02:59:05 spire-1.2.1/pkg/common/util/task_test.go 02:59:05 spire-1.2.1/pkg/common/util/testdata/ 02:59:05 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 02:59:05 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 02:59:05 spire-1.2.1/pkg/common/version/ 02:59:05 spire-1.2.1/pkg/common/version/version.go 02:59:05 spire-1.2.1/pkg/common/x509svid/ 02:59:05 spire-1.2.1/pkg/common/x509svid/common_test.go 02:59:05 spire-1.2.1/pkg/common/x509svid/csr.go 02:59:05 spire-1.2.1/pkg/common/x509svid/upstreamca.go 02:59:05 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 02:59:05 spire-1.2.1/pkg/common/x509util/ 02:59:05 spire-1.2.1/pkg/common/x509util/cert.go 02:59:05 spire-1.2.1/pkg/common/x509util/dns.go 02:59:05 spire-1.2.1/pkg/common/x509util/dns_test.go 02:59:05 spire-1.2.1/pkg/common/x509util/keyid.go 02:59:05 spire-1.2.1/pkg/common/x509util/keypair.go 02:59:05 spire-1.2.1/pkg/common/x509util/serialnumber.go 02:59:05 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 02:59:05 spire-1.2.1/pkg/server/ 02:59:05 spire-1.2.1/pkg/server/api/ 02:59:05 spire-1.2.1/pkg/server/api/agent.go 02:59:05 spire-1.2.1/pkg/server/api/agent/ 02:59:05 spire-1.2.1/pkg/server/api/agent/v1/ 02:59:05 spire-1.2.1/pkg/server/api/agent/v1/service.go 02:59:05 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 02:59:05 spire-1.2.1/pkg/server/api/agent_test.go 02:59:05 spire-1.2.1/pkg/server/api/api.go 02:59:05 spire-1.2.1/pkg/server/api/audit/ 02:59:05 spire-1.2.1/pkg/server/api/audit/audit.go 02:59:05 spire-1.2.1/pkg/server/api/audit/audit_test.go 02:59:05 spire-1.2.1/pkg/server/api/bundle.go 02:59:05 spire-1.2.1/pkg/server/api/bundle/ 02:59:05 spire-1.2.1/pkg/server/api/bundle/v1/ 02:59:05 spire-1.2.1/pkg/server/api/bundle/v1/service.go 02:59:05 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 02:59:05 spire-1.2.1/pkg/server/api/bundle_test.go 02:59:05 spire-1.2.1/pkg/server/api/debug/ 02:59:05 spire-1.2.1/pkg/server/api/debug/v1/ 02:59:05 spire-1.2.1/pkg/server/api/debug/v1/service.go 02:59:05 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 02:59:05 spire-1.2.1/pkg/server/api/entry.go 02:59:05 spire-1.2.1/pkg/server/api/entry/ 02:59:05 spire-1.2.1/pkg/server/api/entry/v1/ 02:59:05 spire-1.2.1/pkg/server/api/entry/v1/service.go 02:59:05 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 02:59:05 spire-1.2.1/pkg/server/api/entry_test.go 02:59:05 spire-1.2.1/pkg/server/api/health/ 02:59:05 spire-1.2.1/pkg/server/api/health/v1/ 02:59:05 spire-1.2.1/pkg/server/api/health/v1/service.go 02:59:05 spire-1.2.1/pkg/server/api/health/v1/service_test.go 02:59:05 spire-1.2.1/pkg/server/api/id.go 02:59:05 spire-1.2.1/pkg/server/api/id_test.go 02:59:05 spire-1.2.1/pkg/server/api/limits/ 02:59:05 spire-1.2.1/pkg/server/api/limits/limits.go 02:59:05 spire-1.2.1/pkg/server/api/middleware/ 02:59:05 spire-1.2.1/pkg/server/api/middleware/alias.go 02:59:05 spire-1.2.1/pkg/server/api/middleware/audit.go 02:59:05 spire-1.2.1/pkg/server/api/middleware/authorization.go 02:59:05 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 02:59:05 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 02:59:05 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 02:59:05 spire-1.2.1/pkg/server/api/middleware/caller.go 02:59:05 spire-1.2.1/pkg/server/api/middleware/caller_test.go 02:59:05 spire-1.2.1/pkg/server/api/middleware/common.go 02:59:05 spire-1.2.1/pkg/server/api/middleware/common_test.go 02:59:05 spire-1.2.1/pkg/server/api/middleware/entries.go 02:59:05 spire-1.2.1/pkg/server/api/middleware/entries_test.go 02:59:05 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 02:59:05 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 02:59:05 spire-1.2.1/pkg/server/api/ratelimit.go 02:59:05 spire-1.2.1/pkg/server/api/rpccontext/ 02:59:05 spire-1.2.1/pkg/server/api/rpccontext/alias.go 02:59:05 spire-1.2.1/pkg/server/api/rpccontext/audit.go 02:59:05 spire-1.2.1/pkg/server/api/rpccontext/caller.go 02:59:05 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 02:59:05 spire-1.2.1/pkg/server/api/selector.go 02:59:05 spire-1.2.1/pkg/server/api/selector_test.go 02:59:05 spire-1.2.1/pkg/server/api/status.go 02:59:05 spire-1.2.1/pkg/server/api/status_test.go 02:59:05 spire-1.2.1/pkg/server/api/svid/ 02:59:05 spire-1.2.1/pkg/server/api/svid/v1/ 02:59:05 spire-1.2.1/pkg/server/api/svid/v1/service.go 02:59:05 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 02:59:05 spire-1.2.1/pkg/server/api/trustdomain.go 02:59:05 spire-1.2.1/pkg/server/api/trustdomain/ 02:59:05 spire-1.2.1/pkg/server/api/trustdomain/v1/ 02:59:05 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 02:59:05 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 02:59:05 spire-1.2.1/pkg/server/api/trustdomain_test.go 02:59:05 spire-1.2.1/pkg/server/authpolicy/ 02:59:05 spire-1.2.1/pkg/server/authpolicy/defaults.go 02:59:05 spire-1.2.1/pkg/server/authpolicy/policy.go 02:59:05 spire-1.2.1/pkg/server/authpolicy/policy.rego 02:59:05 spire-1.2.1/pkg/server/authpolicy/policy_data.json 02:59:05 spire-1.2.1/pkg/server/authpolicy/policy_test.go 02:59:05 spire-1.2.1/pkg/server/authpolicy/validate.go 02:59:05 spire-1.2.1/pkg/server/bundle/ 02:59:05 spire-1.2.1/pkg/server/bundle/client/ 02:59:05 spire-1.2.1/pkg/server/bundle/client/client.go 02:59:05 spire-1.2.1/pkg/server/bundle/client/client_test.go 02:59:05 spire-1.2.1/pkg/server/bundle/client/manager.go 02:59:05 spire-1.2.1/pkg/server/bundle/client/manager_test.go 02:59:05 spire-1.2.1/pkg/server/bundle/client/sources.go 02:59:05 spire-1.2.1/pkg/server/bundle/client/sources_test.go 02:59:05 spire-1.2.1/pkg/server/bundle/client/updater.go 02:59:05 spire-1.2.1/pkg/server/bundle/client/updater_test.go 02:59:05 spire-1.2.1/pkg/server/ca/ 02:59:05 spire-1.2.1/pkg/server/ca/ca.go 02:59:05 spire-1.2.1/pkg/server/ca/ca_health.go 02:59:05 spire-1.2.1/pkg/server/ca/ca_test.go 02:59:05 spire-1.2.1/pkg/server/ca/journal.go 02:59:05 spire-1.2.1/pkg/server/ca/journal_test.go 02:59:05 spire-1.2.1/pkg/server/ca/manager.go 02:59:05 spire-1.2.1/pkg/server/ca/manager_health.go 02:59:05 spire-1.2.1/pkg/server/ca/manager_test.go 02:59:05 spire-1.2.1/pkg/server/ca/templates.go 02:59:05 spire-1.2.1/pkg/server/ca/upstream_client.go 02:59:05 spire-1.2.1/pkg/server/ca/upstream_client_test.go 02:59:05 spire-1.2.1/pkg/server/ca/validation.go 02:59:05 spire-1.2.1/pkg/server/cache/ 02:59:05 spire-1.2.1/pkg/server/cache/dscache/ 02:59:05 spire-1.2.1/pkg/server/cache/dscache/cache.go 02:59:05 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 02:59:05 spire-1.2.1/pkg/server/cache/entrycache/ 02:59:05 spire-1.2.1/pkg/server/cache/entrycache/cache.go 02:59:05 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 02:59:05 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 02:59:05 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 02:59:05 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 02:59:05 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 02:59:05 spire-1.2.1/pkg/server/catalog/ 02:59:05 spire-1.2.1/pkg/server/catalog/catalog.go 02:59:05 spire-1.2.1/pkg/server/catalog/keymanager.go 02:59:05 spire-1.2.1/pkg/server/catalog/nodeattestor.go 02:59:05 spire-1.2.1/pkg/server/catalog/noderesolver.go 02:59:05 spire-1.2.1/pkg/server/catalog/notifier.go 02:59:05 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 02:59:05 spire-1.2.1/pkg/server/config.go 02:59:05 spire-1.2.1/pkg/server/datastore/ 02:59:05 spire-1.2.1/pkg/server/datastore/datastore.go 02:59:05 spire-1.2.1/pkg/server/datastore/datastore_health.go 02:59:05 spire-1.2.1/pkg/server/datastore/repository.go 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/ 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 02:59:05 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 02:59:05 spire-1.2.1/pkg/server/endpoints/ 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/ 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/config.go 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/server.go 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 02:59:05 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 02:59:05 spire-1.2.1/pkg/server/endpoints/config.go 02:59:05 spire-1.2.1/pkg/server/endpoints/endpoints.go 02:59:05 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 02:59:05 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 02:59:05 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 02:59:05 spire-1.2.1/pkg/server/endpoints/middleware.go 02:59:05 spire-1.2.1/pkg/server/endpoints/middleware_test.go 02:59:05 spire-1.2.1/pkg/server/hostservice/ 02:59:05 spire-1.2.1/pkg/server/hostservice/agentstore/ 02:59:05 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 02:59:05 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 02:59:05 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 02:59:05 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 02:59:05 spire-1.2.1/pkg/server/hostservice/identityprovider/ 02:59:05 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 02:59:05 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/ 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/ 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/base/ 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/test/ 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 02:59:05 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/ 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 02:59:05 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/noderesolver/ 02:59:05 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 02:59:05 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 02:59:05 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 02:59:05 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 02:59:05 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 02:59:05 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 02:59:05 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/notifier/ 02:59:05 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 02:59:05 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 02:59:05 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 02:59:05 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 02:59:05 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 02:59:05 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 02:59:05 spire-1.2.1/pkg/server/plugin/notifier/repository.go 02:59:05 spire-1.2.1/pkg/server/plugin/notifier/v1.go 02:59:05 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 02:59:05 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 02:59:05 spire-1.2.1/pkg/server/registration/ 02:59:05 spire-1.2.1/pkg/server/registration/manager.go 02:59:05 spire-1.2.1/pkg/server/registration/manager_test.go 02:59:05 spire-1.2.1/pkg/server/scanentries.go 02:59:05 spire-1.2.1/pkg/server/scanentries_test.go 02:59:05 spire-1.2.1/pkg/server/server.go 02:59:05 spire-1.2.1/pkg/server/server_test.go 02:59:05 spire-1.2.1/pkg/server/svid/ 02:59:05 spire-1.2.1/pkg/server/svid/observer.go 02:59:05 spire-1.2.1/pkg/server/svid/observer_test.go 02:59:05 spire-1.2.1/pkg/server/svid/rotator.go 02:59:05 spire-1.2.1/pkg/server/svid/rotator_config.go 02:59:05 spire-1.2.1/pkg/server/svid/rotator_config_test.go 02:59:05 spire-1.2.1/pkg/server/svid/rotator_test.go 02:59:05 spire-1.2.1/proto/ 02:59:05 spire-1.2.1/proto/private/ 02:59:05 spire-1.2.1/proto/private/server/ 02:59:05 spire-1.2.1/proto/private/server/journal/ 02:59:05 spire-1.2.1/proto/private/server/journal/journal.pb.go 02:59:05 spire-1.2.1/proto/private/server/journal/journal.proto 02:59:05 spire-1.2.1/proto/spire/ 02:59:05 spire-1.2.1/proto/spire/common/ 02:59:05 spire-1.2.1/proto/spire/common/common.pb.go 02:59:05 spire-1.2.1/proto/spire/common/common.proto 02:59:05 spire-1.2.1/proto/spire/common/plugin/ 02:59:05 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 02:59:05 spire-1.2.1/proto/spire/common/plugin/plugin.proto 02:59:05 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 02:59:05 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 02:59:05 spire-1.2.1/proto/spire/plugin/ 02:59:05 spire-1.2.1/proto/spire/plugin/agent/ 02:59:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 02:59:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 02:59:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 02:59:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 02:59:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 02:59:05 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 02:59:05 spire-1.2.1/release/ 02:59:05 spire-1.2.1/release/spire-extras/ 02:59:05 spire-1.2.1/release/spire-extras/README.md 02:59:05 spire-1.2.1/release/spire-extras/conf/ 02:59:05 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 02:59:05 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 02:59:05 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 02:59:05 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 02:59:05 spire-1.2.1/release/spire/ 02:59:05 spire-1.2.1/release/spire/README.md 02:59:05 spire-1.2.1/release/spire/conf/ 02:59:05 spire-1.2.1/release/spire/conf/agent/ 02:59:05 spire-1.2.1/release/spire/conf/agent/agent.conf 02:59:05 spire-1.2.1/release/spire/conf/server/ 02:59:05 spire-1.2.1/release/spire/conf/server/server.conf 02:59:05 spire-1.2.1/script/ 02:59:05 spire-1.2.1/script/build-artifact.sh 02:59:05 spire-1.2.1/script/generate_dummy_ca.sh 02:59:05 spire-1.2.1/support/ 02:59:05 spire-1.2.1/support/k8s/ 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/ 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 02:59:05 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 02:59:05 spire-1.2.1/support/oidc-discovery-provider/ 02:59:05 spire-1.2.1/support/oidc-discovery-provider/README.md 02:59:05 spire-1.2.1/support/oidc-discovery-provider/common_test.go 02:59:05 spire-1.2.1/support/oidc-discovery-provider/config.go 02:59:05 spire-1.2.1/support/oidc-discovery-provider/config_test.go 02:59:05 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 02:59:05 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 02:59:05 spire-1.2.1/support/oidc-discovery-provider/handler.go 02:59:05 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 02:59:05 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 02:59:05 spire-1.2.1/support/oidc-discovery-provider/main.go 02:59:05 spire-1.2.1/support/oidc-discovery-provider/server_api.go 02:59:05 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 02:59:05 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 02:59:05 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 02:59:05 spire-1.2.1/test/ 02:59:05 spire-1.2.1/test/clock/ 02:59:05 spire-1.2.1/test/clock/clock.go 02:59:05 spire-1.2.1/test/fakes/ 02:59:05 spire-1.2.1/test/fakes/fakeagentcatalog/ 02:59:05 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 02:59:05 spire-1.2.1/test/fakes/fakeagentkeymanager/ 02:59:05 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 02:59:05 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 02:59:05 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 02:59:05 spire-1.2.1/test/fakes/fakeagentstore/ 02:59:06 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 02:59:06 spire-1.2.1/test/fakes/fakedatastore/ 02:59:06 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 02:59:06 spire-1.2.1/test/fakes/fakeentryclient/ 02:59:06 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 02:59:06 spire-1.2.1/test/fakes/fakehealthchecker/ 02:59:06 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 02:59:06 spire-1.2.1/test/fakes/fakeidentityprovider/ 02:59:06 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 02:59:06 spire-1.2.1/test/fakes/fakemetrics/ 02:59:06 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 02:59:06 spire-1.2.1/test/fakes/fakenoderesolver/ 02:59:06 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 02:59:06 spire-1.2.1/test/fakes/fakenotifier/ 02:59:06 spire-1.2.1/test/fakes/fakenotifier/notifier.go 02:59:06 spire-1.2.1/test/fakes/fakepluginmetrics/ 02:59:06 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 02:59:06 spire-1.2.1/test/fakes/fakeserverca/ 02:59:06 spire-1.2.1/test/fakes/fakeserverca/serverca.go 02:59:06 spire-1.2.1/test/fakes/fakeservercatalog/ 02:59:06 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 02:59:06 spire-1.2.1/test/fakes/fakeserverkeymanager/ 02:59:06 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 02:59:06 spire-1.2.1/test/fakes/fakeservernodeattestor/ 02:59:06 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 02:59:06 spire-1.2.1/test/fakes/fakeupstreamauthority/ 02:59:06 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 02:59:06 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 02:59:06 spire-1.2.1/test/fakes/fakeworkloadapi/ 02:59:06 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 02:59:06 spire-1.2.1/test/fakes/fakeworkloadattestor/ 02:59:06 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 02:59:06 spire-1.2.1/test/fixture/ 02:59:06 spire-1.2.1/test/fixture/certs/ 02:59:06 spire-1.2.1/test/fixture/certs/agent_svid.der 02:59:06 spire-1.2.1/test/fixture/certs/base_cert.pem 02:59:06 spire-1.2.1/test/fixture/certs/base_csr.pem 02:59:06 spire-1.2.1/test/fixture/certs/base_key.pem 02:59:06 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 02:59:06 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 02:59:06 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 02:59:06 spire-1.2.1/test/fixture/certs/blog_cert.pem 02:59:06 spire-1.2.1/test/fixture/certs/blog_csr.pem 02:59:06 spire-1.2.1/test/fixture/certs/blog_key.pem 02:59:06 spire-1.2.1/test/fixture/certs/bundle.der 02:59:06 spire-1.2.1/test/fixture/certs/ca.pem 02:59:06 spire-1.2.1/test/fixture/certs/ca_key.pem 02:59:06 spire-1.2.1/test/fixture/certs/database_cert.pem 02:59:06 spire-1.2.1/test/fixture/certs/database_csr.pem 02:59:06 spire-1.2.1/test/fixture/certs/database_key.pem 02:59:06 spire-1.2.1/test/fixture/certs/node_cert.pem 02:59:06 spire-1.2.1/test/fixture/certs/node_csr.pem 02:59:06 spire-1.2.1/test/fixture/certs/node_key.pem 02:59:06 spire-1.2.1/test/fixture/certs/svid.pem 02:59:06 spire-1.2.1/test/fixture/certs/svid_key.pem 02:59:06 spire-1.2.1/test/fixture/config/ 02:59:06 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 02:59:06 spire-1.2.1/test/fixture/config/agent_good.conf 02:59:06 spire-1.2.1/test/fixture/config/agent_good_templated.conf 02:59:06 spire-1.2.1/test/fixture/config/plugin_good.conf 02:59:06 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 02:59:06 spire-1.2.1/test/fixture/config/server_good.conf 02:59:06 spire-1.2.1/test/fixture/config/server_good_templated.conf 02:59:06 spire-1.2.1/test/fixture/fixture.go 02:59:06 spire-1.2.1/test/fixture/nodeattestor/ 02:59:06 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 02:59:06 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 02:59:06 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 02:59:06 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 02:59:06 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 02:59:06 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 02:59:06 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 02:59:06 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 02:59:06 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 02:59:06 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 02:59:06 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 02:59:06 spire-1.2.1/test/fixture/registration/ 02:59:06 spire-1.2.1/test/fixture/registration/entries.json 02:59:06 spire-1.2.1/test/fixture/registration/good-for-update.json 02:59:06 spire-1.2.1/test/fixture/registration/good.json 02:59:06 spire-1.2.1/test/fixture/registration/invalid.json 02:59:06 spire-1.2.1/test/fixture/registration/invalid_json.json 02:59:06 spire-1.2.1/test/fixture/registration/manager_test_entries.json 02:59:06 spire-1.2.1/test/integration/ 02:59:06 spire-1.2.1/test/integration/README.md 02:59:06 spire-1.2.1/test/integration/common 02:59:06 spire-1.2.1/test/integration/setup/ 02:59:06 spire-1.2.1/test/integration/setup/adminclient/ 02:59:06 spire-1.2.1/test/integration/setup/adminclient/build.sh 02:59:06 spire-1.2.1/test/integration/setup/adminclient/client.go 02:59:06 spire-1.2.1/test/integration/setup/debugagent/ 02:59:06 spire-1.2.1/test/integration/setup/debugagent/build.sh 02:59:06 spire-1.2.1/test/integration/setup/debugagent/main.go 02:59:06 spire-1.2.1/test/integration/setup/debugserver/ 02:59:06 spire-1.2.1/test/integration/setup/debugserver/build.sh 02:59:06 spire-1.2.1/test/integration/setup/debugserver/main.go 02:59:06 spire-1.2.1/test/integration/setup/downstreamclient/ 02:59:06 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 02:59:06 spire-1.2.1/test/integration/setup/downstreamclient/client.go 02:59:06 spire-1.2.1/test/integration/setup/itclient/ 02:59:06 spire-1.2.1/test/integration/setup/itclient/client.go 02:59:06 spire-1.2.1/test/integration/setup/node-attestation/ 02:59:06 spire-1.2.1/test/integration/setup/node-attestation/build.sh 02:59:06 spire-1.2.1/test/integration/setup/node-attestation/client.go 02:59:06 spire-1.2.1/test/integration/setup/x509pop/ 02:59:06 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 02:59:06 spire-1.2.1/test/integration/setup/x509pop/setup.sh 02:59:06 spire-1.2.1/test/integration/suites/ 02:59:06 spire-1.2.1/test/integration/suites/admin-endpoints/ 02:59:06 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 02:59:06 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 02:59:06 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 02:59:06 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 02:59:06 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 02:59:06 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 02:59:06 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 02:59:06 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 02:59:06 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 02:59:06 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 02:59:06 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 02:59:06 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 02:59:06 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 02:59:06 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 02:59:06 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 02:59:06 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 02:59:06 spire-1.2.1/test/integration/suites/datastore-mysql/ 02:59:06 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 02:59:06 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 02:59:06 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 02:59:06 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres/ 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 02:59:06 spire-1.2.1/test/integration/suites/debug-endpoints/ 02:59:06 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 02:59:06 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 02:59:06 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 02:59:06 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 02:59:06 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 02:59:06 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 02:59:06 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 02:59:06 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 02:59:06 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 02:59:06 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 02:59:06 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 02:59:06 spire-1.2.1/test/integration/suites/downstream-endpoints/ 02:59:06 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 02:59:06 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 02:59:06 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 02:59:06 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 02:59:06 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 02:59:06 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 02:59:06 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 02:59:06 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 02:59:06 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 02:59:06 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 02:59:06 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 02:59:06 spire-1.2.1/test/integration/suites/join-token/ 02:59:06 spire-1.2.1/test/integration/suites/join-token/01-start-server 02:59:06 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 02:59:06 spire-1.2.1/test/integration/suites/join-token/03-start-agent 02:59:06 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 02:59:06 spire-1.2.1/test/integration/suites/join-token/05-check-svid 02:59:06 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 02:59:06 spire-1.2.1/test/integration/suites/join-token/README.md 02:59:06 spire-1.2.1/test/integration/suites/join-token/conf/ 02:59:06 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 02:59:06 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/join-token/conf/server/ 02:59:06 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/join-token/teardown 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/ 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 02:59:06 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/ 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 02:59:06 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 02:59:06 spire-1.2.1/test/integration/suites/k8s/ 02:59:06 spire-1.2.1/test/integration/suites/k8s/00-setup 02:59:06 spire-1.2.1/test/integration/suites/k8s/01-apply-config 02:59:06 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 02:59:06 spire-1.2.1/test/integration/suites/k8s/README.md 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/ 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/server/ 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 02:59:06 spire-1.2.1/test/integration/suites/k8s/init-kubectl 02:59:06 spire-1.2.1/test/integration/suites/k8s/teardown 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/README.md 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/root/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/nested-rotation/teardown 02:59:06 spire-1.2.1/test/integration/suites/node-attestation/ 02:59:06 spire-1.2.1/test/integration/suites/node-attestation/00-setup 02:59:06 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 02:59:06 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 02:59:06 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 02:59:06 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 02:59:06 spire-1.2.1/test/integration/suites/node-attestation/README.md 02:59:06 spire-1.2.1/test/integration/suites/node-attestation/conf/ 02:59:06 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 02:59:06 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 02:59:06 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/node-attestation/teardown 02:59:06 spire-1.2.1/test/integration/suites/rotation/ 02:59:06 spire-1.2.1/test/integration/suites/rotation/00-setup 02:59:06 spire-1.2.1/test/integration/suites/rotation/01-start-server 02:59:06 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 02:59:06 spire-1.2.1/test/integration/suites/rotation/03-start-agent 02:59:06 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 02:59:06 spire-1.2.1/test/integration/suites/rotation/05-check-svids 02:59:06 spire-1.2.1/test/integration/suites/rotation/README.md 02:59:06 spire-1.2.1/test/integration/suites/rotation/conf/ 02:59:06 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 02:59:06 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/rotation/conf/server/ 02:59:06 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/rotation/teardown 02:59:06 spire-1.2.1/test/integration/suites/self-test/ 02:59:06 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 02:59:06 spire-1.2.1/test/integration/suites/self-test/README.md 02:59:06 spire-1.2.1/test/integration/suites/self-test/teardown 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/ 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 02:59:06 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 02:59:06 spire-1.2.1/test/integration/suites/upgrade/ 02:59:06 spire-1.2.1/test/integration/suites/upgrade/00-setup 02:59:06 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 02:59:06 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 02:59:06 spire-1.2.1/test/integration/suites/upgrade/README.md 02:59:06 spire-1.2.1/test/integration/suites/upgrade/conf/ 02:59:06 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 02:59:06 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 02:59:06 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 02:59:06 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 02:59:06 spire-1.2.1/test/integration/suites/upgrade/teardown 02:59:06 spire-1.2.1/test/integration/suites/upgrade/versions.txt 02:59:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 02:59:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 02:59:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 02:59:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 02:59:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 02:59:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 02:59:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 02:59:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 02:59:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 02:59:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 02:59:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 02:59:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 02:59:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 02:59:06 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 02:59:06 spire-1.2.1/test/integration/test-one.sh 02:59:06 spire-1.2.1/test/integration/test.sh 02:59:06 spire-1.2.1/test/plugintest/ 02:59:06 spire-1.2.1/test/plugintest/config.go 02:59:06 spire-1.2.1/test/plugintest/load.go 02:59:06 spire-1.2.1/test/plugintest/option.go 02:59:06 spire-1.2.1/test/spiretest/ 02:59:06 spire-1.2.1/test/spiretest/apiserver.go 02:59:06 spire-1.2.1/test/spiretest/assertions.go 02:59:06 spire-1.2.1/test/spiretest/dir.go 02:59:06 spire-1.2.1/test/spiretest/errors_posix.go 02:59:06 spire-1.2.1/test/spiretest/errors_windows.go 02:59:06 spire-1.2.1/test/spiretest/logs.go 02:59:06 spire-1.2.1/test/spiretest/socketapi.go 02:59:06 spire-1.2.1/test/spiretest/suite.go 02:59:06 spire-1.2.1/test/spiretest/x509.go 02:59:06 spire-1.2.1/test/testca/ 02:59:06 spire-1.2.1/test/testca/ca.go 02:59:06 spire-1.2.1/test/testkey/ 02:59:06 spire-1.2.1/test/testkey/generate.sh 02:59:06 spire-1.2.1/test/testkey/genkeys.go 02:59:06 spire-1.2.1/test/testkey/keys.go 02:59:06 spire-1.2.1/test/testkey/new.go 02:59:06 spire-1.2.1/test/tpmsimulator/ 02:59:06 spire-1.2.1/test/tpmsimulator/simulator.go 02:59:06 spire-1.2.1/test/util/ 02:59:06 spire-1.2.1/test/util/cert_fixtures.go 02:59:06 spire-1.2.1/test/util/cert_generation.go 02:59:06 spire-1.2.1/test/util/io_redirection.go 02:59:06 spire-1.2.1/test/util/race.go 02:59:06 spire-1.2.1/test/util/util.go 02:59:06 building spire from source... 02:59:07 Installing go1.17.7... 02:59:34 Building bin/spire-server... 02:59:34 go: downloading github.com/mitchellh/cli v1.1.2 02:59:34 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 02:59:34 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 02:59:34 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 02:59:34 go: downloading google.golang.org/grpc v1.44.0 02:59:36 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 02:59:36 go: downloading github.com/imdario/mergo v0.3.12 02:59:36 go: downloading github.com/sirupsen/logrus v1.8.1 02:59:37 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 02:59:37 go: downloading github.com/hashicorp/go-hclog v1.1.0 02:59:38 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 02:59:38 go: downloading github.com/fatih/color v1.13.0 02:59:38 go: downloading github.com/mattn/go-isatty v0.0.14 02:59:38 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 02:59:38 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 02:59:38 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 02:59:38 go: downloading github.com/InVisionApp/go-logger v1.0.1 02:59:38 go: downloading github.com/hashicorp/go-plugin v1.4.3 02:59:38 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 02:59:40 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 02:59:40 go: downloading github.com/open-policy-agent/opa v0.38.0 03:00:07 go: downloading github.com/armon/go-metrics v0.3.10 03:00:07 go: downloading github.com/prometheus/client_golang v1.12.1 03:00:07 go: downloading github.com/uber-go/tally/v4 v4.1.1 03:00:07 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 03:00:07 go: downloading github.com/mattn/go-colorable v0.1.12 03:00:07 go: downloading github.com/Masterminds/goutils v1.1.0 03:00:07 go: downloading github.com/Masterminds/semver v1.5.0 03:00:07 go: downloading github.com/google/uuid v1.1.2 03:00:07 go: downloading github.com/huandu/xstrings v1.3.2 03:00:07 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 03:00:07 go: downloading github.com/oklog/run v1.0.0 03:00:07 go: downloading github.com/imkira/go-observer v1.0.3 03:00:07 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 03:00:07 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 03:00:07 go: downloading github.com/prometheus/client_model v0.2.0 03:00:07 go: downloading github.com/prometheus/common v0.32.1 03:00:07 go: downloading github.com/beorn7/perks v1.0.1 03:00:07 go: downloading github.com/cespare/xxhash/v2 v2.1.2 03:00:07 go: downloading github.com/prometheus/procfs v0.7.3 03:00:08 go: downloading go.uber.org/atomic v1.9.0 03:00:08 go: downloading github.com/hashicorp/errwrap v1.1.0 03:00:09 go: downloading github.com/mitchellh/reflectwalk v1.0.1 03:00:09 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 03:00:09 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 03:00:09 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 03:00:11 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 03:00:17 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 03:00:17 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 03:00:17 go: downloading github.com/stretchr/testify v1.7.0 03:00:17 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 03:00:17 go: downloading google.golang.org/api v0.70.0 03:00:17 go: downloading github.com/aws/aws-sdk-go v1.43.0 03:01:04 go: downloading k8s.io/client-go v0.23.4 03:01:04 go: downloading k8s.io/api v0.23.4 03:01:04 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 03:01:04 go: downloading github.com/blang/semver/v4 v4.0.0 03:01:04 go: downloading github.com/go-sql-driver/mysql v1.6.0 03:01:04 go: downloading github.com/jinzhu/gorm v1.9.16 03:01:04 go: downloading github.com/lib/pq v1.10.4 03:01:04 go: downloading github.com/mattn/go-sqlite3 v1.14.12 03:01:04 go: downloading github.com/google/go-tpm v0.3.3 03:01:04 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 03:01:17 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 03:01:17 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 03:01:17 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 03:01:17 go: downloading cloud.google.com/go/storage v1.21.0 03:01:17 go: downloading cloud.google.com/go v0.100.2 03:01:17 go: downloading k8s.io/apimachinery v0.23.4 03:01:20 go: downloading k8s.io/kube-aggregator v0.23.3 03:01:21 go: downloading sigs.k8s.io/controller-runtime v0.11.1 03:01:23 go: downloading cloud.google.com/go/security v1.3.0 03:01:23 go: downloading github.com/hashicorp/vault/api v1.4.1 03:01:23 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 03:01:25 go: downloading github.com/hashicorp/golang-lru v0.5.4 03:01:25 go: downloading gopkg.in/yaml.v2 v2.4.0 03:01:25 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:01:25 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 03:01:26 go: downloading github.com/gobwas/glob v0.2.3 03:01:26 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 03:01:26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 03:01:26 go: downloading github.com/twmb/murmur3 v1.1.6 03:01:27 go: downloading github.com/aws/smithy-go v1.11.0 03:01:28 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 03:01:28 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 03:01:28 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 03:01:29 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 03:01:29 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 03:01:29 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 03:01:30 go: downloading github.com/jinzhu/inflection v1.0.0 03:01:30 go: downloading github.com/gogo/protobuf v1.3.2 03:01:37 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 03:01:37 go: downloading github.com/Azure/go-autorest/logger v0.2.1 03:01:37 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 03:01:37 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 03:01:37 go: downloading github.com/dimchansky/utfbom v1.1.1 03:01:37 go: downloading cloud.google.com/go/compute v1.3.0 03:01:37 go: downloading cloud.google.com/go/iam v0.1.1 03:01:37 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 03:01:37 go: downloading k8s.io/klog/v2 v2.30.0 03:01:37 go: downloading github.com/google/gofuzz v1.1.0 03:01:38 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 03:01:39 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 03:01:39 go: downloading github.com/spf13/pflag v1.0.5 03:01:39 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 03:01:40 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 03:01:40 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 03:01:40 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 03:01:40 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 03:01:40 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 03:01:40 go: downloading github.com/hashicorp/vault/sdk v0.4.1 03:01:42 go: downloading github.com/mitchellh/mapstructure v1.4.3 03:01:42 go: downloading github.com/tklauser/go-sysconf v0.3.9 03:01:42 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 03:01:42 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 03:01:42 go: downloading go.opencensus.io v0.23.0 03:01:43 go: downloading github.com/jmespath/go-jmespath v0.4.0 03:01:45 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 03:01:45 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 03:01:45 go: downloading gopkg.in/inf.v0 v0.9.1 03:01:45 go: downloading github.com/go-logr/logr v1.2.2 03:01:46 go: downloading github.com/google/go-cmp v0.5.7 03:01:46 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 03:01:46 go: downloading github.com/json-iterator/go v1.1.12 03:01:47 go: downloading github.com/googleapis/gnostic v0.5.5 03:01:49 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 03:01:52 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 03:01:52 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 03:01:53 go: downloading github.com/tklauser/numcpus v0.3.0 03:01:53 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 03:01:53 go: downloading go.uber.org/zap v1.21.0 03:01:54 go: downloading sigs.k8s.io/yaml v1.3.0 03:01:54 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 03:01:54 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 03:01:54 go: downloading github.com/modern-go/reflect2 v1.0.2 03:01:54 go: downloading github.com/ryanuber/go-glob v1.0.0 03:01:54 go: downloading github.com/golang/snappy v0.0.4 03:01:55 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 03:02:05 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 03:02:05 go: downloading github.com/hashicorp/go-uuid v1.0.2 03:02:05 go: downloading github.com/hashicorp/go-version v1.2.0 03:02:05 go: downloading go.uber.org/multierr v1.6.0 03:02:44 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 03:02:44 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 03:04:06 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:04:06 Removing intermediate container 87f7cb0801e3 03:04:06 ---> d913f690876f 03:04:06 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:04:06 ---> Running in fcd4df9ca47d 03:04:06 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:04:09 Removing intermediate container fcd4df9ca47d 03:04:09 ---> 69f6ad016f7a 03:04:09 03:04:09 Step 11/23 : FROM docker:20.10.14 03:04:09 20.10.14: Pulling from library/docker 03:04:19 Removing intermediate container 1a558db33099 03:04:19 ---> 690d2c9a2b5c 03:04:19 03:04:19 Step 10/25 : FROM alpine:3.14 03:04:19 3.14: Pulling from library/alpine 03:04:19 Removing intermediate container 9558e7802413 03:04:19 ---> afb574eb820e 03:04:19 03:04:19 Step 10/31 : FROM alpine:3.14 03:04:19 3.14: Pulling from library/alpine 03:04:22 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 03:04:22 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 03:04:22 Status: Image is up to date for alpine:3.14 03:04:22 Status: Downloaded newer image for alpine:3.14 03:04:22 ---> ac73e934f311 03:04:22 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 03:04:22 ---> ac73e934f311 03:04:22 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:04:23 ---> Running in cd06a72f17fa 03:04:23 ---> Running in f75fdedc8aa0 03:04:25 Removing intermediate container f75fdedc8aa0 03:04:25 ---> 9154c046f63e 03:04:25 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:04:25 ---> Running in 5e443f434d02 03:04:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 03:04:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 03:04:27 (1/3) Installing ca-certificates (20211220-r0) 03:04:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 03:04:28 (2/3) Installing dumb-init (1.2.5-r1) 03:04:28 (3/3) Installing su-exec (0.2-r1) 03:04:28 Executing busybox-1.33.1-r7.trigger 03:04:28 Executing ca-certificates-20211220-r0.trigger 03:04:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 03:04:28 Removing intermediate container 99720279c095 03:04:28 ---> 293af4700266 03:04:28 03:04:28 Step 10/23 : FROM alpine:3.14 03:04:28 ---> ac73e934f311 03:04:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:04:28 OK: 6 MiB in 17 packages 03:04:28 ---> Running in e9de03095804 03:04:29 (1/2) Installing dumb-init (1.2.5-r1) 03:04:29 (2/2) Installing su-exec (0.2-r1) 03:04:29 Executing busybox-1.33.1-r7.trigger 03:04:29 OK: 6 MiB in 16 packages 03:04:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 03:04:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 03:04:32 Removing intermediate container 5e443f434d02 03:04:32 ---> b0cb3963a4b4 03:04:32 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:04:32 ---> Running in 101fe630f6b9 03:04:32 Removing intermediate container cd06a72f17fa 03:04:32 ---> 88545068a35d 03:04:32 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:04:32 ---> Running in fd4dc9a12074 03:04:33 (1/1) Installing dumb-init (1.2.5-r1) 03:04:33 Executing busybox-1.33.1-r7.trigger 03:04:33 OK: 5 MiB in 15 packages 03:04:33 Removing intermediate container 101fe630f6b9 03:04:33 ---> 319153107086 03:04:33 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:04:34 ---> Running in c299edb87618 03:04:34 Removing intermediate container fd4dc9a12074 03:04:34 ---> 23e238337feb 03:04:34 Step 13/25 : WORKDIR / 03:04:35 ---> Running in e60a1a20bd8d 03:04:35 Removing intermediate container c299edb87618 03:04:35 ---> f2110fa093c0 03:04:35 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:04:35 Removing intermediate container e9de03095804 03:04:35 ---> 4ff79c15c6cd 03:04:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:04:35 ---> Running in 3c04e6efad12 03:04:35 ---> Running in aa53d172e5d6 03:04:36 Removing intermediate container e60a1a20bd8d 03:04:36 ---> 6da3f63a3a75 03:04:36 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:04:37 Removing intermediate container aa53d172e5d6 03:04:37 ---> 337571904670 03:04:37 Step 13/23 : ENV APP_PORT=59881 03:04:37 ---> Running in 61b61f8bf892 03:04:38 ---> 315b0f88fded 03:04:38 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:04:38 Removing intermediate container 61b61f8bf892 03:04:38 ---> e12251876df9 03:04:38 Step 14/23 : EXPOSE $APP_PORT 03:04:38 ---> Running in 7e9589dd282b 03:04:40 Removing intermediate container 3c04e6efad12 03:04:40 ---> f1a80f7e5cfc 03:04:40 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:04:40 Removing intermediate container 7e9589dd282b 03:04:40 ---> c43178a1ba63 03:04:40 Step 15/23 : WORKDIR / 03:04:40 ---> Running in 46594b1677bb 03:04:40 ---> Running in a9c35a81f769 03:04:41 ---> bf90d9308412 03:04:41 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:04:41 Removing intermediate container 46594b1677bb 03:04:41 ---> dbf675ce1624 03:04:41 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:04:41 Removing intermediate container a9c35a81f769 03:04:41 ---> 1f200060d9a0 03:04:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:04:43 ---> 28a3f1714042 03:04:43 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:04:43 ---> 1e2990974fd8 03:04:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:04:43 ---> d6526827b15d 03:04:43 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:04:44 ---> Running in 587313b9793f 03:04:44 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 03:04:44 Status: Downloaded newer image for docker:20.10.14 03:04:44 ---> c346e9eafbab 03:04:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 03:04:44 ---> Running in 7742b65afb94 03:04:45 ---> e553bcf4fcd2 03:04:45 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:04:46 Removing intermediate container 7742b65afb94 03:04:46 ---> c06b7c3aae42 03:04:46 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 03:04:46 ---> Running in d720a76167bf 03:04:48 Removing intermediate container 587313b9793f 03:04:48 ---> eb15d48d46f0 03:04:48 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:04:48 ---> a7942ae50640 03:04:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:04:49 ---> 18531037da0b 03:04:49 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:04:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:04:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:04:50 ---> 8b87c1a91e27 03:04:50 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:04:50 ---> 9c6a14db26a9 03:04:50 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:04:50 ---> Running in e19a62b47274 03:04:51 (1/43) Installing readline (8.1.1-r0) 03:04:51 (2/43) Installing bash (5.1.16-r0) 03:04:51 Executing bash-5.1.16-r0.post-install 03:04:51 (3/43) Installing brotli-libs (1.0.9-r5) 03:04:51 (4/43) Installing nghttp2-libs (1.46.0-r0) 03:04:51 (5/43) Installing libcurl (7.80.0-r1) 03:04:51 (6/43) Installing curl (7.80.0-r1) 03:04:51 (7/43) Installing dumb-init (1.2.5-r1) 03:04:51 (8/43) Installing libbz2 (1.0.8-r1) 03:04:51 (9/43) Installing expat (2.4.7-r0) 03:04:51 (10/43) Installing libffi (3.4.2-r1) 03:04:51 (11/43) Installing gdbm (1.22-r0) 03:04:51 (12/43) Installing xz-libs (5.2.5-r1) 03:04:51 (13/43) Installing libgcc (10.3.1_git20211027-r0) 03:04:51 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 03:04:51 (15/43) Installing mpdecimal (2.5.1-r1) 03:04:51 (16/43) Installing sqlite-libs (3.36.0-r0) 03:04:51 (17/43) Installing python3 (3.9.7-r4) 03:04:51 Removing intermediate container e19a62b47274 03:04:51 ---> 776a0a6b52cd 03:04:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:04:51 ---> Running in 3fbeed9defe7 03:04:52 ---> bf71eaa4a9c9 03:04:52 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:04:52 Removing intermediate container 3fbeed9defe7 03:04:52 ---> 97ad868e0fa9 03:04:52 Step 21/23 : LABEL arch=arm64 03:04:53 ---> Running in e8ce9b34ebe6 03:04:54 ---> 2bde627c357b 03:04:54 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:04:54 Removing intermediate container e8ce9b34ebe6 03:04:54 ---> 547adb79194f 03:04:54 Step 22/23 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 03:04:54 ---> Running in b6c4b81f9a43 03:04:54 (18/43) Installing py3-appdirs (1.4.4-r2) 03:04:54 (19/43) Installing py3-certifi (2020.12.5-r1) 03:04:54 ---> cfcce60f36e8 03:04:54 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:04:54 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 03:04:54 (21/43) Installing py3-idna (3.3-r0) 03:04:54 (22/43) Installing py3-urllib3 (1.26.7-r0) 03:04:54 (23/43) Installing py3-requests (2.26.0-r1) 03:04:54 (24/43) Installing py3-msgpack (1.0.2-r1) 03:04:54 ---> Running in 44c2085edb0d 03:04:54 (25/43) Installing py3-lockfile (0.12.2-r4) 03:04:54 (26/43) Installing py3-cachecontrol (0.12.10-r0) 03:04:54 (27/43) Installing py3-colorama (0.4.4-r1) 03:04:54 (28/43) Installing py3-contextlib2 (21.6.0-r1) 03:04:54 (29/43) Installing py3-distlib (0.3.3-r0) 03:04:54 (30/43) Installing py3-distro (1.6.0-r0) 03:04:54 (31/43) Installing py3-six (1.16.0-r0) 03:04:55 (32/43) Installing py3-webencodings (0.5.1-r4) 03:04:55 (33/43) Installing py3-html5lib (1.1-r1) 03:04:55 (34/43) Installing py3-parsing (2.4.7-r2) 03:04:55 (35/43) Installing py3-packaging (20.9-r1) 03:04:55 (36/43) Installing py3-tomli (1.2.2-r0) 03:04:55 (37/43) Installing py3-pep517 (0.12.0-r0) 03:04:55 (38/43) Installing py3-progress (1.6-r0) 03:04:55 (39/43) Installing py3-retrying (1.3.3-r2) 03:04:55 (40/43) Installing py3-ordered-set (4.0.2-r2) 03:04:55 (41/43) Installing py3-setuptools (52.0.0-r4) 03:04:55 (42/43) Installing py3-toml (0.10.2-r2) 03:04:55 (43/43) Installing py3-pip (20.3.4-r1) 03:04:55 Removing intermediate container b6c4b81f9a43 03:04:55 ---> 136f44e64432 03:04:55 Step 23/23 : LABEL version=0.0.0 03:04:55 ---> Running in 583b7c079561 03:04:55 ---> 603382d3db64 03:04:55 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:04:56 Executing busybox-1.34.1-r5.trigger 03:04:56 OK: 82 MiB in 65 packages 03:04:56 Removing intermediate container 583b7c079561 03:04:56 ---> 977e265fba48 03:04:56 03:04:57 ---> cee7ab62bb8c 03:04:57 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:04:58 Successfully built 977e265fba48 03:04:58 Successfully tagged core-metadata-arm64:latest 03:04:58  Building core-metadata ... done Building security-spire-server 03:04:58 Removing intermediate container 44c2085edb0d 03:04:58 ---> b61cf05cf296 03:04:58 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 03:04:58 ---> d86beebe27a7 03:04:58 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:04:58 ---> Running in cdc787a55685 03:04:59 ---> Running in 225f4ec14be9 03:04:59 Removing intermediate container cdc787a55685 03:04:59 ---> 9aea2c0289ae 03:04:59 Step 23/25 : LABEL arch=arm64 03:04:59 ---> Running in 8506fe50b695 03:05:00 Removing intermediate container 225f4ec14be9 03:05:00 ---> 6f4049339725 03:05:00 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:05:00 Removing intermediate container 8506fe50b695 03:05:00 ---> 4e9efa91a1a1 03:05:00 Step 24/25 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 03:05:00 ---> Running in 82a79bfe29f6 03:05:01 Removing intermediate container 82a79bfe29f6 03:05:01 ---> 0327c4abad36 03:05:01 Step 25/25 : LABEL version=0.0.0 03:05:01 ---> Running in da0c516f16d0 03:05:01 ---> 6efa1ce82d3e 03:05:01 Step 26/31 : RUN chmod +x /entrypoint.sh 03:05:02 Collecting docker-compose==1.23.2 03:05:02 ---> Running in 96dc614ed5d1 03:05:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:05:02 Removing intermediate container da0c516f16d0 03:05:02 ---> cb020940c1fc 03:05:02 03:05:02 Collecting dockerpty<0.5,>=0.4.1 03:05:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:05:03 Successfully built cb020940c1fc 03:05:03 Successfully tagged security-secretstore-setup-arm64:latest 03:05:03  Building security-secretstore-setup ... done Building support-scheduler 03:05:05 Removing intermediate container 96dc614ed5d1 03:05:05 ---> 7591c394586c 03:05:05 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:05:05 ---> Running in d8c1dea8b28e 03:05:06 Collecting PyYAML<4,>=3.10 03:05:06 Downloading PyYAML-3.13.tar.gz (270 kB) 03:05:06 Removing intermediate container d8c1dea8b28e 03:05:06 ---> 2b2911ea1c91 03:05:06 Step 28/31 : CMD ["gate"] 03:05:06 ---> Running in 1a5499690c92 03:05:07 Removing intermediate container 1a5499690c92 03:05:07 ---> cf4c249927f4 03:05:07 Step 29/31 : LABEL arch=arm64 03:05:07 ---> Running in 533bc2013fe6 03:05:08 Removing intermediate container 533bc2013fe6 03:05:08 ---> c73464ed4e50 03:05:08 Step 30/31 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 03:05:08 ---> Running in 787ee4db0f77 03:05:09 Removing intermediate container 787ee4db0f77 03:05:09 ---> 9d719342e9b2 03:05:09 Step 31/31 : LABEL version=0.0.0 03:05:09 ---> Running in d054f33aaf22 03:05:10 Removing intermediate container d054f33aaf22 03:05:10 ---> ad1c6c0ba378 03:05:10 03:05:10 Successfully built ad1c6c0ba378 03:05:10 Successfully tagged security-bootstrapper-arm64:latest 03:05:10  Building security-bootstrapper ... done Building security-spire-config 03:05:10 Collecting docopt<0.7,>=0.6.1 03:05:10 Downloading docopt-0.6.2.tar.gz (25 kB) 03:05:13 Collecting jsonschema<3,>=2.5.1 03:05:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:05:14 Collecting docker<4.0,>=3.6.0 03:05:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:05:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 03:05:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:05:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:05:15 Collecting cached-property<2,>=1.2.0 03:05:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:05:15 Collecting texttable<0.10,>=0.9.0 03:05:15 Downloading texttable-0.9.1.tar.gz (11 kB) 03:05:18 Collecting websocket-client<1.0,>=0.32.0 03:05:18 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 03:05:19 Collecting docker-pycreds>=0.4.0 03:05:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:05:21 Collecting urllib3<1.25,>=1.21.1 03:05:21 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:05:21 Collecting idna<2.8,>=2.5 03:05:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:05:21 Collecting chardet<3.1.0,>=3.0.2 03:05:21 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 03:05:21 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) 03:05:21 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 03:05:22 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 03:05:22 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 03:05:22 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 03:05:23 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 03:05:23 Attempting uninstall: urllib3 03:05:23 Found existing installation: urllib3 1.26.7 03:05:23 Uninstalling urllib3-1.26.7: 03:05:23 Successfully uninstalled urllib3-1.26.7 03:05:23 Attempting uninstall: idna 03:05:23 Found existing installation: idna 3.3 03:05:23 Uninstalling idna-3.3: 03:05:23 Successfully uninstalled idna-3.3 03:05:26 Attempting uninstall: requests 03:05:26 Found existing installation: requests 2.26.0 03:05:26 Uninstalling requests-2.26.0: 03:05:26 Successfully uninstalled requests-2.26.0 03:05:27 Running setup.py install for texttable: started 03:05:29 Running setup.py install for texttable: finished with status 'done' 03:05:29 Running setup.py install for PyYAML: started 03:05:32 Running setup.py install for PyYAML: finished with status 'done' 03:05:32 Running setup.py install for docopt: started 03:05:36 Running setup.py install for docopt: finished with status 'done' 03:05:36 Running setup.py install for dockerpty: started 03:05:38 Running setup.py install for dockerpty: finished with status 'done' 03:05:40 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 03:05:53 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:05:53 Step 2/25 : FROM ${BUILDER_BASE} AS builder 03:05:53 ---> 15136dccc33e 03:05:53 Step 3/25 : WORKDIR /edgex-go 03:05:53 ---> Using cache 03:05:53 ---> ab7c47ea18e8 03:05:53 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:05:53 ---> Using cache 03:05:53 ---> 186b0376e17f 03:05:53 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 03:05:53 ---> Running in bd5789b1be5e 03:05:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:05:57 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:05:58 OK: 220 MiB in 52 packages 03:06:01 Removing intermediate container bd5789b1be5e 03:06:01 ---> 7d2b45efef6f 03:06:01 Step 6/25 : COPY go.mod vendor* ./ 03:06:03 ---> cad5dc18107c 03:06:03 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:06:04 ---> Running in 1d28ea94ce8e 03:06:05 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:06:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:06:05 ---> 15136dccc33e 03:06:05 Step 3/22 : WORKDIR /edgex-go 03:06:05 ---> Using cache 03:06:05 ---> ab7c47ea18e8 03:06:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:06:05 ---> Using cache 03:06:05 ---> 186b0376e17f 03:06:05 Step 5/22 : RUN apk add --update --no-cache make git 03:06:05 ---> Running in 32989dd46fa2 03:06:08 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:06:09 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:06:10 OK: 220 MiB in 52 packages 03:06:10 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:06:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:06:10 ---> 15136dccc33e 03:06:10 Step 3/26 : WORKDIR /edgex-go 03:06:10 ---> Using cache 03:06:10 ---> ab7c47ea18e8 03:06:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:06:10 ---> Using cache 03:06:10 ---> 186b0376e17f 03:06:10 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 03:06:10 ---> Using cache 03:06:10 ---> 7d2b45efef6f 03:06:10 Step 6/26 : COPY go.mod vendor* ./ 03:06:10 ---> Using cache 03:06:10 ---> cad5dc18107c 03:06:10 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:06:10 ---> Running in 8873f457b9e2 03:06:11 Removing intermediate container 1d28ea94ce8e 03:06:11 ---> 9059eed27e5b 03:06:11 Step 8/25 : COPY . . 03:06:12 Removing intermediate container 32989dd46fa2 03:06:12 ---> e2b54605bf9d 03:06:12 Step 6/22 : COPY go.mod vendor* ./ 03:06:12 Removing intermediate container d720a76167bf 03:06:12 ---> bde96c8059e4 03:06:12 Step 14/23 : ENV APP_PORT=58890 03:06:13 ---> Running in 6b2669d8d619 03:06:14 ---> e4823c2dbc06 03:06:14 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:06:14 Removing intermediate container 6b2669d8d619 03:06:14 ---> 90f85537183d 03:06:14 Step 15/23 : EXPOSE $APP_PORT 03:06:14 ---> Running in ac82f42f687f 03:06:14 ---> Running in d7ab5185026f 03:06:15 Removing intermediate container d7ab5185026f 03:06:15 ---> 74383a001256 03:06:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:06:16 Removing intermediate container 8873f457b9e2 03:06:16 ---> 423325276fae 03:06:16 Step 8/26 : COPY . . 03:06:19 ---> b2561e696a7d 03:06:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:06:20 Removing intermediate container ac82f42f687f 03:06:20 ---> 4ea43caf2b2f 03:06:20 Step 8/22 : COPY . . 03:06:21 ---> a46681b3d1dc 03:06:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:06:24 ---> befc4ad87819 03:06:24 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 03:06:24 ---> Running in 40aa13562ffc 03:06:25 Removing intermediate container 40aa13562ffc 03:06:25 ---> 3fc86d1fd62b 03:06:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:06:25 ---> Running in e24df2845f57 03:06:26 Removing intermediate container e24df2845f57 03:06:26 ---> 75f5554347ed 03:06:26 Step 21/23 : LABEL arch=arm64 03:06:26 ---> Running in 06e998b3c275 03:06:28 Removing intermediate container 06e998b3c275 03:06:28 ---> dbb1b6d0af55 03:06:28 Step 22/23 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 03:06:28 ---> Running in 912aa0ca8884 03:06:31 Removing intermediate container 912aa0ca8884 03:06:31 ---> 2d6003006b61 03:06:31 Step 23/23 : LABEL version=0.0.0 03:06:31 ---> Running in 351b567488fb 03:06:32 Removing intermediate container 351b567488fb 03:06:32 ---> fea7468d3477 03:06:32 03:06:34 Successfully built fea7468d3477 03:06:34 Successfully tagged sys-mgmt-agent-arm64:latest 03:06:34  Building sys-mgmt-agent ... done Building support-notifications 03:07:07 ---> 5c6747b9175f 03:07:07 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 03:07:07 ---> Running in d9194d1643ca 03:07:07 Removing intermediate container d9194d1643ca 03:07:07 ---> 5bf8729d6404 03:07:07 Step 10/25 : RUN mkdir -p spire-build 03:07:08 ---> Running in 89c43e3885a4 03:07:10 ---> ebc4f6c8cadb 03:07:10 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 03:07:10 ---> Running in a0912946848f 03:07:11 Removing intermediate container a0912946848f 03:07:11 ---> 0b30e9b47730 03:07:11 Step 10/26 : RUN mkdir -p spire-build 03:07:11 ---> Running in 2c3315076fcc 03:07:12 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:07:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:07:12 ---> 15136dccc33e 03:07:12 Step 3/22 : WORKDIR /edgex-go 03:07:12 ---> Using cache 03:07:12 ---> ab7c47ea18e8 03:07:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:07:12 ---> Using cache 03:07:12 ---> 186b0376e17f 03:07:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:07:12 ---> Running in 0c9a2f867515 03:07:12 Removing intermediate container 89c43e3885a4 03:07:12 ---> 5f52f8d17a03 03:07:12 Step 11/25 : WORKDIR /edgex-go/spire-build 03:07:12 ---> Running in 6eb39f9782a1 03:07:13 ---> 763ad64609a0 03:07:13 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:07:13 ---> Running in 92f155ef0772 03:07:14 Removing intermediate container 6eb39f9782a1 03:07:14 ---> 5a510edfe265 03:07:14 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 03:07:14 ---> Running in f91b7e7dfd09 03:07:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:07:16 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:07:17 Removing intermediate container 2c3315076fcc 03:07:17 ---> b27e211ebb21 03:07:17 Step 11/26 : WORKDIR /edgex-go/spire-build 03:07:17 ---> Running in 317f2246a916 03:07:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:07:18 Removing intermediate container 317f2246a916 03:07:18 ---> 7ddd26381296 03:07:18 Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent 03:07:18 ---> Running in cfc72be2b1b7 03:07:18 spire-1.2.1/ 03:07:18 spire-1.2.1/.data/ 03:07:18 spire-1.2.1/.data/.file 03:07:18 spire-1.2.1/.dockerignore 03:07:18 spire-1.2.1/.gitattributes 03:07:18 spire-1.2.1/.githooks/ 03:07:18 spire-1.2.1/.githooks/pre-commit 03:07:18 spire-1.2.1/.github/ 03:07:18 spire-1.2.1/.github/ISSUE_TEMPLATE.md 03:07:18 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 03:07:18 spire-1.2.1/.github/dependabot.yml 03:07:18 spire-1.2.1/.github/workflows/ 03:07:18 spire-1.2.1/.github/workflows/nightly_build.yaml 03:07:18 spire-1.2.1/.github/workflows/pr_build.yaml 03:07:18 spire-1.2.1/.github/workflows/release_build.yaml 03:07:18 spire-1.2.1/.github/workflows/scripts/ 03:07:18 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 03:07:18 spire-1.2.1/.github/workflows/scripts/push-images.sh 03:07:18 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 03:07:18 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 03:07:18 spire-1.2.1/.github/workflows/scripts/split.sh 03:07:18 spire-1.2.1/.gitignore 03:07:18 spire-1.2.1/.go-version 03:07:18 spire-1.2.1/.golangci.yml 03:07:18 spire-1.2.1/ADOPTERS.md 03:07:18 spire-1.2.1/CHANGELOG.md 03:07:18 spire-1.2.1/CODE-OF-CONDUCT.md 03:07:18 spire-1.2.1/CODEOWNERS 03:07:18 spire-1.2.1/CONTRIBUTING.md 03:07:18 spire-1.2.1/Dockerfile 03:07:18 spire-1.2.1/Dockerfile.dev 03:07:18 spire-1.2.1/Dockerfile.scratch 03:07:18 spire-1.2.1/LICENSE 03:07:18 spire-1.2.1/MAINTAINERS.md 03:07:18 spire-1.2.1/Makefile 03:07:18 spire-1.2.1/README.md 03:07:18 spire-1.2.1/ROADMAP.md 03:07:18 spire-1.2.1/SECURITY.md 03:07:18 spire-1.2.1/cmd/ 03:07:18 spire-1.2.1/cmd/spire-agent/ 03:07:18 spire-1.2.1/cmd/spire-agent/cli/ 03:07:18 spire-1.2.1/cmd/spire-agent/cli/api/ 03:07:18 spire-1.2.1/cmd/spire-agent/cli/api/common.go 03:07:18 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 03:07:18 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 03:07:18 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 03:07:18 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 03:07:18 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 03:07:18 spire-1.2.1/cmd/spire-agent/cli/cli.go 03:07:18 spire-1.2.1/cmd/spire-agent/cli/common/ 03:07:18 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 03:07:18 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 03:07:18 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 03:07:18 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 03:07:18 spire-1.2.1/cmd/spire-agent/cli/run/ 03:07:18 spire-1.2.1/cmd/spire-agent/cli/run/run.go 03:07:18 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 03:07:18 spire-1.2.1/cmd/spire-agent/cli/validate/ 03:07:18 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 03:07:18 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 03:07:18 spire-1.2.1/cmd/spire-agent/main.go 03:07:18 spire-1.2.1/cmd/spire-server/ 03:07:18 spire-1.2.1/cmd/spire-server/cli/ 03:07:18 spire-1.2.1/cmd/spire-server/cli/agent/ 03:07:18 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/agent/count.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/agent/list.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/agent/show.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/bundle/ 03:07:18 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/cli.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/entry/ 03:07:18 spire-1.2.1/cmd/spire-server/cli/entry/count.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/entry/create.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/entry/show.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/entry/update.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/entry/util.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/federation/ 03:07:18 spire-1.2.1/cmd/spire-server/cli/federation/common.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/federation/create.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/federation/list.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/federation/show.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/federation/update.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 03:07:18 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/jwt/ 03:07:18 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/run/ 03:07:18 spire-1.2.1/cmd/spire-server/cli/run/run.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/token/ 03:07:18 spire-1.2.1/cmd/spire-server/cli/token/generate.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/validate/ 03:07:18 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/x509/ 03:07:18 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 03:07:18 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 03:07:18 spire-1.2.1/cmd/spire-server/main.go 03:07:18 spire-1.2.1/cmd/spire-server/util/ 03:07:18 spire-1.2.1/cmd/spire-server/util/util.go 03:07:18 spire-1.2.1/conf/ 03:07:18 spire-1.2.1/conf/agent/ 03:07:18 spire-1.2.1/conf/agent/agent.conf 03:07:18 spire-1.2.1/conf/agent/agent_full.conf 03:07:18 spire-1.2.1/conf/agent/dummy_root_ca.crt 03:07:18 spire-1.2.1/conf/server/ 03:07:18 spire-1.2.1/conf/server/dummy_upstream_ca.crt 03:07:18 spire-1.2.1/conf/server/dummy_upstream_ca.key 03:07:18 spire-1.2.1/conf/server/server.conf 03:07:18 spire-1.2.1/conf/server/server_full.conf 03:07:18 spire-1.2.1/doc/ 03:07:18 spire-1.2.1/doc/SPIRE101.md 03:07:18 spire-1.2.1/doc/auditlog.md 03:07:18 spire-1.2.1/doc/authorization_policy_engine.md 03:07:18 spire-1.2.1/doc/changelog_guidelines.md 03:07:18 spire-1.2.1/doc/cure53-report.pdf 03:07:18 spire-1.2.1/doc/images/ 03:07:18 spire-1.2.1/doc/images/2019_roadmap.png 03:07:18 spire-1.2.1/doc/images/SPIRE101.png 03:07:18 spire-1.2.1/doc/images/SPIRE_agent.png 03:07:19 spire-1.2.1/doc/images/SPIRE_server.png 03:07:19 spire-1.2.1/doc/images/cache_mgr.png 03:07:19 spire-1.2.1/doc/images/cache_mgr_components.png 03:07:19 spire-1.2.1/doc/images/federated_spire.png 03:07:19 spire-1.2.1/doc/images/ha_mode.png 03:07:19 spire-1.2.1/doc/images/nested_spire.png 03:07:19 spire-1.2.1/doc/images/oidc_federation.png 03:07:19 spire-1.2.1/doc/images/single_trust_domain.png 03:07:19 spire-1.2.1/doc/images/spiffe_compatible.png 03:07:19 spire-1.2.1/doc/images/spire_logo.png 03:07:19 spire-1.2.1/doc/migrating_registration_api_clients.md 03:07:19 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 03:07:19 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 03:07:19 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 03:07:19 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 03:07:19 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 03:07:19 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 03:07:19 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 03:07:19 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 03:07:19 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 03:07:19 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 03:07:19 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 03:07:19 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 03:07:19 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 03:07:19 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 03:07:19 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 03:07:19 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 03:07:19 spire-1.2.1/doc/plugin_server_datastore_sql.md 03:07:19 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 03:07:19 spire-1.2.1/doc/plugin_server_keymanager_disk.md 03:07:19 spire-1.2.1/doc/plugin_server_keymanager_memory.md 03:07:19 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 03:07:19 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 03:07:19 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 03:07:19 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 03:07:19 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 03:07:19 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 03:07:19 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 03:07:19 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 03:07:19 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 03:07:19 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 03:07:19 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 03:07:19 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 03:07:19 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 03:07:19 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 03:07:19 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 03:07:19 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 03:07:19 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 03:07:19 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 03:07:19 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 03:07:19 spire-1.2.1/doc/scaling_spire.md 03:07:19 spire-1.2.1/doc/spire_agent.md 03:07:19 spire-1.2.1/doc/spire_server.md 03:07:19 spire-1.2.1/doc/supported_integrations.md 03:07:19 spire-1.2.1/doc/telemetry.md 03:07:19 spire-1.2.1/doc/telemetry_config.md 03:07:19 spire-1.2.1/doc/upgrading.md 03:07:19 spire-1.2.1/doc/using_spire.md 03:07:19 spire-1.2.1/examples/ 03:07:19 spire-1.2.1/examples/README.md 03:07:19 spire-1.2.1/go.mod 03:07:19 spire-1.2.1/go.sum 03:07:19 spire-1.2.1/pkg/ 03:07:19 spire-1.2.1/pkg/agent/ 03:07:19 spire-1.2.1/pkg/agent/agent.go 03:07:19 spire-1.2.1/pkg/agent/api/ 03:07:19 spire-1.2.1/pkg/agent/api/config.go 03:07:19 spire-1.2.1/pkg/agent/api/debug/ 03:07:19 spire-1.2.1/pkg/agent/api/debug/v1/ 03:07:19 spire-1.2.1/pkg/agent/api/debug/v1/service.go 03:07:19 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 03:07:19 spire-1.2.1/pkg/agent/api/delegatedidentity/ 03:07:19 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 03:07:19 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 03:07:19 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 03:07:19 spire-1.2.1/pkg/agent/api/endpoints.go 03:07:19 spire-1.2.1/pkg/agent/api/health/ 03:07:19 spire-1.2.1/pkg/agent/api/health/v1/ 03:07:19 spire-1.2.1/pkg/agent/api/health/v1/service.go 03:07:19 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 03:07:19 spire-1.2.1/pkg/agent/api/rpccontext/ 03:07:19 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 03:07:19 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 03:07:19 spire-1.2.1/pkg/agent/attestor/ 03:07:19 spire-1.2.1/pkg/agent/attestor/node/ 03:07:19 spire-1.2.1/pkg/agent/attestor/node/experimental.go 03:07:19 spire-1.2.1/pkg/agent/attestor/node/node.go 03:07:19 spire-1.2.1/pkg/agent/attestor/node/node_test.go 03:07:19 spire-1.2.1/pkg/agent/attestor/workload/ 03:07:19 spire-1.2.1/pkg/agent/attestor/workload/workload.go 03:07:19 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 03:07:19 spire-1.2.1/pkg/agent/catalog/ 03:07:19 spire-1.2.1/pkg/agent/catalog/catalog.go 03:07:19 spire-1.2.1/pkg/agent/catalog/keymanager.goOK: 220 MiB in 52 packages 03:07:19 03:07:19 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 03:07:19 spire-1.2.1/pkg/agent/catalog/svidstore.go 03:07:19 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 03:07:19 spire-1.2.1/pkg/agent/client/ 03:07:19 spire-1.2.1/pkg/agent/client/client.go 03:07:19 spire-1.2.1/pkg/agent/client/client_test.go 03:07:19 spire-1.2.1/pkg/agent/client/dial.go 03:07:19 spire-1.2.1/pkg/agent/client/nodeconn.go 03:07:19 spire-1.2.1/pkg/agent/client/nodeconn_test.go 03:07:19 spire-1.2.1/pkg/agent/client/update.go 03:07:19 spire-1.2.1/pkg/agent/client/util.go 03:07:19 spire-1.2.1/pkg/agent/common/ 03:07:19 spire-1.2.1/pkg/agent/common/backoff/ 03:07:19 spire-1.2.1/pkg/agent/common/backoff/backoff.go 03:07:19 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 03:07:19 spire-1.2.1/pkg/agent/common/cgroups/ 03:07:19 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 03:07:19 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 03:07:19 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 03:07:19 spire-1.2.1/pkg/agent/config.go 03:07:19 spire-1.2.1/pkg/agent/endpoints/ 03:07:19 spire-1.2.1/pkg/agent/endpoints/config.go 03:07:19 spire-1.2.1/pkg/agent/endpoints/endpoints.go 03:07:19 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 03:07:19 spire-1.2.1/pkg/agent/endpoints/metrics.go 03:07:19 spire-1.2.1/pkg/agent/endpoints/middleware.go 03:07:19 spire-1.2.1/pkg/agent/endpoints/peertracker.go 03:07:19 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 03:07:19 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 03:07:19 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 03:07:19 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 03:07:19 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 03:07:19 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 03:07:19 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 03:07:19 spire-1.2.1/pkg/agent/endpoints/workload/ 03:07:19 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 03:07:19 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 03:07:19 spire-1.2.1/pkg/agent/manager/ 03:07:19 spire-1.2.1/pkg/agent/manager/cache/ 03:07:19 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 03:07:19 spire-1.2.1/pkg/agent/manager/cache/cache.go 03:07:19 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 03:07:19 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 03:07:19 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 03:07:19 spire-1.2.1/pkg/agent/manager/cache/sets.go 03:07:19 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 03:07:19 spire-1.2.1/pkg/agent/manager/config.go 03:07:19 spire-1.2.1/pkg/agent/manager/manager.go 03:07:19 spire-1.2.1/pkg/agent/manager/manager_test.go 03:07:19 spire-1.2.1/pkg/agent/manager/storage.go 03:07:19 spire-1.2.1/pkg/agent/manager/storage_test.go 03:07:19 spire-1.2.1/pkg/agent/manager/storecache/ 03:07:19 spire-1.2.1/pkg/agent/manager/storecache/cache.go 03:07:19 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 03:07:19 spire-1.2.1/pkg/agent/manager/sync.go 03:07:19 spire-1.2.1/pkg/agent/plugin/ 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/ 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 03:07:19 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 03:07:19 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/ 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 03:07:19 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 03:07:19 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 03:07:19 spire-1.2.1/pkg/agent/svid/ 03:07:19 spire-1.2.1/pkg/agent/svid/rotator.go 03:07:19 spire-1.2.1/pkg/agent/svid/rotator_config.go 03:07:19 spire-1.2.1/pkg/agent/svid/rotator_test.go 03:07:19 spire-1.2.1/pkg/agent/svid/store/ 03:07:19 spire-1.2.1/pkg/agent/svid/store/service.go 03:07:19 spire-1.2.1/pkg/agent/svid/store/service_test.go 03:07:19 spire-1.2.1/pkg/common/ 03:07:19 spire-1.2.1/pkg/common/agentpathtemplate/ 03:07:19 spire-1.2.1/pkg/common/agentpathtemplate/template.go 03:07:19 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 03:07:19 spire-1.2.1/pkg/common/api/ 03:07:19 spire-1.2.1/pkg/common/api/metrics.go 03:07:19 spire-1.2.1/pkg/common/api/middleware/ 03:07:19 spire-1.2.1/pkg/common/api/middleware/common_test.go 03:07:19 spire-1.2.1/pkg/common/api/middleware/interceptor.go 03:07:19 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 03:07:19 spire-1.2.1/pkg/common/api/middleware/logger.go 03:07:19 spire-1.2.1/pkg/common/api/middleware/logger_test.go 03:07:19 spire-1.2.1/pkg/common/api/middleware/metrics.go 03:07:19 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 03:07:19 spire-1.2.1/pkg/common/api/middleware/middleware.go 03:07:19 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 03:07:19 spire-1.2.1/pkg/common/api/middleware/misconfig.go 03:07:19 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 03:07:19 spire-1.2.1/pkg/common/api/middleware/names.go 03:07:19 spire-1.2.1/pkg/common/api/middleware/names_test.go 03:07:19 spire-1.2.1/pkg/common/api/names.go 03:07:19 spire-1.2.1/pkg/common/api/ratelimit.go 03:07:19 spire-1.2.1/pkg/common/api/rpccontext/ 03:07:19 spire-1.2.1/pkg/common/api/rpccontext/logger.go 03:07:19 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 03:07:19 spire-1.2.1/pkg/common/api/rpccontext/names.go 03:07:19 spire-1.2.1/pkg/common/auth/ 03:07:19 spire-1.2.1/pkg/common/auth/interceptors.go 03:07:19 spire-1.2.1/pkg/common/auth/interceptors_test.go 03:07:19 spire-1.2.1/pkg/common/auth/untracked_uds.go 03:07:19 spire-1.2.1/pkg/common/bundleutil/ 03:07:19 spire-1.2.1/pkg/common/bundleutil/bundle.go 03:07:19 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 03:07:19 spire-1.2.1/pkg/common/bundleutil/common_test.go 03:07:19 spire-1.2.1/pkg/common/bundleutil/marshal.go 03:07:19 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 03:07:19 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 03:07:19 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 03:07:19 spire-1.2.1/pkg/common/bundleutil/types.go 03:07:19 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 03:07:19 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 03:07:19 spire-1.2.1/pkg/common/catalog/ 03:07:19 spire-1.2.1/pkg/common/catalog/bind.go 03:07:19 spire-1.2.1/pkg/common/catalog/builtin.go 03:07:19 spire-1.2.1/pkg/common/catalog/catalog.go 03:07:19 spire-1.2.1/pkg/common/catalog/catalog_test.go 03:07:19 spire-1.2.1/pkg/common/catalog/closers.go 03:07:19 spire-1.2.1/pkg/common/catalog/cmd_linux.go 03:07:19 spire-1.2.1/pkg/common/catalog/cmd_other.go 03:07:19 spire-1.2.1/pkg/common/catalog/config.go 03:07:19 spire-1.2.1/pkg/common/catalog/config_test.go 03:07:19 spire-1.2.1/pkg/common/catalog/configure.go 03:07:19 spire-1.2.1/pkg/common/catalog/constraints.go 03:07:19 spire-1.2.1/pkg/common/catalog/constraints_test.go 03:07:19 spire-1.2.1/pkg/common/catalog/context.go 03:07:19 spire-1.2.1/pkg/common/catalog/external.go 03:07:19 spire-1.2.1/pkg/common/catalog/host.go 03:07:19 spire-1.2.1/pkg/common/catalog/pipenet.go 03:07:19 spire-1.2.1/pkg/common/catalog/plugin.go 03:07:19 spire-1.2.1/pkg/common/catalog/testplugin/ 03:07:19 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 03:07:19 spire-1.2.1/pkg/common/catalog/testplugin/main.go 03:07:19 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 03:07:19 spire-1.2.1/pkg/common/cli/ 03:07:19 spire-1.2.1/pkg/common/cli/env.go 03:07:19 spire-1.2.1/pkg/common/cli/flags.go 03:07:19 spire-1.2.1/pkg/common/cli/trust_domain.go 03:07:19 spire-1.2.1/pkg/common/cli/trust_domain_test.go 03:07:19 spire-1.2.1/pkg/common/cli/umask.go 03:07:19 spire-1.2.1/pkg/common/cli/umask_posix.go 03:07:19 spire-1.2.1/pkg/common/cli/umask_test.go 03:07:19 spire-1.2.1/pkg/common/cli/umask_windows.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/ 03:07:19 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/flag.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/flag_test.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/format.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/format_test.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/ 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 03:07:19 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 03:07:19 spire-1.2.1/pkg/common/coretypes/ 03:07:19 spire-1.2.1/pkg/common/coretypes/bundle/ 03:07:19 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 03:07:19 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 03:07:19 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 03:07:19 spire-1.2.1/pkg/common/coretypes/bundle/require.go 03:07:19 spire-1.2.1/pkg/common/coretypes/jwtkey/ 03:07:19 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 03:07:19 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 03:07:19 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 03:07:19 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 03:07:19 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 03:07:19 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 03:07:19 spire-1.2.1/pkg/common/coretypes/x509certificate/ 03:07:19 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 03:07:19 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 03:07:19 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 03:07:19 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 03:07:19 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 03:07:19 spire-1.2.1/pkg/common/cryptoutil/ 03:07:19 spire-1.2.1/pkg/common/cryptoutil/keys.go 03:07:19 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 03:07:19 spire-1.2.1/pkg/common/diskutil/ 03:07:19 spire-1.2.1/pkg/common/diskutil/file_posix.go 03:07:19 spire-1.2.1/pkg/common/diskutil/file_test.go 03:07:19 spire-1.2.1/pkg/common/diskutil/file_windows.go 03:07:19 spire-1.2.1/pkg/common/errorutil/ 03:07:19 spire-1.2.1/pkg/common/errorutil/wrapper.go 03:07:19 spire-1.2.1/pkg/common/health/ 03:07:19 spire-1.2.1/pkg/common/health/config.go 03:07:19 spire-1.2.1/pkg/common/health/context.go 03:07:19 spire-1.2.1/pkg/common/health/context_test.go 03:07:19 spire-1.2.1/pkg/common/health/health.go 03:07:19 spire-1.2.1/pkg/common/health/health_test.go 03:07:19 spire-1.2.1/pkg/common/health/logger.go 03:07:19 spire-1.2.1/pkg/common/hostservice/ 03:07:19 spire-1.2.1/pkg/common/hostservice/metricsservice/ 03:07:19 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 03:07:19 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 03:07:19 spire-1.2.1/pkg/common/idutil/ 03:07:19 spire-1.2.1/pkg/common/idutil/require.go 03:07:19 spire-1.2.1/pkg/common/idutil/require_test.go 03:07:19 spire-1.2.1/pkg/common/idutil/safety.go 03:07:19 spire-1.2.1/pkg/common/idutil/safety_test.go 03:07:19 spire-1.2.1/pkg/common/idutil/spiffeid.go 03:07:19 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 03:07:19 spire-1.2.1/pkg/common/jwtsvid/ 03:07:19 spire-1.2.1/pkg/common/jwtsvid/common.go 03:07:19 spire-1.2.1/pkg/common/jwtsvid/sign.go 03:07:19 spire-1.2.1/pkg/common/jwtsvid/token_test.go 03:07:19 spire-1.2.1/pkg/common/jwtsvid/validate.go 03:07:19 spire-1.2.1/pkg/common/jwtutil/ 03:07:19 spire-1.2.1/pkg/common/jwtutil/keyset.go 03:07:19 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 03:07:19 spire-1.2.1/pkg/common/log/ 03:07:19 spire-1.2.1/pkg/common/log/hclog_adapter.go 03:07:19 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 03:07:19 spire-1.2.1/pkg/common/log/log.go 03:07:19 spire-1.2.1/pkg/common/log/log_test.go 03:07:19 spire-1.2.1/pkg/common/log/options.go 03:07:19 spire-1.2.1/pkg/common/nodeutil/ 03:07:19 spire-1.2.1/pkg/common/nodeutil/node.go 03:07:19 spire-1.2.1/pkg/common/nodeutil/node_test.go 03:07:19 spire-1.2.1/pkg/common/peertracker/ 03:07:19 spire-1.2.1/pkg/common/peertracker/conn.go 03:07:19 spire-1.2.1/pkg/common/peertracker/credentials.go 03:07:19 spire-1.2.1/pkg/common/peertracker/errors.go 03:07:19 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 03:07:19 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 03:07:19 spire-1.2.1/pkg/common/peertracker/info.go 03:07:19 spire-1.2.1/pkg/common/peertracker/listener.go 03:07:19 spire-1.2.1/pkg/common/peertracker/listener_test.go 03:07:19 spire-1.2.1/pkg/common/peertracker/peertracker.go 03:07:19 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 03:07:19 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 03:07:19 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 03:07:19 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 03:07:19 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 03:07:19 spire-1.2.1/pkg/common/peertracker/tcp.go 03:07:19 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 03:07:19 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 03:07:19 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 03:07:19 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 03:07:19 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 03:07:19 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 03:07:19 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 03:07:19 spire-1.2.1/pkg/common/peertracker/uds.go 03:07:19 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 03:07:19 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 03:07:19 spire-1.2.1/pkg/common/peertracker/uds_linux.go 03:07:19 spire-1.2.1/pkg/common/pemutil/ 03:07:19 spire-1.2.1/pkg/common/pemutil/block.go 03:07:19 spire-1.2.1/pkg/common/pemutil/certs.go 03:07:19 spire-1.2.1/pkg/common/pemutil/common.go 03:07:19 spire-1.2.1/pkg/common/pemutil/csr.go 03:07:19 spire-1.2.1/pkg/common/pemutil/keys.go 03:07:19 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 03:07:19 spire-1.2.1/pkg/common/pemutil/testdata/ 03:07:19 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 03:07:19 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 03:07:19 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 03:07:19 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 03:07:19 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 03:07:19 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 03:07:19 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 03:07:19 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 03:07:19 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 03:07:19 spire-1.2.1/pkg/common/plugin/ 03:07:19 spire-1.2.1/pkg/common/plugin/aws/ 03:07:19 spire-1.2.1/pkg/common/plugin/aws/iid.go 03:07:19 spire-1.2.1/pkg/common/plugin/azure/ 03:07:19 spire-1.2.1/pkg/common/plugin/azure/msi.go 03:07:19 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 03:07:19 spire-1.2.1/pkg/common/plugin/facade.go 03:07:19 spire-1.2.1/pkg/common/plugin/facade_test.go 03:07:19 spire-1.2.1/pkg/common/plugin/gcp/ 03:07:19 spire-1.2.1/pkg/common/plugin/gcp/iit.go 03:07:19 spire-1.2.1/pkg/common/plugin/k8s/ 03:07:19 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 03:07:19 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 03:07:19 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 03:07:19 spire-1.2.1/pkg/common/plugin/k8s/utils.go 03:07:19 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 03:07:19 spire-1.2.1/pkg/common/plugin/log.go 03:07:19 spire-1.2.1/pkg/common/plugin/sshpop/ 03:07:19 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 03:07:19 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 03:07:19 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 03:07:19 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 03:07:19 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 03:07:19 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 03:07:19 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 03:07:19 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 03:07:19 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 03:07:19 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 03:07:19 spire-1.2.1/pkg/common/plugin/tpmdevid/ 03:07:19 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 03:07:19 spire-1.2.1/pkg/common/plugin/x509pop/ 03:07:19 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 03:07:19 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 03:07:19 spire-1.2.1/pkg/common/profiling/ 03:07:19 spire-1.2.1/pkg/common/profiling/dumpers.go 03:07:19 spire-1.2.1/pkg/common/profiling/profiling.go 03:07:19 spire-1.2.1/pkg/common/protoutil/ 03:07:19 spire-1.2.1/pkg/common/protoutil/masks.go 03:07:19 spire-1.2.1/pkg/common/protoutil/masks_test.go 03:07:19 spire-1.2.1/pkg/common/rotationutil/ 03:07:19 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 03:07:19 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 03:07:19 spire-1.2.1/pkg/common/selector/ 03:07:19 spire-1.2.1/pkg/common/selector/selector.go 03:07:19 spire-1.2.1/pkg/common/selector/selector_test.go 03:07:19 spire-1.2.1/pkg/common/selector/set.go 03:07:19 spire-1.2.1/pkg/common/selector/set_utils.go 03:07:19 spire-1.2.1/pkg/common/selector/set_utils_test.go 03:07:19 spire-1.2.1/pkg/common/telemetry/ 03:07:19 spire-1.2.1/pkg/common/telemetry/agent/ 03:07:19 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 03:07:19 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 03:07:19 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 03:07:19 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 03:07:19 spire-1.2.1/pkg/common/telemetry/agent/manager.go 03:07:19 spire-1.2.1/pkg/common/telemetry/agent/node.go 03:07:19 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 03:07:19 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 03:07:19 spire-1.2.1/pkg/common/telemetry/agent/store/ 03:07:19 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 03:07:19 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 03:07:19 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 03:07:19 spire-1.2.1/pkg/common/telemetry/blackhole.go 03:07:19 spire-1.2.1/pkg/common/telemetry/call.go 03:07:19 spire-1.2.1/pkg/common/telemetry/common/ 03:07:19 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 03:07:19 spire-1.2.1/pkg/common/telemetry/config.go 03:07:19 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 03:07:19 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 03:07:19 spire-1.2.1/pkg/common/telemetry/inmem.go 03:07:19 spire-1.2.1/pkg/common/telemetry/inmem_test.go 03:07:19 spire-1.2.1/pkg/common/telemetry/m3.go 03:07:19 spire-1.2.1/pkg/common/telemetry/m3_test.go 03:07:19 spire-1.2.1/pkg/common/telemetry/metrics.go 03:07:19 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 03:07:19 spire-1.2.1/pkg/common/telemetry/names.go 03:07:19 spire-1.2.1/pkg/common/telemetry/prometheus.go 03:07:19 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 03:07:19 spire-1.2.1/pkg/common/telemetry/sanitize.go 03:07:19 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 03:07:19 spire-1.2.1/pkg/common/telemetry/server/ 03:07:19 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 03:07:19 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 03:07:19 spire-1.2.1/pkg/common/telemetry/server/datastore/ 03:07:19 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 03:07:19 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 03:07:19 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 03:07:19 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 03:07:19 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 03:07:19 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 03:07:19 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 03:07:19 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 03:07:19 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 03:07:19 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 03:07:19 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 03:07:19 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 03:07:19 spire-1.2.1/pkg/common/telemetry/server/rotate.go 03:07:19 spire-1.2.1/pkg/common/telemetry/server/server.go 03:07:19 spire-1.2.1/pkg/common/telemetry/sink.go 03:07:19 spire-1.2.1/pkg/common/telemetry/statsd.go 03:07:19 spire-1.2.1/pkg/common/telemetry/statsd_test.go 03:07:19 spire-1.2.1/pkg/common/telemetry/uptime.go 03:07:19 spire-1.2.1/pkg/common/telemetry/version.go 03:07:19 spire-1.2.1/pkg/common/telemetry/withlabels.go 03:07:19 spire-1.2.1/pkg/common/uptime/ 03:07:19 spire-1.2.1/pkg/common/uptime/uptime.go 03:07:19 spire-1.2.1/pkg/common/uptime/uptime_test.go 03:07:19 spire-1.2.1/pkg/common/util/ 03:07:19 spire-1.2.1/pkg/common/util/certs.go 03:07:19 spire-1.2.1/pkg/common/util/certs_test.go 03:07:19 spire-1.2.1/pkg/common/util/csr.go 03:07:19 spire-1.2.1/pkg/common/util/hash.go 03:07:19 spire-1.2.1/pkg/common/util/selectors.go 03:07:19 spire-1.2.1/pkg/common/util/selectors_test.go 03:07:19 spire-1.2.1/pkg/common/util/signals.go 03:07:19 spire-1.2.1/pkg/common/util/sort.go 03:07:19 spire-1.2.1/pkg/common/util/sort_test.go 03:07:19 spire-1.2.1/pkg/common/util/task.go 03:07:19 spire-1.2.1/pkg/common/util/task_test.go 03:07:19 spire-1.2.1/pkg/common/util/testdata/ 03:07:19 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 03:07:19 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 03:07:19 spire-1.2.1/pkg/common/version/ 03:07:19 spire-1.2.1/pkg/common/version/version.go 03:07:19 spire-1.2.1/pkg/common/x509svid/ 03:07:19 spire-1.2.1/pkg/common/x509svid/common_test.go 03:07:19 spire-1.2.1/pkg/common/x509svid/csr.go 03:07:19 spire-1.2.1/pkg/common/x509svid/upstreamca.go 03:07:19 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 03:07:19 spire-1.2.1/pkg/common/x509util/ 03:07:19 spire-1.2.1/pkg/common/x509util/cert.go 03:07:19 spire-1.2.1/pkg/common/x509util/dns.go 03:07:19 spire-1.2.1/pkg/common/x509util/dns_test.go 03:07:19 spire-1.2.1/pkg/common/x509util/keyid.go 03:07:19 spire-1.2.1/pkg/common/x509util/keypair.go 03:07:19 spire-1.2.1/pkg/common/x509util/serialnumber.go 03:07:19 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 03:07:19 spire-1.2.1/pkg/server/ 03:07:19 spire-1.2.1/pkg/server/api/ 03:07:19 spire-1.2.1/pkg/server/api/agent.go 03:07:19 spire-1.2.1/pkg/server/api/agent/ 03:07:19 spire-1.2.1/pkg/server/api/agent/v1/ 03:07:19 spire-1.2.1/pkg/server/api/agent/v1/service.go 03:07:19 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 03:07:19 spire-1.2.1/pkg/server/api/agent_test.go 03:07:19 spire-1.2.1/pkg/server/api/api.go 03:07:19 spire-1.2.1/pkg/server/api/audit/ 03:07:19 spire-1.2.1/pkg/server/api/audit/audit.go 03:07:19 spire-1.2.1/pkg/server/api/audit/audit_test.go 03:07:19 spire-1.2.1/pkg/server/api/bundle.go 03:07:19 spire-1.2.1/pkg/server/api/bundle/ 03:07:19 spire-1.2.1/pkg/server/api/bundle/v1/ 03:07:19 spire-1.2.1/pkg/server/api/bundle/v1/service.go 03:07:19 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 03:07:19 spire-1.2.1/pkg/server/api/bundle_test.go 03:07:19 spire-1.2.1/pkg/server/api/debug/ 03:07:19 spire-1.2.1/pkg/server/api/debug/v1/ 03:07:19 spire-1.2.1/pkg/server/api/debug/v1/service.go 03:07:19 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 03:07:19 spire-1.2.1/pkg/server/api/entry.go 03:07:19 spire-1.2.1/pkg/server/api/entry/ 03:07:19 spire-1.2.1/pkg/server/api/entry/v1/ 03:07:19 spire-1.2.1/pkg/server/api/entry/v1/service.go 03:07:19 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 03:07:19 spire-1.2.1/pkg/server/api/entry_test.go 03:07:19 spire-1.2.1/pkg/server/api/health/ 03:07:19 spire-1.2.1/pkg/server/api/health/v1/ 03:07:19 spire-1.2.1/pkg/server/api/health/v1/service.go 03:07:19 spire-1.2.1/pkg/server/api/health/v1/service_test.go 03:07:19 spire-1.2.1/pkg/server/api/id.go 03:07:19 spire-1.2.1/pkg/server/api/id_test.go 03:07:19 spire-1.2.1/pkg/server/api/limits/ 03:07:19 spire-1.2.1/pkg/server/api/limits/limits.go 03:07:19 spire-1.2.1/pkg/server/api/middleware/ 03:07:19 spire-1.2.1/pkg/server/api/middleware/alias.go 03:07:19 spire-1.2.1/pkg/server/api/middleware/audit.go 03:07:19 spire-1.2.1/pkg/server/api/middleware/authorization.go 03:07:19 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 03:07:19 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 03:07:19 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 03:07:19 spire-1.2.1/pkg/server/api/middleware/caller.go 03:07:19 spire-1.2.1/pkg/server/api/middleware/caller_test.go 03:07:19 spire-1.2.1/pkg/server/api/middleware/common.go 03:07:19 spire-1.2.1/pkg/server/api/middleware/common_test.go 03:07:19 spire-1.2.1/pkg/server/api/middleware/entries.go 03:07:19 spire-1.2.1/pkg/server/api/middleware/entries_test.go 03:07:19 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 03:07:19 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 03:07:19 spire-1.2.1/pkg/server/api/ratelimit.go 03:07:19 spire-1.2.1/pkg/server/api/rpccontext/ 03:07:19 spire-1.2.1/pkg/server/api/rpccontext/alias.go 03:07:19 spire-1.2.1/pkg/server/api/rpccontext/audit.go 03:07:19 spire-1.2.1/pkg/server/api/rpccontext/caller.go 03:07:19 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 03:07:19 spire-1.2.1/pkg/server/api/selector.go 03:07:19 spire-1.2.1/pkg/server/api/selector_test.go 03:07:19 spire-1.2.1/pkg/server/api/status.go 03:07:19 spire-1.2.1/pkg/server/api/status_test.go 03:07:19 spire-1.2.1/pkg/server/api/svid/ 03:07:19 spire-1.2.1/pkg/server/api/svid/v1/ 03:07:19 spire-1.2.1/pkg/server/api/svid/v1/service.go 03:07:19 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 03:07:19 spire-1.2.1/pkg/server/api/trustdomain.go 03:07:19 spire-1.2.1/pkg/server/api/trustdomain/ 03:07:19 spire-1.2.1/pkg/server/api/trustdomain/v1/ 03:07:19 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 03:07:19 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 03:07:19 spire-1.2.1/pkg/server/api/trustdomain_test.go 03:07:19 spire-1.2.1/pkg/server/authpolicy/ 03:07:19 spire-1.2.1/pkg/server/authpolicy/defaults.go 03:07:19 spire-1.2.1/pkg/server/authpolicy/policy.go 03:07:19 spire-1.2.1/pkg/server/authpolicy/policy.rego 03:07:19 spire-1.2.1/pkg/server/authpolicy/policy_data.json 03:07:19 spire-1.2.1/pkg/server/authpolicy/policy_test.go 03:07:19 spire-1.2.1/pkg/server/authpolicy/validate.go 03:07:19 spire-1.2.1/pkg/server/bundle/ 03:07:19 spire-1.2.1/pkg/server/bundle/client/ 03:07:19 spire-1.2.1/pkg/server/bundle/client/client.go 03:07:19 spire-1.2.1/pkg/server/bundle/client/client_test.go 03:07:19 spire-1.2.1/pkg/server/bundle/client/manager.go 03:07:19 spire-1.2.1/pkg/server/bundle/client/manager_test.go 03:07:19 spire-1.2.1/pkg/server/bundle/client/sources.go 03:07:19 spire-1.2.1/pkg/server/bundle/client/sources_test.go 03:07:19 spire-1.2.1/pkg/server/bundle/client/updater.go 03:07:19 spire-1.2.1/pkg/server/bundle/client/updater_test.go 03:07:19 spire-1.2.1/pkg/server/ca/ 03:07:19 spire-1.2.1/pkg/server/ca/ca.go 03:07:19 spire-1.2.1/pkg/server/ca/ca_health.go 03:07:19 spire-1.2.1/pkg/server/ca/ca_test.go 03:07:19 spire-1.2.1/pkg/server/ca/journal.go 03:07:19 spire-1.2.1/pkg/server/ca/journal_test.go 03:07:19 spire-1.2.1/pkg/server/ca/manager.go 03:07:19 spire-1.2.1/pkg/server/ca/manager_health.go 03:07:19 spire-1.2.1/pkg/server/ca/manager_test.go 03:07:19 spire-1.2.1/pkg/server/ca/templates.go 03:07:19 spire-1.2.1/pkg/server/ca/upstream_client.go 03:07:19 spire-1.2.1/pkg/server/ca/upstream_client_test.go 03:07:19 spire-1.2.1/pkg/server/ca/validation.go 03:07:19 spire-1.2.1/pkg/server/cache/ 03:07:19 spire-1.2.1/pkg/server/cache/dscache/ 03:07:19 spire-1.2.1/pkg/server/cache/dscache/cache.go 03:07:19 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 03:07:19 spire-1.2.1/pkg/server/cache/entrycache/ 03:07:19 spire-1.2.1/pkg/server/cache/entrycache/cache.go 03:07:19 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 03:07:19 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 03:07:19 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 03:07:19 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 03:07:19 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 03:07:19 spire-1.2.1/pkg/server/catalog/ 03:07:19 spire-1.2.1/pkg/server/catalog/catalog.go 03:07:19 spire-1.2.1/pkg/server/catalog/keymanager.go 03:07:19 spire-1.2.1/pkg/server/catalog/nodeattestor.go 03:07:19 spire-1.2.1/pkg/server/catalog/noderesolver.go 03:07:19 spire-1.2.1/pkg/server/catalog/notifier.go 03:07:19 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 03:07:19 spire-1.2.1/pkg/server/config.go 03:07:19 spire-1.2.1/pkg/server/datastore/ 03:07:19 spire-1.2.1/pkg/server/datastore/datastore.go 03:07:19 spire-1.2.1/pkg/server/datastore/datastore_health.go 03:07:19 spire-1.2.1/pkg/server/datastore/repository.go 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/ 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 03:07:19 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 03:07:19 spire-1.2.1/pkg/server/endpoints/ 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/ 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/config.go 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/server.go 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 03:07:19 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 03:07:19 spire-1.2.1/pkg/server/endpoints/config.go 03:07:19 spire-1.2.1/pkg/server/endpoints/endpoints.go 03:07:19 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 03:07:19 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 03:07:19 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 03:07:19 spire-1.2.1/pkg/server/endpoints/middleware.go 03:07:19 spire-1.2.1/pkg/server/endpoints/middleware_test.go 03:07:19 spire-1.2.1/pkg/server/hostservice/ 03:07:19 spire-1.2.1/pkg/server/hostservice/agentstore/ 03:07:19 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 03:07:19 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 03:07:19 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 03:07:19 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 03:07:19 spire-1.2.1/pkg/server/hostservice/identityprovider/ 03:07:19 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 03:07:19 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/ 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/ 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/base/ 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/test/ 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 03:07:19 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/ 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 03:07:19 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/noderesolver/ 03:07:19 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 03:07:19 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 03:07:19 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 03:07:19 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 03:07:19 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 03:07:19 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 03:07:19 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/notifier/ 03:07:19 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 03:07:19 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 03:07:19 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 03:07:19 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 03:07:19 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 03:07:19 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 03:07:19 spire-1.2.1/pkg/server/plugin/notifier/repository.go 03:07:19 spire-1.2.1/pkg/server/plugin/notifier/v1.go 03:07:19 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 03:07:19 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 03:07:20 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 03:07:20 spire-1.2.1/pkg/server/registration/ 03:07:20 spire-1.2.1/pkg/server/registration/manager.go 03:07:20 spire-1.2.1/pkg/server/registration/manager_test.go 03:07:20 spire-1.2.1/pkg/server/scanentries.go 03:07:20 spire-1.2.1/pkg/server/scanentries_test.go 03:07:20 spire-1.2.1/pkg/server/server.go 03:07:20 spire-1.2.1/pkg/server/server_test.go 03:07:20 spire-1.2.1/pkg/server/svid/ 03:07:20 spire-1.2.1/pkg/server/svid/observer.go 03:07:20 spire-1.2.1/pkg/server/svid/observer_test.go 03:07:20 spire-1.2.1/pkg/server/svid/rotator.go 03:07:20 spire-1.2.1/pkg/server/svid/rotator_config.go 03:07:20 spire-1.2.1/pkg/server/svid/rotator_config_test.go 03:07:20 spire-1.2.1/pkg/server/svid/rotator_test.go 03:07:20 spire-1.2.1/proto/ 03:07:20 spire-1.2.1/proto/private/ 03:07:20 spire-1.2.1/proto/private/server/ 03:07:20 spire-1.2.1/proto/private/server/journal/ 03:07:20 spire-1.2.1/proto/private/server/journal/journal.pb.go 03:07:20 spire-1.2.1/proto/private/server/journal/journal.proto 03:07:20 spire-1.2.1/proto/spire/ 03:07:20 spire-1.2.1/proto/spire/common/ 03:07:20 spire-1.2.1/proto/spire/common/common.pb.go 03:07:20 spire-1.2.1/proto/spire/common/common.proto 03:07:20 spire-1.2.1/proto/spire/common/plugin/ 03:07:20 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 03:07:20 spire-1.2.1/proto/spire/common/plugin/plugin.proto 03:07:20 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 03:07:20 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 03:07:20 spire-1.2.1/proto/spire/plugin/ 03:07:20 spire-1.2.1/proto/spire/plugin/agent/ 03:07:20 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 03:07:20 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 03:07:20 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 03:07:20 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 03:07:20 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 03:07:20 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 03:07:20 spire-1.2.1/release/ 03:07:20 spire-1.2.1/release/spire-extras/ 03:07:20 spire-1.2.1/release/spire-extras/README.md 03:07:20 spire-1.2.1/release/spire-extras/conf/ 03:07:20 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 03:07:20 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 03:07:20 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 03:07:20 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 03:07:20 spire-1.2.1/release/spire/ 03:07:20 spire-1.2.1/release/spire/README.md 03:07:20 spire-1.2.1/release/spire/conf/ 03:07:20 spire-1.2.1/release/spire/conf/agent/ 03:07:20 spire-1.2.1/release/spire/conf/agent/agent.conf 03:07:20 spire-1.2.1/release/spire/conf/server/ 03:07:20 spire-1.2.1/release/spire/conf/server/server.conf 03:07:20 spire-1.2.1/script/ 03:07:20 spire-1.2.1/script/build-artifact.sh 03:07:20 spire-1.2.1/script/generate_dummy_ca.sh 03:07:20 spire-1.2.1/support/ 03:07:20 spire-1.2.1/support/k8s/ 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/ 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 03:07:20 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 03:07:20 spire-1.2.1/support/oidc-discovery-provider/ 03:07:20 spire-1.2.1/support/oidc-discovery-provider/README.md 03:07:20 spire-1.2.1/support/oidc-discovery-provider/common_test.go 03:07:20 spire-1.2.1/support/oidc-discovery-provider/config.go 03:07:20 spire-1.2.1/support/oidc-discovery-provider/config_test.go 03:07:20 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 03:07:20 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 03:07:20 spire-1.2.1/support/oidc-discovery-provider/handler.go 03:07:20 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 03:07:20 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 03:07:20 spire-1.2.1/support/oidc-discovery-provider/main.go 03:07:20 spire-1.2.1/support/oidc-discovery-provider/server_api.go 03:07:20 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 03:07:20 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 03:07:20 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 03:07:20 spire-1.2.1/test/ 03:07:20 spire-1.2.1/test/clock/ 03:07:20 spire-1.2.1/test/clock/clock.go 03:07:20 spire-1.2.1/test/fakes/ 03:07:20 spire-1.2.1/test/fakes/fakeagentcatalog/ 03:07:20 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 03:07:20 spire-1.2.1/test/fakes/fakeagentkeymanager/ 03:07:20 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 03:07:20 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 03:07:20 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 03:07:20 spire-1.2.1/test/fakes/fakeagentstore/ 03:07:20 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 03:07:20 spire-1.2.1/test/fakes/fakedatastore/ 03:07:20 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 03:07:20 spire-1.2.1/test/fakes/fakeentryclient/ 03:07:20 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 03:07:20 spire-1.2.1/test/fakes/fakehealthchecker/ 03:07:20 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 03:07:20 spire-1.2.1/test/fakes/fakeidentityprovider/ 03:07:20 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 03:07:20 spire-1.2.1/test/fakes/fakemetrics/ 03:07:20 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 03:07:20 spire-1.2.1/test/fakes/fakenoderesolver/ 03:07:20 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 03:07:20 spire-1.2.1/test/fakes/fakenotifier/ 03:07:20 spire-1.2.1/test/fakes/fakenotifier/notifier.go 03:07:20 spire-1.2.1/test/fakes/fakepluginmetrics/ 03:07:20 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 03:07:20 spire-1.2.1/test/fakes/fakeserverca/ 03:07:20 spire-1.2.1/test/fakes/fakeserverca/serverca.go 03:07:20 spire-1.2.1/test/fakes/fakeservercatalog/ 03:07:20 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 03:07:20 spire-1.2.1/test/fakes/fakeserverkeymanager/ 03:07:20 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 03:07:20 spire-1.2.1/test/fakes/fakeservernodeattestor/ 03:07:20 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 03:07:20 spire-1.2.1/test/fakes/fakeupstreamauthority/ 03:07:20 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 03:07:20 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 03:07:20 spire-1.2.1/test/fakes/fakeworkloadapi/ 03:07:20 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 03:07:20 spire-1.2.1/test/fakes/fakeworkloadattestor/ 03:07:20 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 03:07:20 spire-1.2.1/test/fixture/ 03:07:20 spire-1.2.1/test/fixture/certs/ 03:07:20 spire-1.2.1/test/fixture/certs/agent_svid.der 03:07:20 spire-1.2.1/test/fixture/certs/base_cert.pem 03:07:20 spire-1.2.1/test/fixture/certs/base_csr.pem 03:07:20 spire-1.2.1/test/fixture/certs/base_key.pem 03:07:20 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 03:07:20 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 03:07:20 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 03:07:20 spire-1.2.1/test/fixture/certs/blog_cert.pem 03:07:20 spire-1.2.1/test/fixture/certs/blog_csr.pem 03:07:20 spire-1.2.1/test/fixture/certs/blog_key.pem 03:07:20 spire-1.2.1/test/fixture/certs/bundle.der 03:07:20 spire-1.2.1/test/fixture/certs/ca.pem 03:07:20 spire-1.2.1/test/fixture/certs/ca_key.pem 03:07:20 spire-1.2.1/test/fixture/certs/database_cert.pem 03:07:20 spire-1.2.1/test/fixture/certs/database_csr.pem 03:07:20 spire-1.2.1/test/fixture/certs/database_key.pem 03:07:20 spire-1.2.1/test/fixture/certs/node_cert.pem 03:07:20 spire-1.2.1/test/fixture/certs/node_csr.pem 03:07:20 spire-1.2.1/test/fixture/certs/node_key.pem 03:07:20 spire-1.2.1/test/fixture/certs/svid.pem 03:07:20 spire-1.2.1/test/fixture/certs/svid_key.pem 03:07:20 spire-1.2.1/test/fixture/config/ 03:07:20 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 03:07:20 spire-1.2.1/test/fixture/config/agent_good.conf 03:07:20 spire-1.2.1/test/fixture/config/agent_good_templated.conf 03:07:20 spire-1.2.1/test/fixture/config/plugin_good.conf 03:07:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 03:07:20 spire-1.2.1/test/fixture/config/server_good.conf 03:07:20 spire-1.2.1/test/fixture/config/server_good_templated.conf 03:07:20 spire-1.2.1/test/fixture/fixture.go 03:07:20 spire-1.2.1/test/fixture/nodeattestor/ 03:07:20 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 03:07:20 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 03:07:20 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 03:07:20 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 03:07:20 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 03:07:20 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 03:07:20 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 03:07:20 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 03:07:20 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 03:07:20 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 03:07:20 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 03:07:20 spire-1.2.1/test/fixture/registration/ 03:07:20 spire-1.2.1/test/fixture/registration/entries.json 03:07:20 spire-1.2.1/test/fixture/registration/good-for-update.json 03:07:20 spire-1.2.1/test/fixture/registration/good.json 03:07:20 spire-1.2.1/test/fixture/registration/invalid.json 03:07:20 spire-1.2.1/test/fixture/registration/invalid_json.json 03:07:20 spire-1.2.1/test/fixture/registration/manager_test_entries.json 03:07:20 spire-1.2.1/test/integration/ 03:07:20 spire-1.2.1/test/integration/README.md 03:07:20 spire-1.2.1/test/integration/common 03:07:20 spire-1.2.1/test/integration/setup/ 03:07:20 spire-1.2.1/test/integration/setup/adminclient/ 03:07:20 spire-1.2.1/test/integration/setup/adminclient/build.sh 03:07:20 spire-1.2.1/test/integration/setup/adminclient/client.go 03:07:20 spire-1.2.1/test/integration/setup/debugagent/ 03:07:20 spire-1.2.1/test/integration/setup/debugagent/build.sh 03:07:20 spire-1.2.1/test/integration/setup/debugagent/main.go 03:07:20 spire-1.2.1/test/integration/setup/debugserver/ 03:07:20 spire-1.2.1/test/integration/setup/debugserver/build.sh 03:07:20 spire-1.2.1/test/integration/setup/debugserver/main.go 03:07:20 spire-1.2.1/test/integration/setup/downstreamclient/ 03:07:20 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 03:07:20 spire-1.2.1/test/integration/setup/downstreamclient/client.go 03:07:20 spire-1.2.1/test/integration/setup/itclient/ 03:07:20 spire-1.2.1/test/integration/setup/itclient/client.go 03:07:20 spire-1.2.1/test/integration/setup/node-attestation/ 03:07:20 spire-1.2.1/test/integration/setup/node-attestation/build.sh 03:07:20 spire-1.2.1/test/integration/setup/node-attestation/client.go 03:07:20 spire-1.2.1/test/integration/setup/x509pop/ 03:07:20 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 03:07:20 spire-1.2.1/test/integration/setup/x509pop/setup.sh 03:07:20 spire-1.2.1/test/integration/suites/ 03:07:20 spire-1.2.1/test/integration/suites/admin-endpoints/ 03:07:20 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 03:07:20 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 03:07:20 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 03:07:20 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 03:07:20 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 03:07:20 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 03:07:20 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 03:07:20 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 03:07:20 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 03:07:20 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 03:07:20 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 03:07:20 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 03:07:20 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 03:07:20 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 03:07:20 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 03:07:20 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 03:07:20 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 03:07:20 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 03:07:20 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 03:07:20 spire-1.2.1/test/integration/suites/datastore-mysql/ 03:07:20 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 03:07:20 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 03:07:20 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 03:07:20 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 03:07:20 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres/ 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 03:07:20 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 03:07:20 spire-1.2.1/test/integration/suites/debug-endpoints/ 03:07:20 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 03:07:20 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 03:07:20 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 03:07:20 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 03:07:20 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 03:07:20 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 03:07:20 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 03:07:20 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 03:07:20 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 03:07:20 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 03:07:20 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 03:07:20 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 03:07:20 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 03:07:20 spire-1.2.1/test/integration/suites/downstream-endpoints/ 03:07:20 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 03:07:20 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 03:07:20 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 03:07:20 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 03:07:20 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 03:07:20 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 03:07:20 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 03:07:20 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 03:07:20 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 03:07:20 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 03:07:20 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 03:07:20 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 03:07:20 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 03:07:20 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 03:07:20 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 03:07:20 spire-1.2.1/test/integration/suites/join-token/ 03:07:20 spire-1.2.1/test/integration/suites/join-token/01-start-server 03:07:20 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 03:07:20 spire-1.2.1/test/integration/suites/join-token/03-start-agent 03:07:20 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 03:07:20 spire-1.2.1/test/integration/suites/join-token/05-check-svid 03:07:20 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 03:07:20 spire-1.2.1/test/integration/suites/join-token/README.md 03:07:20 spire-1.2.1/test/integration/suites/join-token/conf/ 03:07:20 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 03:07:20 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/join-token/conf/server/ 03:07:20 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 03:07:20 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 03:07:20 spire-1.2.1/test/integration/suites/join-token/teardown 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/ 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 03:07:20 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/ 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 03:07:20 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 03:07:20 spire-1.2.1/test/integration/suites/k8s/ 03:07:20 spire-1.2.1/test/integration/suites/k8s/00-setup 03:07:20 spire-1.2.1/test/integration/suites/k8s/01-apply-config 03:07:20 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 03:07:20 spire-1.2.1/test/integration/suites/k8s/README.md 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/ 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/server/ 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 03:07:20 spire-1.2.1/test/integration/suites/k8s/init-kubectl 03:07:20 spire-1.2.1/test/integration/suites/k8s/teardown 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/ 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/README.md 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/leafB/Removing intermediate container 0c9a2f867515 03:07:20 ---> 618bb84e7776 03:07:20 Step 6/22 : COPY go.mod vendor* ./ 03:07:20 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/root/ 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 03:07:20 spire-1.2.1/test/integration/suites/nested-rotation/teardown 03:07:20 spire-1.2.1/test/integration/suites/node-attestation/ 03:07:20 spire-1.2.1/test/integration/suites/node-attestation/00-setup 03:07:20 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 03:07:20 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 03:07:20 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 03:07:21 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 03:07:21 spire-1.2.1/test/integration/suites/node-attestation/README.md 03:07:21 spire-1.2.1/test/integration/suites/node-attestation/conf/ 03:07:21 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 03:07:21 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 03:07:21 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 03:07:21 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 03:07:21 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 03:07:21 spire-1.2.1/test/integration/suites/node-attestation/teardown 03:07:21 spire-1.2.1/test/integration/suites/rotation/ 03:07:21 spire-1.2.1/test/integration/suites/rotation/00-setup 03:07:21 spire-1.2.1/test/integration/suites/rotation/01-start-server 03:07:21 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 03:07:21 spire-1.2.1/test/integration/suites/rotation/03-start-agent 03:07:21 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 03:07:21 spire-1.2.1/test/integration/suites/rotation/05-check-svids 03:07:21 spire-1.2.1/test/integration/suites/rotation/README.md 03:07:21 spire-1.2.1/test/integration/suites/rotation/conf/ 03:07:21 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 03:07:21 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 03:07:21 spire-1.2.1/test/integration/suites/rotation/conf/server/ 03:07:21 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 03:07:21 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 03:07:21 spire-1.2.1/test/integration/suites/rotation/teardown 03:07:21 spire-1.2.1/test/integration/suites/self-test/ 03:07:21 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 03:07:21 spire-1.2.1/test/integration/suites/self-test/README.md 03:07:21 spire-1.2.1/test/integration/suites/self-test/teardown 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/ 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 03:07:21 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 03:07:21 spire-1.2.1/test/integration/suites/upgrade/ 03:07:21 spire-1.2.1/test/integration/suites/upgrade/00-setup 03:07:21 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 03:07:21 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 03:07:21 spire-1.2.1/test/integration/suites/upgrade/README.md 03:07:21 spire-1.2.1/test/integration/suites/upgrade/conf/ 03:07:21 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 03:07:21 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 03:07:21 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 03:07:21 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 03:07:21 spire-1.2.1/test/integration/suites/upgrade/teardown 03:07:21 spire-1.2.1/test/integration/suites/upgrade/versions.txt 03:07:21 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 03:07:21 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 03:07:21 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 03:07:21 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 03:07:21 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 03:07:21 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 03:07:21 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 03:07:21 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 03:07:21 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 03:07:21 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 03:07:21 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 03:07:21 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 03:07:21 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 03:07:21 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 03:07:21 spire-1.2.1/test/integration/test-one.sh 03:07:21 spire-1.2.1/test/integration/test.sh 03:07:21 spire-1.2.1/test/plugintest/ 03:07:21 spire-1.2.1/test/plugintest/config.go 03:07:21 spire-1.2.1/test/plugintest/load.go 03:07:21 spire-1.2.1/test/plugintest/option.go 03:07:21 spire-1.2.1/test/spiretest/ 03:07:21 spire-1.2.1/test/spiretest/apiserver.go 03:07:21 spire-1.2.1/test/spiretest/assertions.go 03:07:21 spire-1.2.1/test/spiretest/dir.go 03:07:21 spire-1.2.1/test/spiretest/errors_posix.go 03:07:21 spire-1.2.1/test/spiretest/errors_windows.go 03:07:21 spire-1.2.1/test/spiretest/logs.go 03:07:21 spire-1.2.1/test/spiretest/socketapi.go 03:07:21 spire-1.2.1/test/spiretest/suite.go 03:07:21 spire-1.2.1/test/spiretest/x509.go 03:07:21 spire-1.2.1/test/testca/ 03:07:21 spire-1.2.1/test/testca/ca.go 03:07:21 spire-1.2.1/test/testkey/ 03:07:21 spire-1.2.1/test/testkey/generate.sh 03:07:21 spire-1.2.1/test/testkey/genkeys.go 03:07:21 spire-1.2.1/test/testkey/keys.go 03:07:21 spire-1.2.1/test/testkey/new.go 03:07:21 spire-1.2.1/test/tpmsimulator/ 03:07:21 spire-1.2.1/test/tpmsimulator/simulator.go 03:07:21 spire-1.2.1/test/util/ 03:07:21 spire-1.2.1/test/util/cert_fixtures.go 03:07:21 spire-1.2.1/test/util/cert_generation.go 03:07:21 spire-1.2.1/test/util/io_redirection.go 03:07:21 spire-1.2.1/test/util/race.go 03:07:21 spire-1.2.1/test/util/util.go 03:07:21 building spire from source... 03:07:21 spire-1.2.1/ 03:07:21 spire-1.2.1/.data/ 03:07:21 spire-1.2.1/.data/.file 03:07:21 spire-1.2.1/.dockerignore 03:07:21 spire-1.2.1/.gitattributes 03:07:21 spire-1.2.1/.githooks/ 03:07:21 spire-1.2.1/.githooks/pre-commit 03:07:21 spire-1.2.1/.github/ 03:07:21 spire-1.2.1/.github/ISSUE_TEMPLATE.md 03:07:21 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 03:07:21 spire-1.2.1/.github/dependabot.yml 03:07:21 spire-1.2.1/.github/workflows/ 03:07:21 spire-1.2.1/.github/workflows/nightly_build.yaml 03:07:21 spire-1.2.1/.github/workflows/pr_build.yaml 03:07:21 spire-1.2.1/.github/workflows/release_build.yaml 03:07:21 spire-1.2.1/.github/workflows/scripts/ 03:07:21 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 03:07:21 spire-1.2.1/.github/workflows/scripts/push-images.sh 03:07:21 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 03:07:21 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 03:07:21 spire-1.2.1/.github/workflows/scripts/split.sh 03:07:21 spire-1.2.1/.gitignore 03:07:21 spire-1.2.1/.go-version 03:07:21 spire-1.2.1/.golangci.yml 03:07:21 spire-1.2.1/ADOPTERS.md 03:07:21 spire-1.2.1/CHANGELOG.md 03:07:21 spire-1.2.1/CODE-OF-CONDUCT.md 03:07:21 spire-1.2.1/CODEOWNERS 03:07:21 spire-1.2.1/CONTRIBUTING.md 03:07:21 spire-1.2.1/Dockerfile 03:07:21 spire-1.2.1/Dockerfile.dev 03:07:21 spire-1.2.1/Dockerfile.scratch 03:07:21 spire-1.2.1/LICENSE 03:07:21 spire-1.2.1/MAINTAINERS.md 03:07:21 spire-1.2.1/Makefile 03:07:21 spire-1.2.1/README.md 03:07:21 spire-1.2.1/ROADMAP.md 03:07:21 spire-1.2.1/SECURITY.md 03:07:21 spire-1.2.1/cmd/ 03:07:21 spire-1.2.1/cmd/spire-agent/ 03:07:21 spire-1.2.1/cmd/spire-agent/cli/ 03:07:21 spire-1.2.1/cmd/spire-agent/cli/api/ 03:07:21 spire-1.2.1/cmd/spire-agent/cli/api/common.go 03:07:21 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 03:07:21 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 03:07:21 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 03:07:21 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 03:07:21 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 03:07:21 spire-1.2.1/cmd/spire-agent/cli/cli.go 03:07:21 spire-1.2.1/cmd/spire-agent/cli/common/ 03:07:21 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 03:07:21 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 03:07:21 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 03:07:21 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 03:07:21 spire-1.2.1/cmd/spire-agent/cli/run/ 03:07:21 spire-1.2.1/cmd/spire-agent/cli/run/run.go 03:07:21 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 03:07:21 spire-1.2.1/cmd/spire-agent/cli/validate/ 03:07:21 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 03:07:21 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 03:07:21 spire-1.2.1/cmd/spire-agent/main.go 03:07:21 spire-1.2.1/cmd/spire-server/ 03:07:21 spire-1.2.1/cmd/spire-server/cli/ 03:07:21 spire-1.2.1/cmd/spire-server/cli/agent/ 03:07:21 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/agent/count.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/agent/list.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/agent/show.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/bundle/ 03:07:21 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/cli.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/entry/ 03:07:21 spire-1.2.1/cmd/spire-server/cli/entry/count.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/entry/create.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/entry/show.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/entry/update.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/entry/util.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/federation/ 03:07:21 spire-1.2.1/cmd/spire-server/cli/federation/common.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/federation/create.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/federation/list.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/federation/show.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/federation/update.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 03:07:21 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/jwt/ 03:07:21 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/run/ 03:07:21 spire-1.2.1/cmd/spire-server/cli/run/run.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/token/ 03:07:21 spire-1.2.1/cmd/spire-server/cli/token/generate.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/validate/ 03:07:21 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/x509/ 03:07:21 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 03:07:21 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 03:07:21 spire-1.2.1/cmd/spire-server/main.go 03:07:21 spire-1.2.1/cmd/spire-server/util/ 03:07:21 spire-1.2.1/cmd/spire-server/util/util.go 03:07:21 spire-1.2.1/conf/ 03:07:21 spire-1.2.1/conf/agent/ 03:07:21 spire-1.2.1/conf/agent/agent.conf 03:07:21 spire-1.2.1/conf/agent/agent_full.conf 03:07:21 spire-1.2.1/conf/agent/dummy_root_ca.crt 03:07:21 spire-1.2.1/conf/server/ 03:07:21 spire-1.2.1/conf/server/dummy_upstream_ca.crt 03:07:21 spire-1.2.1/conf/server/dummy_upstream_ca.key 03:07:21 spire-1.2.1/conf/server/server.conf 03:07:21 spire-1.2.1/conf/server/server_full.conf 03:07:21 spire-1.2.1/doc/ 03:07:21 spire-1.2.1/doc/SPIRE101.md 03:07:21 spire-1.2.1/doc/auditlog.md 03:07:21 spire-1.2.1/doc/authorization_policy_engine.md 03:07:21 spire-1.2.1/doc/changelog_guidelines.md 03:07:21 spire-1.2.1/doc/cure53-report.pdf 03:07:21 spire-1.2.1/doc/images/ 03:07:21 spire-1.2.1/doc/images/2019_roadmap.png 03:07:21 spire-1.2.1/doc/images/SPIRE101.png 03:07:21 spire-1.2.1/doc/images/SPIRE_agent.png 03:07:21 spire-1.2.1/doc/images/SPIRE_server.png 03:07:21 spire-1.2.1/doc/images/cache_mgr.png 03:07:21 spire-1.2.1/doc/images/cache_mgr_components.png 03:07:21 spire-1.2.1/doc/images/federated_spire.png 03:07:21 spire-1.2.1/doc/images/ha_mode.png 03:07:21 spire-1.2.1/doc/images/nested_spire.png 03:07:21 spire-1.2.1/doc/images/oidc_federation.png 03:07:21 spire-1.2.1/doc/images/single_trust_domain.png 03:07:21 spire-1.2.1/doc/images/spiffe_compatible.png 03:07:21 spire-1.2.1/doc/images/spire_logo.png 03:07:21 spire-1.2.1/doc/migrating_registration_api_clients.md 03:07:21 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 03:07:21 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 03:07:21 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 03:07:21 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 03:07:21 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 03:07:21 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 03:07:21 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 03:07:21 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 03:07:21 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 03:07:21 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 03:07:21 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 03:07:21 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 03:07:21 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 03:07:21 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 03:07:21 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 03:07:21 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 03:07:21 spire-1.2.1/doc/plugin_server_datastore_sql.md 03:07:21 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 03:07:21 spire-1.2.1/doc/plugin_server_keymanager_disk.md 03:07:21 spire-1.2.1/doc/plugin_server_keymanager_memory.md 03:07:21 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 03:07:21 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 03:07:21 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 03:07:21 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 03:07:21 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 03:07:21 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 03:07:21 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 03:07:21 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 03:07:21 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 03:07:21 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 03:07:21 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 03:07:21 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 03:07:21 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 03:07:21 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 03:07:21 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 03:07:21 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 03:07:21 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 03:07:21 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 03:07:21 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 03:07:21 spire-1.2.1/doc/scaling_spire.md 03:07:21 spire-1.2.1/doc/spire_agent.md 03:07:21 spire-1.2.1/doc/spire_server.md 03:07:21 spire-1.2.1/doc/supported_integrations.md 03:07:21 spire-1.2.1/doc/telemetry.md 03:07:21 spire-1.2.1/doc/telemetry_config.md 03:07:21 spire-1.2.1/doc/upgrading.md 03:07:21 spire-1.2.1/doc/using_spire.md 03:07:21 spire-1.2.1/examples/ 03:07:21 spire-1.2.1/examples/README.md 03:07:21 spire-1.2.1/go.mod 03:07:21 spire-1.2.1/go.sum 03:07:21 spire-1.2.1/pkg/ 03:07:21 spire-1.2.1/pkg/agent/ 03:07:21 spire-1.2.1/pkg/agent/agent.go 03:07:21 spire-1.2.1/pkg/agent/api/ 03:07:21 spire-1.2.1/pkg/agent/api/config.go 03:07:21 spire-1.2.1/pkg/agent/api/debug/ 03:07:21 spire-1.2.1/pkg/agent/api/debug/v1/ 03:07:21 spire-1.2.1/pkg/agent/api/debug/v1/service.go 03:07:21 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 03:07:21 spire-1.2.1/pkg/agent/api/delegatedidentity/ 03:07:21 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 03:07:21 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 03:07:21 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 03:07:21 spire-1.2.1/pkg/agent/api/endpoints.go 03:07:21 spire-1.2.1/pkg/agent/api/health/ 03:07:21 spire-1.2.1/pkg/agent/api/health/v1/ 03:07:21 spire-1.2.1/pkg/agent/api/health/v1/service.go 03:07:21 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 03:07:21 spire-1.2.1/pkg/agent/api/rpccontext/ 03:07:21 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 03:07:21 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 03:07:21 spire-1.2.1/pkg/agent/attestor/ 03:07:21 spire-1.2.1/pkg/agent/attestor/node/ 03:07:21 spire-1.2.1/pkg/agent/attestor/node/experimental.go 03:07:21 spire-1.2.1/pkg/agent/attestor/node/node.go 03:07:21 spire-1.2.1/pkg/agent/attestor/node/node_test.go 03:07:21 spire-1.2.1/pkg/agent/attestor/workload/ 03:07:21 spire-1.2.1/pkg/agent/attestor/workload/workload.go 03:07:21 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 03:07:21 spire-1.2.1/pkg/agent/catalog/ 03:07:21 spire-1.2.1/pkg/agent/catalog/catalog.go 03:07:21 spire-1.2.1/pkg/agent/catalog/keymanager.go 03:07:21 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 03:07:21 spire-1.2.1/pkg/agent/catalog/svidstore.go 03:07:21 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 03:07:21 spire-1.2.1/pkg/agent/client/ 03:07:21 spire-1.2.1/pkg/agent/client/client.go 03:07:21 spire-1.2.1/pkg/agent/client/client_test.go 03:07:21 spire-1.2.1/pkg/agent/client/dial.go 03:07:21 spire-1.2.1/pkg/agent/client/nodeconn.go 03:07:21 spire-1.2.1/pkg/agent/client/nodeconn_test.go 03:07:21 spire-1.2.1/pkg/agent/client/update.go 03:07:21 spire-1.2.1/pkg/agent/client/util.go 03:07:21 spire-1.2.1/pkg/agent/common/ 03:07:21 spire-1.2.1/pkg/agent/common/backoff/ 03:07:21 spire-1.2.1/pkg/agent/common/backoff/backoff.go 03:07:21 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 03:07:21 spire-1.2.1/pkg/agent/common/cgroups/ 03:07:21 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 03:07:21 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 03:07:21 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 03:07:21 spire-1.2.1/pkg/agent/config.go 03:07:21 spire-1.2.1/pkg/agent/endpoints/ 03:07:21 spire-1.2.1/pkg/agent/endpoints/config.go 03:07:21 spire-1.2.1/pkg/agent/endpoints/endpoints.go 03:07:21 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 03:07:21 spire-1.2.1/pkg/agent/endpoints/metrics.go 03:07:21 spire-1.2.1/pkg/agent/endpoints/middleware.go 03:07:21 spire-1.2.1/pkg/agent/endpoints/peertracker.go 03:07:21 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 03:07:21 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 03:07:21 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 03:07:21 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 03:07:21 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 03:07:21 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 03:07:21 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 03:07:21 spire-1.2.1/pkg/agent/endpoints/workload/ 03:07:21 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 03:07:21 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 03:07:21 spire-1.2.1/pkg/agent/manager/ 03:07:21 spire-1.2.1/pkg/agent/manager/cache/ 03:07:21 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 03:07:21 spire-1.2.1/pkg/agent/manager/cache/cache.go 03:07:21 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 03:07:21 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 03:07:21 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 03:07:21 spire-1.2.1/pkg/agent/manager/cache/sets.go 03:07:21 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 03:07:21 spire-1.2.1/pkg/agent/manager/config.go 03:07:21 spire-1.2.1/pkg/agent/manager/manager.go 03:07:21 spire-1.2.1/pkg/agent/manager/manager_test.go 03:07:21 spire-1.2.1/pkg/agent/manager/storage.go 03:07:21 spire-1.2.1/pkg/agent/manager/storage_test.go 03:07:21 spire-1.2.1/pkg/agent/manager/storecache/ 03:07:21 spire-1.2.1/pkg/agent/manager/storecache/cache.go 03:07:21 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 03:07:21 spire-1.2.1/pkg/agent/manager/sync.go 03:07:21 spire-1.2.1/pkg/agent/plugin/ 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/ 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 03:07:21 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 03:07:21 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/ 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 03:07:21 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.goInstalling go1.17.7... 03:07:21 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 03:07:21 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 03:07:21 spire-1.2.1/pkg/agent/svid/ 03:07:21 spire-1.2.1/pkg/agent/svid/rotator.go 03:07:21 spire-1.2.1/pkg/agent/svid/rotator_config.go 03:07:21 spire-1.2.1/pkg/agent/svid/rotator_test.go 03:07:21 spire-1.2.1/pkg/agent/svid/store/ 03:07:21 spire-1.2.1/pkg/agent/svid/store/service.go 03:07:21 spire-1.2.1/pkg/agent/svid/store/service_test.go 03:07:21 spire-1.2.1/pkg/common/ 03:07:21 spire-1.2.1/pkg/common/agentpathtemplate/ 03:07:21 spire-1.2.1/pkg/common/agentpathtemplate/template.go 03:07:21 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 03:07:21 spire-1.2.1/pkg/common/api/ 03:07:21 spire-1.2.1/pkg/common/api/metrics.go 03:07:21 spire-1.2.1/pkg/common/api/middleware/ 03:07:21 spire-1.2.1/pkg/common/api/middleware/common_test.go 03:07:21 spire-1.2.1/pkg/common/api/middleware/interceptor.go 03:07:21 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 03:07:21 spire-1.2.1/pkg/common/api/middleware/logger.go 03:07:21 spire-1.2.1/pkg/common/api/middleware/logger_test.go 03:07:21 spire-1.2.1/pkg/common/api/middleware/metrics.go 03:07:21 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 03:07:21 spire-1.2.1/pkg/common/api/middleware/middleware.go 03:07:21 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 03:07:21 spire-1.2.1/pkg/common/api/middleware/misconfig.go 03:07:21 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 03:07:21 spire-1.2.1/pkg/common/api/middleware/names.go 03:07:21 spire-1.2.1/pkg/common/api/middleware/names_test.go 03:07:21 spire-1.2.1/pkg/common/api/names.go 03:07:21 spire-1.2.1/pkg/common/api/ratelimit.go 03:07:21 spire-1.2.1/pkg/common/api/rpccontext/ 03:07:21 spire-1.2.1/pkg/common/api/rpccontext/logger.go 03:07:21 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 03:07:21 spire-1.2.1/pkg/common/api/rpccontext/names.go 03:07:21 spire-1.2.1/pkg/common/auth/ 03:07:21 spire-1.2.1/pkg/common/auth/interceptors.go 03:07:21 spire-1.2.1/pkg/common/auth/interceptors_test.go 03:07:21 spire-1.2.1/pkg/common/auth/untracked_uds.go 03:07:21 spire-1.2.1/pkg/common/bundleutil/ 03:07:21 spire-1.2.1/pkg/common/bundleutil/bundle.go 03:07:21 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 03:07:21 spire-1.2.1/pkg/common/bundleutil/common_test.go 03:07:21 spire-1.2.1/pkg/common/bundleutil/marshal.go 03:07:21 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 03:07:21 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 03:07:21 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 03:07:21 spire-1.2.1/pkg/common/bundleutil/types.go 03:07:21 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 03:07:21 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 03:07:21 spire-1.2.1/pkg/common/catalog/ 03:07:21 spire-1.2.1/pkg/common/catalog/bind.go 03:07:21 spire-1.2.1/pkg/common/catalog/builtin.go 03:07:21 spire-1.2.1/pkg/common/catalog/catalog.go 03:07:21 spire-1.2.1/pkg/common/catalog/catalog_test.go 03:07:21 spire-1.2.1/pkg/common/catalog/closers.go 03:07:21 spire-1.2.1/pkg/common/catalog/cmd_linux.go 03:07:21 spire-1.2.1/pkg/common/catalog/cmd_other.go 03:07:21 spire-1.2.1/pkg/common/catalog/config.go 03:07:21 spire-1.2.1/pkg/common/catalog/config_test.go 03:07:21 spire-1.2.1/pkg/common/catalog/configure.go 03:07:21 spire-1.2.1/pkg/common/catalog/constraints.go 03:07:21 spire-1.2.1/pkg/common/catalog/constraints_test.go 03:07:21 spire-1.2.1/pkg/common/catalog/context.go 03:07:21 spire-1.2.1/pkg/common/catalog/external.go 03:07:21 spire-1.2.1/pkg/common/catalog/host.go 03:07:21 spire-1.2.1/pkg/common/catalog/pipenet.go 03:07:21 spire-1.2.1/pkg/common/catalog/plugin.go 03:07:21 spire-1.2.1/pkg/common/catalog/testplugin/ 03:07:21 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 03:07:21 spire-1.2.1/pkg/common/catalog/testplugin/main.go 03:07:21 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 03:07:21 spire-1.2.1/pkg/common/cli/ 03:07:21 spire-1.2.1/pkg/common/cli/env.go 03:07:21 spire-1.2.1/pkg/common/cli/flags.go 03:07:21 spire-1.2.1/pkg/common/cli/trust_domain.go 03:07:21 spire-1.2.1/pkg/common/cli/trust_domain_test.go 03:07:21 spire-1.2.1/pkg/common/cli/umask.go 03:07:21 spire-1.2.1/pkg/common/cli/umask_posix.go 03:07:21 spire-1.2.1/pkg/common/cli/umask_test.go 03:07:21 spire-1.2.1/pkg/common/cli/umask_windows.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/ 03:07:21 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/flag.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/flag_test.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/format.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/format_test.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/ 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 03:07:21 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 03:07:21 spire-1.2.1/pkg/common/coretypes/ 03:07:21 spire-1.2.1/pkg/common/coretypes/bundle/ 03:07:21 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 03:07:21 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 03:07:21 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 03:07:21 spire-1.2.1/pkg/common/coretypes/bundle/require.go 03:07:21 spire-1.2.1/pkg/common/coretypes/jwtkey/ 03:07:21 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 03:07:21 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 03:07:21 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 03:07:21 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 03:07:21 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 03:07:21 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 03:07:21 spire-1.2.1/pkg/common/coretypes/x509certificate/ 03:07:21 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 03:07:21 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 03:07:21 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 03:07:21 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 03:07:21 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 03:07:21 spire-1.2.1/pkg/common/cryptoutil/ 03:07:21 spire-1.2.1/pkg/common/cryptoutil/keys.go 03:07:21 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 03:07:21 spire-1.2.1/pkg/common/diskutil/ 03:07:21 spire-1.2.1/pkg/common/diskutil/file_posix.go 03:07:21 spire-1.2.1/pkg/common/diskutil/file_test.go 03:07:21 spire-1.2.1/pkg/common/diskutil/file_windows.go 03:07:21 spire-1.2.1/pkg/common/errorutil/ 03:07:21 spire-1.2.1/pkg/common/errorutil/wrapper.go 03:07:21 spire-1.2.1/pkg/common/health/ 03:07:21 spire-1.2.1/pkg/common/health/config.go 03:07:21 spire-1.2.1/pkg/common/health/context.go 03:07:21 spire-1.2.1/pkg/common/health/context_test.go 03:07:21 spire-1.2.1/pkg/common/health/health.go 03:07:21 spire-1.2.1/pkg/common/health/health_test.go 03:07:21 spire-1.2.1/pkg/common/health/logger.go 03:07:21 spire-1.2.1/pkg/common/hostservice/ 03:07:21 spire-1.2.1/pkg/common/hostservice/metricsservice/ 03:07:21 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 03:07:21 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 03:07:21 spire-1.2.1/pkg/common/idutil/ 03:07:21 spire-1.2.1/pkg/common/idutil/require.go 03:07:21 spire-1.2.1/pkg/common/idutil/require_test.go 03:07:21 spire-1.2.1/pkg/common/idutil/safety.go 03:07:21 spire-1.2.1/pkg/common/idutil/safety_test.go 03:07:21 spire-1.2.1/pkg/common/idutil/spiffeid.go 03:07:21 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 03:07:21 spire-1.2.1/pkg/common/jwtsvid/ 03:07:21 spire-1.2.1/pkg/common/jwtsvid/common.go 03:07:21 spire-1.2.1/pkg/common/jwtsvid/sign.go 03:07:21 spire-1.2.1/pkg/common/jwtsvid/token_test.go 03:07:21 spire-1.2.1/pkg/common/jwtsvid/validate.go 03:07:21 spire-1.2.1/pkg/common/jwtutil/ 03:07:21 spire-1.2.1/pkg/common/jwtutil/keyset.go 03:07:21 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 03:07:21 spire-1.2.1/pkg/common/log/ 03:07:21 spire-1.2.1/pkg/common/log/hclog_adapter.go 03:07:21 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 03:07:21 spire-1.2.1/pkg/common/log/log.go 03:07:21 spire-1.2.1/pkg/common/log/log_test.go 03:07:21 spire-1.2.1/pkg/common/log/options.go 03:07:21 spire-1.2.1/pkg/common/nodeutil/ 03:07:21 spire-1.2.1/pkg/common/nodeutil/node.go 03:07:21 spire-1.2.1/pkg/common/nodeutil/node_test.go 03:07:21 spire-1.2.1/pkg/common/peertracker/ 03:07:21 spire-1.2.1/pkg/common/peertracker/conn.go 03:07:21 spire-1.2.1/pkg/common/peertracker/credentials.go 03:07:21 spire-1.2.1/pkg/common/peertracker/errors.go 03:07:21 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 03:07:21 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 03:07:21 spire-1.2.1/pkg/common/peertracker/info.go 03:07:21 spire-1.2.1/pkg/common/peertracker/listener.go 03:07:21 spire-1.2.1/pkg/common/peertracker/listener_test.go 03:07:21 spire-1.2.1/pkg/common/peertracker/peertracker.go 03:07:21 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 03:07:21 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 03:07:21 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 03:07:21 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 03:07:21 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 03:07:21 spire-1.2.1/pkg/common/peertracker/tcp.go 03:07:21 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 03:07:21 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 03:07:21 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 03:07:21 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 03:07:21 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 03:07:21 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 03:07:21 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 03:07:21 spire-1.2.1/pkg/common/peertracker/uds.go 03:07:21 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 03:07:21 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 03:07:21 spire-1.2.1/pkg/common/peertracker/uds_linux.go 03:07:21 spire-1.2.1/pkg/common/pemutil/ 03:07:21 spire-1.2.1/pkg/common/pemutil/block.go 03:07:21 spire-1.2.1/pkg/common/pemutil/certs.go 03:07:21 spire-1.2.1/pkg/common/pemutil/common.go 03:07:21 spire-1.2.1/pkg/common/pemutil/csr.go 03:07:21 spire-1.2.1/pkg/common/pemutil/keys.go 03:07:21 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 03:07:21 spire-1.2.1/pkg/common/pemutil/testdata/ 03:07:21 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 03:07:21 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 03:07:21 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 03:07:21 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 03:07:21 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 03:07:21 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 03:07:21 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 03:07:21 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 03:07:21 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 03:07:21 spire-1.2.1/pkg/common/plugin/ 03:07:21 spire-1.2.1/pkg/common/plugin/aws/ 03:07:21 spire-1.2.1/pkg/common/plugin/aws/iid.go 03:07:21 spire-1.2.1/pkg/common/plugin/azure/ 03:07:21 spire-1.2.1/pkg/common/plugin/azure/msi.go 03:07:21 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 03:07:21 spire-1.2.1/pkg/common/plugin/facade.go 03:07:21 spire-1.2.1/pkg/common/plugin/facade_test.go 03:07:21 spire-1.2.1/pkg/common/plugin/gcp/ 03:07:21 spire-1.2.1/pkg/common/plugin/gcp/iit.go 03:07:21 spire-1.2.1/pkg/common/plugin/k8s/ 03:07:21 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 03:07:21 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 03:07:21 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 03:07:21 spire-1.2.1/pkg/common/plugin/k8s/utils.go 03:07:21 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 03:07:21 spire-1.2.1/pkg/common/plugin/log.go 03:07:21 spire-1.2.1/pkg/common/plugin/sshpop/ 03:07:21 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 03:07:21 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 03:07:21 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 03:07:21 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 03:07:21 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 03:07:21 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 03:07:21 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 03:07:21 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 03:07:21 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 03:07:21 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 03:07:21 spire-1.2.1/pkg/common/plugin/tpmdevid/ 03:07:21 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 03:07:21 spire-1.2.1/pkg/common/plugin/x509pop/ 03:07:21 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 03:07:21 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 03:07:21 spire-1.2.1/pkg/common/profiling/ 03:07:21 spire-1.2.1/pkg/common/profiling/dumpers.go 03:07:21 spire-1.2.1/pkg/common/profiling/profiling.go 03:07:21 spire-1.2.1/pkg/common/protoutil/ 03:07:21 spire-1.2.1/pkg/common/protoutil/masks.go 03:07:21 spire-1.2.1/pkg/common/protoutil/masks_test.go 03:07:21 spire-1.2.1/pkg/common/rotationutil/ 03:07:21 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 03:07:21 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 03:07:21 spire-1.2.1/pkg/common/selector/ 03:07:21 spire-1.2.1/pkg/common/selector/selector.go 03:07:21 spire-1.2.1/pkg/common/selector/selector_test.go 03:07:21 spire-1.2.1/pkg/common/selector/set.go 03:07:21 spire-1.2.1/pkg/common/selector/set_utils.go 03:07:21 spire-1.2.1/pkg/common/selector/set_utils_test.go 03:07:21 spire-1.2.1/pkg/common/telemetry/ 03:07:21 spire-1.2.1/pkg/common/telemetry/agent/ 03:07:21 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 03:07:21 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 03:07:21 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 03:07:21 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 03:07:21 spire-1.2.1/pkg/common/telemetry/agent/manager.go 03:07:21 spire-1.2.1/pkg/common/telemetry/agent/node.go 03:07:21 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 03:07:21 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 03:07:21 spire-1.2.1/pkg/common/telemetry/agent/store/ 03:07:21 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 03:07:21 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 03:07:21 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 03:07:21 spire-1.2.1/pkg/common/telemetry/blackhole.go 03:07:21 spire-1.2.1/pkg/common/telemetry/call.go 03:07:21 spire-1.2.1/pkg/common/telemetry/common/ 03:07:21 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 03:07:21 spire-1.2.1/pkg/common/telemetry/config.go 03:07:21 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 03:07:21 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 03:07:21 spire-1.2.1/pkg/common/telemetry/inmem.go 03:07:21 spire-1.2.1/pkg/common/telemetry/inmem_test.go 03:07:21 spire-1.2.1/pkg/common/telemetry/m3.go 03:07:21 spire-1.2.1/pkg/common/telemetry/m3_test.go 03:07:21 spire-1.2.1/pkg/common/telemetry/metrics.go 03:07:21 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 03:07:21 spire-1.2.1/pkg/common/telemetry/names.go 03:07:21 spire-1.2.1/pkg/common/telemetry/prometheus.go 03:07:21 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 03:07:21 spire-1.2.1/pkg/common/telemetry/sanitize.go 03:07:21 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 03:07:21 spire-1.2.1/pkg/common/telemetry/server/ 03:07:21 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 03:07:21 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 03:07:21 spire-1.2.1/pkg/common/telemetry/server/datastore/ 03:07:21 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 03:07:21 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 03:07:21 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 03:07:21 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 03:07:21 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 03:07:21 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 03:07:21 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 03:07:21 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 03:07:21 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 03:07:21 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 03:07:21 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 03:07:21 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 03:07:21 spire-1.2.1/pkg/common/telemetry/server/rotate.go 03:07:21 spire-1.2.1/pkg/common/telemetry/server/server.go 03:07:21 spire-1.2.1/pkg/common/telemetry/sink.go 03:07:21 spire-1.2.1/pkg/common/telemetry/statsd.go 03:07:21 spire-1.2.1/pkg/common/telemetry/statsd_test.go 03:07:21 spire-1.2.1/pkg/common/telemetry/uptime.go 03:07:21 spire-1.2.1/pkg/common/telemetry/version.go 03:07:21 spire-1.2.1/pkg/common/telemetry/withlabels.go 03:07:21 spire-1.2.1/pkg/common/uptime/ 03:07:21 spire-1.2.1/pkg/common/uptime/uptime.go 03:07:21 spire-1.2.1/pkg/common/uptime/uptime_test.go 03:07:21 spire-1.2.1/pkg/common/util/ 03:07:21 spire-1.2.1/pkg/common/util/certs.go 03:07:21 spire-1.2.1/pkg/common/util/certs_test.go 03:07:21 spire-1.2.1/pkg/common/util/csr.go 03:07:21 spire-1.2.1/pkg/common/util/hash.go 03:07:21 spire-1.2.1/pkg/common/util/selectors.go 03:07:21 spire-1.2.1/pkg/common/util/selectors_test.go 03:07:21 spire-1.2.1/pkg/common/util/signals.go 03:07:21 spire-1.2.1/pkg/common/util/sort.go 03:07:21 spire-1.2.1/pkg/common/util/sort_test.go 03:07:21 spire-1.2.1/pkg/common/util/task.go 03:07:21 spire-1.2.1/pkg/common/util/task_test.go 03:07:21 spire-1.2.1/pkg/common/util/testdata/ 03:07:21 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 03:07:21 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 03:07:21 spire-1.2.1/pkg/common/version/ 03:07:21 spire-1.2.1/pkg/common/version/version.go 03:07:21 spire-1.2.1/pkg/common/x509svid/ 03:07:21 spire-1.2.1/pkg/common/x509svid/common_test.go 03:07:21 spire-1.2.1/pkg/common/x509svid/csr.go 03:07:21 spire-1.2.1/pkg/common/x509svid/upstreamca.go 03:07:21 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 03:07:21 spire-1.2.1/pkg/common/x509util/ 03:07:21 spire-1.2.1/pkg/common/x509util/cert.go 03:07:21 spire-1.2.1/pkg/common/x509util/dns.go 03:07:21 spire-1.2.1/pkg/common/x509util/dns_test.go 03:07:21 spire-1.2.1/pkg/common/x509util/keyid.go 03:07:21 spire-1.2.1/pkg/common/x509util/keypair.go 03:07:21 spire-1.2.1/pkg/common/x509util/serialnumber.go 03:07:21 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 03:07:21 spire-1.2.1/pkg/server/ 03:07:21 spire-1.2.1/pkg/server/api/ 03:07:21 spire-1.2.1/pkg/server/api/agent.go 03:07:21 spire-1.2.1/pkg/server/api/agent/ 03:07:21 spire-1.2.1/pkg/server/api/agent/v1/ 03:07:21 spire-1.2.1/pkg/server/api/agent/v1/service.go 03:07:21 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 03:07:21 spire-1.2.1/pkg/server/api/agent_test.go 03:07:21 spire-1.2.1/pkg/server/api/api.go 03:07:21 spire-1.2.1/pkg/server/api/audit/ 03:07:21 spire-1.2.1/pkg/server/api/audit/audit.go 03:07:21 spire-1.2.1/pkg/server/api/audit/audit_test.go 03:07:21 spire-1.2.1/pkg/server/api/bundle.go 03:07:21 spire-1.2.1/pkg/server/api/bundle/ 03:07:21 spire-1.2.1/pkg/server/api/bundle/v1/ 03:07:21 spire-1.2.1/pkg/server/api/bundle/v1/service.go 03:07:21 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 03:07:21 spire-1.2.1/pkg/server/api/bundle_test.go 03:07:21 spire-1.2.1/pkg/server/api/debug/ 03:07:21 spire-1.2.1/pkg/server/api/debug/v1/ 03:07:21 spire-1.2.1/pkg/server/api/debug/v1/service.go 03:07:21 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 03:07:21 spire-1.2.1/pkg/server/api/entry.go 03:07:21 spire-1.2.1/pkg/server/api/entry/ 03:07:21 spire-1.2.1/pkg/server/api/entry/v1/ 03:07:21 spire-1.2.1/pkg/server/api/entry/v1/service.go 03:07:21 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 03:07:21 spire-1.2.1/pkg/server/api/entry_test.go 03:07:21 spire-1.2.1/pkg/server/api/health/ 03:07:21 spire-1.2.1/pkg/server/api/health/v1/ 03:07:21 spire-1.2.1/pkg/server/api/health/v1/service.go 03:07:21 spire-1.2.1/pkg/server/api/health/v1/service_test.go 03:07:21 spire-1.2.1/pkg/server/api/id.go 03:07:21 spire-1.2.1/pkg/server/api/id_test.go 03:07:21 spire-1.2.1/pkg/server/api/limits/ 03:07:21 spire-1.2.1/pkg/server/api/limits/limits.go 03:07:21 spire-1.2.1/pkg/server/api/middleware/ 03:07:21 spire-1.2.1/pkg/server/api/middleware/alias.go 03:07:21 spire-1.2.1/pkg/server/api/middleware/audit.go 03:07:21 spire-1.2.1/pkg/server/api/middleware/authorization.go 03:07:21 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 03:07:21 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 03:07:21 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 03:07:21 spire-1.2.1/pkg/server/api/middleware/caller.go 03:07:22 spire-1.2.1/pkg/server/api/middleware/caller_test.go ---> be784df75523 03:07:22 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:07:22 03:07:22 spire-1.2.1/pkg/server/api/middleware/common.go 03:07:22 spire-1.2.1/pkg/server/api/middleware/common_test.go 03:07:22 spire-1.2.1/pkg/server/api/middleware/entries.go 03:07:22 spire-1.2.1/pkg/server/api/middleware/entries_test.go 03:07:22 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 03:07:22 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 03:07:22 spire-1.2.1/pkg/server/api/ratelimit.go 03:07:22 spire-1.2.1/pkg/server/api/rpccontext/ 03:07:22 spire-1.2.1/pkg/server/api/rpccontext/alias.go 03:07:22 spire-1.2.1/pkg/server/api/rpccontext/audit.go 03:07:22 spire-1.2.1/pkg/server/api/rpccontext/caller.go 03:07:22 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 03:07:22 spire-1.2.1/pkg/server/api/selector.go 03:07:22 spire-1.2.1/pkg/server/api/selector_test.go 03:07:22 spire-1.2.1/pkg/server/api/status.go 03:07:22 spire-1.2.1/pkg/server/api/status_test.go 03:07:22 spire-1.2.1/pkg/server/api/svid/ 03:07:22 spire-1.2.1/pkg/server/api/svid/v1/ 03:07:22 spire-1.2.1/pkg/server/api/svid/v1/service.go 03:07:22 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 03:07:22 spire-1.2.1/pkg/server/api/trustdomain.go 03:07:22 spire-1.2.1/pkg/server/api/trustdomain/ 03:07:22 spire-1.2.1/pkg/server/api/trustdomain/v1/ ---> Running in bcb94abffe53 03:07:22 03:07:22 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 03:07:22 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 03:07:22 spire-1.2.1/pkg/server/api/trustdomain_test.go 03:07:22 spire-1.2.1/pkg/server/authpolicy/ 03:07:22 spire-1.2.1/pkg/server/authpolicy/defaults.go 03:07:22 spire-1.2.1/pkg/server/authpolicy/policy.go 03:07:22 spire-1.2.1/pkg/server/authpolicy/policy.rego 03:07:22 spire-1.2.1/pkg/server/authpolicy/policy_data.json 03:07:22 spire-1.2.1/pkg/server/authpolicy/policy_test.go 03:07:22 spire-1.2.1/pkg/server/authpolicy/validate.go 03:07:22 spire-1.2.1/pkg/server/bundle/ 03:07:22 spire-1.2.1/pkg/server/bundle/client/ 03:07:22 spire-1.2.1/pkg/server/bundle/client/client.go 03:07:22 spire-1.2.1/pkg/server/bundle/client/client_test.go 03:07:22 spire-1.2.1/pkg/server/bundle/client/manager.go 03:07:22 spire-1.2.1/pkg/server/bundle/client/manager_test.go 03:07:22 spire-1.2.1/pkg/server/bundle/client/sources.go 03:07:22 spire-1.2.1/pkg/server/bundle/client/sources_test.go 03:07:22 spire-1.2.1/pkg/server/bundle/client/updater.go 03:07:22 spire-1.2.1/pkg/server/bundle/client/updater_test.go 03:07:22 spire-1.2.1/pkg/server/ca/ 03:07:22 spire-1.2.1/pkg/server/ca/ca.go 03:07:22 spire-1.2.1/pkg/server/ca/ca_health.go 03:07:22 spire-1.2.1/pkg/server/ca/ca_test.go 03:07:22 spire-1.2.1/pkg/server/ca/journal.go 03:07:22 spire-1.2.1/pkg/server/ca/journal_test.go 03:07:22 spire-1.2.1/pkg/server/ca/manager.go 03:07:22 spire-1.2.1/pkg/server/ca/manager_health.go 03:07:22 spire-1.2.1/pkg/server/ca/manager_test.go 03:07:22 spire-1.2.1/pkg/server/ca/templates.go 03:07:22 spire-1.2.1/pkg/server/ca/upstream_client.go 03:07:22 spire-1.2.1/pkg/server/ca/upstream_client_test.go 03:07:22 spire-1.2.1/pkg/server/ca/validation.go 03:07:22 spire-1.2.1/pkg/server/cache/ 03:07:22 spire-1.2.1/pkg/server/cache/dscache/ 03:07:22 spire-1.2.1/pkg/server/cache/dscache/cache.go 03:07:22 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 03:07:22 spire-1.2.1/pkg/server/cache/entrycache/ 03:07:22 spire-1.2.1/pkg/server/cache/entrycache/cache.go 03:07:22 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 03:07:22 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 03:07:22 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 03:07:22 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 03:07:22 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 03:07:22 spire-1.2.1/pkg/server/catalog/ 03:07:22 spire-1.2.1/pkg/server/catalog/catalog.go 03:07:22 spire-1.2.1/pkg/server/catalog/keymanager.go 03:07:22 spire-1.2.1/pkg/server/catalog/nodeattestor.go 03:07:22 spire-1.2.1/pkg/server/catalog/noderesolver.go 03:07:22 spire-1.2.1/pkg/server/catalog/notifier.go 03:07:22 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 03:07:22 spire-1.2.1/pkg/server/config.go 03:07:22 spire-1.2.1/pkg/server/datastore/ 03:07:22 spire-1.2.1/pkg/server/datastore/datastore.go 03:07:22 spire-1.2.1/pkg/server/datastore/datastore_health.go 03:07:22 spire-1.2.1/pkg/server/datastore/repository.go 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/ 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 03:07:22 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 03:07:22 spire-1.2.1/pkg/server/endpoints/ 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/ 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/config.go 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/server.go 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 03:07:22 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 03:07:22 spire-1.2.1/pkg/server/endpoints/config.go 03:07:22 spire-1.2.1/pkg/server/endpoints/endpoints.go 03:07:22 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 03:07:22 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 03:07:22 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 03:07:22 spire-1.2.1/pkg/server/endpoints/middleware.go 03:07:22 spire-1.2.1/pkg/server/endpoints/middleware_test.go 03:07:22 spire-1.2.1/pkg/server/hostservice/ 03:07:22 spire-1.2.1/pkg/server/hostservice/agentstore/ 03:07:22 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 03:07:22 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 03:07:22 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 03:07:22 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 03:07:22 spire-1.2.1/pkg/server/hostservice/identityprovider/ 03:07:22 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 03:07:22 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/ 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/ 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/base/ 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/test/ 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 03:07:22 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/ 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 03:07:22 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/noderesolver/ 03:07:22 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 03:07:22 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 03:07:22 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 03:07:22 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 03:07:22 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 03:07:22 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 03:07:22 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/notifier/ 03:07:22 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 03:07:22 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 03:07:22 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 03:07:22 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 03:07:22 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 03:07:22 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 03:07:22 spire-1.2.1/pkg/server/plugin/notifier/repository.go 03:07:22 spire-1.2.1/pkg/server/plugin/notifier/v1.go 03:07:22 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 03:07:22 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 03:07:22 spire-1.2.1/pkg/server/registration/ 03:07:22 spire-1.2.1/pkg/server/registration/manager.go 03:07:22 spire-1.2.1/pkg/server/registration/manager_test.go 03:07:22 spire-1.2.1/pkg/server/scanentries.go 03:07:22 spire-1.2.1/pkg/server/scanentries_test.go 03:07:22 spire-1.2.1/pkg/server/server.go 03:07:22 spire-1.2.1/pkg/server/server_test.go 03:07:22 spire-1.2.1/pkg/server/svid/ 03:07:22 spire-1.2.1/pkg/server/svid/observer.go 03:07:22 spire-1.2.1/pkg/server/svid/observer_test.go 03:07:22 spire-1.2.1/pkg/server/svid/rotator.go 03:07:22 spire-1.2.1/pkg/server/svid/rotator_config.go 03:07:22 spire-1.2.1/pkg/server/svid/rotator_config_test.go 03:07:22 spire-1.2.1/pkg/server/svid/rotator_test.go 03:07:22 spire-1.2.1/proto/ 03:07:22 spire-1.2.1/proto/private/ 03:07:22 spire-1.2.1/proto/private/server/ 03:07:22 spire-1.2.1/proto/private/server/journal/ 03:07:22 spire-1.2.1/proto/private/server/journal/journal.pb.go 03:07:22 spire-1.2.1/proto/private/server/journal/journal.proto 03:07:22 spire-1.2.1/proto/spire/ 03:07:22 spire-1.2.1/proto/spire/common/ 03:07:22 spire-1.2.1/proto/spire/common/common.pb.go 03:07:22 spire-1.2.1/proto/spire/common/common.proto 03:07:22 spire-1.2.1/proto/spire/common/plugin/ 03:07:22 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 03:07:22 spire-1.2.1/proto/spire/common/plugin/plugin.proto 03:07:22 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 03:07:22 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 03:07:22 spire-1.2.1/proto/spire/plugin/ 03:07:22 spire-1.2.1/proto/spire/plugin/agent/ 03:07:22 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 03:07:22 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 03:07:22 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 03:07:22 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 03:07:22 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 03:07:22 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 03:07:22 spire-1.2.1/release/ 03:07:22 spire-1.2.1/release/spire-extras/ 03:07:22 spire-1.2.1/release/spire-extras/README.md 03:07:22 spire-1.2.1/release/spire-extras/conf/ 03:07:22 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 03:07:22 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 03:07:22 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 03:07:22 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 03:07:22 spire-1.2.1/release/spire/ 03:07:22 spire-1.2.1/release/spire/README.md 03:07:22 spire-1.2.1/release/spire/conf/ 03:07:22 spire-1.2.1/release/spire/conf/agent/ 03:07:22 spire-1.2.1/release/spire/conf/agent/agent.conf 03:07:22 spire-1.2.1/release/spire/conf/server/ 03:07:22 spire-1.2.1/release/spire/conf/server/server.conf 03:07:22 spire-1.2.1/script/ 03:07:22 spire-1.2.1/script/build-artifact.sh 03:07:22 spire-1.2.1/script/generate_dummy_ca.sh 03:07:22 spire-1.2.1/support/ 03:07:22 spire-1.2.1/support/k8s/ 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/ 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 03:07:22 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 03:07:22 spire-1.2.1/support/oidc-discovery-provider/ 03:07:22 spire-1.2.1/support/oidc-discovery-provider/README.md 03:07:22 spire-1.2.1/support/oidc-discovery-provider/common_test.go 03:07:22 spire-1.2.1/support/oidc-discovery-provider/config.go 03:07:22 spire-1.2.1/support/oidc-discovery-provider/config_test.go 03:07:22 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 03:07:22 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 03:07:22 spire-1.2.1/support/oidc-discovery-provider/handler.go 03:07:22 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 03:07:22 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 03:07:22 spire-1.2.1/support/oidc-discovery-provider/main.go 03:07:22 spire-1.2.1/support/oidc-discovery-provider/server_api.go 03:07:22 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 03:07:22 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 03:07:22 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 03:07:22 spire-1.2.1/test/ 03:07:22 spire-1.2.1/test/clock/ 03:07:22 spire-1.2.1/test/clock/clock.go 03:07:22 spire-1.2.1/test/fakes/ 03:07:22 spire-1.2.1/test/fakes/fakeagentcatalog/ 03:07:22 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 03:07:22 spire-1.2.1/test/fakes/fakeagentkeymanager/ 03:07:22 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 03:07:22 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 03:07:22 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 03:07:22 spire-1.2.1/test/fakes/fakeagentstore/ 03:07:22 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 03:07:22 spire-1.2.1/test/fakes/fakedatastore/ 03:07:22 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 03:07:22 spire-1.2.1/test/fakes/fakeentryclient/ 03:07:22 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 03:07:22 spire-1.2.1/test/fakes/fakehealthchecker/ 03:07:22 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 03:07:22 spire-1.2.1/test/fakes/fakeidentityprovider/ 03:07:22 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 03:07:22 spire-1.2.1/test/fakes/fakemetrics/ 03:07:22 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 03:07:22 spire-1.2.1/test/fakes/fakenoderesolver/ 03:07:22 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 03:07:22 spire-1.2.1/test/fakes/fakenotifier/ 03:07:22 spire-1.2.1/test/fakes/fakenotifier/notifier.go 03:07:22 spire-1.2.1/test/fakes/fakepluginmetrics/ 03:07:22 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 03:07:22 spire-1.2.1/test/fakes/fakeserverca/ 03:07:22 spire-1.2.1/test/fakes/fakeserverca/serverca.go 03:07:22 spire-1.2.1/test/fakes/fakeservercatalog/ 03:07:22 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 03:07:22 spire-1.2.1/test/fakes/fakeserverkeymanager/ 03:07:22 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 03:07:22 spire-1.2.1/test/fakes/fakeservernodeattestor/ 03:07:22 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 03:07:22 spire-1.2.1/test/fakes/fakeupstreamauthority/ 03:07:22 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 03:07:22 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 03:07:22 spire-1.2.1/test/fakes/fakeworkloadapi/ 03:07:22 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 03:07:22 spire-1.2.1/test/fakes/fakeworkloadattestor/ 03:07:22 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 03:07:22 spire-1.2.1/test/fixture/ 03:07:22 spire-1.2.1/test/fixture/certs/ 03:07:22 spire-1.2.1/test/fixture/certs/agent_svid.der 03:07:22 spire-1.2.1/test/fixture/certs/base_cert.pem 03:07:22 spire-1.2.1/test/fixture/certs/base_csr.pem 03:07:22 spire-1.2.1/test/fixture/certs/base_key.pem 03:07:22 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 03:07:22 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 03:07:22 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 03:07:22 spire-1.2.1/test/fixture/certs/blog_cert.pem 03:07:22 spire-1.2.1/test/fixture/certs/blog_csr.pem 03:07:22 spire-1.2.1/test/fixture/certs/blog_key.pem 03:07:22 spire-1.2.1/test/fixture/certs/bundle.der 03:07:22 spire-1.2.1/test/fixture/certs/ca.pem 03:07:22 spire-1.2.1/test/fixture/certs/ca_key.pem 03:07:22 spire-1.2.1/test/fixture/certs/database_cert.pem 03:07:22 spire-1.2.1/test/fixture/certs/database_csr.pem 03:07:22 spire-1.2.1/test/fixture/certs/database_key.pem 03:07:22 spire-1.2.1/test/fixture/certs/node_cert.pem 03:07:22 spire-1.2.1/test/fixture/certs/node_csr.pem 03:07:22 spire-1.2.1/test/fixture/certs/node_key.pem 03:07:22 spire-1.2.1/test/fixture/certs/svid.pem 03:07:22 spire-1.2.1/test/fixture/certs/svid_key.pem 03:07:22 spire-1.2.1/test/fixture/config/ 03:07:22 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 03:07:22 spire-1.2.1/test/fixture/config/agent_good.conf 03:07:22 spire-1.2.1/test/fixture/config/agent_good_templated.conf 03:07:22 spire-1.2.1/test/fixture/config/plugin_good.conf 03:07:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 03:07:22 spire-1.2.1/test/fixture/config/server_good.conf 03:07:22 spire-1.2.1/test/fixture/config/server_good_templated.conf 03:07:22 spire-1.2.1/test/fixture/fixture.go 03:07:22 spire-1.2.1/test/fixture/nodeattestor/ 03:07:22 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 03:07:22 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 03:07:22 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 03:07:22 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 03:07:22 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 03:07:22 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 03:07:22 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 03:07:22 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 03:07:22 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 03:07:22 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 03:07:22 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 03:07:22 spire-1.2.1/test/fixture/registration/ 03:07:22 spire-1.2.1/test/fixture/registration/entries.json 03:07:22 spire-1.2.1/test/fixture/registration/good-for-update.json 03:07:22 spire-1.2.1/test/fixture/registration/good.json 03:07:22 spire-1.2.1/test/fixture/registration/invalid.json 03:07:22 spire-1.2.1/test/fixture/registration/invalid_json.json 03:07:22 spire-1.2.1/test/fixture/registration/manager_test_entries.json 03:07:22 spire-1.2.1/test/integration/ 03:07:22 spire-1.2.1/test/integration/README.md 03:07:22 spire-1.2.1/test/integration/common 03:07:22 spire-1.2.1/test/integration/setup/ 03:07:22 spire-1.2.1/test/integration/setup/adminclient/ 03:07:22 spire-1.2.1/test/integration/setup/adminclient/build.sh 03:07:22 spire-1.2.1/test/integration/setup/adminclient/client.go 03:07:22 spire-1.2.1/test/integration/setup/debugagent/ 03:07:22 spire-1.2.1/test/integration/setup/debugagent/build.sh 03:07:22 spire-1.2.1/test/integration/setup/debugagent/main.go 03:07:22 spire-1.2.1/test/integration/setup/debugserver/ 03:07:22 spire-1.2.1/test/integration/setup/debugserver/build.sh 03:07:22 spire-1.2.1/test/integration/setup/debugserver/main.go 03:07:22 spire-1.2.1/test/integration/setup/downstreamclient/ 03:07:22 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 03:07:22 spire-1.2.1/test/integration/setup/downstreamclient/client.go 03:07:22 spire-1.2.1/test/integration/setup/itclient/ 03:07:22 spire-1.2.1/test/integration/setup/itclient/client.go 03:07:22 spire-1.2.1/test/integration/setup/node-attestation/ 03:07:22 spire-1.2.1/test/integration/setup/node-attestation/build.sh 03:07:22 spire-1.2.1/test/integration/setup/node-attestation/client.go 03:07:22 spire-1.2.1/test/integration/setup/x509pop/ 03:07:22 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 03:07:22 spire-1.2.1/test/integration/setup/x509pop/setup.sh 03:07:22 spire-1.2.1/test/integration/suites/ 03:07:22 spire-1.2.1/test/integration/suites/admin-endpoints/ 03:07:22 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 03:07:22 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 03:07:22 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 03:07:22 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 03:07:22 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 03:07:22 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 03:07:22 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 03:07:22 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 03:07:22 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 03:07:22 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 03:07:22 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 03:07:22 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 03:07:22 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 03:07:22 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 03:07:22 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 03:07:22 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 03:07:22 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 03:07:22 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 03:07:22 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 03:07:22 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 03:07:22 spire-1.2.1/test/integration/suites/datastore-mysql/ 03:07:22 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 03:07:22 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 03:07:22 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 03:07:22 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 03:07:22 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres/ 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 03:07:22 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 03:07:22 spire-1.2.1/test/integration/suites/debug-endpoints/ 03:07:22 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 03:07:22 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 03:07:22 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 03:07:22 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 03:07:22 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 03:07:22 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 03:07:22 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 03:07:22 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 03:07:22 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 03:07:22 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 03:07:22 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 03:07:22 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 03:07:22 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 03:07:22 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 03:07:22 spire-1.2.1/test/integration/suites/downstream-endpoints/ 03:07:22 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 03:07:22 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 03:07:22 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 03:07:22 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 03:07:22 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 03:07:22 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 03:07:22 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 03:07:22 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 03:07:22 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 03:07:22 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 03:07:22 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 03:07:22 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 03:07:22 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 03:07:22 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 03:07:22 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 03:07:22 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 03:07:22 spire-1.2.1/test/integration/suites/join-token/ 03:07:22 spire-1.2.1/test/integration/suites/join-token/01-start-server 03:07:22 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 03:07:22 spire-1.2.1/test/integration/suites/join-token/03-start-agent 03:07:22 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 03:07:22 spire-1.2.1/test/integration/suites/join-token/05-check-svid 03:07:22 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 03:07:22 spire-1.2.1/test/integration/suites/join-token/README.md 03:07:22 spire-1.2.1/test/integration/suites/join-token/conf/ 03:07:22 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 03:07:22 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 03:07:22 spire-1.2.1/test/integration/suites/join-token/conf/server/ 03:07:22 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 03:07:22 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 03:07:22 spire-1.2.1/test/integration/suites/join-token/teardown 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/ 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 03:07:22 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 03:07:22 spire-1.2.1/test/integration/suites/k8s-scratch/ 03:07:22 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 03:07:22 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 03:07:22 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 03:07:22 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 03:07:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 03:07:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 03:07:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 03:07:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 03:07:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 03:07:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 03:07:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 03:07:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 03:07:22 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 03:07:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 03:07:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 03:07:23 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 03:07:23 spire-1.2.1/test/integration/suites/k8s/ 03:07:23 spire-1.2.1/test/integration/suites/k8s/00-setup 03:07:23 spire-1.2.1/test/integration/suites/k8s/01-apply-config 03:07:23 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 03:07:23 spire-1.2.1/test/integration/suites/k8s/README.md 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/ 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/server/ 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 03:07:23 spire-1.2.1/test/integration/suites/k8s/init-kubectl 03:07:23 spire-1.2.1/test/integration/suites/k8s/teardown 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/README.md 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/root/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 03:07:23 spire-1.2.1/test/integration/suites/nested-rotation/teardown 03:07:23 spire-1.2.1/test/integration/suites/node-attestation/ 03:07:23 spire-1.2.1/test/integration/suites/node-attestation/00-setup 03:07:23 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 03:07:23 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 03:07:23 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 03:07:23 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 03:07:23 spire-1.2.1/test/integration/suites/node-attestation/README.md 03:07:23 spire-1.2.1/test/integration/suites/node-attestation/conf/ 03:07:23 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 03:07:23 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 03:07:23 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 03:07:23 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 03:07:23 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 03:07:23 spire-1.2.1/test/integration/suites/node-attestation/teardown 03:07:23 spire-1.2.1/test/integration/suites/rotation/ 03:07:23 spire-1.2.1/test/integration/suites/rotation/00-setup 03:07:23 spire-1.2.1/test/integration/suites/rotation/01-start-server 03:07:23 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 03:07:23 spire-1.2.1/test/integration/suites/rotation/03-start-agent 03:07:23 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 03:07:23 spire-1.2.1/test/integration/suites/rotation/05-check-svids 03:07:23 spire-1.2.1/test/integration/suites/rotation/README.md 03:07:23 spire-1.2.1/test/integration/suites/rotation/conf/ 03:07:23 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 03:07:23 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 03:07:23 spire-1.2.1/test/integration/suites/rotation/conf/server/ 03:07:23 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 03:07:23 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 03:07:23 spire-1.2.1/test/integration/suites/rotation/teardown 03:07:23 spire-1.2.1/test/integration/suites/self-test/ 03:07:23 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 03:07:23 spire-1.2.1/test/integration/suites/self-test/README.md 03:07:23 spire-1.2.1/test/integration/suites/self-test/teardown 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/ 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 03:07:23 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 03:07:23 spire-1.2.1/test/integration/suites/upgrade/ 03:07:23 spire-1.2.1/test/integration/suites/upgrade/00-setup 03:07:23 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 03:07:23 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 03:07:23 spire-1.2.1/test/integration/suites/upgrade/README.md 03:07:23 spire-1.2.1/test/integration/suites/upgrade/conf/ 03:07:23 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 03:07:23 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 03:07:23 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 03:07:23 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 03:07:23 spire-1.2.1/test/integration/suites/upgrade/teardown 03:07:23 spire-1.2.1/test/integration/suites/upgrade/versions.txt 03:07:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 03:07:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 03:07:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 03:07:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 03:07:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 03:07:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 03:07:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 03:07:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 03:07:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 03:07:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 03:07:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 03:07:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 03:07:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 03:07:23 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 03:07:23 spire-1.2.1/test/integration/test-one.sh 03:07:23 spire-1.2.1/test/integration/test.sh 03:07:23 spire-1.2.1/test/plugintest/ 03:07:23 spire-1.2.1/test/plugintest/config.go 03:07:23 spire-1.2.1/test/plugintest/load.go 03:07:23 spire-1.2.1/test/plugintest/option.go 03:07:23 spire-1.2.1/test/spiretest/ 03:07:23 spire-1.2.1/test/spiretest/apiserver.go 03:07:23 spire-1.2.1/test/spiretest/assertions.go 03:07:23 spire-1.2.1/test/spiretest/dir.go 03:07:23 spire-1.2.1/test/spiretest/errors_posix.go 03:07:23 spire-1.2.1/test/spiretest/errors_windows.go 03:07:23 spire-1.2.1/test/spiretest/logs.go 03:07:23 spire-1.2.1/test/spiretest/socketapi.go 03:07:23 spire-1.2.1/test/spiretest/suite.go 03:07:23 spire-1.2.1/test/spiretest/x509.go 03:07:23 spire-1.2.1/test/testca/ 03:07:23 spire-1.2.1/test/testca/ca.go 03:07:23 spire-1.2.1/test/testkey/ 03:07:23 spire-1.2.1/test/testkey/generate.sh 03:07:23 spire-1.2.1/test/testkey/genkeys.go 03:07:23 spire-1.2.1/test/testkey/keys.go 03:07:23 spire-1.2.1/test/testkey/new.go 03:07:23 spire-1.2.1/test/tpmsimulator/ 03:07:23 spire-1.2.1/test/tpmsimulator/simulator.go 03:07:23 spire-1.2.1/test/util/ 03:07:23 spire-1.2.1/test/util/cert_fixtures.go 03:07:23 spire-1.2.1/test/util/cert_generation.go 03:07:23 spire-1.2.1/test/util/io_redirection.go 03:07:23 spire-1.2.1/test/util/race.go 03:07:23 spire-1.2.1/test/util/util.go 03:07:23 building spire from source... 03:07:23 Installing go1.17.7... 03:07:28 Removing intermediate container bcb94abffe53 03:07:28 ---> b341e1970b34 03:07:28 Step 8/22 : COPY . . 03:07:50 ---> c9d05e5378a0 03:07:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:07:50 ---> Running in 5da936f8badb 03:07:51 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:07:53 Building bin/spire-server... 03:07:53 go: downloading github.com/mitchellh/cli v1.1.2 03:07:53 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 03:07:53 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 03:07:54 Building bin/spire-server... 03:07:54 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 03:07:54 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 03:07:54 go: downloading github.com/mitchellh/cli v1.1.2 03:07:54 go: downloading google.golang.org/grpc v1.44.0 03:07:54 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 03:07:55 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 03:07:55 go: downloading google.golang.org/grpc v1.44.0 03:07:55 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 03:07:57 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 03:07:58 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 03:07:58 go: downloading github.com/imdario/mergo v0.3.12 03:07:59 go: downloading github.com/sirupsen/logrus v1.8.1 03:07:59 go: downloading github.com/hashicorp/go-hclog v1.1.0 03:07:59 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 03:07:59 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 03:07:59 go: downloading github.com/fatih/color v1.13.0 03:07:59 go: downloading github.com/mattn/go-isatty v0.0.14 03:07:59 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 03:07:59 go: downloading github.com/imdario/mergo v0.3.12 03:07:59 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 03:07:59 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 03:07:59 go: downloading github.com/InVisionApp/go-logger v1.0.1 03:08:00 go: downloading github.com/sirupsen/logrus v1.8.1 03:08:00 go: downloading github.com/hashicorp/go-plugin v1.4.3 03:08:00 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 03:08:00 go: downloading github.com/hashicorp/go-hclog v1.1.0 03:08:00 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 03:08:01 go: downloading github.com/fatih/color v1.13.0 03:08:01 go: downloading github.com/mattn/go-isatty v0.0.14 03:08:01 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 03:08:01 go: downloading github.com/armon/go-metrics v0.3.10 03:08:01 go: downloading github.com/prometheus/client_golang v1.12.1 03:08:01 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 03:08:01 go: downloading github.com/uber-go/tally/v4 v4.1.1 03:08:01 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 03:08:01 go: downloading github.com/InVisionApp/go-logger v1.0.1 03:08:02 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 03:08:02 go: downloading github.com/hashicorp/go-plugin v1.4.3 03:08:02 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 03:08:02 go: downloading github.com/open-policy-agent/opa v0.38.0 03:08:04 go: downloading github.com/open-policy-agent/opa v0.38.0 03:08:31 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 03:08:31 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 03:08:31 go: downloading github.com/mattn/go-colorable v0.1.12 03:08:31 go: downloading github.com/google/uuid v1.1.2 03:08:31 go: downloading github.com/Masterminds/semver v1.5.0 03:08:31 go: downloading github.com/Masterminds/goutils v1.1.0 03:08:31 go: downloading github.com/huandu/xstrings v1.3.2 03:08:31 go: downloading github.com/armon/go-metrics v0.3.10 03:08:31 go: downloading github.com/prometheus/client_golang v1.12.1 03:08:31 go: downloading github.com/uber-go/tally/v4 v4.1.1 03:08:31 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 03:08:31 go: downloading github.com/oklog/run v1.0.0 03:08:31 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 03:08:31 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 03:08:31 go: downloading github.com/prometheus/client_model v0.2.0 03:08:31 go: downloading github.com/prometheus/common v0.32.1 03:08:31 go: downloading github.com/beorn7/perks v1.0.1 03:08:31 go: downloading github.com/cespare/xxhash/v2 v2.1.2 03:08:31 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 03:08:31 go: downloading github.com/mattn/go-colorable v0.1.12 03:08:31 go: downloading github.com/prometheus/procfs v0.7.3 03:08:31 go: downloading github.com/Masterminds/goutils v1.1.0 03:08:31 go: downloading github.com/Masterminds/semver v1.5.0 03:08:31 go: downloading github.com/google/uuid v1.1.2 03:08:31 go: downloading github.com/huandu/xstrings v1.3.2 03:08:31 go: downloading go.uber.org/atomic v1.9.0 03:08:31 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 03:08:31 go: downloading github.com/oklog/run v1.0.0 03:08:31 go: downloading github.com/imkira/go-observer v1.0.3 03:08:31 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 03:08:31 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 03:08:31 go: downloading github.com/imkira/go-observer v1.0.3 03:08:31 go: downloading go.uber.org/atomic v1.9.0 03:08:31 go: downloading github.com/prometheus/client_model v0.2.0 03:08:31 go: downloading github.com/prometheus/common v0.32.1 03:08:31 go: downloading github.com/beorn7/perks v1.0.1 03:08:31 go: downloading github.com/hashicorp/errwrap v1.1.0 03:08:31 go: downloading github.com/mitchellh/reflectwalk v1.0.1 03:08:31 go: downloading github.com/hashicorp/golang-lru v0.5.4 03:08:31 go: downloading github.com/cespare/xxhash/v2 v2.1.2 03:08:31 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 03:08:31 go: downloading github.com/twmb/murmur3 v1.1.6 03:08:31 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:08:31 go: downloading github.com/prometheus/procfs v0.7.3 03:08:32 go: downloading gopkg.in/yaml.v2 v2.4.0 03:08:32 go: downloading github.com/stretchr/testify v1.7.0 03:08:32 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 03:08:32 go: downloading github.com/hashicorp/errwrap v1.1.0 03:08:32 go: downloading github.com/mitchellh/reflectwalk v1.0.1 03:08:32 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 03:08:32 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 03:08:32 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 03:08:33 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 03:08:33 go: downloading github.com/blang/semver/v4 v4.0.0 03:08:33 go: downloading github.com/go-sql-driver/mysql v1.6.0 03:08:33 go: downloading github.com/jinzhu/gorm v1.9.16 03:08:34 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 03:08:34 go: downloading github.com/lib/pq v1.10.4 03:08:34 go: downloading github.com/mattn/go-sqlite3 v1.14.12 03:08:35 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 03:08:35 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 03:08:35 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 03:08:35 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 03:08:38 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 03:08:41 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 03:08:41 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 03:08:41 go: downloading github.com/stretchr/testify v1.7.0 03:08:41 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 03:08:41 go: downloading github.com/aws/aws-sdk-go v1.43.0 03:08:43 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 03:08:43 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 03:08:43 go: downloading github.com/aws/aws-sdk-go v1.43.0 03:09:05 go: downloading google.golang.org/api v0.70.0 03:09:05 go: downloading k8s.io/api v0.23.4 03:09:05 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 03:09:05 go: downloading github.com/blang/semver/v4 v4.0.0 03:09:05 go: downloading github.com/go-sql-driver/mysql v1.6.0 03:09:05 go: downloading k8s.io/client-go v0.23.4 03:09:05 go: downloading github.com/google/go-tpm v0.3.3 03:09:05 go: downloading k8s.io/api v0.23.4 03:09:05 go: downloading github.com/jinzhu/gorm v1.9.16 03:09:05 go: downloading google.golang.org/api v0.70.0 03:09:05 go: downloading github.com/lib/pq v1.10.4 03:09:06 go: downloading github.com/mattn/go-sqlite3 v1.14.12 03:09:10 go: downloading github.com/google/go-tpm v0.3.3 03:09:11 go: downloading k8s.io/client-go v0.23.4 03:09:17 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 03:09:17 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 03:09:50 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 03:09:50 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 03:09:50 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 03:09:50 go: downloading cloud.google.com/go/storage v1.21.0 03:09:50 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 03:09:50 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 03:09:50 go: downloading cloud.google.com/go v0.100.2 03:09:50 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 03:09:50 go: downloading cloud.google.com/go/storage v1.21.0 03:09:50 go: downloading cloud.google.com/go v0.100.2 03:09:50 go: downloading cloud.google.com/go/security v1.3.0 03:09:50 go: downloading k8s.io/apimachinery v0.23.4 03:09:50 go: downloading k8s.io/apimachinery v0.23.4 03:09:51 go: downloading k8s.io/kube-aggregator v0.23.3 03:09:52 go: downloading sigs.k8s.io/controller-runtime v0.11.1 03:09:52 go: downloading k8s.io/kube-aggregator v0.23.3 03:09:53 go: downloading sigs.k8s.io/controller-runtime v0.11.1 03:09:53 go: downloading github.com/hashicorp/vault/api v1.4.1 03:09:54 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 03:09:54 go: downloading cloud.google.com/go/security v1.3.0 03:09:55 go: downloading github.com/hashicorp/vault/api v1.4.1 03:09:55 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 03:09:55 go: downloading github.com/hashicorp/golang-lru v0.5.4 03:09:55 go: downloading gopkg.in/yaml.v2 v2.4.0 03:09:55 go: downloading github.com/gobwas/glob v0.2.3 03:09:55 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:09:55 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 03:09:55 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 03:09:56 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 03:09:56 go: downloading github.com/gobwas/glob v0.2.3 03:09:56 go: downloading github.com/jinzhu/inflection v1.0.0 03:09:56 go: downloading github.com/tklauser/go-sysconf v0.3.9 03:09:56 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 03:09:56 go: downloading github.com/twmb/murmur3 v1.1.6 03:09:56 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 03:09:56 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 03:09:56 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 03:09:57 go: downloading github.com/aws/smithy-go v1.11.0 03:09:57 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 03:09:57 go: downloading github.com/aws/smithy-go v1.11.0 03:09:58 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 03:09:58 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 03:09:58 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 03:09:58 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 03:09:58 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 03:09:59 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 03:09:59 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 03:09:59 go: downloading github.com/gogo/protobuf v1.3.2 03:09:59 go: downloading github.com/jinzhu/inflection v1.0.0 03:09:59 go: downloading github.com/gogo/protobuf v1.3.2 03:10:04 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 03:10:05 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 03:10:05 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 03:10:05 go: downloading github.com/Azure/go-autorest/logger v0.2.1 03:10:05 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 03:10:05 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 03:10:05 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 03:10:05 go: downloading github.com/Azure/go-autorest/logger v0.2.1 03:10:05 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 03:10:05 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 03:10:05 go: downloading github.com/dimchansky/utfbom v1.1.1 03:10:05 go: downloading cloud.google.com/go/compute v1.3.0 03:10:05 go: downloading github.com/dimchansky/utfbom v1.1.1 03:10:05 go: downloading cloud.google.com/go/compute v1.3.0 03:10:06 go: downloading cloud.google.com/go/iam v0.1.1 03:10:07 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 03:10:07 go: downloading cloud.google.com/go/iam v0.1.1 03:10:07 go: downloading k8s.io/klog/v2 v2.30.0 03:10:07 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 03:10:07 go: downloading github.com/google/gofuzz v1.1.0 03:10:07 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 03:10:07 go: downloading k8s.io/klog/v2 v2.30.0 03:10:08 go: downloading github.com/google/gofuzz v1.1.0 03:10:08 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 03:10:09 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 03:10:09 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 03:10:09 go: downloading github.com/spf13/pflag v1.0.5 03:10:09 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 03:10:09 go: downloading github.com/spf13/pflag v1.0.5 03:10:10 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 03:10:10 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 03:10:10 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 03:10:10 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 03:10:10 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 03:10:10 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 03:10:10 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 03:10:10 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 03:10:10 go: downloading github.com/hashicorp/vault/sdk v0.4.1 03:10:10 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 03:10:10 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 03:10:10 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 03:10:11 go: downloading github.com/hashicorp/vault/sdk v0.4.1 03:10:11 go: downloading github.com/mitchellh/mapstructure v1.4.3 03:10:11 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 03:10:11 go: downloading github.com/mitchellh/mapstructure v1.4.3 03:10:11 go: downloading github.com/tklauser/numcpus v0.3.0 03:10:12 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 03:10:12 go: downloading github.com/tklauser/go-sysconf v0.3.9 03:10:12 go: downloading github.com/jmespath/go-jmespath v0.4.0 03:10:12 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 03:10:12 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 03:10:12 go: downloading github.com/jmespath/go-jmespath v0.4.0 03:10:14 go: downloading go.opencensus.io v0.23.0 03:10:14 go: downloading go.opencensus.io v0.23.0 03:10:15 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 03:10:15 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 03:10:16 go: downloading gopkg.in/inf.v0 v0.9.1 03:10:16 go: downloading github.com/go-logr/logr v1.2.2 03:10:16 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 03:10:16 go: downloading github.com/google/go-cmp v0.5.7 03:10:16 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 03:10:17 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 03:10:17 go: downloading gopkg.in/inf.v0 v0.9.1 03:10:17 go: downloading github.com/go-logr/logr v1.2.2 03:10:17 go: downloading github.com/json-iterator/go v1.1.12 03:10:17 go: downloading github.com/google/go-cmp v0.5.7 03:10:17 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 03:10:17 go: downloading github.com/googleapis/gnostic v0.5.5 03:10:17 go: downloading github.com/json-iterator/go v1.1.12 03:10:18 go: downloading github.com/googleapis/gnostic v0.5.5 03:10:20 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 03:10:21 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 03:10:22 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 03:10:22 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 03:10:23 go: downloading go.uber.org/zap v1.21.0 03:10:24 go: downloading sigs.k8s.io/yaml v1.3.0 03:10:24 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 03:10:24 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 03:10:24 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 03:10:24 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 03:10:24 go: downloading github.com/modern-go/reflect2 v1.0.2 03:10:24 go: downloading github.com/ryanuber/go-glob v1.0.0 03:10:24 go: downloading github.com/tklauser/numcpus v0.3.0 03:10:24 go: downloading github.com/golang/snappy v0.0.4 03:10:24 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 03:10:24 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 03:10:24 go: downloading go.uber.org/zap v1.21.0 03:10:25 go: downloading sigs.k8s.io/yaml v1.3.0 03:10:26 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 03:10:26 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 03:10:26 go: downloading github.com/modern-go/reflect2 v1.0.2 03:10:26 go: downloading github.com/ryanuber/go-glob v1.0.0 03:10:26 go: downloading github.com/golang/snappy v0.0.4 03:10:27 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 03:10:35 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 03:10:35 go: downloading github.com/hashicorp/go-uuid v1.0.2 03:10:35 go: downloading github.com/hashicorp/go-version v1.2.0 03:10:35 go: downloading go.uber.org/multierr v1.6.0 03:10:37 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 03:10:37 go: downloading github.com/hashicorp/go-uuid v1.0.2 03:10:37 go: downloading github.com/hashicorp/go-version v1.2.0 03:10:37 go: downloading go.uber.org/multierr v1.6.0 03:11:04 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 03:11:04 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 03:11:05 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 03:11:05 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 03:15:12 Removing intermediate container 92f155ef0772 03:15:12 ---> fa05e5facb4f 03:15:12 03:15:12 Step 10/22 : FROM alpine:3.14 03:15:12 ---> ac73e934f311 03:15:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:15:12 ---> Using cache 03:15:12 ---> 4ff79c15c6cd 03:15:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:15:12 ---> Using cache 03:15:12 ---> 337571904670 03:15:12 Step 13/22 : ENV APP_PORT=59861 03:15:12 ---> Running in 5bf4b0d973ed 03:15:12 Removing intermediate container 5bf4b0d973ed 03:15:12 ---> 7b0473e9a03c 03:15:12 Step 14/22 : EXPOSE $APP_PORT 03:15:12 ---> Running in 5c8476a25b9a 03:15:12 Removing intermediate container 5c8476a25b9a 03:15:12 ---> aac8acb41f0a 03:15:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:15:12 ---> 978ef74e6c9f 03:15:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:15:12 ---> 214ece0fa83e 03:15:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:15:12 ---> 4824efbb9e42 03:15:12 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:15:12 ---> Running in ffdba3fd3af7 03:15:12 Removing intermediate container ffdba3fd3af7 03:15:12 ---> eb1d8bce039d 03:15:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:15:12 ---> Running in e13454b8f642 03:15:12 Removing intermediate container e13454b8f642 03:15:12 ---> 7e776315ce4b 03:15:12 Step 20/22 : LABEL arch=arm64 03:15:12 ---> Running in 025b48cc48bf 03:15:12 Removing intermediate container 025b48cc48bf 03:15:12 ---> 58a1e0922032 03:15:12 Step 21/22 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 03:15:12 ---> Running in 99c56199091a 03:15:12 Removing intermediate container 99c56199091a 03:15:12 ---> b7212fd3e709 03:15:12 Step 22/22 : LABEL version=0.0.0 03:15:12 ---> Running in 8616e831156e 03:15:12 Removing intermediate container 8616e831156e 03:15:12 ---> 9a76ccc3e5d5 03:15:12 03:15:12 Successfully built 9a76ccc3e5d5 03:15:12 Successfully tagged support-scheduler-arm64:latest 03:15:12  Building support-scheduler ... done Building core-command 03:15:39 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:15:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:15:39 ---> 15136dccc33e 03:15:39 Step 3/23 : WORKDIR /edgex-go 03:15:39 ---> Using cache 03:15:39 ---> ab7c47ea18e8 03:15:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:39 ---> Using cache 03:15:39 ---> 186b0376e17f 03:15:39 Step 5/23 : RUN apk add --update --no-cache make git 03:15:39 ---> Using cache 03:15:39 ---> e2b54605bf9d 03:15:39 Step 6/23 : COPY go.mod vendor* ./ 03:15:39 ---> Using cache 03:15:39 ---> e4823c2dbc06 03:15:39 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:15:39 ---> Using cache 03:15:39 ---> 4ea43caf2b2f 03:15:39 Step 8/23 : COPY . . 03:15:39 ---> Using cache 03:15:39 ---> 763ad64609a0 03:15:39 Step 9/23 : RUN make cmd/core-command/core-command 03:15:39 ---> Running in 953b572d5887 03:15:41 Removing intermediate container 5da936f8badb 03:15:41 ---> 8e8426631530 03:15:41 03:15:41 Step 10/22 : FROM alpine:3.14 03:15:41 ---> ac73e934f311 03:15:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:15:41 ---> Running in c616e939bd56 03:15: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-command/core-command ./cmd/core-command 03:15:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 03:15:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 03:15:45 (1/2) Installing ca-certificates (20211220-r0) 03:15:45 (2/2) Installing dumb-init (1.2.5-r1) 03:15:45 Executing busybox-1.33.1-r7.trigger 03:15:45 Executing ca-certificates-20211220-r0.trigger 03:15:45 OK: 6 MiB in 16 packages 03:15:47 Removing intermediate container c616e939bd56 03:15:47 ---> 2b482d588db9 03:15:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:15:47 ---> Running in 888b16514b58 03:15:47 Removing intermediate container 888b16514b58 03:15:47 ---> e66b05f9cc01 03:15:47 Step 13/22 : ENV APP_PORT=59860 03:15:48 ---> Running in 8bc112441843 03:15:48 Removing intermediate container 8bc112441843 03:15:48 ---> 7a5070cf3eca 03:15:48 Step 14/22 : EXPOSE $APP_PORT 03:15:48 ---> Running in 608462676ad9 03:15:49 Removing intermediate container 608462676ad9 03:15:49 ---> c1e28f49c21d 03:15:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:15:50 ---> aa5e45e5defc 03:15:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:15:53 ---> 3b4b4e9330bc 03:15:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:15:53 ---> 876db6c487ae 03:15:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:15:53 ---> Running in 64eadb7fdc22 03:15:54 Removing intermediate container 64eadb7fdc22 03:15:54 ---> 8a93267719d8 03:15:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:15:54 ---> Running in db1e4b9d17a4 03:15:55 Removing intermediate container db1e4b9d17a4 03:15:55 ---> 190e393a836c 03:15:55 Step 20/22 : LABEL arch=arm64 03:15:55 ---> Running in 5a4379d071b4 03:15:56 Removing intermediate container 5a4379d071b4 03:15:56 ---> 515e4a9e9c24 03:15:56 Step 21/22 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 03:15:56 ---> Running in 519424152cde 03:15:56 Removing intermediate container 519424152cde 03:15:56 ---> 61593f4db4b0 03:15:56 Step 22/22 : LABEL version=0.0.0 03:15:56 ---> Running in f06011efcaca 03:15:57 Removing intermediate container f06011efcaca 03:15:57 ---> c6c90b115ca3 03:15:57 03:15:58 Successfully built c6c90b115ca3 03:15:58 Successfully tagged support-notifications-arm64:latest 03:15:58  Building support-notifications ... done Building security-spiffe-token-provider 03:16:30 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:16:30 Step 2/20 : FROM ${BUILDER_BASE} AS builder 03:16:30 ---> 15136dccc33e 03:16:30 Step 3/20 : WORKDIR /edgex-go 03:16:30 ---> Using cache 03:16:30 ---> ab7c47ea18e8 03:16:30 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 03:16:30 ---> Running in 321956ec8b20 03:16:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:16:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:16:33 v3.15.4-64-g087a7fa5d4 [https://nl.alpinelinux.org/alpine/v3.15/main] 03:16:33 v3.15.4-63-g929a19c729 [https://nl.alpinelinux.org/alpine/v3.15/community] 03:16:33 OK: 15739 distinct packages available 03:16:33 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:16:34 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:16:35 OK: 220 MiB in 52 packages 03:16:37 Removing intermediate container 321956ec8b20 03:16:37 ---> 591ec0bd4d57 03:16:37 Step 5/20 : COPY go.mod vendor* ./ 03:16:37 ---> 692690a462f9 03:16:37 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:16:37 ---> Running in 0e92de486665 03:16:43 Removing intermediate container 0e92de486665 03:16:43 ---> 9a8f31526a46 03:16:43 Step 7/20 : COPY . . 03:17:05 ---> 95fb2c0f4a18 03:17:05 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:17:05 ---> Running in adce2ffe64ad 03:17:05 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:20:42 Removing intermediate container 953b572d5887 03:20:42 ---> 368fe022770c 03:20:42 03:20:42 Step 10/23 : FROM alpine:3.14 03:20:42 ---> ac73e934f311 03:20:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:20:42 ---> Using cache 03:20:42 ---> 4ff79c15c6cd 03:20:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:20:42 ---> Using cache 03:20:42 ---> 337571904670 03:20:42 Step 13/23 : ENV APP_PORT=59882 03:20:42 ---> Running in ebf8774028be 03:20:42 Removing intermediate container ebf8774028be 03:20:42 ---> 33d4cc21b973 03:20:42 Step 14/23 : EXPOSE $APP_PORT 03:20:42 ---> Running in 457200e96934 03:20:42 Removing intermediate container 457200e96934 03:20:42 ---> 6b748ed64b6d 03:20:42 Step 15/23 : WORKDIR / 03:20:42 ---> Running in 3102215ab51a 03:20:42 Removing intermediate container 3102215ab51a 03:20:42 ---> dfd1626188bb 03:20:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:20:43 ---> 0ad4c78242eb 03:20:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:20:45 ---> 083a8ca342f5 03:20:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:20:46 ---> f7fc038157c9 03:20:46 Step 19/23 : ENTRYPOINT ["/core-command"] 03:20:46 ---> Running in 9037aa74403c 03:20:47 Removing intermediate container 9037aa74403c 03:20:47 ---> 1b9e68159aee 03:20:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:20:47 ---> Running in 28561b3a6a1a 03:20:47 Removing intermediate container 28561b3a6a1a 03:20:47 ---> f3fb713c9e5e 03:20:47 Step 21/23 : LABEL arch=arm64 03:20:47 ---> Running in 6a8a5f1396e7 03:20:48 Removing intermediate container 6a8a5f1396e7 03:20:48 ---> 555e51c4d025 03:20:48 Step 22/23 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 03:20:48 ---> Running in 237e712ec62b 03:20:49 Removing intermediate container 237e712ec62b 03:20:49 ---> 4f5232b348c0 03:20:49 Step 23/23 : LABEL version=0.0.0 03:20:49 ---> Running in 24679ee8cdb2 03:20:50 Removing intermediate container 24679ee8cdb2 03:20:50 ---> 274d0f77b257 03:20:50 03:20:50 Successfully built 274d0f77b257 03:20:50 Successfully tagged core-command-arm64:latest 03:20:50 Building security-proxy-setup 03:21:22  Building core-command ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:21:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:21:22 ---> 15136dccc33e 03:21:22 Step 3/22 : WORKDIR /edgex-go 03:21:22 ---> Using cache 03:21:22 ---> ab7c47ea18e8 03:21:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:22 ---> Using cache 03:21:22 ---> 186b0376e17f 03:21:22 Step 5/22 : RUN apk add --update --no-cache make git 03:21:22 ---> Using cache 03:21:22 ---> e2b54605bf9d 03:21:22 Step 6/22 : COPY go.mod vendor* ./ 03:21:22 ---> Using cache 03:21:22 ---> e4823c2dbc06 03:21:22 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:21:22 ---> Using cache 03:21:22 ---> 4ea43caf2b2f 03:21:22 Step 8/22 : COPY . . 03:21:22 ---> Using cache 03:21:22 ---> 763ad64609a0 03:21:22 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:21:22 ---> Running in df3a9c9e6d5e 03:21:24 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:24:17 Removing intermediate container adce2ffe64ad 03:24:17 ---> f381ea3c8e01 03:24:17 03:24:17 Step 9/20 : FROM alpine:3.15 03:24:17 3.15: Pulling from library/alpine 03:24:17 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 03:24:17 Status: Downloaded newer image for alpine:3.15 03:24:17 ---> 3fb3c9af89a9 03:24:17 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:24:17 ---> Running in c6ee65aa6f1c 03:24:17 Removing intermediate container c6ee65aa6f1c 03:24:17 ---> c3b87bc1c216 03:24:17 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:24:17 ---> Running in fbb6bfb90e2b 03:24:17 Removing intermediate container fbb6bfb90e2b 03:24:17 ---> 01fe081376c1 03:24:17 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:24:17 ---> Running in 92baa67fdf7b 03:24:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:24:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:24:17 v3.15.4-64-g087a7fa5d4 [https://nl.alpinelinux.org/alpine/v3.15/main] 03:24:17 v3.15.4-63-g929a19c729 [https://nl.alpinelinux.org/alpine/v3.15/community] 03:24:17 OK: 15729 distinct packages available 03:24:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:24:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:24:19 (1/9) Installing ca-certificates (20211220-r0) 03:24:19 (2/9) Installing brotli-libs (1.0.9-r5) 03:24:20 (3/9) Installing nghttp2-libs (1.46.0-r0) 03:24:20 (4/9) Installing libcurl (7.80.0-r1) 03:24:20 (5/9) Installing curl (7.80.0-r1) 03:24:20 (6/9) Installing dumb-init (1.2.5-r1) 03:24:20 (7/9) Installing musl-obstack (1.2.3-r0) 03:24:20 (8/9) Installing libucontext (1.1-r0) 03:24:20 (9/9) Installing gcompat (1.0.0-r4) 03:24:20 Executing busybox-1.34.1-r5.trigger 03:24:20 Executing ca-certificates-20211220-r0.trigger 03:24:21 OK: 8 MiB in 23 packages 03:24:23 Removing intermediate container 92baa67fdf7b 03:24:23 ---> dc53d12f6b38 03:24:23 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 03:24:24 ---> bcb0f2d714f4 03:24:24 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:24:26 ---> 698c68c468c8 03:24:26 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 03:24:27 ---> 5b2c230e3117 03:24:27 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 03:24:27 ---> Running in 89af2269fc39 03:24:28 Removing intermediate container 89af2269fc39 03:24:28 ---> 44b35e2fa3a2 03:24:28 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:24:28 ---> Running in 99e97bab1503 03:24:28 Removing intermediate container 99e97bab1503 03:24:28 ---> e877f040c926 03:24:28 Step 18/20 : LABEL arch=arm64 03:24:28 ---> Running in ff19391675e0 03:24:29 Removing intermediate container ff19391675e0 03:24:29 ---> d17612c5657a 03:24:29 Step 19/20 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 03:24:29 ---> Running in 88e53f80c120 03:24:29 Removing intermediate container 88e53f80c120 03:24:29 ---> 23a30bef3c7c 03:24:29 Step 20/20 : LABEL version=0.0.0 03:24:29 ---> Running in ea045392c4ae 03:24:30 Removing intermediate container ea045392c4ae 03:24:30 ---> 716a5da6a30a 03:24:30 03:24:30 Successfully built 716a5da6a30a 03:24:30 Successfully tagged security-spiffe-token-provider-arm64:latest 03:24:30  Building security-spiffe-token-provider ... done Building core-data 03:25:03 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 03:25:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:25:03 ---> 15136dccc33e 03:25:03 Step 3/23 : WORKDIR /edgex-go 03:25:03 ---> Using cache 03:25:03 ---> ab7c47ea18e8 03:25:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:25:03 ---> Using cache 03:25:03 ---> 186b0376e17f 03:25:03 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:25:03 ---> Running in 71d06e1d78e5 03:25:03 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:25:03 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:25:03 OK: 220 MiB in 52 packages 03:25:05 Removing intermediate container 71d06e1d78e5 03:25:05 ---> 7186c6faa2d7 03:25:05 Step 6/23 : COPY go.mod vendor* ./ 03:25:06 ---> 022d3b47ecfd 03:25:06 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:25:06 ---> Running in 5df2301f929b 03:25:12 Removing intermediate container 5df2301f929b 03:25:12 ---> 8da0771a2f84 03:25:12 Step 8/23 : COPY . . 03:25:34 ---> 58f720b02687 03:25:34 Step 9/23 : RUN make cmd/core-data/core-data 03:25:34 ---> Running in 7852339d37dc 03:25:35 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:26:14 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:26:33 Removing intermediate container df3a9c9e6d5e 03:26:33 ---> 16b893b5f68c 03:26:33 03:26:33 Step 10/22 : FROM alpine:3.14 03:26:33 ---> ac73e934f311 03:26:33 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 03:26:33 ---> Running in 27e46ab108e9 03:26:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 03:26:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 03:26:36 (1/6) Installing ca-certificates (20211220-r0) 03:26:36 (2/6) Installing brotli-libs (1.0.9-r5) 03:26:36 (3/6) Installing nghttp2-libs (1.43.0-r0) 03:26:36 (4/6) Installing libcurl (7.79.1-r1) 03:26:36 (5/6) Installing curl (7.79.1-r1) 03:26:36 (6/6) Installing dumb-init (1.2.5-r1) 03:26:36 Executing busybox-1.33.1-r7.trigger 03:26:36 Executing ca-certificates-20211220-r0.trigger 03:26:36 OK: 8 MiB in 20 packages 03:26:38 Removing intermediate container 27e46ab108e9 03:26:38 ---> 4ef363e375b5 03:26:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:26:38 ---> Running in 448ba374aca1 03:26:39 Removing intermediate container 448ba374aca1 03:26:39 ---> 5e00598ada59 03:26:39 Step 13/22 : WORKDIR /edgex 03:26:39 ---> Running in a2cda3cc4e3e 03:26:39 Removing intermediate container a2cda3cc4e3e 03:26:39 ---> 42a32e4f9acc 03:26:39 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:26:40 ---> 1cc441b98589 03:26:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:26:42 ---> 753b12a42802 03:26:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:26:43 ---> 7f01ca948a6b 03:26:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:26:44 ---> 0512376ad56b 03:26:44 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:26:45 ---> Running in c3d2d1bd4769 03:26:48 Removing intermediate container c3d2d1bd4769 03:26:48 ---> 439f0f2e305d 03:26:48 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 03:26:48 ---> Running in 2cf99c68bda8 03:26:48 Removing intermediate container 2cf99c68bda8 03:26:48 ---> db07bf54b087 03:26:48 Step 20/22 : LABEL arch=arm64 03:26:48 ---> Running in 7a392a9f3f97 03:26:49 Removing intermediate container 7a392a9f3f97 03:26:49 ---> 08d9aae219b1 03:26:49 Step 21/22 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 03:26:49 ---> Running in 246a1ad8f8f3 03:26:50 Removing intermediate container 246a1ad8f8f3 03:26:50 ---> d1e263dedc6d 03:26:50 Step 22/22 : LABEL version=0.0.0 03:26:50 ---> Running in 0330e3b2b20b 03:26:50 Removing intermediate container 0330e3b2b20b 03:26:50 ---> 1770d9129588 03:26:50 03:26:51 Successfully built 1770d9129588 03:26:51 Successfully tagged security-proxy-setup-arm64:latest 03:30:58  Building security-proxy-setup ... done Removing intermediate container 7852339d37dc 03:30:58 ---> d65a6d4fca02 03:30:58 03:30:58 Step 10/23 : FROM alpine:3.14 03:30:58 ---> ac73e934f311 03:30:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:30:58 ---> Running in 4f649357aad5 03:30:58 Removing intermediate container 4f649357aad5 03:30:58 ---> 2b7c6b9ecb3f 03:30:58 Step 12/23 : ENV APP_PORT=59880 03:30:58 ---> Running in 6dbec86a24e0 03:30:58 Removing intermediate container 6dbec86a24e0 03:30:58 ---> b9ec54abce34 03:30:58 Step 13/23 : EXPOSE $APP_PORT 03:30:58 ---> Running in 15928aca2023 03:30:58 Removing intermediate container 15928aca2023 03:30:58 ---> a6f64da59c42 03:30:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:30:58 ---> Running in 861c7dcb7dc1 03:30:58 Removing intermediate container 861c7dcb7dc1 03:30:58 ---> 5fe23cab0dda 03:30:58 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:30:58 ---> Running in 80c6ee789c35 03:30:58 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 03:30:58 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 03:30:58 (1/6) Installing dumb-init (1.2.5-r1) 03:30:58 (2/6) Installing libgcc (10.3.1_git20210424-r2) 03:30:58 (3/6) Installing libsodium (1.0.18-r0) 03:30:58 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 03:30:58 (5/6) Installing libzmq (4.3.4-r0) 03:30:58 (6/6) Installing zeromq (4.3.4-r0) 03:30:58 Executing busybox-1.33.1-r7.trigger 03:30:58 OK: 8 MiB in 20 packages 03:30:58 Removing intermediate container 80c6ee789c35 03:30:58 ---> 900c4514f444 03:30:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:30:58 ---> 1e7ed227e324 03:30:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:30:58 ---> 2cf8d3f0fb1b 03:30:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:30:59 ---> da7064d519c4 03:30:59 Step 19/23 : ENTRYPOINT ["/core-data"] 03:31:00 ---> Running in 92f6a096f546 03:31:00 Removing intermediate container 92f6a096f546 03:31:00 ---> 75fe9acb1a5b 03:31:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:31:00 ---> Running in c4ef5a859d9b 03:31:00 Removing intermediate container c4ef5a859d9b 03:31:00 ---> 972104bf203c 03:31:00 Step 21/23 : LABEL arch=arm64 03:31:01 ---> Running in 173206c8158c 03:31:01 Removing intermediate container 173206c8158c 03:31:01 ---> dbad1973fa31 03:31:01 Step 22/23 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 03:31:01 ---> Running in 6dee81af5a77 03:31:02 Removing intermediate container 6dee81af5a77 03:31:02 ---> 9ae681ecdd33 03:31:02 Step 23/23 : LABEL version=0.0.0 03:31:02 ---> Running in 98a693d5c458 03:31:03 Removing intermediate container 98a693d5c458 03:31:03 ---> b5d350298a57 03:31:03 03:31:03 Successfully built b5d350298a57 03:31:03 Successfully tagged core-data-arm64:latest 03:39:26  Building core-data ... done Building bin/spire-agent... 03:39:26 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 03:39:26 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 03:39:26 go: downloading cloud.google.com/go/secretmanager v1.3.0 03:39:26 go: downloading github.com/docker/docker v20.10.12+incompatible 03:39:29 go: downloading github.com/google/go-tpm-tools v0.3.3 03:39:31 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 03:39:31 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 03:39:31 go: downloading github.com/docker/go-connections v0.4.0 03:39:31 go: downloading github.com/docker/go-units v0.4.0 03:39:31 go: downloading github.com/opencontainers/image-spec v1.0.1 03:39:31 go: downloading github.com/containerd/containerd v1.3.4 03:39:31 go: downloading github.com/docker/distribution v2.7.1+incompatible 03:39:32 go: downloading github.com/opencontainers/go-digest v1.0.0 03:45:09 Removing intermediate container 30937104ae78 03:45:09 ---> 3e934ebc6448 03:45:09 03:45:09 Step 13/26 : FROM alpine:3.15 03:45:09 ---> 3fb3c9af89a9 03:45:09 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:45:09 ---> Using cache 03:45:09 ---> c3b87bc1c216 03:45:09 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:45:09 ---> Using cache 03:45:09 ---> 01fe081376c1 03:45:09 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:45:09 ---> Running in 1993d66fd0d8 03:45:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:45:09 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:45:09 v3.15.4-64-g087a7fa5d4 [https://nl.alpinelinux.org/alpine/v3.15/main] 03:45:09 v3.15.4-63-g929a19c729 [https://nl.alpinelinux.org/alpine/v3.15/community] 03:45:09 OK: 15729 distinct packages available 03:45:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:45:09 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:45:09 (1/5) Installing dumb-init (1.2.5-r1) 03:45:09 (2/5) Installing musl-obstack (1.2.3-r0) 03:45:09 (3/5) Installing libucontext (1.1-r0) 03:45:09 (4/5) Installing gcompat (1.0.0-r4) 03:45:09 (5/5) Installing openssl (1.1.1n-r0) 03:45:09 Executing busybox-1.34.1-r5.trigger 03:45:09 OK: 6 MiB in 19 packages 03:45:09 Removing intermediate container 1993d66fd0d8 03:45:09 ---> 811a5468a779 03:45:09 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 03:45:09 ---> 5691c3a48def 03:45:09 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 03:45:14 ---> 18b7f3fc8813 03:45:14 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:45:14 ---> 18dc02a5fce9 03:45:14 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:45:15 ---> 0a0423d3ca35 03:45:15 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:45:16 ---> d82f8ab18af7 03:45:16 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:45:16 ---> Running in e75845458f1c 03:45:16 Removing intermediate container e75845458f1c 03:45:16 ---> eb59e47089ca 03:45:16 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:45:16 ---> Running in 984d91bc6a5d 03:45:17 Removing intermediate container 984d91bc6a5d 03:45:17 ---> 825f642d208f 03:45:17 Step 24/26 : LABEL arch=arm64 03:45:17 ---> Running in 294d5de29f05 03:45:17 Removing intermediate container 294d5de29f05 03:45:17 ---> 5a4261f469b2 03:45:17 Step 25/26 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 03:45:17 ---> Running in babff0c9c96d 03:45:18 Removing intermediate container babff0c9c96d 03:45:18 ---> bf0561ad632a 03:45:18 Step 26/26 : LABEL version=0.0.0 03:45:18 ---> Running in 478ed6345699 03:45:18 Removing intermediate container 478ed6345699 03:45:18 ---> 7a092c54cd7f 03:45:18 03:45:19 Successfully built 7a092c54cd7f 03:45:19 Successfully tagged security-spire-agent-arm64:latest 03:45:45  Building security-spire-agent ... done Building bin/spire-agent... 03:45:45 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 03:45:45 go: downloading github.com/docker/docker v20.10.12+incompatible 03:45:45 Building bin/spire-agent... 03:45:46 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 03:45:47 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 03:45:47 go: downloading cloud.google.com/go/secretmanager v1.3.0 03:45:47 go: downloading github.com/google/go-tpm-tools v0.3.3 03:45:48 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 03:45:48 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 03:45:48 go: downloading github.com/docker/go-connections v0.4.0 03:45:48 go: downloading github.com/docker/go-units v0.4.0 03:45:48 go: downloading github.com/opencontainers/image-spec v1.0.1 03:45:48 go: downloading github.com/containerd/containerd v1.3.4 03:45:48 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 03:45:48 go: downloading github.com/docker/docker v20.10.12+incompatible 03:45:48 go: downloading github.com/docker/distribution v2.7.1+incompatible 03:45:48 go: downloading cloud.google.com/go/secretmanager v1.3.0 03:45:48 go: downloading github.com/opencontainers/go-digest v1.0.0 03:45:48 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 03:45:49 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 03:45:49 go: downloading github.com/google/go-tpm-tools v0.3.3 03:45:51 go: downloading github.com/docker/go-connections v0.4.0 03:45:51 go: downloading github.com/docker/go-units v0.4.0 03:45:51 go: downloading github.com/opencontainers/image-spec v1.0.1 03:45:52 go: downloading github.com/docker/distribution v2.7.1+incompatible 03:45:52 go: downloading github.com/containerd/containerd v1.3.4 03:45:52 go: downloading github.com/opencontainers/go-digest v1.0.0 03:50:29 Removing intermediate container cfc72be2b1b7 03:50:29 ---> 98e61b2140e0 03:50:29 03:50:29 Step 13/26 : FROM alpine:3.15 03:50:29 ---> 3fb3c9af89a9 03:50:29 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:50:29 ---> Using cache 03:50:29 ---> c3b87bc1c216 03:50:29 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:50:29 ---> Using cache 03:50:29 ---> 01fe081376c1 03:50:29 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 03:50:29 ---> Running in 59346b0f536a 03:50:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:50:29 Removing intermediate container f91b7e7dfd09 03:50:29 ---> 6c79e4929a1b 03:50:29 03:50:29 Step 13/25 : FROM alpine:3.15 03:50:29 ---> 3fb3c9af89a9 03:50:29 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:50:29 ---> Using cache 03:50:29 ---> c3b87bc1c216 03:50:29 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:50:29 ---> Using cache 03:50:29 ---> 01fe081376c1 03:50:29 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:50:29 ---> Using cache 03:50:29 ---> 811a5468a779 03:50:29 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 03:50:29 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:50:29 v3.15.4-64-g087a7fa5d4 [https://nl.alpinelinux.org/alpine/v3.15/main] 03:50:29 v3.15.4-63-g929a19c729 [https://nl.alpinelinux.org/alpine/v3.15/community] 03:50:29 OK: 15729 distinct packages available 03:50:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:50:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:50:31 ---> add2b04d5f29 03:50:31 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:50:31 (1/4) Installing dumb-init (1.2.5-r1) 03:50:31 (2/4) Installing musl-obstack (1.2.3-r0) 03:50:31 (3/4) Installing libucontext (1.1-r0) 03:50:31 (4/4) Installing gcompat (1.0.0-r4) 03:50:31 Executing busybox-1.34.1-r5.trigger 03:50:31 OK: 6 MiB in 18 packages 03:50:32 ---> 0ada4534bdd2 03:50:32 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:50:32 ---> e74706a7dc5a 03:50:32 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:50:32 Removing intermediate container 59346b0f536a 03:50:32 ---> 818034b0be82 03:50:32 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 03:50:33 ---> 6a44d0bd1c49 03:50:33 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:50:33 ---> Running in d3937b70ae48 03:50:33 Removing intermediate container d3937b70ae48 03:50:33 ---> fc4a0e524a5a 03:50:33 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:50:34 ---> Running in 929cb3b42357 03:50:34 Removing intermediate container 929cb3b42357 03:50:34 ---> 0f57e3e11936 03:50:34 Step 23/25 : LABEL arch=arm64 03:50:34 ---> Running in fdd32fe6848f 03:50:34 Removing intermediate container fdd32fe6848f 03:50:34 ---> 6044d6a6cd63 03:50:34 Step 24/25 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 03:50:35 ---> Running in 75dccfad2232 03:50:35 Removing intermediate container 75dccfad2232 03:50:35 ---> 4362280edc73 03:50:35 Step 25/25 : LABEL version=0.0.0 03:50:35 ---> Running in b558785354cf 03:50:36 Removing intermediate container b558785354cf 03:50:36 ---> 8650317e336e 03:50:36 03:50:36 Successfully built 8650317e336e 03:50:36 Successfully tagged security-spire-server-arm64:latest 03:50:36  Building security-spire-server ... done  ---> 6b33eb09a4f3 03:50:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:50:37 ---> 2608f8948adf 03:50:37 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 03:50:37 ---> Running in dc51cafa8184 03:50:37 Removing intermediate container dc51cafa8184 03:50:37 ---> a7880589add8 03:50:37 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:50:38 ---> e0a6df95bc26 03:50:38 Step 21/26 : WORKDIR / 03:50:38 ---> Running in 955197a7885d 03:50:38 Removing intermediate container 955197a7885d 03:50:38 ---> 681bc66dceae 03:50:38 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:50:38 ---> Running in 26afbc354276 03:50:38 Removing intermediate container 26afbc354276 03:50:38 ---> e8c762d48c24 03:50:38 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:50:38 ---> Running in e977043850a1 03:50:39 Removing intermediate container e977043850a1 03:50:39 ---> 47fd0ecabe0a 03:50:39 Step 24/26 : LABEL arch=arm64 03:50:39 ---> Running in 5c63ddb1fe6a 03:50:39 Removing intermediate container 5c63ddb1fe6a 03:50:39 ---> e205f1dc64e1 03:50:39 Step 25/26 : LABEL git_sha=addc0ae524a36a409dddf23d8a3747c0e69ca602 03:50:39 ---> Running in b7a5f0917a1c 03:50:40 Removing intermediate container b7a5f0917a1c 03:50:40 ---> 23f212c97f75 03:50:40 Step 26/26 : LABEL version=0.0.0 03:50:40 ---> Running in bffb691a8fda 03:50:40 Removing intermediate container bffb691a8fda 03:50:40 ---> 04cbe2459be7 03:50:40 03:50:40 Successfully built 04cbe2459be7 03:50:40 Successfully tagged security-spire-config-arm64:latest 03:50:40  Building security-spire-config ... done  [Pipeline] } 03:50:40 $ docker stop --time=1 7d09fa5d7c832bd4c5f9dd38333034affc52947794a589ff22a663958d479e51 03:50:42 $ docker rm -f 7d09fa5d7c832bd4c5f9dd38333034affc52947794a589ff22a663958d479e51 [Pipeline] // withDockerContainer [Pipeline] sh 03:50:43 + docker images 03:50:43 REPOSITORY TAG IMAGE ID CREATED SIZE 03:50:43 security-spire-config-arm64 latest 04cbe2459be7 3 seconds ago 85.6MB 03:50:43 security-spire-server-arm64 latest 8650317e336e 8 seconds ago 86.3MB 03:50:43 6c79e4929a1b 31 seconds ago 4.14GB 03:50:43 98e61b2140e0 36 seconds ago 4.14GB 03:50:43 security-spire-agent-arm64 latest 7a092c54cd7f 5 minutes ago 126MB 03:50:43 3e934ebc6448 6 minutes ago 4.14GB 03:50:43 core-data-arm64 latest b5d350298a57 19 minutes ago 21.6MB 03:50:43 d65a6d4fca02 20 minutes ago 1.34GB 03:50:43 security-proxy-setup-arm64 latest 1770d9129588 23 minutes ago 26.1MB 03:50:43 16b893b5f68c 24 minutes ago 1.32GB 03:50:43 security-spiffe-token-provider-arm64 latest 716a5da6a30a 26 minutes ago 27.9MB 03:50:43 f381ea3c8e01 26 minutes ago 1.36GB 03:50:43 core-command-arm64 latest 274d0f77b257 29 minutes ago 15.5MB 03:50:43 368fe022770c 30 minutes ago 1.31GB 03:50:43 support-notifications-arm64 latest c6c90b115ca3 34 minutes ago 25.8MB 03:50:43 8e8426631530 35 minutes ago 1.37GB 03:50:43 support-scheduler-arm64 latest 9a76ccc3e5d5 35 minutes ago 25.3MB 03:50:43 fa05e5facb4f 35 minutes ago 1.37GB 03:50:43 sys-mgmt-agent-arm64 latest fea7468d3477 44 minutes ago 282MB 03:50:43 security-bootstrapper-arm64 latest ad1c6c0ba378 45 minutes ago 18.3MB 03:50:43 security-secretstore-setup-arm64 latest cb020940c1fc 45 minutes ago 27.5MB 03:50:43 core-metadata-arm64 latest 977e265fba48 45 minutes ago 16.3MB 03:50:43 293af4700266 46 minutes ago 1.31GB 03:50:43 afb574eb820e 46 minutes ago 1.31GB 03:50:43 690d2c9a2b5c 46 minutes ago 1.32GB 03:50:43 69f6ad016f7a 46 minutes ago 1.31GB 03:50:43 ci-base-image-arm64 latest 15136dccc33e About an hour ago 886MB 03:50:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 725f1c02e7f9 5 days ago 551MB 03:50:43 docker 20.10.14 c346e9eafbab 3 weeks ago 202MB 03:50:43 alpine 3.14 ac73e934f311 3 weeks ago 5.34MB 03:50:43 alpine 3.15 3fb3c9af89a9 3 weeks ago 5.32MB 03:50:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 22 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 03:50:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:50:44 03:50:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 03:50:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:50:44 arm64: Pulling from edgex-lftools-log-publisher 03:50:44 8998bd30e6a1: Pulling fs layer 03:50:44 04944245beec: Pulling fs layer 03:50:44 699f458cf7ca: Pulling fs layer 03:50:44 765212b225bb: Pulling fs layer 03:50:44 f23df028b6ca: Pulling fs layer 03:50:44 d65c8cfc05b1: Pulling fs layer 03:50:44 2437ff75d9bd: Pulling fs layer 03:50:44 f23df028b6ca: Waiting 03:50:44 d65c8cfc05b1: Waiting 03:50:44 2437ff75d9bd: Waiting 03:50:44 765212b225bb: Waiting 03:50:44 04944245beec: Verifying Checksum 03:50:44 04944245beec: Download complete 03:50:44 765212b225bb: Verifying Checksum 03:50:44 765212b225bb: Download complete 03:50:45 f23df028b6ca: Verifying Checksum 03:50:45 f23df028b6ca: Download complete 03:50:45 d65c8cfc05b1: Verifying Checksum 03:50:45 d65c8cfc05b1: Download complete 03:50:45 699f458cf7ca: Verifying Checksum 03:50:45 699f458cf7ca: Download complete 03:50:45 8998bd30e6a1: Verifying Checksum 03:50:45 8998bd30e6a1: Download complete 03:50:47 2437ff75d9bd: Verifying Checksum 03:50:47 2437ff75d9bd: Download complete 03:50:50 8998bd30e6a1: Pull complete 03:50:50 04944245beec: Pull complete 03:50:51 699f458cf7ca: Pull complete 03:50:52 765212b225bb: Pull complete 03:50:53 f23df028b6ca: Pull complete 03:50:53 d65c8cfc05b1: Pull complete 03:51:08 2437ff75d9bd: Pull complete 03:51:08 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:51:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:51:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 03:51:08 prd-ubuntu20.04-docker-arm64-4c-16g-33611 does not seem to be running inside a container 03:51:08 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10003/edgex-lftools-log-publisher:arm64 cat 03:51:11 $ docker top 35ed81f49d766a03e1c401fd0d86729cd1f348a1a68c65171059fc77a5faea04 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:51:12 ---> job-cost.sh 03:51:12 lf-activate-venv: SKIPPING 03:51:12 INFO: No Stack... 03:51:12 INFO: Retrieving Pricing Info for: v3-standard-4 03:51:13 INFO: Archiving Costs [Pipeline] sh 03:51:14 + cut -d, -f6 03:51:14 + cat /w/workspace/edgex-go/5/archives/cost.csv [Pipeline] lock 03:51:14 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3987-5-stack-cost] 03:51:14 Resource [jenkins-edgexfoundry-edgex-go-PR-3987-5-stack-cost] did not exist. Created. 03:51:14 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3987-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:51:14 + echo total: 0.2199999988079071 [Pipeline] stash 03:51:15 Stashed 1 file(s) [Pipeline] } 03:51:15 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3987-5-stack-cost] [Pipeline] // lock [Pipeline] } 03:51:15 $ docker stop --time=1 35ed81f49d766a03e1c401fd0d86729cd1f348a1a68c65171059fc77a5faea04 03:51:16 $ docker rm -f 35ed81f49d766a03e1c401fd0d86729cd1f348a1a68c65171059fc77a5faea04 [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 03:51:17 provisioning config files... 03:51:17 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config988235041577413272tmp [Pipeline] { [Pipeline] sh 03:51:17 + set +x 03:51:17 + curl -s https://codecov.io/bash 03:51:17 + bash -s -- 03:51:17 03:51:17 _____ _ 03:51:17 / ____| | | 03:51:17 | | ___ __| | ___ ___ _____ __ 03:51:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:51:17 | |___| (_) | (_| | __/ (_| (_) \ V / 03:51:17 \_____\___/ \__,_|\___|\___\___/ \_/ 03:51:17 Bash-1.0.6 03:51:17 03:51:17 03:51:17 ==> git version 2.25.1 found 03:51:17 ==> 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 03:51:17 Release-Date: 2020-01-08 03:51:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:51:17 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:51:17 ==> Jenkins CI detected. 03:51:17 current dir:  /w/workspace/edgex-go/5 03:51:17 project root: . 03:51:17 --> token set from env 03:51:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:51:17 ==> Running gcov in . (disable via -X gcov) 03:51:17 ==> Python coveragepy not found 03:51:17 ==> Searching for coverage reports in: 03:51:17 + . 03:51:17 -> Found 1 reports 03:51:17 ==> Detecting git/mercurial file structure 03:51:17 ==> Reading reports 03:51:17 + ./coverage.out bytes=435134 03:51:17 ==> Appending adjustments 03:51:17 https://docs.codecov.io/docs/fixing-reports 03:51:18 + Found adjustments 03:51:18 ==> Gzipping contents 03:51:18 60K /tmp/codecov.mhXDvM.gz 03:51:18 ==> Uploading reports 03:51:18 url: https://codecov.io 03:51:18 query: branch=PR-3987&commit=addc0ae524a36a409dddf23d8a3747c0e69ca602&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3987%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3987&job=&cmd_args= 03:51:18 -> Pinging Codecov 03:51:18 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3987&commit=addc0ae524a36a409dddf23d8a3747c0e69ca602&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3987%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3987&job=&cmd_args= 03:51:19 -> Uploading to 03:51:19 https://storage.googleapis.com/codecov/v4/raw/2022-04-28/00271124DB129430A58F1EEE437C3FCB/addc0ae524a36a409dddf23d8a3747c0e69ca602/1e2e2201-0b82-4b0e-8d37-d381c1fee031.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220428%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220428T035119Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ea497bbdd3f38f53af5c57dbd3e21e5b576d18416cafd36cce725683823281af 03:51:19 % Total % Received % Xferd Average Speed Time Time Time Current 03:51:19 Dload Upload Total Spent Left Speed 03:51:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59864 0 0 100 59864 0 236k --:--:-- --:--:-- --:--:-- 236k 03:51:19 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/addc0ae524a36a409dddf23d8a3747c0e69ca602 [Pipeline] } 03:51:19 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 03:51:20 + [ -d /w/workspace/edgex-go/5/archives ] [Pipeline] libraryResource [Pipeline] sh 03:51:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:51:21 ---> package-listing.sh 03:51:21 ++ facter osfamily 03:51:21 ++ tr '[:upper:]' '[:lower:]' 03:51:21 + OS_FAMILY=debian 03:51:21 + workspace=/w/workspace/edgex-go/5 03:51:21 + START_PACKAGES=/tmp/packages_start.txt 03:51:21 + END_PACKAGES=/tmp/packages_end.txt 03:51:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:51:21 + PACKAGES=/tmp/packages_start.txt 03:51:21 + '[' /w/workspace/edgex-go/5 ']' 03:51:21 + PACKAGES=/tmp/packages_end.txt 03:51:21 + case "${OS_FAMILY}" in 03:51:21 + dpkg -l 03:51:21 + grep '^ii' 03:51:21 + '[' -f /tmp/packages_start.txt ']' 03:51:21 + '[' -f /tmp/packages_end.txt ']' 03:51:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:51:21 + '[' /w/workspace/edgex-go/5 ']' 03:51:21 + mkdir -p /w/workspace/edgex-go/5/archives/ 03:51:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 03:51:21 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:51:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:51:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:51:22 03:51:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 03:51:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:51:22 latest: Pulling from edgex-lftools-log-publisher 03:51:22 5eb5b503b376: Pulling fs layer 03:51:22 5c69ac0246d0: Pulling fs layer 03:51:22 ec43610c2a17: Pulling fs layer 03:51:22 3a2ae6a8a46f: Pulling fs layer 03:51:22 33b1e0a273af: Pulling fs layer 03:51:22 5d3b04190fa2: Pulling fs layer 03:51:22 33b1e0a273af: Waiting 03:51:22 3a2ae6a8a46f: Waiting 03:51:22 5d3b04190fa2: Waiting 03:51:22 2f39f015ded8: Pulling fs layer 03:51:22 2f39f015ded8: Waiting 03:51:22 5c69ac0246d0: Verifying Checksum 03:51:22 5c69ac0246d0: Download complete 03:51:22 3a2ae6a8a46f: Verifying Checksum 03:51:22 3a2ae6a8a46f: Download complete 03:51:22 33b1e0a273af: Verifying Checksum 03:51:22 33b1e0a273af: Download complete 03:51:22 5d3b04190fa2: Download complete 03:51:23 ec43610c2a17: Verifying Checksum 03:51:23 ec43610c2a17: Download complete 03:51:23 5eb5b503b376: Verifying Checksum 03:51:23 5eb5b503b376: Download complete 03:51:23 2f39f015ded8: Verifying Checksum 03:51:23 2f39f015ded8: Download complete 03:51:24 5eb5b503b376: Pull complete 03:51:24 5c69ac0246d0: Pull complete 03:51:24 ec43610c2a17: Pull complete 03:51:24 3a2ae6a8a46f: Pull complete 03:51:25 33b1e0a273af: Pull complete 03:51:25 5d3b04190fa2: Pull complete 03:51:29 2f39f015ded8: Pull complete 03:51:29 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:51:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:51:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 03:51:29 prd-ubuntu20.04-docker-8c-8g-33609 does not seem to be running inside a container 03:51:29 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:51:31 $ docker top 426fd65c2c694c2f665b37bafa7e416f37da693d3fd4832187d7c7941df04c58 -eo pid,comm [Pipeline] { [Pipeline] sh 03:51:31 + touch /tmp/pre-build-complete [Pipeline] sh 03:51:32 + mkdir -p /var/log/sysstat [Pipeline] sh 03:51:32 + ls /var/log/sa-host 03:51:32 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:51:32 provisioning config files... 03:51:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config8682118177855470552tmp [Pipeline] { [Pipeline] echo 03:51:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:51:32 ---> create-netrc.sh [Pipeline] } 03:51:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:51:33 ---> python-tools-install.sh [Pipeline] echo 03:51:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:51:33 ---> sudo-logs.sh 03:51:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:51:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:51:33 ---> job-cost.sh 03:51:33 lf-activate-venv: SKIPPING 03:51:33 DEBUG: total: 0.2199999988079071 03:51:33 INFO: Retrieving Stack Cost... 03:51:34 INFO: Retrieving Pricing Info for: v3-standard-8 03:51:34 INFO: Archiving Costs [Pipeline] echo 03:51:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:51:34 ---> logs-deploy.sh 03:51:34 lf-activate-venv: SKIPPING 03:51:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3987/5 03:51:34 INFO: archiving workspace using pattern(s): 03:51:35 Archives upload complete. 03:51:35 INFO: archiving logs to Nexus 03:51:36 ---> uname -a: 03:51:36 Linux prd-ubuntu20-04-docker-8c-8g-33609 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 03:51:36 03:51:36 03:51:36 ---> lscpu: 03:51:36 Architecture: x86_64 03:51:36 CPU op-mode(s): 32-bit, 64-bit 03:51:36 Byte Order: Little Endian 03:51:36 Address sizes: 40 bits physical, 48 bits virtual 03:51:36 CPU(s): 8 03:51:36 On-line CPU(s) list: 0-7 03:51:36 Thread(s) per core: 1 03:51:36 Core(s) per socket: 1 03:51:36 Socket(s): 8 03:51:36 NUMA node(s): 1 03:51:36 Vendor ID: AuthenticAMD 03:51:36 CPU family: 23 03:51:36 Model: 49 03:51:36 Model name: AMD EPYC-Rome Processor 03:51:36 Stepping: 0 03:51:36 CPU MHz: 2799.998 03:51:36 BogoMIPS: 5599.99 03:51:36 Virtualization: AMD-V 03:51:36 Hypervisor vendor: KVM 03:51:36 Virtualization type: full 03:51:36 L1d cache: 256 KiB 03:51:36 L1i cache: 256 KiB 03:51:36 L2 cache: 4 MiB 03:51:36 L3 cache: 128 MiB 03:51:36 NUMA node0 CPU(s): 0-7 03:51:36 Vulnerability Itlb multihit: Not affected 03:51:36 Vulnerability L1tf: Not affected 03:51:36 Vulnerability Mds: Not affected 03:51:36 Vulnerability Meltdown: Not affected 03:51:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:51:36 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:51:36 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 03:51:36 Vulnerability Srbds: Not affected 03:51:36 Vulnerability Tsx async abort: Not affected 03:51:36 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 03:51:36 03:51:36 03:51:36 ---> nproc: 03:51:36 8 03:51:36 03:51:36 03:51:36 ---> df -h: 03:51:36 Filesystem Size Used Avail Use% Mounted on 03:51:36 overlay 155G 26G 129G 17% / 03:51:36 tmpfs 64M 0 64M 0% /dev 03:51:36 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:51:36 shm 64M 0 64M 0% /dev/shm 03:51:36 /dev/vda1 155G 26G 129G 17% /facter-os 03:51:36 03:51:36 03:51:36 ---> sar -b -r -n DEV: 03:51:36 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-33609) 04/28/22 _x86_64_ (8 CPU) 03:51:36 03:51:36 02:40:02 LINUX RESTART (8 CPU) 03:51:36 03:51:36 02:41:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:51:36 02:42:01 133.77 1.90 131.88 0.00 31.99 68862.90 0.00 03:51:36 02:43:01 38.88 0.18 38.69 0.00 5.07 16368.62 0.00 03:51:36 02:44:01 324.80 0.17 324.63 0.00 31.73 244512.98 0.00 03:51:36 02:45:01 709.71 0.38 709.33 0.00 3.07 244607.80 0.00 03:51:36 02:46:01 958.80 0.83 957.96 0.00 17.19 377734.36 0.00 03:51:36 02:47:01 851.00 0.93 850.07 0.00 8.13 286681.55 0.00 03:51:36 02:48:01 607.95 0.42 607.53 0.00 3.33 224678.97 0.00 03:51:36 02:49:01 354.53 0.05 354.48 0.00 0.40 142780.94 0.00 03:51:36 02:50:01 298.75 0.00 298.75 0.00 0.00 132433.13 0.00 03:51:36 02:51:01 2.57 0.00 2.57 0.00 0.00 33.86 0.00 03:51:36 02:52:01 1.58 0.00 1.58 0.00 0.00 16.93 0.00 03:51:36 02:53:01 2.20 0.00 2.20 0.00 0.00 23.60 0.00 03:51:36 02:54:01 1.27 0.00 1.27 0.00 0.00 13.73 0.00 03:51:36 02:55:01 2.25 0.00 2.25 0.00 0.00 24.13 0.00 03:51:36 02:56:01 1.87 0.02 1.85 0.00 0.13 20.93 0.00 03:51:36 02:57:01 2.12 0.00 2.12 0.00 0.00 23.33 0.00 03:51:36 02:58:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 03:51:36 02:59:01 1.83 0.00 1.83 0.00 0.00 20.80 0.00 03:51:36 03:00:01 1.08 0.00 1.08 0.00 0.00 13.20 0.00 03:51:36 03:01:01 1.70 0.00 1.70 0.00 0.00 19.46 0.00 03:51:36 03:02:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 03:51:36 03:03:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 03:51:36 03:04:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 03:51:36 03:05:01 1.95 0.00 1.95 0.00 0.00 22.00 0.00 03:51:36 03:06:01 1.27 0.00 1.27 0.00 0.00 14.26 0.00 03:51:36 03:07:01 1.93 0.00 1.93 0.00 0.00 22.80 0.00 03:51:36 03:08:01 1.12 0.00 1.12 0.00 0.00 11.33 0.00 03:51:36 03:09:01 1.82 0.00 1.82 0.00 0.00 21.06 0.00 03:51:36 03:10:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 03:51:36 03:11:01 2.00 0.00 2.00 0.00 0.00 23.46 0.00 03:51:36 03:12:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 03:51:36 03:13:01 1.55 0.00 1.55 0.00 0.00 17.33 0.00 03:51:36 03:14:01 1.47 0.00 1.47 0.00 0.00 15.60 0.00 03:51:36 03:15:01 2.33 0.00 2.33 0.00 0.00 26.26 0.00 03:51:36 03:16:01 1.27 0.00 1.27 0.00 0.00 14.26 0.00 03:51:36 03:17:01 1.82 0.02 1.80 0.00 0.13 20.13 0.00 03:51:36 03:18:01 1.77 0.00 1.77 0.00 0.00 18.79 0.00 03:51:36 03:19:01 1.88 0.00 1.88 0.00 0.00 21.06 0.00 03:51:36 03:20:01 1.30 0.00 1.30 0.00 0.00 15.19 0.00 03:51:36 03:21:01 1.85 0.00 1.85 0.00 0.00 20.13 0.00 03:51:36 03:22:02 1.32 0.00 1.32 0.00 0.00 14.53 0.00 03:51:36 03:23:01 1.80 0.00 1.80 0.00 0.00 19.93 0.00 03:51:36 03:24:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 03:51:36 03:25:01 1.63 0.00 1.63 0.00 0.00 18.80 0.00 03:51:36 03:26:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 03:51:36 03:27:01 1.87 0.00 1.87 0.00 0.00 20.80 0.00 03:51:36 03:28:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 03:51:36 03:29:01 1.78 0.00 1.78 0.00 0.00 19.73 0.00 03:51:36 03:30:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 03:51:36 03:31:01 1.82 0.00 1.82 0.00 0.00 20.66 0.00 03:51:36 03:32:01 1.03 0.00 1.03 0.00 0.00 12.53 0.00 03:51:36 03:33:01 3.30 0.87 2.43 0.00 18.40 32.53 0.00 03:51:36 03:34:01 2.75 1.57 1.18 0.00 49.06 15.33 0.00 03:51:36 03:35:01 1.70 0.00 1.70 0.00 0.00 20.40 0.00 03:51:36 03:36:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 03:51:36 03:37:01 1.50 0.00 1.50 0.00 0.00 18.79 0.00 03:51:36 03:38:01 1.07 0.00 1.07 0.00 0.00 13.33 0.00 03:51:36 03:39:01 1.65 0.00 1.65 0.00 0.00 18.79 0.00 03:51:36 03:40:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 03:51:36 03:41:01 1.35 0.00 1.35 0.00 0.00 16.79 0.00 03:51:36 03:42:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 03:51:36 03:43:01 1.38 0.00 1.38 0.00 0.00 18.53 0.00 03:51:36 03:44:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 03:51:36 03:45:01 1.70 0.00 1.70 0.00 0.00 18.80 0.00 03:51:36 03:46:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 03:51:36 03:47:01 1.37 0.00 1.37 0.00 0.00 16.39 0.00 03:51:36 03:48:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 03:51:36 03:49:01 1.68 0.00 1.68 0.00 0.00 18.66 0.00 03:51:36 03:50:01 1.32 0.00 1.32 0.00 0.00 14.13 0.00 03:51:36 03:51:01 1.73 0.00 1.73 0.00 0.00 21.46 0.00 03:51:36 Average: 62.48 0.10 62.38 0.00 2.40 24851.72 0.00 03:51:36 03:51:36 02:41:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:51:36 02:42:01 27392024 31466892 824956 2.51 161200 4083544 2614944 7.71 1906636 3090752 528960 03:51:36 02:43:01 27458860 31678316 611044 1.86 165720 4201240 2328580 6.86 1501096 3409336 310484 03:51:36 02:44:01 21669964 31623360 658864 2.00 175080 9757816 2665624 7.86 1888744 8629108 1348816 03:51:36 02:45:01 17902216 30530560 1735200 5.28 260508 12072652 3997976 11.78 3636440 10354672 632 03:51:36 02:46:01 13330384 31102924 1152316 3.50 354368 16765452 3698160 10.90 4033112 14157648 18252 03:51:36 02:47:01 9661052 31221728 1022224 3.11 454188 20221484 2900608 8.55 4341016 17278664 260024 03:51:36 02:48:01 8019768 30299372 1944980 5.91 547568 20767216 4107072 12.10 5185812 17996784 7412 03:51:36 02:49:01 10210952 31562444 690272 2.10 634672 19813660 2360112 6.96 3265288 17804924 341980 03:51:36 02:50:01 10846632 31763100 503984 1.53 717240 19361788 1908640 5.62 2823896 17686276 324 03:51:36 02:51:01 10847168 31763672 503268 1.53 717292 19361772 1908640 5.62 2823812 17686256 12 03:51:36 02:52:01 10852776 31769272 497780 1.51 717336 19361772 1908640 5.62 2818160 17686256 164 03:51:36 02:53:01 10853036 31769580 497400 1.51 717408 19361772 1908640 5.62 2818196 17686264 12 03:51:36 02:54:01 10854280 31770884 496108 1.51 717436 19361780 1908640 5.62 2817024 17686268 12 03:51:36 02:55:01 10861044 31777952 489264 1.49 717492 19361776 1908640 5.62 2810212 17686484 12 03:51:36 02:56:01 10861192 31778244 488996 1.49 717528 19361912 1901584 5.60 2810532 17686616 12 03:51:36 02:57:01 10861580 31778664 488648 1.49 717584 19361916 1901584 5.60 2810260 17686624 16 03:51:36 02:58:01 10861564 31778700 488600 1.49 717616 19361920 1901584 5.60 2810304 17686628 12 03:51:36 02:59:01 10861224 31778396 488852 1.49 717640 19361924 1901584 5.60 2810520 17686632 24 03:51:36 03:00:01 10861216 31778428 488784 1.49 717664 19361916 1901584 5.60 2810412 17686636 20 03:51:36 03:01:01 10861416 31778652 488752 1.49 717680 19361928 1901584 5.60 2810740 17686632 16 03:51:36 03:02:01 10863588 31780836 486476 1.48 717696 19361928 1901584 5.60 2808832 17686632 192 03:51:36 03:03:01 10864084 31781340 485908 1.48 717704 19361932 1901584 5.60 2808304 17686636 172 03:51:36 03:04:01 10863784 31781064 486188 1.48 717720 19361936 1885516 5.56 2807784 17686644 12 03:51:36 03:05:01 10863872 31781248 486100 1.48 717736 19361936 1885516 5.56 2809056 17686644 16 03:51:36 03:06:01 10863572 31780968 486304 1.48 717772 19361944 1885516 5.56 2808572 17686648 176 03:51:36 03:07:01 10863468 31780908 486304 1.48 717808 19361952 1885516 5.56 2808132 17686660 108 03:51:36 03:08:01 10863516 31780996 486240 1.48 717824 19361952 1885516 5.56 2807912 17686664 8 03:51:36 03:09:01 10863468 31780956 486188 1.48 717856 19361956 1885516 5.56 2808136 17686668 16 03:51:36 03:10:01 10863672 31781200 486004 1.48 717880 19361952 1885516 5.56 2807932 17686668 24 03:51:36 03:11:01 10863640 31781216 485936 1.48 717896 19361960 1885516 5.56 2808420 17686664 24 03:51:36 03:12:01 10863592 31781180 485904 1.48 717912 19361964 1885516 5.56 2808008 17686668 12 03:51:36 03:13:01 10863228 31780848 486132 1.48 717924 19361964 1885516 5.56 2807992 17686668 12 03:51:36 03:14:01 10863428 31781076 486052 1.48 717956 19361968 1885516 5.56 2808032 17686672 12 03:51:36 03:15:01 10863852 31781660 485416 1.48 718008 19362096 1885516 5.56 2808112 17686796 12 03:51:36 03:16:01 10863260 31781148 485920 1.48 718028 19362104 1885516 5.56 2808540 17686808 12 03:51:36 03:17:01 10863236 31781136 485828 1.48 718044 19362104 1901584 5.60 2808512 17686812 16 03:51:36 03:18:01 10863180 31781108 485768 1.48 718080 19362108 1901584 5.60 2808212 17686816 12 03:51:36 03:19:01 10863164 31781136 485716 1.48 718116 19362112 1901584 5.60 2808248 17686824 12 03:51:36 03:20:01 10863504 31781528 485424 1.48 718148 19362120 1901584 5.60 2808860 17686824 184 03:51:36 03:21:01 10863252 31781296 485668 1.48 718164 19362120 1901584 5.60 2808872 17686824 8 03:51:36 03:22:02 10863416 31781480 485380 1.48 718192 19362124 1901584 5.60 2808600 17686828 196 03:51:36 03:23:01 10863440 31781508 485332 1.48 718212 19362124 1901584 5.60 2808268 17686828 8 03:51:36 03:24:01 10863600 31781708 485308 1.48 718220 19362128 1901584 5.60 2808340 17686832 12 03:51:36 03:25:01 10863080 31781192 485788 1.48 718224 19362136 1901584 5.60 2808336 17686836 12 03:51:36 03:26:01 10863064 31781196 485732 1.48 718240 19362132 1901584 5.60 2808788 17686840 20 03:51:36 03:27:01 10862796 31780944 485928 1.48 718244 19362140 1901584 5.60 2808380 17686844 8 03:51:36 03:28:01 10862936 31781084 485720 1.48 718252 19362140 1901584 5.60 2808324 17686844 12 03:51:36 03:29:01 10863180 31781352 485404 1.48 718260 19362144 1901584 5.60 2808356 17686852 12 03:51:36 03:30:01 10863300 31781476 485424 1.48 718264 19362148 1901584 5.60 2808400 17686856 12 03:51:36 03:31:01 10863160 31781372 485860 1.48 718300 19362148 1901584 5.60 2809464 17686852 100 03:51:36 03:32:01 10863908 31782124 485084 1.48 718316 19362152 1901584 5.60 2808848 17686856 184 03:51:36 03:33:01 10862044 31781040 485952 1.48 718376 19362672 1922780 5.67 2808664 17687304 12 03:51:36 03:34:01 10858008 31779384 487440 1.48 718412 19364144 1938876 5.71 2815044 17686804 20 03:51:36 03:35:01 10858180 31779604 487156 1.48 718428 19364148 1938876 5.71 2813900 17686824 8 03:51:36 03:36:01 10858100 31779532 487172 1.48 718436 19364148 1938876 5.71 2814336 17686824 8 03:51:36 03:37:01 10857832 31779292 487352 1.48 718452 19364156 1938876 5.71 2814436 17686832 24 03:51:36 03:38:01 10858504 31779976 486820 1.48 718464 19364160 1938876 5.71 2813912 17686836 12 03:51:36 03:39:01 10858488 31780100 486664 1.48 718480 19364288 1938876 5.71 2813924 17686964 12 03:51:36 03:40:01 10857864 31779492 487160 1.48 718484 19364292 1938876 5.71 2814260 17686968 184 03:51:36 03:41:01 10857336 31778980 487672 1.48 718508 19364284 1938876 5.71 2814252 17686968 12 03:51:36 03:42:01 10857548 31779200 487352 1.48 718536 19364296 1938876 5.71 2814460 17686972 24 03:51:36 03:43:01 10857784 31779488 487032 1.48 718552 19364304 1938876 5.71 2814000 17686980 20 03:51:36 03:44:01 10857484 31779192 487260 1.48 718564 19364304 1938876 5.71 2814012 17686980 12 03:51:36 03:45:01 10857428 31779152 487336 1.48 718572 19364308 1938876 5.71 2814048 17686984 12 03:51:36 03:46:01 10857032 31778768 487676 1.48 718580 19364304 1938876 5.71 2814296 17686988 8 03:51:36 03:47:01 10856952 31778764 487588 1.48 718592 19364312 1938876 5.71 2814076 17686988 12 03:51:36 03:48:01 10856904 31778732 487576 1.48 718596 19364316 1938876 5.71 2814088 17686992 12 03:51:36 03:49:01 10857272 31779108 487528 1.48 718608 19364316 1938876 5.71 2814720 17686992 196 03:51:36 03:50:01 10857264 31779108 487512 1.48 718616 19364320 1938820 5.71 2814512 17686996 184 03:51:36 03:51:01 10857004 31778872 487752 1.48 718640 19364316 1938820 5.71 2814632 17687004 36 03:51:36 Average: 11557052 31711389 555410 1.69 675344 18688118 2044244 6.02 2857977 16990017 40280 03:51:36 03:51:36 02:41:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:51:36 02:42:01 docker0 600.25 542.13 43.26 3274.57 0.00 0.00 0.00 0.00 03:51:36 02:42:01 ens3 744.74 714.68 6718.50 122.50 0.00 0.00 0.00 0.00 03:51:36 02:42:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 03:51:36 02:42:01 veth37b6794 0.22 0.42 0.02 0.04 0.00 0.00 0.00 0.00 03:51:36 02:43:01 docker0 1.23 1.23 0.08 0.09 0.00 0.00 0.00 0.00 03:51:36 02:43:01 ens3 25.35 15.06 20.50 10.95 0.00 0.00 0.00 0.00 03:51:36 02:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 02:43:01 veth37b6794 1.23 1.27 0.09 0.10 0.00 0.00 0.00 0.00 03:51:36 02:44:01 docker0 44.13 56.24 2.48 228.47 0.00 0.00 0.00 0.00 03:51:36 02:44:01 ens3 198.53 145.53 1932.87 81.13 0.00 0.00 0.00 0.00 03:51:36 02:44:01 veth4e76b6f 0.00 1.05 0.00 0.06 0.00 0.00 0.00 0.00 03:51:36 02:44:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 03:51:36 02:45:01 vetha3669ae 230.06 435.60 19.58 5829.36 0.00 0.00 0.00 0.48 03:51:36 02:45:01 docker0 256.13 472.06 17.97 6060.08 0.00 0.00 0.00 0.00 03:51:36 02:45:01 ens3 544.95 317.68 6186.39 99.46 0.00 0.00 0.00 0.00 03:51:36 02:45:01 veth4e76b6f 0.00 0.50 0.00 0.02 0.00 0.00 0.00 0.00 03:51:36 02:45:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 03:51:36 02:46:01 vetha21e416 208.31 389.77 18.49 5826.94 0.00 0.00 0.00 0.48 03:51:36 02:46:01 vetha3669ae 0.12 0.37 0.01 0.02 0.00 0.00 0.00 0.00 03:51:36 02:46:01 veth3fea964 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:46:01 docker0 227.27 415.59 16.73 5977.49 0.00 0.00 0.00 0.00 03:51:36 02:46:01 ens3 466.14 256.15 6017.53 45.39 0.00 0.00 0.00 0.00 03:51:36 02:46:01 veth4e76b6f 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 03:51:36 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:47:01 vetha21e416 0.08 0.33 0.00 0.02 0.00 0.00 0.00 0.00 03:51:36 02:47:01 docker0 213.06 432.86 15.53 6073.31 0.00 0.00 0.00 0.00 03:51:36 02:47:01 ens3 571.17 303.05 7209.73 109.05 0.00 0.00 0.00 0.00 03:51:36 02:47:01 veth4e76b6f 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 03:51:36 02:47:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 03:51:36 02:47:01 veth2b06cf5 186.08 381.56 15.88 5421.81 0.00 0.00 0.00 0.44 03:51:36 02:48:01 vetha21e416 9.38 13.51 0.94 206.77 0.00 0.00 0.00 0.02 03:51:36 02:48:01 docker0 56.03 77.21 4.30 731.28 0.00 0.00 0.00 0.00 03:51:36 02:48:01 ens3 143.17 107.03 760.67 80.38 0.00 0.00 0.00 0.00 03:51:36 02:48:01 veth4e76b6f 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 03:51:36 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:48:01 veth2b06cf5 28.21 39.87 2.79 404.34 0.00 0.00 0.00 0.03 03:51:36 02:49:01 docker0 25.34 31.42 1.73 283.90 0.00 0.00 0.00 0.00 03:51:36 02:49:01 ens3 50.78 36.04 299.78 10.57 0.00 0.00 0.00 0.00 03:51:36 02:49:01 veth4e76b6f 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 03:51:36 02:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 02:49:01 veth2b06cf5 10.56 13.28 1.02 206.61 0.00 0.00 0.00 0.02 03:51:36 02:50:01 docker0 0.03 0.57 0.00 0.02 0.00 0.00 0.00 0.00 03:51:36 02:50:01 ens3 5.95 3.57 5.56 2.49 0.00 0.00 0.00 0.00 03:51:36 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:51:01 ens3 0.67 0.45 0.34 0.27 0.00 0.00 0.00 0.00 03:51:36 02:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:52:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 02:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 02:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:56:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 03:51:36 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:57:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 02:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:58:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 02:59:01 ens3 0.28 0.20 0.47 0.01 0.00 0.00 0.00 0.00 03:51:36 02:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:01:01 ens3 0.70 0.18 0.13 0.07 0.00 0.00 0.00 0.00 03:51:36 03:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:02:01 ens3 4.18 5.15 0.55 11.27 0.00 0.00 0.00 0.00 03:51:36 03:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:04:01 ens3 0.45 0.00 0.05 0.00 0.00 0.00 0.00 0.00 03:51:36 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:05:01 ens3 2.95 3.48 0.42 7.07 0.00 0.00 0.00 0.00 03:51:36 03:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:06:01 ens3 3.97 7.85 0.32 7.56 0.00 0.00 0.00 0.00 03:51:36 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:08:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:09:01 ens3 0.22 0.15 0.07 0.01 0.00 0.00 0.00 0.00 03:51:36 03:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:11:01 ens3 4.40 8.37 0.35 7.60 0.00 0.00 0.00 0.00 03:51:36 03:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:12:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:13:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:14:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:15:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:16:01 ens3 4.63 8.58 0.47 7.61 0.00 0.00 0.00 0.00 03:51:36 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:17:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:19:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:21:01 ens3 4.43 8.52 0.35 7.61 0.00 0.00 0.00 0.00 03:51:36 03:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:22:02 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:26:01 ens3 3.43 7.00 0.29 7.51 0.00 0.00 0.00 0.00 03:51:36 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:29:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:31:01 ens3 2.83 5.37 0.25 5.41 0.00 0.00 0.00 0.00 03:51:36 03:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:34:01 ens3 7.07 5.35 5.30 6.04 0.00 0.00 0.00 0.00 03:51:36 03:34:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:36:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 03:51:36 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:37:01 ens3 1.13 0.72 0.51 0.29 0.00 0.00 0.00 0.00 03:51:36 03:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:38:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:39:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:40:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:41:01 ens3 0.90 0.18 0.14 0.07 0.00 0.00 0.00 0.00 03:51:36 03:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:42:01 ens3 0.68 0.42 0.41 0.27 0.00 0.00 0.00 0.00 03:51:36 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:43:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:44:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:45:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:46:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 03:51:36 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:47:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:48:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:51:36 03:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:49:01 ens3 0.28 0.13 0.08 0.01 0.00 0.00 0.00 0.00 03:51:36 03:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:36 03:51:01 ens3 0.65 0.48 0.34 0.28 0.00 0.00 0.00 0.00 03:51:36 03:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 Average: docker0 20.20 28.88 1.45 322.71 0.00 0.00 0.00 0.00 03:51:36 Average: ens3 39.81 27.90 415.27 8.99 0.00 0.00 0.00 0.00 03:51:36 Average: lo 0.16 0.16 0.01 0.01 0.00 0.00 0.00 0.00 03:51:36 03:51:36 03:51:36 ---> sar -P ALL: 03:51:36 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-33609) 04/28/22 _x86_64_ (8 CPU) 03:51:36 03:51:36 02:40:02 LINUX RESTART (8 CPU) 03:51:36 03:51:36 02:41:02 CPU %user %nice %system %iowait %steal %idle 03:51:36 02:42:01 all 31.26 0.00 7.16 1.53 0.10 59.95 03:51:36 02:42:01 0 32.29 0.00 8.08 0.48 0.10 59.05 03:51:36 02:42:01 1 31.24 0.00 6.86 0.10 0.10 61.69 03:51:36 02:42:01 2 30.99 0.00 6.90 0.41 0.09 61.61 03:51:36 02:42:01 3 30.44 0.00 6.72 0.59 0.10 62.15 03:51:36 02:42:01 4 31.68 0.00 6.54 1.10 0.09 60.59 03:51:36 02:42:01 5 28.69 0.00 6.55 1.96 0.12 62.68 03:51:36 02:42:01 6 32.15 0.00 7.43 7.21 0.10 53.11 03:51:36 02:42:01 7 32.57 0.00 8.16 0.38 0.12 58.78 03:51:36 02:43:01 all 38.77 0.00 4.96 0.32 0.10 55.86 03:51:36 02:43:01 0 37.67 0.00 4.97 0.00 0.08 57.28 03:51:36 02:43:01 1 37.49 0.00 5.31 0.02 0.12 57.07 03:51:36 02:43:01 2 38.57 0.00 4.78 0.10 0.10 56.45 03:51:36 02:43:01 3 38.28 0.00 4.75 1.97 0.08 54.91 03:51:36 02:43:01 4 39.10 0.00 5.11 0.07 0.10 55.63 03:51:36 02:43:01 5 40.32 0.00 4.97 0.02 0.08 54.61 03:51:36 02:43:01 6 38.12 0.00 4.96 0.37 0.08 56.46 03:51:36 02:43:01 7 40.61 0.00 4.80 0.02 0.12 54.46 03:51:36 02:44:01 all 21.45 0.00 10.44 3.60 0.11 64.39 03:51:36 02:44:01 0 22.61 0.00 11.29 1.29 0.12 64.69 03:51:36 02:44:01 1 21.88 0.00 8.14 0.97 0.08 68.93 03:51:36 02:44:01 2 22.49 0.00 11.01 4.59 0.12 61.79 03:51:36 02:44:01 3 19.42 0.00 9.95 13.36 0.10 57.16 03:51:36 02:44:01 4 22.07 0.00 10.64 2.14 0.14 65.01 03:51:36 02:44:01 5 22.27 0.00 11.91 2.60 0.12 63.10 03:51:36 02:44:01 6 19.78 0.00 9.34 1.91 0.10 68.87 03:51:36 02:44:01 7 21.12 0.00 11.28 1.87 0.12 65.60 03:51:36 02:45:01 all 64.29 0.00 11.73 7.10 0.15 16.73 03:51:36 02:45:01 0 62.97 0.00 12.20 10.02 0.14 14.68 03:51:36 02:45:01 1 65.91 0.00 9.96 3.90 0.15 20.08 03:51:36 02:45:01 2 64.48 0.00 11.46 12.34 0.15 11.56 03:51:36 02:45:01 3 64.65 0.00 11.36 3.93 0.17 19.90 03:51:36 02:45:01 4 64.72 0.00 12.26 4.27 0.15 18.61 03:51:36 02:45:01 5 64.54 0.00 10.87 2.51 0.15 21.93 03:51:36 02:45:01 6 65.05 0.00 11.54 3.98 0.15 19.28 03:51:36 02:45:01 7 61.99 0.00 14.20 15.89 0.14 7.78 03:51:36 02:46:01 all 73.90 0.00 14.38 3.59 0.15 7.97 03:51:36 02:46:01 0 75.02 0.00 14.05 2.40 0.17 8.37 03:51:36 02:46:01 1 74.43 0.00 12.79 4.17 0.15 8.46 03:51:36 02:46:01 2 78.74 0.00 14.10 1.58 0.15 5.43 03:51:36 02:46:01 3 72.69 0.00 13.57 1.65 0.17 11.92 03:51:36 02:46:01 4 70.43 0.00 16.80 3.92 0.15 8.70 03:51:36 02:46:01 5 73.60 0.00 13.45 4.65 0.13 8.16 03:51:36 02:46:01 6 71.51 0.00 15.90 3.18 0.15 9.26 03:51:36 02:46:01 7 74.81 0.00 14.37 7.20 0.15 3.46 03:51:36 02:47:01 all 83.19 0.00 14.11 0.80 0.15 1.74 03:51:36 02:47:01 0 82.18 0.00 13.95 0.67 0.15 3.05 03:51:36 02:47:01 1 84.38 0.00 13.08 1.06 0.13 1.34 03:51:36 02:47:01 2 84.98 0.00 12.00 1.11 0.15 1.77 03:51:36 02:47:01 3 84.80 0.00 13.88 0.15 0.13 1.04 03:51:36 02:47:01 4 81.94 0.00 14.91 0.54 0.15 2.45 03:51:36 02:47:01 5 83.02 0.00 14.50 0.44 0.17 1.88 03:51:36 02:47:01 6 82.08 0.00 15.74 1.73 0.17 0.29 03:51:36 02:47:01 7 82.17 0.00 14.81 0.72 0.17 2.13 03:51:36 02:48:01 all 75.63 0.00 11.78 3.74 0.15 8.71 03:51:36 02:48:01 0 72.45 0.00 12.35 1.78 0.15 13.26 03:51:36 02:48:01 1 74.27 0.00 12.87 5.18 0.15 7.54 03:51:36 02:48:01 2 72.34 0.00 11.10 7.11 0.15 9.30 03:51:36 02:48:01 3 75.32 0.00 12.35 1.78 0.15 10.40 03:51:36 02:48:01 4 70.68 0.00 14.52 3.46 0.14 11.21 03:51:36 02:48:01 5 74.43 0.00 12.65 5.21 0.13 7.58 03:51:36 02:48:01 6 89.01 0.00 6.21 2.26 0.13 2.39 03:51:36 02:48:01 7 76.39 0.00 12.22 3.11 0.17 8.11 03:51:36 02:49:01 all 32.98 0.00 7.10 2.78 0.09 57.04 03:51:36 02:49:01 0 72.80 0.00 5.41 1.32 0.12 20.35 03:51:36 02:49:01 1 27.03 0.00 6.32 0.68 0.10 65.87 03:51:36 02:49:01 2 22.22 0.00 4.90 0.14 0.07 72.67 03:51:36 02:49:01 3 28.51 0.00 6.08 0.69 0.08 64.64 03:51:36 02:49:01 4 26.23 0.00 14.60 14.14 0.10 44.93 03:51:36 02:49:01 5 28.71 0.00 6.45 4.00 0.10 60.74 03:51:36 02:49:01 6 27.85 0.00 4.86 0.10 0.08 67.10 03:51:36 02:49:01 7 30.13 0.00 8.33 1.33 0.09 60.12 03:51:36 02:50:01 all 8.53 0.00 4.45 2.76 0.05 84.21 03:51:36 02:50:01 0 5.46 0.00 3.04 7.69 0.05 83.76 03:51:36 02:50:01 1 8.93 0.00 3.70 0.00 0.05 87.33 03:51:36 02:50:01 2 6.26 0.00 7.86 1.59 0.07 84.23 03:51:36 02:50:01 3 10.01 0.00 4.78 0.68 0.05 84.48 03:51:36 02:50:01 4 10.99 0.00 4.12 0.30 0.05 84.53 03:51:36 02:50:01 5 9.35 0.00 3.96 0.51 0.05 86.13 03:51:36 02:50:01 6 7.51 0.00 4.70 11.07 0.03 76.68 03:51:36 02:50:01 7 9.72 0.00 3.43 0.25 0.07 86.53 03:51:36 02:51:01 all 0.21 0.00 0.01 0.01 0.00 99.76 03:51:36 02:51:01 0 0.00 0.00 0.00 0.08 0.00 99.92 03:51:36 02:51:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 02:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 02:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 02:51:01 4 0.05 0.00 0.03 0.00 0.02 99.90 03:51:36 02:51:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 02:51:01 6 1.58 0.00 0.00 0.03 0.02 98.37 03:51:36 02:51:01 7 0.00 0.00 0.03 0.00 0.00 99.97 03:51:36 02:52:01 all 0.10 0.00 0.02 0.01 0.00 99.88 03:51:36 02:52:01 0 0.02 0.00 0.02 0.02 0.00 99.95 03:51:36 02:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 02:52:01 2 0.02 0.00 0.03 0.00 0.00 99.95 03:51:36 02:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 02:52:01 4 0.02 0.00 0.05 0.02 0.02 99.90 03:51:36 02:52:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:51:36 02:52:01 6 0.63 0.00 0.00 0.03 0.00 99.33 03:51:36 02:52:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:51:36 02:52:01 CPU %user %nice %system %iowait %steal %idle 03:51:36 02:53:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:51:36 02:53:01 0 0.00 0.00 0.00 0.03 0.00 99.97 03:51:36 02:53:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:51:36 02:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 02:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 02:53:01 4 0.03 0.00 0.00 0.00 0.02 99.95 03:51:36 02:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 02:53:01 6 0.00 0.00 0.02 0.03 0.00 99.95 03:51:36 02:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 02:54:01 all 0.09 0.00 0.01 0.01 0.00 99.88 03:51:36 02:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 02:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 02:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 02:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 02:54:01 4 0.05 0.00 0.03 0.00 0.02 99.90 03:51:36 02:54:01 5 0.03 0.00 0.00 0.03 0.02 99.92 03:51:36 02:54:01 6 0.63 0.00 0.00 0.07 0.00 99.30 03:51:36 02:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 02:55:01 all 0.13 0.00 0.02 0.02 0.00 99.82 03:51:36 02:55:01 0 0.00 0.00 0.00 0.03 0.00 99.97 03:51:36 02:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 02:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 02:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 02:55:01 4 0.03 0.00 0.02 0.00 0.00 99.95 03:51:36 02:55:01 5 0.02 0.00 0.03 0.02 0.00 99.93 03:51:36 02:55:01 6 0.96 0.00 0.10 0.10 0.02 98.82 03:51:36 02:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 02:56:01 all 0.02 0.00 0.03 0.01 0.01 99.94 03:51:36 02:56:01 0 0.02 0.00 0.03 0.03 0.02 99.90 03:51:36 02:56:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:51:36 02:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 02:56:01 3 0.00 0.00 0.03 0.00 0.00 99.97 03:51:36 02:56:01 4 0.05 0.00 0.05 0.00 0.02 99.88 03:51:36 02:56:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:51:36 02:56:01 6 0.02 0.00 0.03 0.02 0.00 99.93 03:51:36 02:56:01 7 0.00 0.00 0.03 0.00 0.02 99.95 03:51:36 02:57:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:51:36 02:57:01 0 0.00 0.00 0.00 0.02 0.00 99.98 03:51:36 02:57:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 02:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 02:57:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:51:36 02:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 02:57:01 5 0.02 0.00 0.00 0.02 0.00 99.97 03:51:36 02:57:01 6 0.00 0.00 0.02 0.05 0.00 99.93 03:51:36 02:57:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:51:36 02:58:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:51:36 02:58:01 0 0.02 0.00 0.02 0.02 0.00 99.95 03:51:36 02:58:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 02:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 02:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 02:58:01 4 0.03 0.00 0.05 0.00 0.02 99.90 03:51:36 02:58:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 02:58:01 6 0.00 0.00 0.00 0.02 0.00 99.98 03:51:36 02:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 02:59:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:51:36 02:59:01 0 0.00 0.00 0.00 0.02 0.00 99.98 03:51:36 02:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 02:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 02:59:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 02:59:01 4 0.05 0.00 0.03 0.00 0.02 99.90 03:51:36 02:59:01 5 0.00 0.00 0.02 0.02 0.02 99.95 03:51:36 02:59:01 6 0.00 0.00 0.00 0.02 0.00 99.98 03:51:36 02:59:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:51:36 03:00:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:51:36 03:00:01 0 0.00 0.00 0.02 0.02 0.00 99.97 03:51:36 03:00:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:00:01 4 0.03 0.00 0.03 0.00 0.00 99.93 03:51:36 03:00:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:00:01 6 0.00 0.00 0.02 0.02 0.02 99.95 03:51:36 03:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:01:01 all 0.01 0.00 0.00 0.01 0.00 99.97 03:51:36 03:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:01:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:51:36 03:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:01:01 4 0.03 0.00 0.02 0.00 0.02 99.93 03:51:36 03:01:01 5 0.02 0.00 0.00 0.03 0.00 99.95 03:51:36 03:01:01 6 0.02 0.00 0.00 0.03 0.00 99.95 03:51:36 03:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:02:01 all 0.03 0.00 0.01 0.00 0.00 99.95 03:51:36 03:02:01 0 0.02 0.00 0.00 0.03 0.00 99.95 03:51:36 03:02:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:02:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:51:36 03:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:02:01 4 0.10 0.00 0.03 0.00 0.00 99.87 03:51:36 03:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:02:01 6 0.03 0.00 0.03 0.00 0.00 99.93 03:51:36 03:02:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:51:36 03:03:01 all 0.02 0.00 0.01 0.01 0.00 99.97 03:51:36 03:03:01 0 0.00 0.00 0.00 0.03 0.00 99.97 03:51:36 03:03:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:51:36 03:03:01 4 0.05 0.00 0.00 0.00 0.02 99.93 03:51:36 03:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:03:01 6 0.00 0.00 0.02 0.02 0.00 99.97 03:51:36 03:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:51:36 03:03:01 CPU %user %nice %system %iowait %steal %idle 03:51:36 03:04:01 all 0.01 0.00 0.00 0.00 0.00 99.99 03:51:36 03:04:01 0 0.00 0.00 0.00 0.03 0.00 99.97 03:51:36 03:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:04:01 4 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:05:01 all 0.02 0.00 0.01 0.01 0.00 99.96 03:51:36 03:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:05:01 3 0.05 0.00 0.02 0.00 0.00 99.93 03:51:36 03:05:01 4 0.03 0.00 0.02 0.00 0.00 99.95 03:51:36 03:05:01 5 0.00 0.00 0.02 0.05 0.02 99.92 03:51:36 03:05:01 6 0.02 0.00 0.02 0.03 0.00 99.93 03:51:36 03:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:06:01 all 0.01 0.00 0.02 0.00 0.00 99.96 03:51:36 03:06:01 0 0.02 0.00 0.00 0.02 0.02 99.95 03:51:36 03:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:06:01 5 0.02 0.00 0.05 0.00 0.02 99.92 03:51:36 03:06:01 6 0.02 0.00 0.05 0.02 0.00 99.92 03:51:36 03:06:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:07:01 all 0.03 0.00 0.01 0.01 0.00 99.95 03:51:36 03:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:07:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:51:36 03:07:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:51:36 03:07:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:51:36 03:07:01 4 0.10 0.00 0.02 0.00 0.00 99.88 03:51:36 03:07:01 5 0.02 0.00 0.02 0.03 0.00 99.93 03:51:36 03:07:01 6 0.00 0.00 0.02 0.05 0.00 99.93 03:51:36 03:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:08:01 all 0.01 0.00 0.00 0.00 0.00 99.98 03:51:36 03:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:08:01 5 0.03 0.00 0.02 0.03 0.02 99.90 03:51:36 03:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:08:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:09:01 all 0.02 0.00 0.00 0.01 0.00 99.96 03:51:36 03:09:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:09:01 4 0.10 0.00 0.00 0.00 0.00 99.90 03:51:36 03:09:01 5 0.03 0.00 0.02 0.03 0.00 99.92 03:51:36 03:09:01 6 0.00 0.00 0.00 0.03 0.00 99.97 03:51:36 03:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:51:36 03:10:01 all 0.01 0.00 0.01 0.00 0.00 99.98 03:51:36 03:10:01 0 0.02 0.00 0.02 0.02 0.00 99.95 03:51:36 03:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:10:01 4 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:10:01 5 0.03 0.00 0.00 0.00 0.02 99.95 03:51:36 03:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:11:01 all 0.03 0.00 0.01 0.01 0.00 99.95 03:51:36 03:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:11:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:51:36 03:11:01 3 0.05 0.00 0.00 0.00 0.00 99.95 03:51:36 03:11:01 4 0.07 0.00 0.05 0.00 0.00 99.88 03:51:36 03:11:01 5 0.05 0.00 0.03 0.03 0.00 99.88 03:51:36 03:11:01 6 0.02 0.00 0.00 0.03 0.00 99.95 03:51:36 03:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:12:01 all 0.01 0.00 0.00 0.01 0.00 99.97 03:51:36 03:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:12:01 4 0.05 0.00 0.02 0.00 0.02 99.92 03:51:36 03:12:01 5 0.00 0.00 0.00 0.03 0.02 99.95 03:51:36 03:12:01 6 0.00 0.00 0.00 0.02 0.00 99.98 03:51:36 03:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:13:01 all 0.01 0.00 0.01 0.06 0.00 99.92 03:51:36 03:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:13:01 1 0.00 0.00 0.02 0.00 0.02 99.97 03:51:36 03:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:13:01 4 0.03 0.00 0.03 0.00 0.02 99.92 03:51:36 03:13:01 5 0.00 0.00 0.00 0.05 0.00 99.95 03:51:36 03:13:01 6 0.02 0.00 0.02 0.40 0.00 99.57 03:51:36 03:13:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:14:01 all 0.02 0.00 0.01 0.02 0.00 99.95 03:51:36 03:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 03:51:36 03:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:14:01 4 0.03 0.00 0.00 0.00 0.00 99.97 03:51:36 03:14:01 5 0.03 0.00 0.02 0.12 0.00 99.83 03:51:36 03:14:01 6 0.00 0.00 0.02 0.02 0.02 99.95 03:51:36 03:14:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:51:36 03:51:36 03:14:01 CPU %user %nice %system %iowait %steal %idle 03:51:36 03:15:01 all 0.00 0.00 0.01 0.02 0.00 99.97 03:51:36 03:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:15:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:15:01 4 0.02 0.00 0.03 0.00 0.02 99.93 03:51:36 03:15:01 5 0.00 0.00 0.00 0.10 0.00 99.90 03:51:36 03:15:01 6 0.00 0.00 0.00 0.05 0.00 99.95 03:51:36 03:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:16:01 all 0.02 0.00 0.02 0.01 0.00 99.96 03:51:36 03:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:16:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:51:36 03:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:16:01 4 0.07 0.00 0.02 0.00 0.00 99.92 03:51:36 03:16:01 5 0.02 0.00 0.05 0.02 0.00 99.92 03:51:36 03:16:01 6 0.00 0.00 0.02 0.03 0.00 99.95 03:51:36 03:16:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:17:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:51:36 03:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:17:01 4 0.03 0.00 0.02 0.00 0.02 99.93 03:51:36 03:17:01 5 0.02 0.00 0.00 0.05 0.00 99.93 03:51:36 03:17:01 6 0.00 0.00 0.00 0.02 0.00 99.98 03:51:36 03:17:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:51:36 03:18:01 all 0.01 0.00 0.00 0.01 0.00 99.98 03:51:36 03:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:18:01 4 0.02 0.00 0.03 0.00 0.00 99.95 03:51:36 03:18:01 5 0.02 0.00 0.00 0.02 0.00 99.97 03:51:36 03:18:01 6 0.02 0.00 0.00 0.03 0.00 99.95 03:51:36 03:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:19:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:51:36 03:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:19:01 4 0.08 0.00 0.00 0.00 0.02 99.90 03:51:36 03:19:01 5 0.00 0.00 0.00 0.03 0.00 99.97 03:51:36 03:19:01 6 0.00 0.00 0.02 0.02 0.00 99.97 03:51:36 03:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:20:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:51:36 03:20:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:20:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:20:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:20:01 4 0.02 0.00 0.03 0.00 0.02 99.93 03:51:36 03:20:01 5 0.02 0.00 0.00 0.03 0.00 99.95 03:51:36 03:20:01 6 0.00 0.00 0.02 0.02 0.00 99.97 03:51:36 03:20:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:51:36 03:21:01 all 0.01 0.00 0.01 0.01 0.00 99.96 03:51:36 03:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:21:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:51:36 03:21:01 2 0.05 0.00 0.03 0.00 0.00 99.92 03:51:36 03:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:21:01 4 0.03 0.00 0.00 0.00 0.02 99.95 03:51:36 03:21:01 5 0.00 0.00 0.00 0.03 0.00 99.97 03:51:36 03:21:01 6 0.02 0.00 0.02 0.02 0.00 99.95 03:51:36 03:21:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:22:02 all 0.01 0.00 0.00 0.00 0.00 99.98 03:51:36 03:22:02 0 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:22:02 1 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:22:02 2 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:22:02 3 0.03 0.00 0.00 0.00 0.02 99.95 03:51:36 03:22:02 4 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:22:02 5 0.02 0.00 0.00 0.02 0.00 99.97 03:51:36 03:22:02 6 0.00 0.00 0.00 0.02 0.00 99.98 03:51:36 03:22:02 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:23:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:51:36 03:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:23:01 4 0.00 0.00 0.02 0.00 0.02 99.97 03:51:36 03:23:01 5 0.00 0.00 0.02 0.05 0.02 99.92 03:51:36 03:23:01 6 0.00 0.00 0.02 0.02 0.00 99.97 03:51:36 03:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:24:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:51:36 03:24:01 0 0.00 0.00 0.02 0.00 0.02 99.97 03:51:36 03:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:24:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:51:36 03:24:01 5 0.03 0.00 0.00 0.02 0.00 99.95 03:51:36 03:24:01 6 0.00 0.00 0.02 0.02 0.00 99.97 03:51:36 03:24:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:51:36 03:25:01 all 0.00 0.00 0.00 0.01 0.01 99.98 03:51:36 03:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:51:36 03:25:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:51:36 03:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:25:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:51:36 03:25:01 5 0.00 0.00 0.00 0.03 0.00 99.97 03:51:36 03:25:01 6 0.00 0.00 0.02 0.02 0.00 99.97 03:51:36 03:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:51:36 03:25:01 CPU %user %nice %system %iowait %steal %idle 03:51:36 03:26:01 all 0.02 0.00 0.01 0.00 0.00 99.97 03:51:36 03:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:51:36 03:26:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:26:01 4 0.03 0.00 0.03 0.00 0.00 99.93 03:51:36 03:26:01 5 0.03 0.00 0.00 0.03 0.00 99.93 03:51:36 03:26:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:27:01 all 0.00 0.00 0.01 0.01 0.00 99.98 03:51:36 03:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:27:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:27:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:51:36 03:27:01 5 0.00 0.00 0.00 0.03 0.00 99.97 03:51:36 03:27:01 6 0.00 0.00 0.00 0.02 0.02 99.97 03:51:36 03:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:28:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:51:36 03:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:28:01 4 0.03 0.00 0.02 0.00 0.02 99.93 03:51:36 03:28:01 5 0.00 0.00 0.00 0.05 0.00 99.95 03:51:36 03:28:01 6 0.00 0.00 0.00 0.02 0.00 99.98 03:51:36 03:28:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:29:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:51:36 03:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:29:01 1 0.00 0.00 0.02 0.00 0.02 99.97 03:51:36 03:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:29:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:51:36 03:29:01 5 0.02 0.00 0.00 0.05 0.00 99.93 03:51:36 03:29:01 6 0.00 0.00 0.02 0.02 0.00 99.97 03:51:36 03:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:30:01 all 0.01 0.00 0.00 0.01 0.00 99.98 03:51:36 03:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:30:01 4 0.03 0.00 0.00 0.00 0.02 99.95 03:51:36 03:30:01 5 0.00 0.00 0.00 0.03 0.00 99.97 03:51:36 03:30:01 6 0.00 0.00 0.02 0.02 0.00 99.97 03:51:36 03:30:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:31:01 all 0.02 0.00 0.01 0.01 0.00 99.95 03:51:36 03:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:31:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:31:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:51:36 03:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:31:01 4 0.05 0.00 0.03 0.00 0.02 99.90 03:51:36 03:31:01 5 0.03 0.00 0.02 0.10 0.00 99.85 03:51:36 03:31:01 6 0.02 0.00 0.02 0.02 0.00 99.95 03:51:36 03:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:32:01 all 0.12 0.00 0.00 0.00 0.01 99.87 03:51:36 03:32:01 0 0.00 0.00 0.00 0.00 0.02 99.98 03:51:36 03:32:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:51:36 03:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:32:01 4 0.93 0.00 0.03 0.00 0.02 99.02 03:51:36 03:32:01 5 0.00 0.00 0.00 0.02 0.00 99.98 03:51:36 03:32:01 6 0.00 0.00 0.00 0.02 0.00 99.98 03:51:36 03:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:33:01 all 0.14 0.00 0.03 0.02 0.01 99.80 03:51:36 03:33:01 0 0.00 0.00 0.05 0.00 0.00 99.95 03:51:36 03:33:01 1 0.02 0.00 0.03 0.00 0.00 99.95 03:51:36 03:33:01 2 0.22 0.00 0.05 0.03 0.00 99.70 03:51:36 03:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:33:01 4 0.76 0.00 0.03 0.00 0.03 99.17 03:51:36 03:33:01 5 0.02 0.00 0.03 0.10 0.02 99.83 03:51:36 03:33:01 6 0.02 0.00 0.02 0.03 0.00 99.93 03:51:36 03:33:01 7 0.03 0.00 0.03 0.00 0.00 99.93 03:51:36 03:34:01 all 0.29 0.00 0.03 0.01 0.00 99.66 03:51:36 03:34:01 0 0.98 0.00 0.10 0.02 0.00 98.91 03:51:36 03:34:01 1 0.18 0.00 0.02 0.03 0.00 99.77 03:51:36 03:34:01 2 0.08 0.00 0.03 0.00 0.00 99.88 03:51:36 03:34:01 3 0.05 0.00 0.00 0.00 0.00 99.95 03:51:36 03:34:01 4 0.67 0.00 0.02 0.00 0.02 99.30 03:51:36 03:34:01 5 0.18 0.00 0.05 0.02 0.00 99.75 03:51:36 03:34:01 6 0.08 0.00 0.02 0.05 0.00 99.85 03:51:36 03:34:01 7 0.10 0.00 0.00 0.00 0.02 99.88 03:51:36 03:35:01 all 0.01 0.00 0.01 0.01 0.01 99.97 03:51:36 03:35:01 0 0.02 0.00 0.00 0.00 0.02 99.97 03:51:36 03:35:01 1 0.00 0.00 0.02 0.00 0.02 99.97 03:51:36 03:35:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:35:01 6 0.00 0.00 0.02 0.05 0.02 99.92 03:51:36 03:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:36:01 all 0.01 0.00 0.01 0.00 0.00 99.98 03:51:36 03:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:36:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:51:36 03:36:01 5 0.00 0.00 0.00 0.02 0.00 99.98 03:51:36 03:36:01 6 0.02 0.00 0.00 0.02 0.00 99.97 03:51:36 03:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:51:36 03:36:01 CPU %user %nice %system %iowait %steal %idle 03:51:36 03:37:01 all 0.03 0.00 0.02 0.01 0.00 99.94 03:51:36 03:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 03:51:36 03:37:01 1 0.00 0.00 0.03 0.00 0.00 99.97 03:51:36 03:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:37:01 4 0.12 0.00 0.02 0.00 0.02 99.85 03:51:36 03:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:37:01 6 0.02 0.00 0.02 0.08 0.00 99.88 03:51:36 03:37:01 7 0.03 0.00 0.03 0.00 0.00 99.93 03:51:36 03:38:01 all 0.01 0.00 0.00 0.00 0.00 99.98 03:51:36 03:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:38:01 4 0.03 0.00 0.00 0.00 0.02 99.95 03:51:36 03:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:38:01 6 0.00 0.00 0.00 0.03 0.00 99.97 03:51:36 03:38:01 7 0.00 0.00 0.03 0.00 0.00 99.97 03:51:36 03:39:01 all 0.01 0.00 0.01 0.01 0.01 99.96 03:51:36 03:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:39:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:51:36 03:39:01 2 0.02 0.00 0.02 0.00 0.02 99.95 03:51:36 03:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:39:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:51:36 03:39:01 5 0.02 0.00 0.00 0.03 0.02 99.93 03:51:36 03:39:01 6 0.00 0.00 0.00 0.05 0.00 99.95 03:51:36 03:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:40:01 all 0.00 0.00 0.01 0.00 0.00 99.98 03:51:36 03:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:40:01 4 0.02 0.00 0.03 0.00 0.00 99.95 03:51:36 03:40:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:40:01 6 0.00 0.00 0.02 0.02 0.02 99.95 03:51:36 03:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:41:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:51:36 03:41:01 0 0.02 0.00 0.00 0.00 0.02 99.97 03:51:36 03:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:41:01 4 0.03 0.00 0.02 0.00 0.02 99.93 03:51:36 03:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:41:01 6 0.00 0.00 0.02 0.05 0.00 99.93 03:51:36 03:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:42:01 all 0.00 0.00 0.01 0.00 0.00 99.98 03:51:36 03:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:42:01 4 0.03 0.00 0.00 0.00 0.02 99.95 03:51:36 03:42:01 5 0.00 0.00 0.00 0.02 0.00 99.98 03:51:36 03:42:01 6 0.00 0.00 0.02 0.02 0.00 99.97 03:51:36 03:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:43:01 all 0.00 0.00 0.01 0.00 0.00 99.98 03:51:36 03:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:43:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:51:36 03:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:43:01 4 0.00 0.00 0.02 0.00 0.02 99.97 03:51:36 03:43:01 5 0.00 0.00 0.00 0.02 0.00 99.98 03:51:36 03:43:01 6 0.00 0.00 0.02 0.02 0.00 99.97 03:51:36 03:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:44:01 all 0.01 0.00 0.00 0.00 0.00 99.98 03:51:36 03:44:01 0 0.00 0.00 0.00 0.00 0.02 99.98 03:51:36 03:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:44:01 4 0.03 0.00 0.02 0.00 0.02 99.93 03:51:36 03:44:01 5 0.02 0.00 0.00 0.02 0.00 99.97 03:51:36 03:44:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:45:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:51:36 03:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:45:01 4 0.00 0.00 0.02 0.00 0.02 99.97 03:51:36 03:45:01 5 0.00 0.00 0.00 0.02 0.00 99.98 03:51:36 03:45:01 6 0.00 0.00 0.02 0.05 0.00 99.93 03:51:36 03:45:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:51:36 03:46:01 all 0.02 0.00 0.00 0.01 0.00 99.97 03:51:36 03:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:46:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:46:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:51:36 03:46:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:51:36 03:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:46:01 6 0.00 0.00 0.00 0.03 0.00 99.97 03:51:36 03:46:01 7 0.03 0.00 0.00 0.02 0.00 99.95 03:51:36 03:47:01 all 0.00 0.00 0.00 0.01 0.01 99.98 03:51:36 03:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 03:51:36 03:47:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:51:36 03:47:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:51:36 03:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:47:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:51:36 03:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:47:01 6 0.00 0.00 0.02 0.05 0.00 99.93 03:51:36 03:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:51:36 03:47:01 CPU %user %nice %system %iowait %steal %idle 03:51:36 03:48:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:51:36 03:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:48:01 4 0.03 0.00 0.02 0.00 0.02 99.93 03:51:36 03:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:48:01 6 0.02 0.00 0.02 0.03 0.02 99.92 03:51:36 03:48:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:49:01 all 0.00 0.00 0.01 0.01 0.00 99.98 03:51:36 03:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:49:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:51:36 03:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:49:01 6 0.00 0.00 0.02 0.05 0.00 99.93 03:51:36 03:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:50:01 all 0.01 0.00 0.00 0.01 0.00 99.97 03:51:36 03:50:01 0 0.02 0.00 0.00 0.00 0.02 99.97 03:51:36 03:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:50:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:50:01 4 0.03 0.00 0.02 0.00 0.00 99.95 03:51:36 03:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 03:50:01 6 0.00 0.00 0.00 0.07 0.00 99.93 03:51:36 03:50:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:51:36 03:51:01 all 0.06 0.00 0.01 0.01 0.00 99.92 03:51:36 03:51:01 0 0.38 0.00 0.00 0.00 0.00 99.62 03:51:36 03:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:51:36 03:51:01 2 0.00 0.00 0.03 0.00 0.00 99.97 03:51:36 03:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:51:36 03:51:01 4 0.03 0.00 0.02 0.00 0.02 99.93 03:51:36 03:51:01 5 0.00 0.00 0.02 0.03 0.00 99.95 03:51:36 03:51:01 6 0.02 0.00 0.02 0.05 0.00 99.92 03:51:36 03:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:51:36 Average: all 6.11 0.00 1.22 0.38 0.02 92.27 03:51:36 Average: 0 6.58 0.00 1.21 0.37 0.02 91.82 03:51:36 Average: 1 6.03 0.00 1.12 0.23 0.02 92.60 03:51:36 Average: 2 5.97 0.00 1.19 0.41 0.02 92.41 03:51:36 Average: 3 6.01 0.00 1.18 0.35 0.02 92.44 03:51:36 Average: 4 5.97 0.00 1.42 0.42 0.03 92.17 03:51:36 Average: 5 6.03 0.00 1.21 0.33 0.02 92.41 03:51:36 Average: 6 6.20 0.00 1.15 0.48 0.02 92.16 03:51:36 Average: 7 6.08 0.00 1.30 0.43 0.02 92.17 03:51:36 03:51:36 03:51:36