Pull request #3978 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 316e85b6a4ef7a5de836e195d1142eaf4b4f125a+7c172932d67f5deb00d2ba71bf7bdd749298babf (abe577d3d414238cb6389ebe1d744de98532ec38) 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-ssh9733922305828860516.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh996469932364575524.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3978/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3978/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1874612568702698962.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3978/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1780261776118547325.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6089554405798594755.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3978/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3978/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7128301664514753489.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-21377’ Running on prd-ubuntu20.04-docker-8c-8g-21380 in /w/workspace/edgexfoundry_edgex-go_PR-3978 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 7c172932d67f5deb00d2ba71bf7bdd749298babf into PR head commit 316e85b6a4ef7a5de836e195d1142eaf4b4f125a Merge succeeded, producing 316e85b6a4ef7a5de836e195d1142eaf4b4f125a Checking out Revision 316e85b6a4ef7a5de836e195d1142eaf4b4f125a (PR-3978) > 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/3978/head:refs/remotes/origin/PR-3978 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 316e85b6a4ef7a5de836e195d1142eaf4b4f125a # 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 7c172932d67f5deb00d2ba71bf7bdd749298babf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 316e85b6a4ef7a5de836e195d1142eaf4b4f125a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:06:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:06:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:06:05 ========================================================= 19:06:05 EdgeX Global Pipelines Version Info 19:06:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:06:06 ------------------- 19:06:06 stable info: 19:06:06 ------------------- 19:06:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:06:06 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 19:06:06 Message: update stable to v1.0.221 19:06:06 ------------------- 19:06:06 experimental info: 19:06:06 ------------------- 19:06:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:06:06 Commit SHA: 2d41b7a85c8a62c0c33f5e39ad1462a101ac531d 19:06:06 Message: update experimental to v1.0.222 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:06:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:06:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3978 [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3978 [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3978 [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 316e85b6a4ef7a5de836e195d1142eaf4b4f125a [Pipeline] echo 19:06:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 316e85b [Pipeline] echo 19:06:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:06:08 provisioning config files... 19:06:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6752211392961081916tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:06:08 ---> docker-login.sh 19:06:08 nexus3.edgexfoundry.org:10001 19:06:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:08 Configure a credential helper to remove this warning. See 19:06:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:08 19:06:08 Login Succeeded 19:06:08 nexus3.edgexfoundry.org:10002 19:06:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:09 Configure a credential helper to remove this warning. See 19:06:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:09 19:06:09 Login Succeeded 19:06:09 nexus3.edgexfoundry.org:10003 19:06:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:09 Configure a credential helper to remove this warning. See 19:06:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:09 19:06:09 Login Succeeded 19:06:09 nexus3.edgexfoundry.org:10004 19:06:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:09 Configure a credential helper to remove this warning. See 19:06:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:09 19:06:09 Login Succeeded 19:06:09 docker.io 19:06:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:09 Configure a credential helper to remove this warning. See 19:06:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:09 19:06:09 Login Succeeded 19:06:09 ---> docker-login.sh ends [Pipeline] } 19:06:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:10 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:06:10 + dirname cmd/core-command/Dockerfile 19:06:10 + cut -d/ -f2 19:06:10 + echo core-command,cmd/core-command/Dockerfile 19:06:10 + dirname cmd/core-data/Dockerfile 19:06:10 + cut -d/ -f2 19:06:10 + echo core-data,cmd/core-data/Dockerfile 19:06:10 + + cut -d/ -f2 19:06:10 dirname cmd/core-metadata/Dockerfile 19:06:10 + echo core-metadata,cmd/core-metadata/Dockerfile 19:06:10 + dirname cmd/security-bootstrapper/Dockerfile 19:06:10 + cut -d/ -f2 19:06:10 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:06:10 + + dirnamecut cmd/security-proxy-setup/Dockerfile -d/ 19:06:10 -f2 19:06:10 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:06:10 + dirname cmd/security-secretstore-setup/Dockerfile 19:06:10 + cut -d/ -f2 19:06:10 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:06:10 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:06:10 + cut -d/ -f2 19:06:10 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:06:10 + dirname cmd/security-spire-agent/Dockerfile 19:06:10 + cut -d/ -f2 19:06:10 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:06:10 + dirname cmd/security-spire-config/Dockerfile 19:06:10 + cut -d/ -f2 19:06:10 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:06:10 + dirname cmd/security-spire-server/Dockerfile 19:06:10 + cut -d/ -f2 19:06:10 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:06:10 + dirname cmd/support-notifications/Dockerfile 19:06:10 + cut -d/ -f2 19:06:10 + echo support-notifications,cmd/support-notifications/Dockerfile 19:06:10 + cut -d/ -f2 19:06:10 + dirname cmd/support-scheduler/Dockerfile 19:06:10 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:06:10 + dirname cmd/sys-mgmt-agent/Dockerfile 19:06:10 + cut -d/ -f2 19:06:10 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:06:10 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:06:10 + git rev-list -1 --merges 316e85b6a4ef7a5de836e195d1142eaf4b4f125a~1..316e85b6a4ef7a5de836e195d1142eaf4b4f125a [Pipeline] echo 19:06:11 -----------> git rev-list -1 --merges 316e85b6a4ef7a5de836e195d1142eaf4b4f125a~1..316e85b6a4ef7a5de836e195d1142eaf4b4f125a 316e85b6a4ef7a5de836e195d1142eaf4b4f125a [false] [Pipeline] sh 19:06:11 + git log --format=format:%s -1 316e85b6a4ef7a5de836e195d1142eaf4b4f125a [Pipeline] echo 19:06:11 ========================================================= 19:06:11 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:06:11 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:06:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:06:11 + grep -v github /etc/ssh/ssh_known_hosts 19:06:11 + [ -e /tmp/ssh_known_hosts ] 19:06:11 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:06:11 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:06:11 + sudo tee -a /etc/ssh/ssh_known_hosts 19:06:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 19:06:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:12 19:06:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:06:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:12 latest: Pulling from edgex-devops/git-semver 19:06:12 a0d0a0d46f8b: Pulling fs layer 19:06:12 3e5f54012d9b: Pulling fs layer 19:06:12 4c7163046ea9: Pulling fs layer 19:06:12 0c2d73faf560: Pulling fs layer 19:06:12 0c2d73faf560: Waiting 19:06:12 3e5f54012d9b: Verifying Checksum 19:06:12 3e5f54012d9b: Download complete 19:06:12 a0d0a0d46f8b: Verifying Checksum 19:06:12 0c2d73faf560: Download complete 19:06:12 4c7163046ea9: Verifying Checksum 19:06:12 4c7163046ea9: Download complete 19:06:12 a0d0a0d46f8b: Pull complete 19:06:13 3e5f54012d9b: Pull complete 19:06:13 4c7163046ea9: Pull complete 19:06:13 0c2d73faf560: Pull complete 19:06:13 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 19:06:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:06:14 prd-ubuntu20.04-docker-8c-8g-21380 does not seem to be running inside a container 19:06:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:06:14 $ docker top 3fd1631c04ed80079feead11df67e6191f1c01b255f4a5020c404d7f34ae363e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:06:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:14 [ssh-agent] Looking for ssh-agent implementation... 19:06:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:15 $ docker exec 3fd1631c04ed80079feead11df67e6191f1c01b255f4a5020c404d7f34ae363e ssh-agent 19:06:15 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXKBKdPL/agent.13 19:06:15 SSH_AGENT_PID=19 19:06:15 Running ssh-add (command line suppressed) 19:06:15 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4818470381099603339.key (/w/workspace/edgex-go/1@tmp/private_key_4818470381099603339.key) 19:06:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:15 + git tag --points-at HEAD [Pipeline] } 19:06:15 $ docker exec --env ******** --env ******** 3fd1631c04ed80079feead11df67e6191f1c01b255f4a5020c404d7f34ae363e ssh-agent -k 19:06:15 unset SSH_AUTH_SOCK; 19:06:15 unset SSH_AGENT_PID; 19:06:15 echo Agent pid 19 killed; 19:06:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:06:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:15 [ssh-agent] Looking for ssh-agent implementation... 19:06:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:16 $ docker exec 3fd1631c04ed80079feead11df67e6191f1c01b255f4a5020c404d7f34ae363e ssh-agent 19:06:16 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXEFjKkM/agent.51 19:06:16 SSH_AGENT_PID=57 19:06:16 Running ssh-add (command line suppressed) 19:06:16 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8164343429055854085.key (/w/workspace/edgex-go/1@tmp/private_key_8164343429055854085.key) 19:06:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:16 + git semver init 19:06:16 # -> Open(): unable to determine branch for HEAD 19:06:16 # $GIT_DIR = /w/workspace/edgex-go/1/.git 19:06:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 19:06:16 # $SEMVER_REMOTE_NAME = origin 19:06:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:06:16 # $SEMVER_USER_NAME = edgex-jenkins 19:06:16 # $SEMVER_BRANCH = PR-3978 19:06:16 # $SEMVER_TEMP = /tmp/semver-199293431 19:06:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:06:31 # '/tmp/semver-199293431' -> '/w/workspace/edgex-go/1/.semver' 19:06:31 # -> Force: false 19:06:31 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 19:06:31 $ docker exec --env ******** --env ******** 3fd1631c04ed80079feead11df67e6191f1c01b255f4a5020c404d7f34ae363e ssh-agent -k 19:06:31 unset SSH_AUTH_SOCK; 19:06:31 unset SSH_AGENT_PID; 19:06:31 echo Agent pid 57 killed; 19:06:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:32 + git semver [Pipeline] } 19:06:32 $ docker stop --time=1 3fd1631c04ed80079feead11df67e6191f1c01b255f4a5020c404d7f34ae363e 19:06:34 $ docker rm -f 3fd1631c04ed80079feead11df67e6191f1c01b255f4a5020c404d7f34ae363e [Pipeline] // withDockerContainer [Pipeline] sh 19:06:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:06:34 Stashed 1 file(s) [Pipeline] echo 19:06:34 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 19:06:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:06:35 ========================================================= 19:06:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 19:06:35 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:06:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:06:35 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 19:06:35 59bf1c3509f3: Pulling fs layer 19:06:35 666ba61612fd: Pulling fs layer 19:06:35 8ed8ca486205: Pulling fs layer 19:06:35 4fe6c5a15a65: Pulling fs layer 19:06:35 22a0e8bec74d: Pulling fs layer 19:06:35 640e595b4fbd: Pulling fs layer 19:06:35 763cafe07f6e: Pulling fs layer 19:06:35 0c0b528cf693: Pulling fs layer 19:06:35 10935f4eaf8b: Pulling fs layer 19:06:35 4fe6c5a15a65: Waiting 19:06:35 22a0e8bec74d: Waiting 19:06:35 640e595b4fbd: Waiting 19:06:35 10935f4eaf8b: Waiting 19:06:35 763cafe07f6e: Waiting 19:06:35 8ed8ca486205: Verifying Checksum 19:06:35 8ed8ca486205: Download complete 19:06:35 666ba61612fd: Download complete 19:06:35 22a0e8bec74d: Verifying Checksum 19:06:35 22a0e8bec74d: Download complete 19:06:35 640e595b4fbd: Verifying Checksum 19:06:35 640e595b4fbd: Download complete 19:06:35 59bf1c3509f3: Verifying Checksum 19:06:35 763cafe07f6e: Download complete 19:06:36 0c0b528cf693: Verifying Checksum 19:06:36 0c0b528cf693: Download complete 19:06:36 59bf1c3509f3: Pull complete 19:06:36 666ba61612fd: Pull complete 19:06:36 8ed8ca486205: Pull complete 19:06:36 10935f4eaf8b: Download complete 19:06:36 4fe6c5a15a65: Verifying Checksum 19:06:36 4fe6c5a15a65: Download complete 19:06:40 4fe6c5a15a65: Pull complete 19:06:40 22a0e8bec74d: Pull complete 19:06:40 640e595b4fbd: Pull complete 19:06:40 763cafe07f6e: Pull complete 19:06:41 0c0b528cf693: Pull complete 19:06:43 10935f4eaf8b: Pull complete 19:06:43 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 19:06:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:06:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:06:44 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:06:44 WORKDIR /edgex 19:06:44 COPY go.mod . 19:06:44 RUN go mod download 19:06:44 + docker build -t ci-base-image-x86_64 -f - . 19:06:45 Sending build context to Docker daemon 334.9MB 19:06:45 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:06:45 ---> 99d49a6021b9 19:06:45 Step 2/4 : WORKDIR /edgex 19:06:47 ---> Running in 9acefcaf8749 19:06:47 Removing intermediate container 9acefcaf8749 19:06:47 ---> fcc122925e40 19:06:47 Step 3/4 : COPY go.mod . 19:06:47 ---> 89aeec4d95ba 19:06:47 Step 4/4 : RUN go mod download 19:06:47 ---> Running in 6a23c097cc9d 19:06:50 Still waiting to schedule task 19:06:50 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-21378’ 19:07:02 Removing intermediate container 6a23c097cc9d 19:07:02 ---> bfa0f22f50a3 19:07:02 Successfully built bfa0f22f50a3 19:07:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:07:02 + docker inspect -f . ci-base-image-x86_64 19:07:02 . [Pipeline] withDockerContainer 19:07:02 prd-ubuntu20.04-docker-8c-8g-21380 does not seem to be running inside a container 19:07:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:07:03 $ docker top 663e130d6f13114bdebbecb1af7c1ea08b618c7d3d8927b6b0c167e3a4041b52 -eo pid,comm [Pipeline] { [Pipeline] sh 19:07:03 + go version 19:07:03 go version go1.17.6 linux/amd64 [Pipeline] } 19:07:03 $ docker stop --time=1 663e130d6f13114bdebbecb1af7c1ea08b618c7d3d8927b6b0c167e3a4041b52 19:07:05 $ docker rm -f 663e130d6f13114bdebbecb1af7c1ea08b618c7d3d8927b6b0c167e3a4041b52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:07:05 + docker inspect -f . ci-base-image-x86_64 19:07:05 . [Pipeline] withDockerContainer 19:07:05 prd-ubuntu20.04-docker-8c-8g-21380 does not seem to be running inside a container 19:07:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:07:06 $ docker top ec0c47923bfc2c7901691e8617d82a701915d618e12f7e7549b7e15358f193c8 -eo pid,comm [Pipeline] { [Pipeline] echo 19:07:06 ========================================================= 19:07:06 [edgeXBuildGoParallel] Running Tests and Build... 19:07:06 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:07:06 + make test 19:07:06 go mod tidy -compat=1.17 19:07:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:07:13 ? github.com/edgexfoundry/edgex-go [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:07:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.082s coverage: 28.7% of statements 19:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:07:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.090s coverage: 98.5% of statements 19:07:27 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:07:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.098s coverage: 53.4% of statements 19:07:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:07:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.739s coverage: 89.2% of statements 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.062s coverage: 84.4% of statements 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.525s coverage: 95.6% of statements 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/io 0.058s coverage: 72.2% of statements 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.072s coverage: 60.0% of statements 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.096s coverage: 0.9% of statements 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.067s coverage: 29.6% of statements 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.053s coverage: 79.5% of statements 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.086s coverage: 87.5% of statements 19:07:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements 19:07:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements 19:07:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.210s coverage: 82.5% of statements 19:07:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.023s coverage: 65.1% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.071s coverage: 100.0% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 58.8% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.0% of statements 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.055s coverage: 87.2% of statements 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 85.4% of statements 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.179s coverage: 91.2% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 64.4% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 89.4% of statements 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.408s coverage: 65.4% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.175s coverage: 43.8% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.071s coverage: 89.5% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.090s coverage: 17.7% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.180s coverage: 92.3% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 63.2% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.114s coverage: 97.7% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.058s coverage: 28.9% of statements 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 19:07:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 96.9% of statements 19:07:51 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:08:09 GO111MODULE=on go vet ./... 19:08:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:08:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:08:15 ./bin/test-attribution-txt.sh [Pipeline] echo 19:08:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:08:16 + ls -al . 19:08:16 total 672 19:08:16 drwxrwxr-x 10 1001 1001 4096 Apr 19 19:08 . 19:08:16 drwxr-xr-x 4 root root 4096 Apr 19 19:07 .. 19:08:16 -rw-rw-r-- 1 1001 1001 11 Apr 19 19:06 .dockerignore 19:08:16 drwxrwxr-x 8 1001 1001 4096 Apr 19 19:06 .git 19:08:16 drwxrwxr-x 3 1001 1001 4096 Apr 19 19:06 .github 19:08:16 -rw-rw-r-- 1 1001 1001 879 Apr 19 19:06 .gitignore 19:08:16 -rw-rw-r-- 1 1001 1001 42 Apr 19 19:06 .golangci.yml 19:08:16 -rw-rw-r-- 1 1001 1001 87 Apr 19 19:06 .hadolint.yml 19:08:16 drwx------ 3 1001 1001 4096 Apr 19 19:06 .semver 19:08:16 -rw-rw-r-- 1 1001 1001 166 Apr 19 19:06 .sonarcloud.properties 19:08:16 -rw-rw-r-- 1 1001 1001 1171 Apr 19 19:06 ADOPTERS.md 19:08:16 -rw-rw-r-- 1 1001 1001 10086 Apr 19 19:06 Attribution.txt 19:08:16 -rw-rw-r-- 1 1001 1001 51732 Apr 19 19:06 CHANGELOG.md 19:08:16 -rw-rw-r-- 1 1001 1001 3804 Apr 19 19:06 CONTRIBUTING.md 19:08:16 -rw-rw-r-- 1 1001 1001 677 Apr 19 19:06 GOVERNANCE.md 19:08:16 -rw-rw-r-- 1 1001 1001 850 Apr 19 19:06 Jenkinsfile 19:08:16 -rw-rw-r-- 1 1001 1001 10775 Apr 19 19:06 LICENSE 19:08:16 -rw-rw-r-- 1 1001 1001 10389 Apr 19 19:06 Makefile 19:08:16 -rw-rw-r-- 1 1001 1001 582 Apr 19 19:06 OWNERS.md 19:08:16 -rw-rw-r-- 1 1001 1001 9120 Apr 19 19:06 README.md 19:08:16 -rw-rw-r-- 1 1001 1001 6912 Apr 19 19:06 SECURITY.md 19:08:16 -rw-rw-r-- 1 1001 1001 5 Apr 19 19:06 VERSION 19:08:16 -rw-rw-r-- 1 1001 1001 4131 Apr 19 19:06 ZMQWindows.md 19:08:16 drwxrwxr-x 2 1001 1001 4096 Apr 19 19:06 bin 19:08:16 drwxrwxr-x 18 1001 1001 4096 Apr 19 19:06 cmd 19:08:16 -rw-r--r-- 1 root root 435134 Apr 19 19:07 coverage.out 19:08:16 -rw-rw-r-- 1 1001 1001 3256 Apr 19 19:06 go.mod 19:08:16 -rw-rw-r-- 1 1001 1001 35162 Apr 19 19:07 go.sum 19:08:16 drwxrwxr-x 8 1001 1001 4096 Apr 19 19:06 internal 19:08:16 drwxrwxr-x 3 1001 1001 4096 Apr 19 19:06 openapi 19:08:16 drwxrwxr-x 4 1001 1001 4096 Apr 19 19:06 snap 19:08:16 -rw-rw-r-- 1 1001 1001 204 Apr 19 19:06 version.go [Pipeline] sh 19:08:17 + '[' -e coverage.out ] 19:08:17 + chown 1001:1001 coverage.out [Pipeline] stash 19:08:17 Stashed 1 file(s) [Pipeline] sh 19:08:17 + make build 19:08:17 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 19:08: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/core-metadata/core-metadata ./cmd/core-metadata 19:08: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/core-command/core-command ./cmd/core-command 19:08:41 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 19:08:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:08: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 19:08:49 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 19:08:50 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 19:08:50 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 19:08:52 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:08:52 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:08: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 19:08:55 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] } 19:08:56 $ docker stop --time=1 ec0c47923bfc2c7901691e8617d82a701915d618e12f7e7549b7e15358f193c8 19:08:59 $ docker rm -f ec0c47923bfc2c7901691e8617d82a701915d618e12f7e7549b7e15358f193c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:09:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:00 19:09:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:09:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:00 latest: Pulling from edgex-devops/edgex-compose 19:09:00 cbdbe7a5bc2a: Pulling fs layer 19:09:00 ca9280d653b3: Pulling fs layer 19:09:00 7e9c9ca2126c: Pulling fs layer 19:09:00 cbdbe7a5bc2a: Download complete 19:09:00 ca9280d653b3: Verifying Checksum 19:09:00 ca9280d653b3: Download complete 19:09:00 cbdbe7a5bc2a: Pull complete 19:09:01 7e9c9ca2126c: Verifying Checksum 19:09:01 7e9c9ca2126c: Download complete 19:09:01 ca9280d653b3: Pull complete 19:09:04 7e9c9ca2126c: Pull complete 19:09:04 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:09:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:09:05 prd-ubuntu20.04-docker-8c-8g-21380 does not seem to be running inside a container 19:09:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:09:06 $ docker top 6bd214b52bdb989e428fbd59dafb634fe3d348c149a16c6ecb32a6c27a8ac776 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:06 + docker-compose build --help 19:09:06 + grep parallel 19:09:07 --parallel Build images in parallel. [Pipeline] } 19:09:07 $ docker stop --time=1 6bd214b52bdb989e428fbd59dafb634fe3d348c149a16c6ecb32a6c27a8ac776 19:09:08 $ docker rm -f 6bd214b52bdb989e428fbd59dafb634fe3d348c149a16c6ecb32a6c27a8ac776 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:09:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:09 . [Pipeline] withDockerContainer 19:09:09 prd-ubuntu20.04-docker-8c-8g-21380 does not seem to be running inside a container 19:09:09 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:09:09 $ docker top ca323da9ad450cbd4aa4b80c414c8c28017eaa1a3b7d7f5f412f98632143e798 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:10 + docker-compose -f ./docker-compose-build.yml build --parallel 19:09:10 Building core-command ... 19:09:10 Building core-data ... 19:09:10 Building core-metadata ... 19:09:10 Building security-bootstrapper ... 19:09:10 Building security-proxy-setup ... 19:09:10 Building security-secretstore-setup ... 19:09:10 Building security-spiffe-token-provider ... 19:09:10 Building security-spire-agent ... 19:09:10 Building security-spire-config ... 19:09:10 Building security-spire-server ... 19:09:10 Building support-notifications ... 19:09:10 Building support-scheduler ... 19:09:10 Building sys-mgmt-agent ... 19:09:10 Building security-spiffe-token-provider 19:09:10 Building core-command 19:09:10 Building security-secretstore-setup 19:09:10 Building security-spire-agent 19:09:10 Building security-spire-config 19:09:19 Running on prd-ubuntu20.04-docker-arm64-4c-16g-21382 in /w/workspace/edgexfoundry_edgex-go_PR-3978 [Pipeline] { [Pipeline] ws 19:09:19 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:09:19 The recommended git tool is: git 19:09:27 using credential edgex-jenkins-ssh 19:09:27 Cloning the remote Git repository 19:09:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:09:27 > git init /w/workspace/edgex-go/1 # timeout=10 19:09:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:09:27 > git --version # timeout=10 19:09:28 > git --version # 'git version 2.25.1' 19:09:28 using GIT_SSH to set credentials SSH Credentials for GitHub 19:09:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:09:28 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:09:28 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:09:28 ---> bfa0f22f50a3 19:09:28 Step 3/20 : WORKDIR /edgex-go 19:09:29 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:09:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:09:29 ---> bfa0f22f50a3 19:09:29 Step 3/26 : WORKDIR /edgex-go 19:09:29 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:09:29 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:09:29 ---> bfa0f22f50a3 19:09:29 Step 3/25 : WORKDIR /edgex-go 19:09:29 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:09:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:09:29 ---> bfa0f22f50a3 19:09:29 Step 3/23 : WORKDIR /edgex-go 19:09:29 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:09:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:09:29 ---> bfa0f22f50a3 19:09:29 Step 3/26 : WORKDIR /edgex-go 19:09:32 ---> Running in d5720b648fd7 19:09:32 ---> Running in 81b94d36caef 19:09:32 ---> Running in 3a2f38a3f4ee 19:09:32 ---> Running in a1e67204598e 19:09:32 ---> Running in 80be218a8f18 19:09:32 Removing intermediate container 81b94d36caef 19:09:32 ---> 476985050a7c 19:09:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:32 Removing intermediate container a1e67204598e 19:09:32 ---> 695f01139a0d 19:09:32 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:09:32 Removing intermediate container d5720b648fd7 19:09:32 ---> d7e8f855606a 19:09:32 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:32 Removing intermediate container 3a2f38a3f4ee 19:09:32 ---> 30896956d289 19:09:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:32 ---> Running in 3d5bf037df51 19:09:32 Removing intermediate container 80be218a8f18 19:09:32 ---> 04eed3f5730d 19:09:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:32 ---> Running in c94ba7e46291 19:09:32 ---> Running in 633f5ef17cd8 19:09:32 ---> Running in fa7c0b8d2271 19:09:32 ---> Running in a526f3132c7d 19:09:33 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:33 Removing intermediate container 3d5bf037df51 19:09:33 ---> 0128ed7e1279 19:09:33 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:09:33 ---> Running in d576d5daf512 19:09:33 Removing intermediate container fa7c0b8d2271 19:09:33 ---> 97165c2b759c 19:09:33 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:09:34 ---> Running in 3e589f2cc9aa 19:09:34 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:34 Removing intermediate container 633f5ef17cd8 19:09:34 ---> 4fab910662d0 19:09:34 Step 5/25 : RUN apk add --update --no-cache make git 19:09:34 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:34 Removing intermediate container a526f3132c7d 19:09:34 ---> b4d65c56d9cc 19:09:34 Step 5/23 : RUN apk add --update --no-cache make git 19:09:34 ---> Running in 4aa9c1b8e5ce 19:09:34 ---> Running in 6fa10d928a1a 19:09:34 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:34 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:09:34 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 19:09:34 OK: 15866 distinct packages available 19:09:34 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:34 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:34 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:34 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:35 OK: 221 MiB in 52 packages 19:09:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:35 Removing intermediate container d576d5daf512 19:09:35 ---> b49354886211 19:09:35 Step 6/26 : COPY go.mod vendor* ./ 19:09:35 OK: 221 MiB in 52 packages 19:09:35 ---> 7a45f843937a 19:09:35 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:35 OK: 221 MiB in 52 packages 19:09:35 OK: 221 MiB in 52 packages 19:09:35 ---> Running in 27db0635e41a 19:09:35 Removing intermediate container 3e589f2cc9aa 19:09:35 ---> f3c74c22ea9f 19:09:35 Step 6/26 : COPY go.mod vendor* ./ 19:09:36 OK: 221 MiB in 52 packages 19:09:36 ---> 7012a54b419b 19:09:36 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:36 ---> Running in 39cdad6c7687 19:09:36 Removing intermediate container 4aa9c1b8e5ce 19:09:36 ---> c60b0d3742b2 19:09:36 Step 6/25 : COPY go.mod vendor* ./ 19:09:36 Removing intermediate container c94ba7e46291 19:09:36 ---> 001e25e08453 19:09:36 Step 5/20 : COPY go.mod vendor* ./ 19:09:36 ---> 696c64a8b9d9 19:09:36 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:36 ---> Running in 22f22673459a 19:09:36 ---> 9cf5b7c74eb9 19:09:36 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:36 Removing intermediate container 6fa10d928a1a 19:09:36 ---> bf4050ee9cc2 19:09:36 Step 6/23 : COPY go.mod vendor* ./ 19:09:36 ---> Running in 435f36c7d914 19:09:36 ---> be353f960e71 19:09:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:36 ---> Running in 94956a0e20be 19:09:36 Removing intermediate container 27db0635e41a 19:09:36 ---> a1c3366b09a0 19:09:36 Step 8/26 : COPY . . 19:09:38 Removing intermediate container 39cdad6c7687 19:09:38 ---> 1167e36d68bf 19:09:38 Step 8/26 : COPY . . 19:09:38 Removing intermediate container 22f22673459a 19:09:38 ---> 9fa35df2a7ea 19:09:38 Step 8/25 : COPY . . 19:09:38 Removing intermediate container 435f36c7d914 19:09:38 ---> 3643663eefe9 19:09:38 Step 7/20 : COPY . . 19:09:40 Removing intermediate container 94956a0e20be 19:09:40 ---> 6bcca9862e09 19:09:40 Step 8/23 : COPY . . 19:09:46 Merging remotes/origin/main commit 7c172932d67f5deb00d2ba71bf7bdd749298babf into PR head commit 316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:09:46 ---> 35b0edecce92 19:09:46 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:09:46 ---> Running in 1af58c2a7d2c 19:09:46 ---> 08ea44cf8548 19:09:46 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:09:46 ---> 819eee8c1bea 19:09:46 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:09:46 ---> 5a63b681d2b0 19:09:46 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:09:46 ---> da7c4e0011b6 19:09:46 Step 9/23 : RUN make cmd/core-command/core-command 19:09:46 ---> Running in 41d805bda4ac 19:09:46 ---> Running in 6392f76e4fe0 19:09:46 ---> Running in 248a24379184 19:09:46 ---> Running in 10a53e0f9348 19:09:46 Removing intermediate container 1af58c2a7d2c 19:09:46 ---> 46954cda2ab8 19:09:46 Step 10/26 : RUN mkdir -p spire-build 19:09:46 ---> Running in c1ac4020475e 19:09:46 Removing intermediate container 248a24379184 19:09:46 ---> c08369ce803b 19:09:46 Step 10/26 : RUN mkdir -p spire-build 19:09:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:09:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:09:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:09:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:09:45 using GIT_SSH to set credentials SSH Credentials for GitHub 19:09:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3978/head:refs/remotes/origin/PR-3978 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:09:46 > git config core.sparsecheckout # timeout=10 19:09:46 > git checkout -f 316e85b6a4ef7a5de836e195d1142eaf4b4f125a # timeout=10 19:09:46 Merge succeeded, producing 316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:09:46 Checking out Revision 316e85b6a4ef7a5de836e195d1142eaf4b4f125a (PR-3978) 19:09:46 ---> Running in bade8d227f51 19:09: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/core-command/core-command ./cmd/core-command 19:09: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:09:47 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 19:09:48 Removing intermediate container c1ac4020475e 19:09:48 ---> e6db9befd369 19:09:48 Step 11/26 : WORKDIR /edgex-go/spire-build 19:09:48 Removing intermediate container bade8d227f51 19:09:48 ---> ef9e8b227197 19:09:48 Step 11/26 : WORKDIR /edgex-go/spire-build 19:09:48 ---> Running in 822afb6a662b 19:09:48 ---> Running in 5d48a8645ca7 19:09:48 Removing intermediate container 822afb6a662b 19:09:48 ---> a535e9c1ec1e 19:09:48 Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent 19:09:48 Removing intermediate container 5d48a8645ca7 19:09:48 ---> b293375f640a 19:09:48 Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent 19:09:48 ---> Running in add207cc91b6 19:09:48 ---> Running in 5dfc2e6ac870 19:09:46 > git remote # timeout=10 19:09:46 > git config --get remote.origin.url # timeout=10 19:09:46 using GIT_SSH to set credentials SSH Credentials for GitHub 19:09:46 > git merge 7c172932d67f5deb00d2ba71bf7bdd749298babf # timeout=10 19:09:46 > git rev-parse HEAD^{commit} # timeout=10 19:09:46 > git config core.sparsecheckout # timeout=10 19:09:46 > git checkout -f 316e85b6a4ef7a5de836e195d1142eaf4b4f125a # timeout=10 19:09:50 spire-1.2.1/ 19:09:50 spire-1.2.1/ 19:09:50 spire-1.2.1/.data/ 19:09:50 spire-1.2.1/.data/.file 19:09:50 spire-1.2.1/.dockerignore 19:09:50 spire-1.2.1/.gitattributes 19:09:50 spire-1.2.1/.githooks/ 19:09:50 spire-1.2.1/.githooks/pre-commit 19:09:50 spire-1.2.1/.github/ 19:09:50 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:09:50 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:09:50 spire-1.2.1/.github/dependabot.yml 19:09:50 spire-1.2.1/.github/workflows/ 19:09:50 spire-1.2.1/.github/workflows/nightly_build.yaml 19:09:50 spire-1.2.1/.github/workflows/pr_build.yaml 19:09:50 spire-1.2.1/.github/workflows/release_build.yaml 19:09:50 spire-1.2.1/.github/workflows/scripts/ 19:09:50 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:09:50 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:09:50 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:09:50 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:09:50 spire-1.2.1/.github/workflows/scripts/split.sh 19:09:50 spire-1.2.1/.gitignore 19:09:50 spire-1.2.1/.go-version 19:09:50 spire-1.2.1/.golangci.yml 19:09:50 spire-1.2.1/ADOPTERS.md 19:09:50 spire-1.2.1/CHANGELOG.md 19:09:50 spire-1.2.1/CODE-OF-CONDUCT.md 19:09:50 spire-1.2.1/CODEOWNERS 19:09:50 spire-1.2.1/CONTRIBUTING.md 19:09:50 spire-1.2.1/Dockerfile 19:09:50 spire-1.2.1/Dockerfile.devspire-1.2.1/.data/ 19:09:50 spire-1.2.1/.data/.file 19:09:50 spire-1.2.1/.dockerignore 19:09:50 spire-1.2.1/.gitattributes 19:09:50 spire-1.2.1/.githooks/ 19:09:50 spire-1.2.1/.githooks/pre-commit 19:09:50 spire-1.2.1/.github/ 19:09:50 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:09:50 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:09:50 spire-1.2.1/.github/dependabot.yml 19:09:50 spire-1.2.1/.github/workflows/ 19:09:50 spire-1.2.1/.github/workflows/nightly_build.yaml 19:09:50 spire-1.2.1/.github/workflows/pr_build.yaml 19:09:50 spire-1.2.1/.github/workflows/release_build.yaml 19:09:50 spire-1.2.1/.github/workflows/scripts/ 19:09:50 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:09:50 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:09:50 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:09:50 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:09:50 spire-1.2.1/.github/workflows/scripts/split.sh 19:09:50 spire-1.2.1/.gitignore 19:09:50 spire-1.2.1/.go-version 19:09:50 spire-1.2.1/.golangci.yml 19:09:50 spire-1.2.1/ADOPTERS.md 19:09:50 spire-1.2.1/CHANGELOG.md 19:09:50 spire-1.2.1/CODE-OF-CONDUCT.md 19:09:50 spire-1.2.1/CODEOWNERS 19:09:50 spire-1.2.1/CONTRIBUTING.md 19:09:50 spire-1.2.1/Dockerfile 19:09:50 spire-1.2.1/Dockerfile.dev 19:09:50 spire-1.2.1/Dockerfile.scratch 19:09:50 spire-1.2.1/LICENSE 19:09:50 spire-1.2.1/MAINTAINERS.md 19:09:50 spire-1.2.1/Makefile 19:09:50 spire-1.2.1/README.md 19:09:50 spire-1.2.1/ROADMAP.md 19:09:50 spire-1.2.1/SECURITY.md 19:09:50 spire-1.2.1/cmd/ 19:09:50 spire-1.2.1/cmd/spire-agent/ 19:09:50 spire-1.2.1/cmd/spire-agent/cli/ 19:09:50 spire-1.2.1/cmd/spire-agent/cli/api/ 19:09:50 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/common/ 19:09:50 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:09:50 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/run/ 19:09:50 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:09:50 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:09:50 spire-1.2.1/cmd/spire-agent/main.go 19:09:50 spire-1.2.1/cmd/spire-server/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/agent/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/cli.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/ 19:09:50 spire-1.2.1/Dockerfile.scratch 19:09:50 spire-1.2.1/LICENSE 19:09:50 spire-1.2.1/MAINTAINERS.md 19:09:50 spire-1.2.1/Makefile 19:09:50 spire-1.2.1/README.md 19:09:50 spire-1.2.1/ROADMAP.md 19:09:50 spire-1.2.1/SECURITY.md 19:09:50 spire-1.2.1/cmd/ 19:09:50 spire-1.2.1/cmd/spire-agent/ 19:09:50 spire-1.2.1/cmd/spire-agent/cli/ 19:09:50 spire-1.2.1/cmd/spire-agent/cli/api/ 19:09:50 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/common/ 19:09:50 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:09:50 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/run/ 19:09:50 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:09:50 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:09:50 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:09:50 spire-1.2.1/cmd/spire-agent/main.go 19:09:50 spire-1.2.1/cmd/spire-server/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/agent/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/cli.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/run/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/token/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/validate/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/run/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/token/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/validate/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/x509/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:09:50 spire-1.2.1/cmd/spire-server/main.go 19:09:50 spire-1.2.1/cmd/spire-server/util/ 19:09:50 spire-1.2.1/cmd/spire-server/util/util.go 19:09:50 spire-1.2.1/conf/ 19:09:50 spire-1.2.1/conf/agent/ 19:09:50 spire-1.2.1/conf/agent/agent.conf 19:09:50 spire-1.2.1/conf/agent/agent_full.conf 19:09:50 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:09:50 spire-1.2.1/conf/server/ 19:09:50 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:09:50 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:09:50 spire-1.2.1/conf/server/server.conf 19:09:50 spire-1.2.1/conf/server/server_full.conf 19:09:50 spire-1.2.1/doc/ 19:09:50 spire-1.2.1/doc/SPIRE101.md 19:09:50 spire-1.2.1/doc/auditlog.md 19:09:50 spire-1.2.1/doc/authorization_policy_engine.md 19:09:50 spire-1.2.1/doc/changelog_guidelines.md 19:09:50 spire-1.2.1/doc/cure53-report.pdf 19:09:50 spire-1.2.1/doc/images/ 19:09:50 spire-1.2.1/doc/images/2019_roadmap.png 19:09:50 spire-1.2.1/doc/images/SPIRE101.png 19:09:50 spire-1.2.1/doc/images/SPIRE_agent.png 19:09:50 spire-1.2.1/doc/images/SPIRE_server.png 19:09:50 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/x509/ 19:09:50 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:09:50 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:09:50 spire-1.2.1/cmd/spire-server/main.go 19:09:50 spire-1.2.1/cmd/spire-server/util/ 19:09:50 spire-1.2.1/cmd/spire-server/util/util.go 19:09:50 spire-1.2.1/conf/ 19:09:50 spire-1.2.1/conf/agent/ 19:09:50 spire-1.2.1/conf/agent/agent.conf 19:09:50 spire-1.2.1/conf/agent/agent_full.conf 19:09:50 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:09:50 spire-1.2.1/conf/server/ 19:09:50 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:09:50 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:09:50 spire-1.2.1/conf/server/server.conf 19:09:50 spire-1.2.1/conf/server/server_full.conf 19:09:50 spire-1.2.1/doc/ 19:09:50 spire-1.2.1/doc/SPIRE101.md 19:09:50 spire-1.2.1/doc/auditlog.md 19:09:50 spire-1.2.1/doc/authorization_policy_engine.md 19:09:50 spire-1.2.1/doc/changelog_guidelines.md 19:09:50 spire-1.2.1/doc/cure53-report.pdf 19:09:50 spire-1.2.1/doc/images/ 19:09:50 spire-1.2.1/doc/images/2019_roadmap.png 19:09:50 spire-1.2.1/doc/images/SPIRE101.png 19:09:50 spire-1.2.1/doc/images/SPIRE_agent.png 19:09:50 spire-1.2.1/doc/images/SPIRE_server.png 19:09:50 spire-1.2.1/doc/images/cache_mgr.png 19:09:50 spire-1.2.1/doc/images/cache_mgr_components.png 19:09:50 spire-1.2.1/doc/images/federated_spire.png 19:09:50 spire-1.2.1/doc/images/ha_mode.png 19:09:50 spire-1.2.1/doc/images/nested_spire.png 19:09:50 spire-1.2.1/doc/images/oidc_federation.png 19:09:50 spire-1.2.1/doc/images/single_trust_domain.png 19:09:50 spire-1.2.1/doc/images/spiffe_compatible.png 19:09:50 spire-1.2.1/doc/images/spire_logo.png 19:09:50 spire-1.2.1/doc/migrating_registration_api_clients.md 19:09:50 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:09:50 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:09:50 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:09:50 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:09:50 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:09:50 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:09:50 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:09:50 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:09:50 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:09:50 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:09:50 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:09:50 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:09:50 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:09:50 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:09:50 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:09:50 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:09:50 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:09:50 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:09:50 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:09:50 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:09:50 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:09:50 spire-1.2.1/doc/scaling_spire.md 19:09:50 spire-1.2.1/doc/spire_agent.md 19:09:50 spire-1.2.1/doc/spire_server.md 19:09:50 spire-1.2.1/doc/supported_integrations.md 19:09:50 spire-1.2.1/doc/telemetry.md 19:09:50 spire-1.2.1/doc/telemetry_config.md 19:09:50 spire-1.2.1/doc/upgrading.md 19:09:50 spire-1.2.1/doc/using_spire.md 19:09:50 spire-1.2.1/examples/ 19:09:50 spire-1.2.1/examples/README.md 19:09:50 spire-1.2.1/go.mod 19:09:50 spire-1.2.1/go.sum 19:09:50 spire-1.2.1/pkg/ 19:09:50 spire-1.2.1/pkg/agent/ 19:09:50 spire-1.2.1/pkg/agent/agent.go 19:09:50 spire-1.2.1/pkg/agent/api/ 19:09:50 spire-1.2.1/pkg/agent/api/config.go 19:09:50 spire-1.2.1/pkg/agent/api/debug/ 19:09:50 spire-1.2.1/pkg/agent/api/debug/v1/ 19:09:50 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:09:50 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:09:50 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:09:50 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:09:50 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:09:50 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:09:50 spire-1.2.1/pkg/agent/api/endpoints.go 19:09:50 spire-1.2.1/pkg/agent/api/health/ 19:09:50 spire-1.2.1/pkg/agent/api/health/v1/ 19:09:50 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:09:50 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:09:50 spire-1.2.1/pkg/agent/api/rpccontext/ 19:09:50 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:09:50 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:09:50 spire-1.2.1/pkg/agent/attestor/ 19:09:50 spire-1.2.1/pkg/agent/attestor/node/ 19:09:50 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:09:50 spire-1.2.1/pkg/agent/attestor/node/node.go 19:09:50 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:09:50 spire-1.2.1/pkg/agent/attestor/workload/ 19:09:50 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:09:50 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:09:50 spire-1.2.1/pkg/agent/catalog/ 19:09:50 spire-1.2.1/pkg/agent/catalog/catalog.go 19:09:50 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:09:50 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:09:50 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:09:50 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:09:50 spire-1.2.1/pkg/agent/client/ 19:09:50 spire-1.2.1/pkg/agent/client/client.go 19:09:50 spire-1.2.1/pkg/agent/client/client_test.go 19:09:50 spire-1.2.1/pkg/agent/client/dial.go 19:09:50 spire-1.2.1/pkg/agent/client/nodeconn.go 19:09:50 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:09:50 spire-1.2.1/pkg/agent/client/update.go 19:09:50 spire-1.2.1/pkg/agent/client/util.go 19:09:50 spire-1.2.1/pkg/agent/common/ 19:09:50 spire-1.2.1/pkg/agent/common/backoff/ 19:09:50 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:09:50 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:09:50 spire-1.2.1/pkg/agent/common/cgroups/ 19:09:50 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:09:50 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:09:50 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:09:50 spire-1.2.1/pkg/agent/config.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/ 19:09:50 spire-1.2.1/pkg/agent/endpoints/config.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:09:50 spire-1.2.1/doc/images/cache_mgr.png 19:09:50 spire-1.2.1/doc/images/cache_mgr_components.png 19:09:50 spire-1.2.1/doc/images/federated_spire.png 19:09:50 spire-1.2.1/doc/images/ha_mode.png 19:09:50 spire-1.2.1/doc/images/nested_spire.png 19:09:50 spire-1.2.1/doc/images/oidc_federation.png 19:09:50 spire-1.2.1/doc/images/single_trust_domain.png 19:09:50 spire-1.2.1/doc/images/spiffe_compatible.png 19:09:50 spire-1.2.1/doc/images/spire_logo.png 19:09:50 spire-1.2.1/doc/migrating_registration_api_clients.md 19:09:50 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:09:50 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:09:50 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:09:50 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:09:50 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:09:50 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:09:50 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:09:50 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:09:50 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:09:50 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:09:50 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:09:50 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:09:50 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:09:50 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:09:50 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:09:50 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:09:50 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:09:50 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:09:50 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/workload/ 19:09:50 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:09:50 spire-1.2.1/pkg/agent/manager/ 19:09:50 spire-1.2.1/pkg/agent/manager/cache/ 19:09:50 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:09:50 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:09:50 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:09:50 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:09:50 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:09:50 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:09:50 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:09:50 spire-1.2.1/pkg/agent/manager/config.go 19:09:50 spire-1.2.1/pkg/agent/manager/manager.go 19:09:50 spire-1.2.1/pkg/agent/manager/manager_test.go 19:09:50 spire-1.2.1/pkg/agent/manager/storage.go 19:09:50 spire-1.2.1/pkg/agent/manager/storage_test.go 19:09:50 spire-1.2.1/pkg/agent/manager/storecache/ 19:09:50 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:09:50 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:09:50 spire-1.2.1/pkg/agent/manager/sync.go 19:09:50 spire-1.2.1/pkg/agent/plugin/ 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:09:50 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:09:50 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:09:50 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:09:50 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:09:50 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:09:50 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:09:50 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:09:50 spire-1.2.1/doc/scaling_spire.md 19:09:50 spire-1.2.1/doc/spire_agent.md 19:09:50 spire-1.2.1/doc/spire_server.md 19:09:50 spire-1.2.1/doc/supported_integrations.md 19:09:50 spire-1.2.1/doc/telemetry.md 19:09:50 spire-1.2.1/doc/telemetry_config.md 19:09:50 spire-1.2.1/doc/upgrading.md 19:09:50 spire-1.2.1/doc/using_spire.md 19:09:50 spire-1.2.1/examples/ 19:09:50 spire-1.2.1/examples/README.md 19:09:50 spire-1.2.1/go.mod 19:09:50 spire-1.2.1/go.sum 19:09:50 spire-1.2.1/pkg/ 19:09:50 spire-1.2.1/pkg/agent/ 19:09:50 spire-1.2.1/pkg/agent/agent.go 19:09:50 spire-1.2.1/pkg/agent/api/ 19:09:50 spire-1.2.1/pkg/agent/api/config.go 19:09:50 spire-1.2.1/pkg/agent/api/debug/ 19:09:50 spire-1.2.1/pkg/agent/api/debug/v1/ 19:09:50 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:09:50 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:09:50 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:09:50 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:09:50 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:09:50 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:09:50 spire-1.2.1/pkg/agent/api/endpoints.go 19:09:50 spire-1.2.1/pkg/agent/api/health/ 19:09:50 spire-1.2.1/pkg/agent/api/health/v1/ 19:09:50 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:09:50 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:09:50 spire-1.2.1/pkg/agent/api/rpccontext/ 19:09:50 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:09:50 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:09:50 spire-1.2.1/pkg/agent/attestor/ 19:09:50 spire-1.2.1/pkg/agent/attestor/node/ 19:09:50 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:09:50 spire-1.2.1/pkg/agent/attestor/node/node.go 19:09:50 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:09:50 spire-1.2.1/pkg/agent/attestor/workload/ 19:09:50 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:09:50 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:09:50 spire-1.2.1/pkg/agent/catalog/ 19:09:50 spire-1.2.1/pkg/agent/catalog/catalog.go 19:09:50 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:09:50 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:09:50 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:09:50 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:09:50 spire-1.2.1/pkg/agent/client/ 19:09:50 spire-1.2.1/pkg/agent/client/client.go 19:09:50 spire-1.2.1/pkg/agent/client/client_test.go 19:09:50 spire-1.2.1/pkg/agent/client/dial.go 19:09:50 spire-1.2.1/pkg/agent/client/nodeconn.go 19:09:50 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:09:50 spire-1.2.1/pkg/agent/client/update.go 19:09:50 spire-1.2.1/pkg/agent/client/util.go 19:09:50 spire-1.2.1/pkg/agent/common/ 19:09:50 spire-1.2.1/pkg/agent/common/backoff/ 19:09:50 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:09:50 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:09:50 spire-1.2.1/pkg/agent/common/cgroups/ 19:09:50 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:09:50 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:09:50 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:09:50 spire-1.2.1/pkg/agent/config.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/ 19:09:50 spire-1.2.1/pkg/agent/endpoints/config.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:09:50 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:09:50 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:09:50 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/workload/ 19:09:50 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:09:50 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:09:50 spire-1.2.1/pkg/agent/manager/ 19:09:50 spire-1.2.1/pkg/agent/manager/cache/ 19:09:50 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:09:50 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:09:50 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:09:50 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:09:50 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:09:50 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:09:50 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:09:50 spire-1.2.1/pkg/agent/manager/config.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:09:50 spire-1.2.1/pkg/agent/svid/ 19:09:50 spire-1.2.1/pkg/agent/svid/rotator.go 19:09:50 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:09:50 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:09:50 spire-1.2.1/pkg/agent/svid/store/ 19:09:50 spire-1.2.1/pkg/agent/svid/store/service.go 19:09:50 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:09:50 spire-1.2.1/pkg/common/ 19:09:50 spire-1.2.1/pkg/common/agentpathtemplate/ 19:09:50 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:09:50 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:09:50 spire-1.2.1/pkg/common/api/ 19:09:50 spire-1.2.1/pkg/common/api/metrics.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/ 19:09:50 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:09:50 spire-1.2.1/pkg/agent/manager/manager.go 19:09:50 spire-1.2.1/pkg/agent/manager/manager_test.go 19:09:50 spire-1.2.1/pkg/agent/manager/storage.go 19:09:50 spire-1.2.1/pkg/agent/manager/storage_test.go 19:09:50 spire-1.2.1/pkg/agent/manager/storecache/ 19:09:50 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:09:50 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:09:50 spire-1.2.1/pkg/agent/manager/sync.go 19:09:50 spire-1.2.1/pkg/agent/plugin/ 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/logger.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/names.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:09:50 spire-1.2.1/pkg/common/api/names.go 19:09:50 spire-1.2.1/pkg/common/api/ratelimit.go 19:09:50 spire-1.2.1/pkg/common/api/rpccontext/ 19:09:50 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:09:50 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:09:50 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:09:50 spire-1.2.1/pkg/common/auth/ 19:09:50 spire-1.2.1/pkg/common/auth/interceptors.go 19:09:50 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:09:50 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/ 19:09:50 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/types.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:09:50 spire-1.2.1/pkg/common/catalog/ 19:09:50 spire-1.2.1/pkg/common/catalog/bind.go 19:09:50 spire-1.2.1/pkg/common/catalog/builtin.go 19:09:50 spire-1.2.1/pkg/common/catalog/catalog.go 19:09:50 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:09:50 spire-1.2.1/pkg/common/catalog/closers.go 19:09:50 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:09:50 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:09:50 spire-1.2.1/pkg/common/catalog/config.go 19:09:50 spire-1.2.1/pkg/common/catalog/config_test.go 19:09:50 spire-1.2.1/pkg/common/catalog/configure.go 19:09:50 spire-1.2.1/pkg/common/catalog/constraints.go 19:09:50 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:09:50 spire-1.2.1/pkg/common/catalog/context.go 19:09:50 spire-1.2.1/pkg/common/catalog/external.go 19:09:50 spire-1.2.1/pkg/common/catalog/host.go 19:09:50 spire-1.2.1/pkg/common/catalog/pipenet.go 19:09:50 spire-1.2.1/pkg/common/catalog/plugin.go 19:09:50 spire-1.2.1/pkg/common/catalog/testplugin/ 19:09:50 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:09:50 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:09:50 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:09:50 spire-1.2.1/pkg/common/cli/ 19:09:50 spire-1.2.1/pkg/common/cli/env.go 19:09:50 spire-1.2.1/pkg/common/cli/flags.go 19:09:50 spire-1.2.1/pkg/common/cli/trust_domain.go 19:09:50 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:09:50 spire-1.2.1/pkg/common/cli/umask.go 19:09:50 spire-1.2.1/pkg/common/cli/umask_posix.go 19:09:50 spire-1.2.1/pkg/common/cli/umask_test.go 19:09:50 spire-1.2.1/pkg/common/cli/umask_windows.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/flag.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/format.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:09:50 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:09:50 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.gospire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:09:50 spire-1.2.1/pkg/common/coretypes/ 19:09:50 spire-1.2.1/pkg/common/coretypes/bundle/ 19:09:50 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:09:50 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:09:50 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:09:50 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:09:50 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:09:50 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:09:50 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:09:50 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:09:50 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:09:50 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:09:50 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:09:50 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:09:50 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:09:50 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:09:50 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:09:50 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:09:50 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:09:50 spire-1.2.1/pkg/common/cryptoutil/ 19:09:50 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:09:50 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:09:50 spire-1.2.1/pkg/common/diskutil/ 19:09:50 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:09:50 spire-1.2.1/pkg/common/diskutil/file_test.go 19:09:50 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:09:50 spire-1.2.1/pkg/common/errorutil/ 19:09:50 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:09:50 spire-1.2.1/pkg/common/health/ 19:09:50 spire-1.2.1/pkg/common/health/config.go 19:09:50 spire-1.2.1/pkg/common/health/context.go 19:09:50 spire-1.2.1/pkg/common/health/context_test.go 19:09:50 spire-1.2.1/pkg/common/health/health.go 19:09:50 spire-1.2.1/pkg/common/health/health_test.go 19:09:50 spire-1.2.1/pkg/common/health/logger.go 19:09:50 spire-1.2.1/pkg/common/hostservice/ 19:09:50 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:09:50 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:09:50 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:09:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:09:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:09:50 spire-1.2.1/pkg/common/idutil/ 19:09:50 spire-1.2.1/pkg/common/idutil/require.go 19:09:50 spire-1.2.1/pkg/common/idutil/require_test.go 19:09:50 spire-1.2.1/pkg/common/idutil/safety.go 19:09:50 spire-1.2.1/pkg/common/idutil/safety_test.go 19:09:50 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:09:50 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:09:50 spire-1.2.1/pkg/common/jwtsvid/ 19:09:50 spire-1.2.1/pkg/common/jwtsvid/common.go 19:09:50 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:09:50 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:09:50 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:09:50 spire-1.2.1/pkg/common/jwtutil/ 19:09:50 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:09:50 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:09:50 spire-1.2.1/pkg/common/log/ 19:09:50 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:09:50 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:09:50 spire-1.2.1/pkg/common/log/log.go 19:09:50 spire-1.2.1/pkg/common/log/log_test.go 19:09:50 spire-1.2.1/pkg/common/log/options.go 19:09:50 spire-1.2.1/pkg/common/nodeutil/ 19:09:50 spire-1.2.1/pkg/common/nodeutil/node.go 19:09:50 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:09:50 spire-1.2.1/pkg/common/peertracker/ 19:09:50 spire-1.2.1/pkg/common/peertracker/conn.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:09:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:09:50 spire-1.2.1/pkg/agent/svid/ 19:09:50 spire-1.2.1/pkg/agent/svid/rotator.go 19:09:50 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:09:50 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:09:50 spire-1.2.1/pkg/agent/svid/store/ 19:09:50 spire-1.2.1/pkg/agent/svid/store/service.go 19:09:50 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:09:50 spire-1.2.1/pkg/common/ 19:09:50 spire-1.2.1/pkg/common/agentpathtemplate/ 19:09:50 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:09:50 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:09:50 spire-1.2.1/pkg/common/api/ 19:09:50 spire-1.2.1/pkg/common/api/metrics.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/ 19:09:50 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/logger.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/names.go 19:09:50 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:09:50 spire-1.2.1/pkg/common/api/names.go 19:09:50 spire-1.2.1/pkg/common/api/ratelimit.go 19:09:50 spire-1.2.1/pkg/common/api/rpccontext/ 19:09:50 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:09:50 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:09:50 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:09:50 spire-1.2.1/pkg/common/auth/ 19:09:50 spire-1.2.1/pkg/common/auth/interceptors.go 19:09:50 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:09:50 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/ 19:09:50 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:09:50 19:09:50 spire-1.2.1/pkg/common/peertracker/credentials.go 19:09:50 spire-1.2.1/pkg/common/peertracker/errors.go 19:09:50 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:09:50 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:09:50 spire-1.2.1/pkg/common/peertracker/info.go 19:09:50 spire-1.2.1/pkg/common/peertracker/listener.go 19:09:50 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:09:50 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:09:50 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:09:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:09:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:09:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:09:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tcp.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/types.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:09:50 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:09:50 spire-1.2.1/pkg/common/catalog/ 19:09:50 spire-1.2.1/pkg/common/catalog/bind.go 19:09:50 spire-1.2.1/pkg/common/catalog/builtin.go 19:09:50 spire-1.2.1/pkg/common/catalog/catalog.go 19:09:50 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:09:50 spire-1.2.1/pkg/common/catalog/closers.go 19:09:50 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:09:50 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:09:50 spire-1.2.1/pkg/common/catalog/config.go 19:09:50 spire-1.2.1/pkg/common/catalog/config_test.go 19:09:50 spire-1.2.1/pkg/common/catalog/configure.go 19:09:50 spire-1.2.1/pkg/common/catalog/constraints.go 19:09:50 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:09:50 spire-1.2.1/pkg/common/catalog/context.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:09:50 spire-1.2.1/pkg/common/peertracker/uds.go 19:09:50 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:09:50 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:09:50 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:09:50 spire-1.2.1/pkg/common/pemutil/ 19:09:50 spire-1.2.1/pkg/common/pemutil/block.go 19:09:50 spire-1.2.1/pkg/common/pemutil/certs.go 19:09:50 spire-1.2.1/pkg/common/pemutil/common.go 19:09:50 spire-1.2.1/pkg/common/pemutil/csr.go 19:09:50 spire-1.2.1/pkg/common/pemutil/keys.go 19:09:50 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/ 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:09:50 spire-1.2.1/pkg/common/catalog/external.go 19:09:50 spire-1.2.1/pkg/common/catalog/host.go 19:09:50 spire-1.2.1/pkg/common/catalog/pipenet.go 19:09:50 spire-1.2.1/pkg/common/catalog/plugin.go 19:09:50 spire-1.2.1/pkg/common/catalog/testplugin/ 19:09:50 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:09:50 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:09:50 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:09:50 spire-1.2.1/pkg/common/cli/ 19:09:50 spire-1.2.1/pkg/common/cli/env.go 19:09:50 spire-1.2.1/pkg/common/cli/flags.go 19:09:50 spire-1.2.1/pkg/common/cli/trust_domain.go 19:09:50 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:09:50 spire-1.2.1/pkg/common/cli/umask.go 19:09:50 spire-1.2.1/pkg/common/cli/umask_posix.go 19:09:50 spire-1.2.1/pkg/common/cli/umask_test.go 19:09:50 spire-1.2.1/pkg/common/cli/umask_windows.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/flag.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/format.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:09:50 19:09:50 spire-1.2.1/pkg/common/plugin/ 19:09:50 spire-1.2.1/pkg/common/plugin/aws/ 19:09:50 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:09:50 spire-1.2.1/pkg/common/plugin/azure/ 19:09:50 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:09:50 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:09:50 spire-1.2.1/pkg/common/plugin/facade.go 19:09:50 spire-1.2.1/pkg/common/plugin/facade_test.go 19:09:50 spire-1.2.1/pkg/common/plugin/gcp/ 19:09:50 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:09:50 spire-1.2.1/pkg/common/plugin/k8s/ 19:09:50 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:09:50 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:09:50 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:09:50 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:09:50 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:09:50 spire-1.2.1/pkg/common/plugin/log.go 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/ 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_keyspire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:09:50 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:09:50 spire-1.2.1/pkg/common/coretypes/ 19:09:50 spire-1.2.1/pkg/common/coretypes/bundle/ 19:09:50 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:09:50 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:09:50 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:09:50 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:09:50 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:09:50 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:09:50 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:09:50 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:09:50 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:09:50 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:09:50 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:09:50 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:09:50 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:09:50 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:09:50 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:09:50 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:09:50 spire-1.2.1/pkg/common/plugin/x509pop/ 19:09:50 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:09:50 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:09:50 spire-1.2.1/pkg/common/profiling/ 19:09:50 spire-1.2.1/pkg/common/profiling/dumpers.go 19:09:50 spire-1.2.1/pkg/common/profiling/profiling.go 19:09:50 spire-1.2.1/pkg/common/protoutil/ 19:09:50 spire-1.2.1/pkg/common/protoutil/masks.go 19:09:50 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:09:50 spire-1.2.1/pkg/common/rotationutil/ 19:09:50 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:09:50 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:09:50 spire-1.2.1/pkg/common/selector/ 19:09:50 spire-1.2.1/pkg/common/selector/selector.go 19:09:50 spire-1.2.1/pkg/common/selector/selector_test.go 19:09:50 spire-1.2.1/pkg/common/selector/set.go 19:09:50 spire-1.2.1/pkg/common/selector/set_utils.go 19:09:50 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/ 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/ 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:09:50 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:09:50 spire-1.2.1/pkg/common/telemetry/call.go 19:09:50 spire-1.2.1/pkg/common/telemetry/common/ 19:09:50 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:09:50 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:09:50 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:09:50 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:09:50 spire-1.2.1/pkg/common/cryptoutil/ 19:09:50 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:09:50 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:09:50 spire-1.2.1/pkg/common/diskutil/ 19:09:50 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:09:50 spire-1.2.1/pkg/common/diskutil/file_test.go 19:09:50 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:09:50 spire-1.2.1/pkg/common/errorutil/ 19:09:50 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:09:50 spire-1.2.1/pkg/common/health/ 19:09:50 spire-1.2.1/pkg/common/health/config.go 19:09:50 spire-1.2.1/pkg/common/health/context.go 19:09:50 spire-1.2.1/pkg/common/health/context_test.go 19:09:50 spire-1.2.1/pkg/common/health/health.go 19:09:50 spire-1.2.1/pkg/common/health/health_test.go 19:09:50 spire-1.2.1/pkg/common/health/logger.go 19:09:50 spire-1.2.1/pkg/common/hostservice/ 19:09:50 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:09:50 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:09:50 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/config.go 19:09:50 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:09:50 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/inmem.go 19:09:50 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/m3.go 19:09:50 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/metrics.go 19:09:50 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/names.go 19:09:50 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:09:50 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:09:50 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/ 19:09:50 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:09:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/server.go 19:09:50 spire-1.2.1/pkg/common/telemetry/sink.go 19:09:50 spire-1.2.1/pkg/common/telemetry/statsd.go 19:09:50 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/uptime.go 19:09:50 spire-1.2.1/pkg/common/telemetry/version.go 19:09:50 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:09:50 spire-1.2.1/pkg/common/uptime/ 19:09:50 spire-1.2.1/pkg/common/uptime/uptime.go 19:09:50 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:09:50 spire-1.2.1/pkg/common/util/ 19:09:50 spire-1.2.1/pkg/common/util/certs.go 19:09:50 spire-1.2.1/pkg/common/util/certs_test.go 19:09:50 spire-1.2.1/pkg/common/util/csr.go 19:09:50 spire-1.2.1/pkg/common/util/hash.go 19:09:50 spire-1.2.1/pkg/common/util/selectors.go 19:09:50 spire-1.2.1/pkg/common/util/selectors_test.go 19:09:50 spire-1.2.1/pkg/common/util/signals.go 19:09:50 spire-1.2.1/pkg/common/util/sort.go 19:09:50 spire-1.2.1/pkg/common/util/sort_test.go 19:09:50 spire-1.2.1/pkg/common/util/task.go 19:09:50 spire-1.2.1/pkg/common/util/task_test.go 19:09:50 spire-1.2.1/pkg/common/util/testdata/ 19:09:50 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:09:50 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:09:50 spire-1.2.1/pkg/common/version/ 19:09:50 spire-1.2.1/pkg/common/version/version.go 19:09:50 spire-1.2.1/pkg/common/x509svid/ 19:09:50 spire-1.2.1/pkg/common/x509svid/common_test.go 19:09:50 spire-1.2.1/pkg/common/x509svid/csr.go 19:09:50 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:09:50 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:09:50 spire-1.2.1/pkg/common/x509util/ 19:09:50 spire-1.2.1/pkg/common/x509util/cert.go 19:09:50 spire-1.2.1/pkg/common/x509util/dns.go 19:09:50 spire-1.2.1/pkg/common/x509util/dns_test.go 19:09:50 spire-1.2.1/pkg/common/idutil/ 19:09:50 spire-1.2.1/pkg/common/idutil/require.go 19:09:50 spire-1.2.1/pkg/common/idutil/require_test.go 19:09:50 spire-1.2.1/pkg/common/idutil/safety.go 19:09:50 spire-1.2.1/pkg/common/idutil/safety_test.go 19:09:50 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:09:50 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:09:50 spire-1.2.1/pkg/common/jwtsvid/ 19:09:50 spire-1.2.1/pkg/common/jwtsvid/common.go 19:09:50 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:09:50 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:09:50 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:09:50 spire-1.2.1/pkg/common/jwtutil/ 19:09:50 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:09:50 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:09:50 spire-1.2.1/pkg/common/log/ 19:09:50 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:09:50 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:09:50 spire-1.2.1/pkg/common/log/log.go 19:09:50 spire-1.2.1/pkg/common/log/log_test.go 19:09:50 spire-1.2.1/pkg/common/log/options.go 19:09:50 spire-1.2.1/pkg/common/nodeutil/ 19:09:50 spire-1.2.1/pkg/common/nodeutil/node.go 19:09:50 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:09:50 spire-1.2.1/pkg/common/peertracker/ 19:09:50 spire-1.2.1/pkg/common/peertracker/conn.go 19:09:50 spire-1.2.1/pkg/common/peertracker/credentials.go 19:09:50 spire-1.2.1/pkg/common/peertracker/errors.go 19:09:50 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:09:50 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:09:50 spire-1.2.1/pkg/common/peertracker/info.go 19:09:50 spire-1.2.1/pkg/common/peertracker/listener.go 19:09:50 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:09:50 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:09:50 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:09:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:09:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:09:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:09:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tcp.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:09:50 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:09:50 spire-1.2.1/pkg/common/peertracker/uds.go 19:09:50 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:09:50 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:09:50 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:09:50 spire-1.2.1/pkg/common/pemutil/ 19:09:50 spire-1.2.1/pkg/common/pemutil/block.go 19:09:50 spire-1.2.1/pkg/common/pemutil/certs.go 19:09:50 spire-1.2.1/pkg/common/pemutil/common.go 19:09:50 spire-1.2.1/pkg/common/pemutil/csr.go 19:09:50 spire-1.2.1/pkg/common/pemutil/keys.go 19:09:50 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/ 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:09:50 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:09:50 spire-1.2.1/pkg/common/x509util/keyid.go 19:09:50 spire-1.2.1/pkg/common/x509util/keypair.go 19:09:50 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:09:50 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:09:50 spire-1.2.1/pkg/server/ 19:09:50 spire-1.2.1/pkg/server/api/ 19:09:50 spire-1.2.1/pkg/server/api/agent.go 19:09:50 spire-1.2.1/pkg/server/api/agent/ 19:09:50 spire-1.2.1/pkg/server/api/agent/v1/ 19:09:50 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:09:50 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:09:50 spire-1.2.1/pkg/server/api/agent_test.go 19:09:50 spire-1.2.1/pkg/server/api/api.go 19:09:50 spire-1.2.1/pkg/server/api/audit/ 19:09:50 spire-1.2.1/pkg/server/api/audit/audit.go 19:09:50 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:09:50 spire-1.2.1/pkg/server/api/bundle.go 19:09:50 spire-1.2.1/pkg/server/api/bundle/ 19:09:50 spire-1.2.1/pkg/server/api/bundle/v1/ 19:09:50 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:09:50 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:09:50 spire-1.2.1/pkg/server/api/bundle_test.go 19:09:50 spire-1.2.1/pkg/server/api/debug/ 19:09:50 spire-1.2.1/pkg/server/api/debug/v1/ 19:09:50 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:09:50 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:09:50 spire-1.2.1/pkg/common/plugin/ 19:09:50 spire-1.2.1/pkg/common/plugin/aws/ 19:09:50 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:09:50 spire-1.2.1/pkg/common/plugin/azure/ 19:09:50 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:09:50 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:09:50 spire-1.2.1/pkg/common/plugin/facade.go 19:09:50 spire-1.2.1/pkg/common/plugin/facade_test.go 19:09:50 spire-1.2.1/pkg/common/plugin/gcp/ 19:09:50 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:09:50 spire-1.2.1/pkg/common/plugin/k8s/ 19:09:50 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:09:50 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:09:50 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:09:50 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:09:50 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:09:50 spire-1.2.1/pkg/common/plugin/log.go 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/ 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:09:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:09:50 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:09:50 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:09:50 spire-1.2.1/pkg/common/plugin/x509pop/ 19:09:50 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:09:50 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:09:50 spire-1.2.1/pkg/common/profiling/ 19:09:50 spire-1.2.1/pkg/common/profiling/dumpers.go 19:09:50 spire-1.2.1/pkg/common/profiling/profiling.go 19:09:50 spire-1.2.1/pkg/common/protoutil/ 19:09:50 spire-1.2.1/pkg/common/protoutil/masks.go 19:09:50 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:09:50 spire-1.2.1/pkg/common/rotationutil/ 19:09:50 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:09:50 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:09:50 spire-1.2.1/pkg/common/selector/ 19:09:50 spire-1.2.1/pkg/common/selector/selector.go 19:09:50 spire-1.2.1/pkg/common/selector/selector_test.go 19:09:50 spire-1.2.1/pkg/server/api/entry.go 19:09:50 spire-1.2.1/pkg/server/api/entry/ 19:09:50 spire-1.2.1/pkg/server/api/entry/v1/ 19:09:50 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:09:50 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:09:50 spire-1.2.1/pkg/server/api/entry_test.go 19:09:50 spire-1.2.1/pkg/server/api/health/ 19:09:50 spire-1.2.1/pkg/server/api/health/v1/ 19:09:50 spire-1.2.1/pkg/server/api/health/v1/service.go 19:09:50 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:09:50 spire-1.2.1/pkg/server/api/id.go 19:09:50 spire-1.2.1/pkg/server/api/id_test.go 19:09:50 spire-1.2.1/pkg/server/api/limits/ 19:09:50 spire-1.2.1/pkg/server/api/limits/limits.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/ 19:09:50 spire-1.2.1/pkg/server/api/middleware/alias.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/audit.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/caller.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:09:50 spire-1.2.1/pkg/common/selector/set.go 19:09:50 spire-1.2.1/pkg/common/selector/set_utils.go 19:09:50 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/ 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/ 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:09:50 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:09:50 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:09:50 spire-1.2.1/pkg/common/telemetry/call.go 19:09:50 spire-1.2.1/pkg/common/telemetry/common/ 19:09:50 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/common.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/entries.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:09:50 spire-1.2.1/pkg/server/api/ratelimit.go 19:09:50 spire-1.2.1/pkg/server/api/rpccontext/ 19:09:50 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:09:50 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:09:50 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:09:50 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:09:50 spire-1.2.1/pkg/server/api/selector.go 19:09:50 spire-1.2.1/pkg/server/api/selector_test.go 19:09:50 spire-1.2.1/pkg/server/api/status.go 19:09:50 spire-1.2.1/pkg/server/api/status_test.go 19:09:50 spire-1.2.1/pkg/server/api/svid/ 19:09:50 spire-1.2.1/pkg/server/api/svid/v1/ 19:09:50 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:09:50 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:09:50 spire-1.2.1/pkg/server/api/trustdomain.go 19:09:50 spire-1.2.1/pkg/server/api/trustdomain/ 19:09:50 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:09:50 spire-1.2.1/pkg/common/telemetry/config.go 19:09:50 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:09:50 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/inmem.go 19:09:50 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/m3.go 19:09:50 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/metrics.go 19:09:50 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/names.go 19:09:50 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:09:50 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:09:50 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/ 19:09:50 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:09:50 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:09:50 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:09:50 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:09:50 spire-1.2.1/pkg/server/authpolicy/ 19:09:50 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:09:50 spire-1.2.1/pkg/server/authpolicy/policy.go 19:09:50 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:09:50 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:09:50 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:09:50 spire-1.2.1/pkg/server/authpolicy/validate.go 19:09:50 spire-1.2.1/pkg/server/bundle/ 19:09:50 spire-1.2.1/pkg/server/bundle/client/ 19:09:50 spire-1.2.1/pkg/server/bundle/client/client.go 19:09:50 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:09:50 spire-1.2.1/pkg/server/bundle/client/manager.go 19:09:50 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:09:50 spire-1.2.1/pkg/server/bundle/client/sources.go 19:09:50 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:09:50 spire-1.2.1/pkg/server/bundle/client/updater.go 19:09:50 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:09:50 spire-1.2.1/pkg/server/ca/ 19:09:50 spire-1.2.1/pkg/server/ca/ca.go 19:09:50 spire-1.2.1/pkg/server/ca/ca_health.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:09:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:09:50 spire-1.2.1/pkg/common/telemetry/server/server.go 19:09:50 spire-1.2.1/pkg/common/telemetry/sink.go 19:09:50 spire-1.2.1/pkg/common/telemetry/statsd.go 19:09:50 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:09:50 spire-1.2.1/pkg/common/telemetry/uptime.go 19:09:50 spire-1.2.1/pkg/common/telemetry/version.go 19:09:50 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:09:50 spire-1.2.1/pkg/common/uptime/ 19:09:50 spire-1.2.1/pkg/common/uptime/uptime.go 19:09:50 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:09:50 spire-1.2.1/pkg/server/ca/ca_test.go 19:09:50 spire-1.2.1/pkg/server/ca/journal.go 19:09:50 spire-1.2.1/pkg/server/ca/journal_test.go 19:09:50 spire-1.2.1/pkg/server/ca/manager.go 19:09:50 spire-1.2.1/pkg/server/ca/manager_health.go 19:09:50 spire-1.2.1/pkg/server/ca/manager_test.go 19:09:50 spire-1.2.1/pkg/server/ca/templates.go 19:09:50 spire-1.2.1/pkg/server/ca/upstream_client.go 19:09:50 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:09:50 spire-1.2.1/pkg/server/ca/validation.go 19:09:50 spire-1.2.1/pkg/server/cache/ 19:09:50 spire-1.2.1/pkg/server/cache/dscache/ 19:09:50 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:09:50 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:09:50 spire-1.2.1/pkg/server/cache/entrycache/ 19:09:50 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:09:50 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:09:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:09:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:09:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:09:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:09:50 spire-1.2.1/pkg/server/catalog/ 19:09:50 spire-1.2.1/pkg/server/catalog/catalog.go 19:09:50 19:09:50 spire-1.2.1/pkg/common/util/ 19:09:50 spire-1.2.1/pkg/common/util/certs.go 19:09:50 spire-1.2.1/pkg/common/util/certs_test.go 19:09:50 spire-1.2.1/pkg/common/util/csr.go 19:09:50 spire-1.2.1/pkg/common/util/hash.go 19:09:50 spire-1.2.1/pkg/common/util/selectors.go 19:09:50 spire-1.2.1/pkg/common/util/selectors_test.go 19:09:50 spire-1.2.1/pkg/common/util/signals.go 19:09:50 spire-1.2.1/pkg/common/util/sort.go 19:09:50 spire-1.2.1/pkg/common/util/sort_test.go 19:09:50 spire-1.2.1/pkg/common/util/task.go 19:09:50 spire-1.2.1/pkg/common/util/task_test.go 19:09:50 spire-1.2.1/pkg/common/util/testdata/ 19:09:50 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:09:50 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:09:50 spire-1.2.1/pkg/common/version/ 19:09:50 spire-1.2.1/pkg/common/version/version.go 19:09:50 spire-1.2.1/pkg/common/x509svid/ 19:09:50 spire-1.2.1/pkg/common/x509svid/common_test.go 19:09:50 spire-1.2.1/pkg/common/x509svid/csr.go 19:09:50 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:09:50 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:09:50 spire-1.2.1/pkg/common/x509util/ 19:09:50 spire-1.2.1/pkg/common/x509util/cert.go 19:09:50 spire-1.2.1/pkg/common/x509util/dns.go 19:09:50 spire-1.2.1/pkg/common/x509util/dns_test.gospire-1.2.1/pkg/server/catalog/keymanager.go 19:09:50 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:09:50 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:09:50 spire-1.2.1/pkg/server/catalog/notifier.go 19:09:50 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:09:50 spire-1.2.1/pkg/server/config.go 19:09:50 spire-1.2.1/pkg/server/datastore/ 19:09:50 spire-1.2.1/pkg/server/datastore/datastore.go 19:09:50 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:09:50 spire-1.2.1/pkg/server/datastore/repository.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:09:50 spire-1.2.1/pkg/common/x509util/keyid.go 19:09:50 spire-1.2.1/pkg/common/x509util/keypair.go 19:09:50 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:09:50 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:09:50 spire-1.2.1/pkg/server/ 19:09:50 spire-1.2.1/pkg/server/api/ 19:09:50 spire-1.2.1/pkg/server/api/agent.go 19:09:50 spire-1.2.1/pkg/server/api/agent/ 19:09:50 spire-1.2.1/pkg/server/api/agent/v1/ 19:09:50 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:09:50 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:09:50 spire-1.2.1/pkg/server/api/agent_test.go 19:09:50 spire-1.2.1/pkg/server/api/api.go 19:09:50 spire-1.2.1/pkg/server/api/audit/ 19:09:50 spire-1.2.1/pkg/server/api/audit/audit.go 19:09:50 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:09:50 spire-1.2.1/pkg/server/api/bundle.go 19:09:50 spire-1.2.1/pkg/server/api/bundle/ 19:09:50 spire-1.2.1/pkg/server/api/bundle/v1/ 19:09:50 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:09:50 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:09:50 spire-1.2.1/pkg/server/api/bundle_test.go 19:09:50 spire-1.2.1/pkg/server/api/debug/ 19:09:50 spire-1.2.1/pkg/server/api/debug/v1/ 19:09:50 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:09:50 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:09:50 spire-1.2.1/pkg/server/endpoints/ 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/ 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:09:50 spire-1.2.1/pkg/server/api/entry.go 19:09:50 spire-1.2.1/pkg/server/api/entry/ 19:09:50 spire-1.2.1/pkg/server/api/entry/v1/ 19:09:50 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:09:50 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:09:50 spire-1.2.1/pkg/server/api/entry_test.go 19:09:50 spire-1.2.1/pkg/server/api/health/ 19:09:50 spire-1.2.1/pkg/server/api/health/v1/ 19:09:50 spire-1.2.1/pkg/server/api/health/v1/service.go 19:09:50 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:09:50 spire-1.2.1/pkg/server/api/id.go 19:09:50 spire-1.2.1/pkg/server/api/id_test.go 19:09:50 spire-1.2.1/pkg/server/api/limits/ 19:09:50 spire-1.2.1/pkg/server/api/limits/limits.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/ 19:09:50 spire-1.2.1/pkg/server/api/middleware/alias.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/audit.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/caller.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:09:50 spire-1.2.1/pkg/server/endpoints/config.go 19:09:50 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:09:50 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:09:50 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:09:50 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:09:50 spire-1.2.1/pkg/server/endpoints/middleware.go 19:09:50 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:09:50 spire-1.2.1/pkg/server/hostservice/ 19:09:50 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:09:50 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:09:50 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:09:50 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:09:50 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/common.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/entries.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:09:50 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:09:50 spire-1.2.1/pkg/server/api/ratelimit.go 19:09:50 spire-1.2.1/pkg/server/api/rpccontext/ 19:09:50 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:09:50 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:09:50 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:09:50 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:09:50 spire-1.2.1/pkg/server/api/selector.go 19:09:50 spire-1.2.1/pkg/server/api/selector_test.go 19:09:50 spire-1.2.1/pkg/server/api/status.go 19:09:50 spire-1.2.1/pkg/server/api/status_test.go 19:09:50 spire-1.2.1/pkg/server/api/svid/ 19:09:50 spire-1.2.1/pkg/server/api/svid/v1/ 19:09:50 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:09:50 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:09:50 spire-1.2.1/pkg/server/api/trustdomain.go 19:09:50 spire-1.2.1/pkg/server/api/trustdomain/ 19:09:50 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:09:50 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:09:50 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:09:50 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/ 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/ 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:09:50 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:09:50 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:09:50 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:09:50 spire-1.2.1/pkg/server/authpolicy/ 19:09:50 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:09:50 spire-1.2.1/pkg/server/authpolicy/policy.go 19:09:50 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:09:50 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:09:50 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:09:50 spire-1.2.1/pkg/server/authpolicy/validate.go 19:09:50 spire-1.2.1/pkg/server/bundle/ 19:09:50 spire-1.2.1/pkg/server/bundle/client/ 19:09:50 spire-1.2.1/pkg/server/bundle/client/client.go 19:09:50 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:09:50 spire-1.2.1/pkg/server/bundle/client/manager.go 19:09:50 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:09:50 spire-1.2.1/pkg/server/bundle/client/sources.go 19:09:50 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:09:50 spire-1.2.1/pkg/server/bundle/client/updater.go 19:09:50 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:09:50 spire-1.2.1/pkg/server/ca/ 19:09:50 spire-1.2.1/pkg/server/ca/ca.go 19:09:50 spire-1.2.1/pkg/server/ca/ca_health.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:09:50 spire-1.2.1/pkg/server/ca/ca_test.go 19:09:50 spire-1.2.1/pkg/server/ca/journal.go 19:09:50 spire-1.2.1/pkg/server/ca/journal_test.go 19:09:50 spire-1.2.1/pkg/server/ca/manager.go 19:09:50 spire-1.2.1/pkg/server/ca/manager_health.go 19:09:50 spire-1.2.1/pkg/server/ca/manager_test.go 19:09:50 spire-1.2.1/pkg/server/ca/templates.go 19:09:50 spire-1.2.1/pkg/server/ca/upstream_client.go 19:09:50 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:09:50 spire-1.2.1/pkg/server/ca/validation.go 19:09:50 spire-1.2.1/pkg/server/cache/ 19:09:50 spire-1.2.1/pkg/server/cache/dscache/ 19:09:50 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:09:50 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:09:50 spire-1.2.1/pkg/server/cache/entrycache/ 19:09:50 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:09:50 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:09:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:09:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:09:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:09:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:09:50 spire-1.2.1/pkg/server/catalog/ 19:09:50 spire-1.2.1/pkg/server/catalog/catalog.go 19:09:50 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.gospire-1.2.1/pkg/server/catalog/keymanager.go 19:09:50 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:09:50 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:09:50 spire-1.2.1/pkg/server/catalog/notifier.go 19:09:50 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:09:50 spire-1.2.1/pkg/server/config.go 19:09:50 spire-1.2.1/pkg/server/datastore/ 19:09:50 spire-1.2.1/pkg/server/datastore/datastore.go 19:09:50 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:09:50 spire-1.2.1/pkg/server/datastore/repository.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/ 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:09:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:09:50 spire-1.2.1/pkg/server/endpoints/ 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/ 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:09:50 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:09:50 spire-1.2.1/pkg/server/endpoints/config.go 19:09:50 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:09:50 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:09:50 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:09:50 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:09:50 spire-1.2.1/pkg/server/endpoints/middleware.go 19:09:50 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:09:50 spire-1.2.1/pkg/server/hostservice/ 19:09:50 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:09:50 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:09:50 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:09:50 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:09:50 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:09:50 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:09:50 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:09:50 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/ 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/ 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:09:50 spire-1.2.1/pkg/server/registration/ 19:09:50 spire-1.2.1/pkg/server/registration/manager.go 19:09:50 spire-1.2.1/pkg/server/registration/manager_test.go 19:09:50 spire-1.2.1/pkg/server/scanentries.go 19:09:50 spire-1.2.1/pkg/server/scanentries_test.go 19:09:50 spire-1.2.1/pkg/server/server.go 19:09:50 spire-1.2.1/pkg/server/server_test.go 19:09:50 spire-1.2.1/pkg/server/svid/ 19:09:50 spire-1.2.1/pkg/server/svid/observer.go 19:09:50 spire-1.2.1/pkg/server/svid/observer_test.go 19:09:50 spire-1.2.1/pkg/server/svid/rotator.go 19:09:50 spire-1.2.1/pkg/server/svid/rotator_config.go 19:09:50 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:09:50 spire-1.2.1/pkg/server/svid/rotator_test.go 19:09:50 spire-1.2.1/proto/ 19:09:50 spire-1.2.1/proto/private/ 19:09:50 spire-1.2.1/proto/private/server/ 19:09:50 spire-1.2.1/proto/private/server/journal/ 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:09:50 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:09:50 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:09:50 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/ 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:09:50 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:09:50 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:09:50 spire-1.2.1/proto/private/server/journal/journal.proto 19:09:50 spire-1.2.1/proto/spire/ 19:09:50 spire-1.2.1/proto/spire/common/ 19:09:50 spire-1.2.1/proto/spire/common/common.pb.go 19:09:50 spire-1.2.1/proto/spire/common/common.proto 19:09:50 spire-1.2.1/proto/spire/common/plugin/ 19:09:50 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:09:50 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:09:50 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:09:50 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:09:50 spire-1.2.1/proto/spire/plugin/ 19:09:50 spire-1.2.1/proto/spire/plugin/agent/ 19:09:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:09:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:09:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:09:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:09:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:09:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:09:50 spire-1.2.1/release/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:09:50 spire-1.2.1/release/spire-extras/ 19:09:50 spire-1.2.1/release/spire-extras/README.md 19:09:50 spire-1.2.1/release/spire-extras/conf/ 19:09:50 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:09:50 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:09:50 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:09:50 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:09:50 spire-1.2.1/release/spire/ 19:09:50 spire-1.2.1/release/spire/README.md 19:09:50 spire-1.2.1/release/spire/conf/ 19:09:50 spire-1.2.1/release/spire/conf/agent/ 19:09:50 spire-1.2.1/release/spire/conf/agent/agent.conf 19:09:50 spire-1.2.1/release/spire/conf/server/ 19:09:50 spire-1.2.1/release/spire/conf/server/server.conf 19:09:50 spire-1.2.1/script/ 19:09:50 spire-1.2.1/script/build-artifact.sh 19:09:50 spire-1.2.1/script/generate_dummy_ca.sh 19:09:50 spire-1.2.1/support/ 19:09:50 spire-1.2.1/support/k8s/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:09:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:09:50 spire-1.2.1/pkg/server/registration/ 19:09:50 spire-1.2.1/pkg/server/registration/manager.go 19:09:50 spire-1.2.1/pkg/server/registration/manager_test.go 19:09:50 spire-1.2.1/pkg/server/scanentries.go 19:09:50 spire-1.2.1/pkg/server/scanentries_test.go 19:09:50 spire-1.2.1/pkg/server/server.go 19:09:50 spire-1.2.1/pkg/server/server_test.go 19:09:50 spire-1.2.1/pkg/server/svid/ 19:09:50 spire-1.2.1/pkg/server/svid/observer.go 19:09:50 spire-1.2.1/pkg/server/svid/observer_test.go 19:09:50 spire-1.2.1/pkg/server/svid/rotator.go 19:09:50 spire-1.2.1/pkg/server/svid/rotator_config.go 19:09:50 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:09:50 spire-1.2.1/pkg/server/svid/rotator_test.go 19:09:50 spire-1.2.1/proto/ 19:09:50 spire-1.2.1/proto/private/ 19:09:50 spire-1.2.1/proto/private/server/ 19:09:50 spire-1.2.1/proto/private/server/journal/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:09:50 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:09:50 spire-1.2.1/proto/private/server/journal/journal.proto 19:09:50 spire-1.2.1/proto/spire/ 19:09:50 spire-1.2.1/proto/spire/common/ 19:09:50 spire-1.2.1/proto/spire/common/common.pb.go 19:09:50 spire-1.2.1/proto/spire/common/common.proto 19:09:50 spire-1.2.1/proto/spire/common/plugin/ 19:09:50 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:09:50 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:09:50 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:09:50 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:09:50 spire-1.2.1/proto/spire/plugin/ 19:09:50 spire-1.2.1/proto/spire/plugin/agent/ 19:09:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:09:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:09:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:09:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:09:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:09:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:09:50 spire-1.2.1/release/ 19:09:50 spire-1.2.1/release/spire-extras/ 19:09:50 spire-1.2.1/release/spire-extras/README.md 19:09:50 spire-1.2.1/release/spire-extras/conf/ 19:09:50 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:09:50 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:09:50 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:09:50 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:09:50 spire-1.2.1/release/spire/ 19:09:50 spire-1.2.1/release/spire/README.md 19:09:50 spire-1.2.1/release/spire/conf/ 19:09:50 spire-1.2.1/release/spire/conf/agent/ 19:09:50 spire-1.2.1/release/spire/conf/agent/agent.conf 19:09:50 spire-1.2.1/release/spire/conf/server/ 19:09:50 spire-1.2.1/release/spire/conf/server/server.conf 19:09:50 spire-1.2.1/script/ 19:09:50 spire-1.2.1/script/build-artifact.sh 19:09:50 spire-1.2.1/script/generate_dummy_ca.sh 19:09:50 spire-1.2.1/support/ 19:09:50 spire-1.2.1/support/k8s/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/ 19:09:50 spire-1.2.1/support/oidc-discovery-provider/README.md 19:09:50 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/config.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:09:50 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/main.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:09:50 spire-1.2.1/test/ 19:09:50 spire-1.2.1/test/clock/ 19:09:50 spire-1.2.1/test/clock/clock.go 19:09:50 spire-1.2.1/test/fakes/ 19:09:50 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:09:50 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:09:50 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:09:50 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:09:50 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:09:50 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:09:50 spire-1.2.1/test/fakes/fakeagentstore/ 19:09:50 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:09:50 spire-1.2.1/test/fakes/fakedatastore/ 19:09:50 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:09:50 spire-1.2.1/test/fakes/fakeentryclient/ 19:09:50 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:09:50 spire-1.2.1/test/fakes/fakehealthchecker/ 19:09:50 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:09:50 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:09:50 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:09:50 spire-1.2.1/test/fakes/fakemetrics/ 19:09:50 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:09:50 spire-1.2.1/test/fakes/fakenoderesolver/ 19:09:50 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:09:50 spire-1.2.1/test/fakes/fakenotifier/ 19:09:50 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:09:50 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:09:50 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:09:50 spire-1.2.1/test/fakes/fakeserverca/ 19:09:50 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:09:50 spire-1.2.1/test/fakes/fakeservercatalog/ 19:09:50 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:09:50 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:09:50 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:09:50 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/ 19:09:50 spire-1.2.1/support/oidc-discovery-provider/README.md 19:09:50 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/config.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:09:50 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:09:50 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:09:50 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:09:50 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:09:50 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:09:50 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:09:50 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:09:50 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:09:50 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:09:50 spire-1.2.1/test/fixture/ 19:09:50 spire-1.2.1/test/fixture/certs/ 19:09:50 spire-1.2.1/test/fixture/certs/agent_svid.der 19:09:50 spire-1.2.1/test/fixture/certs/base_cert.pem 19:09:50 spire-1.2.1/test/fixture/certs/base_csr.pem 19:09:50 spire-1.2.1/test/fixture/certs/base_key.pem 19:09:50 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:09:50 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:09:50 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:09:50 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:09:50 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:09:50 spire-1.2.1/test/fixture/certs/blog_key.pem 19:09:50 spire-1.2.1/test/fixture/certs/bundle.der 19:09:50 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/main.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:09:50 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:09:50 spire-1.2.1/test/ 19:09:50 spire-1.2.1/test/clock/ 19:09:50 spire-1.2.1/test/clock/clock.go 19:09:50 spire-1.2.1/test/fakes/ 19:09:50 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:09:50 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:09:50 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:09:50 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:09:50 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:09:50 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:09:50 spire-1.2.1/test/fakes/fakeagentstore/ 19:09:50 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:09:50 spire-1.2.1/test/fixture/certs/ca.pem 19:09:50 spire-1.2.1/test/fixture/certs/ca_key.pem 19:09:50 spire-1.2.1/test/fixture/certs/database_cert.pem 19:09:50 spire-1.2.1/test/fixture/certs/database_csr.pem 19:09:50 spire-1.2.1/test/fixture/certs/database_key.pem 19:09:50 spire-1.2.1/test/fixture/certs/node_cert.pem 19:09:50 spire-1.2.1/test/fixture/certs/node_csr.pem 19:09:50 spire-1.2.1/test/fixture/certs/node_key.pem 19:09:50 spire-1.2.1/test/fixture/certs/svid.pem 19:09:50 spire-1.2.1/test/fixture/certs/svid_key.pem 19:09:50 spire-1.2.1/test/fixture/config/ 19:09:50 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:09:50 spire-1.2.1/test/fixture/config/agent_good.conf 19:09:50 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:09:50 spire-1.2.1/test/fixture/config/plugin_good.conf 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_good.conf 19:09:50 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:09:50 spire-1.2.1/test/fixture/fixture.go 19:09:50 spire-1.2.1/test/fixture/nodeattestor/ 19:09:50 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:09:50 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:09:50 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:09:50 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:09:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:09:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:09:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:09:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:09:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:09:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:09:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:09:50 spire-1.2.1/test/fixture/registration/ 19:09:50 spire-1.2.1/test/fixture/registration/entries.json 19:09:50 spire-1.2.1/test/fixture/registration/good-for-update.json 19:09:50 spire-1.2.1/test/fixture/registration/good.json 19:09:50 spire-1.2.1/test/fixture/registration/invalid.json 19:09:50 spire-1.2.1/test/fixture/registration/invalid_json.json 19:09:50 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:09:50 spire-1.2.1/test/integration/ 19:09:50 spire-1.2.1/test/integration/README.md 19:09:50 spire-1.2.1/test/fakes/fakedatastore/ 19:09:50 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:09:50 spire-1.2.1/test/fakes/fakeentryclient/ 19:09:50 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:09:50 spire-1.2.1/test/fakes/fakehealthchecker/ 19:09:50 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:09:50 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:09:50 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:09:50 spire-1.2.1/test/fakes/fakemetrics/ 19:09:50 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:09:50 spire-1.2.1/test/fakes/fakenoderesolver/ 19:09:50 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:09:50 spire-1.2.1/test/fakes/fakenotifier/ 19:09:50 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:09:50 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:09:50 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:09:50 spire-1.2.1/test/fakes/fakeserverca/ 19:09:50 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:09:50 spire-1.2.1/test/fakes/fakeservercatalog/ 19:09:50 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:09:50 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:09:50 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:09:50 spire-1.2.1/test/integration/common 19:09:50 spire-1.2.1/test/integration/setup/ 19:09:50 spire-1.2.1/test/integration/setup/adminclient/ 19:09:50 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:09:50 spire-1.2.1/test/integration/setup/adminclient/client.go 19:09:50 spire-1.2.1/test/integration/setup/debugagent/ 19:09:50 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:09:50 spire-1.2.1/test/integration/setup/debugagent/main.go 19:09:50 spire-1.2.1/test/integration/setup/debugserver/ 19:09:50 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:09:50 spire-1.2.1/test/integration/setup/debugserver/main.go 19:09:50 spire-1.2.1/test/integration/setup/downstreamclient/ 19:09:50 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:09:50 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:09:50 spire-1.2.1/test/integration/setup/itclient/ 19:09:50 spire-1.2.1/test/integration/setup/itclient/client.go 19:09:50 spire-1.2.1/test/integration/setup/node-attestation/ 19:09:50 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:09:50 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:09:50 spire-1.2.1/test/integration/setup/x509pop/ 19:09:50 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:09:50 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:09:50 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:09:50 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:09:50 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:09:50 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:09:50 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:09:50 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:09:50 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:09:50 spire-1.2.1/test/fixture/ 19:09:50 spire-1.2.1/test/fixture/certs/ 19:09:50 spire-1.2.1/test/fixture/certs/agent_svid.der 19:09:50 spire-1.2.1/test/fixture/certs/base_cert.pem 19:09:50 spire-1.2.1/test/fixture/certs/base_csr.pem 19:09:50 spire-1.2.1/test/fixture/certs/base_key.pem 19:09:50 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:09:50 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:09:50 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:09:50 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:09:50 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:09:50 spire-1.2.1/test/fixture/certs/blog_key.pem 19:09:50 spire-1.2.1/test/fixture/certs/bundle.der 19:09:50 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:09:50 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:09:50 spire-1.2.1/test/integration/suites/ 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:09:50 spire-1.2.1/test/fixture/certs/ca.pem 19:09:50 spire-1.2.1/test/fixture/certs/ca_key.pem 19:09:50 spire-1.2.1/test/fixture/certs/database_cert.pem 19:09:50 spire-1.2.1/test/fixture/certs/database_csr.pem 19:09:50 spire-1.2.1/test/fixture/certs/database_key.pem 19:09:50 spire-1.2.1/test/fixture/certs/node_cert.pem 19:09:50 spire-1.2.1/test/fixture/certs/node_csr.pem 19:09:50 spire-1.2.1/test/fixture/certs/node_key.pem 19:09:50 spire-1.2.1/test/fixture/certs/svid.pem 19:09:50 spire-1.2.1/test/fixture/certs/svid_key.pem 19:09:50 spire-1.2.1/test/fixture/config/ 19:09:50 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:09:50 spire-1.2.1/test/fixture/config/agent_good.conf 19:09:50 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:09:50 spire-1.2.1/test/fixture/config/plugin_good.conf 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:09:50 spire-1.2.1/test/fixture/config/server_good.conf 19:09:50 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:09:50 spire-1.2.1/test/fixture/fixture.go 19:09:50 spire-1.2.1/test/fixture/nodeattestor/ 19:09:50 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:09:50 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:09:50 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:09:50 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:09:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:09:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:09:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:09:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:09:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:09:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:09:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:09:50 spire-1.2.1/test/fixture/registration/ 19:09:50 spire-1.2.1/test/fixture/registration/entries.json 19:09:50 spire-1.2.1/test/fixture/registration/good-for-update.json 19:09:50 spire-1.2.1/test/fixture/registration/good.json 19:09:50 spire-1.2.1/test/fixture/registration/invalid.json 19:09:50 spire-1.2.1/test/fixture/registration/invalid_json.json 19:09:50 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:09:50 spire-1.2.1/test/integration/ 19:09:50 spire-1.2.1/test/integration/README.md 19:09:50 spire-1.2.1/test/integration/common 19:09:50 spire-1.2.1/test/integration/setup/ 19:09:50 spire-1.2.1/test/integration/setup/adminclient/ 19:09:50 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:09:50 spire-1.2.1/test/integration/setup/adminclient/client.go 19:09:50 spire-1.2.1/test/integration/setup/debugagent/ 19:09:50 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:09:50 spire-1.2.1/test/integration/setup/debugagent/main.go 19:09:50 spire-1.2.1/test/integration/setup/debugserver/ 19:09:50 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:09:50 spire-1.2.1/test/integration/setup/debugserver/main.go 19:09:50 spire-1.2.1/test/integration/setup/downstreamclient/ 19:09:50 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:09:50 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:09:50 spire-1.2.1/test/integration/setup/itclient/ 19:09:50 spire-1.2.1/test/integration/setup/itclient/client.go 19:09:50 spire-1.2.1/test/integration/setup/node-attestation/ 19:09:50 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:09:50 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:09:50 spire-1.2.1/test/integration/setup/x509pop/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:09:50 spire-1.2.1/test/integration/suites/join-token/ 19:09:50 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:09:50 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:09:50 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:09:50 spire-1.2.1/test/integration/suites/ 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:09:50 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:09:50 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:09:50 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:09:50 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:09:50 spire-1.2.1/test/integration/suites/join-token/README.md 19:09:50 spire-1.2.1/test/integration/suites/join-token/conf/ 19:09:50 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/join-token/teardown 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:09:50 spire-1.2.1/test/integration/suites/k8s/ 19:09:50 spire-1.2.1/test/integration/suites/k8s/00-setup 19:09:50 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:09:50 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:09:50 spire-1.2.1/test/integration/suites/k8s/README.md 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/ 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:09:50 spire-1.2.1/test/integration/suites/k8s/teardown 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:09:50 spire-1.2.1/test/integration/suites/join-token/ 19:09:50 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/ 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:09:50 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:09:50 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:09:50 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:09:50 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:09:50 spire-1.2.1/test/integration/suites/join-token/README.md 19:09:50 spire-1.2.1/test/integration/suites/join-token/conf/ 19:09:50 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/join-token/teardown 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:09:50 spire-1.2.1/test/integration/suites/rotation/ 19:09:50 spire-1.2.1/test/integration/suites/rotation/00-setup 19:09:50 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:09:50 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:09:50 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:09:50 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:09:50 spire-1.2.1/test/integration/suites/rotation/README.md 19:09:50 spire-1.2.1/test/integration/suites/rotation/conf/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:09:50 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/rotation/teardown 19:09:50 spire-1.2.1/test/integration/suites/self-test/ 19:09:50 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:09:50 spire-1.2.1/test/integration/suites/self-test/README.md 19:09:50 spire-1.2.1/test/integration/suites/self-test/teardown 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:09:50 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:09:50 spire-1.2.1/test/integration/suites/upgrade/ 19:09:50 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:09:50 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:09:50 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:09:50 spire-1.2.1/test/integration/suites/k8s/ 19:09:50 spire-1.2.1/test/integration/suites/k8s/00-setup 19:09:50 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:09:50 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:09:50 spire-1.2.1/test/integration/suites/k8s/README.md 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/ 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:09:50 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:09:50 spire-1.2.1/test/integration/suites/upgrade/README.md 19:09:50 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:09:50 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/upgrade/teardown 19:09:50 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:09:50 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:09:50 spire-1.2.1/test/integration/suites/k8s/teardown 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:09:50 spire-1.2.1/test/integration/test-one.sh 19:09:50 spire-1.2.1/test/integration/test.sh 19:09:50 spire-1.2.1/test/plugintest/ 19:09:50 spire-1.2.1/test/plugintest/config.go 19:09:50 spire-1.2.1/test/plugintest/load.go 19:09:50 spire-1.2.1/test/plugintest/option.go 19:09:50 spire-1.2.1/test/spiretest/ 19:09:50 spire-1.2.1/test/spiretest/apiserver.go 19:09:50 spire-1.2.1/test/spiretest/assertions.go 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:09:50 spire-1.2.1/test/spiretest/dir.go 19:09:50 spire-1.2.1/test/spiretest/errors_posix.go 19:09:50 spire-1.2.1/test/spiretest/errors_windows.go 19:09:50 spire-1.2.1/test/spiretest/logs.go 19:09:50 spire-1.2.1/test/spiretest/socketapi.go 19:09:50 spire-1.2.1/test/spiretest/suite.go 19:09:50 spire-1.2.1/test/spiretest/x509.go 19:09:50 spire-1.2.1/test/testca/ 19:09:50 spire-1.2.1/test/testca/ca.go 19:09:50 spire-1.2.1/test/testkey/ 19:09:50 spire-1.2.1/test/testkey/generate.sh 19:09:50 spire-1.2.1/test/testkey/genkeys.go 19:09:50 spire-1.2.1/test/testkey/keys.go 19:09:50 spire-1.2.1/test/testkey/new.go 19:09:50 spire-1.2.1/test/tpmsimulator/ 19:09:50 spire-1.2.1/test/tpmsimulator/simulator.go 19:09:50 spire-1.2.1/test/util/ 19:09:50 spire-1.2.1/test/util/cert_fixtures.go 19:09:50 spire-1.2.1/test/util/cert_generation.go 19:09:50 spire-1.2.1/test/util/io_redirection.go 19:09:50 spire-1.2.1/test/util/race.go 19:09:50 spire-1.2.1/test/util/util.go 19:09:50 building spire from source... 19:09:50 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/ 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:09:50 spire-1.2.1/test/integration/suites/rotation/ 19:09:50 spire-1.2.1/test/integration/suites/rotation/00-setup 19:09:50 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:09:50 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:09:50 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:09:50 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:09:50 spire-1.2.1/test/integration/suites/rotation/README.md 19:09:50 spire-1.2.1/test/integration/suites/rotation/conf/ 19:09:50 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/rotation/teardown 19:09:50 spire-1.2.1/test/integration/suites/self-test/ 19:09:50 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:09:50 spire-1.2.1/test/integration/suites/self-test/README.md 19:09:50 spire-1.2.1/test/integration/suites/self-test/teardown 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:09:50 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:09:50 spire-1.2.1/test/integration/suites/upgrade/ 19:09:50 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:09:50 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:09:50 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:09:50 spire-1.2.1/test/integration/suites/upgrade/README.md 19:09:50 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:09:50 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:09:50 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:09:50 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:09:50 spire-1.2.1/test/integration/suites/upgrade/teardown 19:09:50 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:09:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:09:50 spire-1.2.1/test/integration/test-one.sh 19:09:50 spire-1.2.1/test/integration/test.sh 19:09:50 spire-1.2.1/test/plugintest/ 19:09:50 spire-1.2.1/test/plugintest/config.go 19:09:50 spire-1.2.1/test/plugintest/load.go 19:09:50 spire-1.2.1/test/plugintest/option.go 19:09:50 spire-1.2.1/test/spiretest/ 19:09:50 spire-1.2.1/test/spiretest/apiserver.go 19:09:50 spire-1.2.1/test/spiretest/assertions.go 19:09:50 spire-1.2.1/test/spiretest/dir.go 19:09:50 spire-1.2.1/test/spiretest/errors_posix.go 19:09:50 spire-1.2.1/test/spiretest/errors_windows.go 19:09:50 spire-1.2.1/test/spiretest/logs.go 19:09:50 spire-1.2.1/test/spiretest/socketapi.go 19:09:50 spire-1.2.1/test/spiretest/suite.go 19:09:50 spire-1.2.1/test/spiretest/x509.go 19:09:50 spire-1.2.1/test/testca/ 19:09:50 spire-1.2.1/test/testca/ca.go 19:09:50 spire-1.2.1/test/testkey/ 19:09:50 spire-1.2.1/test/testkey/generate.sh 19:09:50 spire-1.2.1/test/testkey/genkeys.go 19:09:50 spire-1.2.1/test/testkey/keys.go 19:09:50 spire-1.2.1/test/testkey/new.go 19:09:50 spire-1.2.1/test/tpmsimulator/ 19:09:50 spire-1.2.1/test/tpmsimulator/simulator.go 19:09:50 spire-1.2.1/test/util/ 19:09:50 spire-1.2.1/test/util/cert_fixtures.go 19:09:50 spire-1.2.1/test/util/cert_generation.go 19:09:50 spire-1.2.1/test/util/io_redirection.go 19:09:50 spire-1.2.1/test/util/race.go 19:09:50 spire-1.2.1/test/util/util.go 19:09:50 building spire from source... 19:09:50 Installing go1.17.7... 19:09:50 Installing go1.17.7... 19:09:51 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 19:09:51 > git --version # timeout=10 19:09:51 > git --version # 'git version 2.25.1' 19:09:51 fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:09:52 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:09:52 % Total % Received % Xferd Average Speed Time Time Time Current 19:09:52 Dload Upload Total Spent Left Speed 19:09:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 51491 0 --:--:-- --:--:-- --:--:-- 51491 [Pipeline] sh 19:09:52 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:09:53 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:09:53 + sudo tee /etc/docker/daemon.new 19:09:53 { 19:09:53 "registry-mirrors": [ 19:09:53 "https://nexus3.edgexfoundry.org:10001" 19:09:53 ], 19:09:53 "bip": "10.250.0.254/24", 19:09:53 "hosts": [ 19:09:53 "tcp://0.0.0.0:5555", 19:09:53 "unix:///var/run/docker.sock" 19:09:53 ], 19:09:53 "mtu": 1458, 19:09:53 "selinux-enabled": true, 19:09:53 "seccomp-profile": "/etc/docker/seccomp.json" 19:09:53 } [Pipeline] sh 19:09:53 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:09:54 + sudo service docker restart 19:09:55 Building bin/spire-server... 19:09:55 go: downloading github.com/mitchellh/cli v1.1.2 19:09:55 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:09:55 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:09:55 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:09:55 go: downloading google.golang.org/grpc v1.44.0 19:09:55 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:09:55 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:09:55 Building bin/spire-server... 19:09:55 go: downloading github.com/imdario/mergo v0.3.12 19:09:55 go: downloading github.com/mitchellh/cli v1.1.2 19:09:55 go: downloading github.com/sirupsen/logrus v1.8.1 19:09:55 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:09:55 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:09:55 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:09:55 go: downloading google.golang.org/grpc v1.44.0 19:09:55 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:09:55 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:09:56 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:09:56 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:09:56 go: downloading github.com/fatih/color v1.13.0 19:09:56 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:09:56 go: downloading github.com/mattn/go-isatty v0.0.14 19:09:56 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:09:56 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:09:56 go: downloading github.com/imdario/mergo v0.3.12 19:09:56 go: downloading github.com/sirupsen/logrus v1.8.1 19:09:56 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:09:56 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:09:56 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:09:56 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:09:56 go: downloading github.com/armon/go-metrics v0.3.10 19:09:56 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:09:56 go: downloading github.com/fatih/color v1.13.0 19:09:56 go: downloading github.com/prometheus/client_golang v1.12.1 19:09:56 go: downloading github.com/mattn/go-isatty v0.0.14 19:09:56 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:09:56 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:09:56 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:09:56 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:09:56 go: downloading github.com/open-policy-agent/opa v0.38.0 19:09:56 go: downloading github.com/armon/go-metrics v0.3.10 19:09:56 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:09:56 go: downloading github.com/Masterminds/goutils v1.1.0 19:09:56 go: downloading github.com/Masterminds/semver v1.5.0 19:09:56 go: downloading github.com/prometheus/client_golang v1.12.1 19:09:56 go: downloading github.com/google/uuid v1.1.2 19:09:56 go: downloading github.com/huandu/xstrings v1.3.2 19:09:56 go: downloading github.com/mattn/go-colorable v0.1.12 19:09:56 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:09:56 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:09:56 go: downloading github.com/oklog/run v1.0.0 19:09:56 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:09:56 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:09:56 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:09:56 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:09:56 go: downloading github.com/open-policy-agent/opa v0.38.0 19:09:56 go: downloading github.com/imkira/go-observer v1.0.3 19:09:56 go: downloading github.com/beorn7/perks v1.0.1 19:09:56 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:09:56 go: downloading github.com/prometheus/client_model v0.2.0 19:09:56 go: downloading github.com/prometheus/common v0.32.1 19:09:56 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:09:56 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:09:56 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:09:56 go: downloading github.com/prometheus/procfs v0.7.3 19:09:56 go: downloading go.uber.org/atomic v1.9.0 19:09:56 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:09:56 go: downloading github.com/mattn/go-colorable v0.1.12 19:09:56 go: downloading github.com/Masterminds/goutils v1.1.0 19:09:56 go: downloading github.com/Masterminds/semver v1.5.0 19:09:56 go: downloading github.com/google/uuid v1.1.2 19:09:57 go: downloading github.com/huandu/xstrings v1.3.2 19:09:57 go: downloading github.com/hashicorp/errwrap v1.1.0 19:09:57 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:09:57 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:09:57 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:09:57 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:09:57 go: downloading github.com/blang/semver/v4 v4.0.0 19:09:57 go: downloading github.com/beorn7/perks v1.0.1 19:09:57 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:09:57 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:09:57 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:09:57 go: downloading github.com/jinzhu/gorm v1.9.16 19:09:57 go: downloading github.com/prometheus/client_model v0.2.0 19:09:57 go: downloading github.com/prometheus/common v0.32.1 19:09:57 go: downloading github.com/prometheus/procfs v0.7.3 19:09:57 go: downloading github.com/lib/pq v1.10.4 19:09:57 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:09:57 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:09:57 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:09:57 go: downloading github.com/imkira/go-observer v1.0.3 19:09:57 go: downloading go.uber.org/atomic v1.9.0 19:09:57 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:09:57 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:09:57 go: downloading github.com/oklog/run v1.0.0 19:09:57 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:09:57 go: downloading github.com/hashicorp/errwrap v1.1.0 19:09:57 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:09:57 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:09:57 go: downloading github.com/blang/semver/v4 v4.0.0 19:09:57 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:09:57 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:09:57 go: downloading github.com/jinzhu/gorm v1.9.16 19:09:57 go: downloading github.com/lib/pq v1.10.4 19:09:57 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:09:57 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:09:57 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:09:57 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:09:58 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:09:59 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:09:59 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:09:59 go: downloading github.com/stretchr/testify v1.7.0 19:09:59 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:10:00 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:10:00 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:10:00 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:10:00 go: downloading github.com/stretchr/testify v1.7.0 19:10:00 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:10:00 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:10:06 go: downloading google.golang.org/api v0.70.0 19:10:06 go: downloading k8s.io/client-go v0.23.4 19:10:06 go: downloading k8s.io/api v0.23.4 19:10:06 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:10:06 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:10:06 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:10:06 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:10:06 go: downloading cloud.google.com/go/storage v1.21.0 19:10:06 go: downloading google.golang.org/api v0.70.0 19:10:06 go: downloading k8s.io/client-go v0.23.4 19:10:06 go: downloading k8s.io/api v0.23.4 19:10:06 go: downloading github.com/google/go-tpm v0.3.3 19:10:06 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:10:06 go: downloading cloud.google.com/go v0.100.2 19:10:06 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:10:06 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:10:06 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:10:06 go: downloading cloud.google.com/go/storage v1.21.0 19:10:06 go: downloading cloud.google.com/go v0.100.2 19:10:07 go: downloading k8s.io/apimachinery v0.23.4 19:10:07 go: downloading k8s.io/kube-aggregator v0.23.3 19:10:07 go: downloading k8s.io/apimachinery v0.23.4 19:10:07 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:10:07 go: downloading cloud.google.com/go/security v1.3.0 19:10:07 go: downloading github.com/hashicorp/vault/api v1.4.1 19:10:07 go: downloading k8s.io/kube-aggregator v0.23.3 19:10:07 go: downloading github.com/google/go-tpm v0.3.3 19:10:07 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:10:07 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:10:07 go: downloading cloud.google.com/go/security v1.3.0 19:10:07 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:10:07 go: downloading github.com/twmb/murmur3 v1.1.6 19:10:07 go: downloading github.com/jinzhu/inflection v1.0.0 19:10:07 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:10:07 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:10:07 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:10:07 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:10:07 go: downloading github.com/hashicorp/vault/api v1.4.1 19:10:07 go: downloading github.com/aws/smithy-go v1.11.0 19:10:07 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:10:08 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:10:08 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:10:08 go: downloading github.com/twmb/murmur3 v1.1.6 19:10:08 go: downloading github.com/jinzhu/inflection v1.0.0 19:10:08 go: downloading github.com/aws/smithy-go v1.11.0 19:10:08 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:10:08 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:10:08 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:10:08 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:10:08 go: downloading github.com/dimchansky/utfbom v1.1.1 19:10:08 go: downloading cloud.google.com/go/compute v1.3.0 19:10:08 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:10:08 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:10:08 go: downloading cloud.google.com/go/iam v0.1.1 19:10:08 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:10:08 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:10:08 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:10:08 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:10:08 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:10:08 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:10:08 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:10:08 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:10:08 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:10:08 go: downloading github.com/dimchansky/utfbom v1.1.1 19:10:08 go: downloading cloud.google.com/go/compute v1.3.0 19:10:08 go: downloading cloud.google.com/go/iam v0.1.1 19:10:08 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:10:08 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:10:10 go: downloading github.com/gogo/protobuf v1.3.2 19:10:10 go: downloading k8s.io/klog/v2 v2.30.0 19:10:10 go: downloading github.com/google/gofuzz v1.1.0 19:10:10 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:10:10 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:10:10 go: downloading github.com/spf13/pflag v1.0.5 19:10:10 go: downloading github.com/gogo/protobuf v1.3.2 19:10:10 go: downloading k8s.io/klog/v2 v2.30.0 19:10:10 go: downloading github.com/google/gofuzz v1.1.0 19:10:10 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:10:10 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:10:10 go: downloading github.com/spf13/pflag v1.0.5 19:10:10 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:10:10 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:10:10 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:10:10 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:10:10 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:10:10 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:10:10 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:10:10 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:10:10 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:10:10 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:10:10 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:10:10 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:10:10 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:10:10 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:10:10 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:10:10 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:10:10 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:10:10 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:10:10 go: downloading gopkg.in/yaml.v2 v2.4.0 19:10:10 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:10:10 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:10:10 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:10:10 go: downloading gopkg.in/yaml.v2 v2.4.0 19:10:10 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:10:10 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:10:10 go: downloading github.com/gobwas/glob v0.2.3 19:10:10 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:10:10 go: downloading github.com/gobwas/glob v0.2.3 19:10:10 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:10:10 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:10:10 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:10:10 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:10: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:10:11 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:10:11 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:10:11 go: downloading go.opencensus.io v0.23.0 19:10:11 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:10:11 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:10:11 go: downloading go.opencensus.io v0.23.0 19:10:11 go: downloading gopkg.in/inf.v0 v0.9.1 19:10:11 go: downloading github.com/google/go-cmp v0.5.7 19:10:11 go: downloading github.com/googleapis/gnostic v0.5.5 19:10:11 go: downloading gopkg.in/inf.v0 v0.9.1 19:10:11 go: downloading github.com/google/go-cmp v0.5.7 19:10:11 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:10:11 go: downloading github.com/go-logr/logr v1.2.2 19:10:11 go: downloading github.com/go-logr/logr v1.2.2 19:10:11 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:10:11 go: downloading github.com/json-iterator/go v1.1.12 19:10:11 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:10:11 go: downloading github.com/googleapis/gnostic v0.5.5 19:10:11 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:10:11 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:10:11 go: downloading go.uber.org/zap v1.21.0 19:10:11 go: downloading github.com/json-iterator/go v1.1.12 19:10:11 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:10:11 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:10:11 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:10:11 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:10:11 go: downloading github.com/tklauser/numcpus v0.3.0 19:10:11 go: downloading go.uber.org/zap v1.21.0 19:10:11 go: downloading sigs.k8s.io/yaml v1.3.0 19:10:11 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:10:11 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:10:11 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:10:11 go: downloading github.com/modern-go/reflect2 v1.0.2 19:10:11 go: downloading github.com/golang/snappy v0.0.4 19:10:11 go: downloading github.com/tklauser/numcpus v0.3.0 19:10:11 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:10:11 go: downloading sigs.k8s.io/yaml v1.3.0 19:10:11 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:10:11 go: downloading github.com/ryanuber/go-glob v1.0.0 19:10:11 go: downloading github.com/ryanuber/go-glob v1.0.0 19:10:11 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:10:11 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:10:11 go: downloading github.com/hashicorp/go-version v1.2.0 19:10:11 go: downloading go.uber.org/multierr v1.6.0 19:10:11 go: downloading github.com/golang/snappy v0.0.4 19:10:11 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:10:11 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:10:11 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:10:11 go: downloading github.com/hashicorp/go-version v1.2.0 19:10:12 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:10:12 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:10:12 go: downloading github.com/modern-go/reflect2 v1.0.2 19:10:12 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:10:12 go: downloading go.uber.org/multierr v1.6.0 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:10:12 provisioning config files... 19:10:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6239166105614129698tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:10:13 ---> docker-login.sh 19:10:13 nexus3.edgexfoundry.org:10001 19:10:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:13 Configure a credential helper to remove this warning. See 19:10:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:13 19:10:13 Login Succeeded 19:10:13 nexus3.edgexfoundry.org:10002 19:10:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:14 Configure a credential helper to remove this warning. See 19:10:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:14 19:10:14 Login Succeeded 19:10:14 nexus3.edgexfoundry.org:10003 19:10:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:14 Configure a credential helper to remove this warning. See 19:10:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:14 19:10:14 Login Succeeded 19:10:14 nexus3.edgexfoundry.org:10004 19:10:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:15 Configure a credential helper to remove this warning. See 19:10:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:15 19:10:15 Login Succeeded 19:10:15 docker.io 19:10:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:15 Configure a credential helper to remove this warning. See 19:10:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:15 19:10:15 Login Succeeded 19:10:16 ---> docker-login.sh ends [Pipeline] } 19:10:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:10:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:10:16 ========================================================= 19:10:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 19:10:16 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:10:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:10:17 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:10:17 9b3977197b4f: Pulling fs layer 19:10:17 1a89e8eeedd5: Pulling fs layer 19:10:17 94645a83ff95: Pulling fs layer 19:10:17 3f3a8bcf1eab: Pulling fs layer 19:10:17 0c92f367c5e7: Pulling fs layer 19:10:17 f7c0051592d6: Pulling fs layer 19:10:17 a227ed2f7395: Pulling fs layer 19:10:17 7b1c46037f91: Pulling fs layer 19:10:17 0c92f367c5e7: Waiting 19:10:17 f7c0051592d6: Waiting 19:10:17 a227ed2f7395: Waiting 19:10:17 7b1c46037f91: Waiting 19:10:17 3f3a8bcf1eab: Waiting 19:10:17 94645a83ff95: Download complete 19:10:17 1a89e8eeedd5: Verifying Checksum 19:10:17 1a89e8eeedd5: Download complete 19:10:17 0c92f367c5e7: Download complete 19:10:17 f7c0051592d6: Verifying Checksum 19:10:17 f7c0051592d6: Download complete 19:10:17 9b3977197b4f: Verifying Checksum 19:10:17 9b3977197b4f: Download complete 19:10:17 a227ed2f7395: Verifying Checksum 19:10:17 a227ed2f7395: Download complete 19:10:17 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:10:17 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:10:17 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:10:17 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:10:17 9b3977197b4f: Pull complete 19:10:18 1a89e8eeedd5: Pull complete 19:10:18 94645a83ff95: Pull complete 19:10:19 7b1c46037f91: Verifying Checksum 19:10:19 7b1c46037f91: Download complete 19:10:19 3f3a8bcf1eab: Verifying Checksum 19:10:19 3f3a8bcf1eab: Download complete 19:10:32 3f3a8bcf1eab: Pull complete 19:10:32 0c92f367c5e7: Pull complete 19:10:32 f7c0051592d6: Pull complete 19:10:32 a227ed2f7395: Pull complete 19:10:32 Removing intermediate container 6392f76e4fe0 19:10:32 ---> 33e2474b733e 19:10:32 19:10:32 Step 10/23 : FROM alpine:3.14 19:10:32 Removing intermediate container 41d805bda4ac 19:10:32 ---> 5acdc44159d7 19:10:32 19:10:32 Step 10/25 : FROM alpine:3.14 19:10:32 Removing intermediate container 10a53e0f9348 19:10:32 ---> 9cb9a1c2bdab 19:10:32 19:10:32 Step 9/20 : FROM alpine:3.15 19:10:32 3.14: Pulling from library/alpine 19:10:32 3.14: Pulling from library/alpine 19:10:33 3.15: Pulling from library/alpine 19:10:34 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:10:34 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:10:34 Status: Downloaded newer image for alpine:3.14 19:10:34 Status: Downloaded newer image for alpine:3.14 19:10:34 ---> e04c818066af 19:10:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:10:34 ---> e04c818066af 19:10:34 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:10:35 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:10:35 Status: Downloaded newer image for alpine:3.15 19:10:35 ---> Running in 9ca9848ed154 19:10:35 ---> 0ac33e5f5afa 19:10:35 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:35 ---> Running in 74275baaf195 19:10:35 ---> Running in 17629dac8ccd 19:10:36 Removing intermediate container 17629dac8ccd 19:10:36 ---> 62995b411bdb 19:10:36 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:10:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:10:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:10:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:10:37 ---> Running in e74ab3eae1bb 19:10:37 (1/1) Installing dumb-init (1.2.5-r1) 19:10:37 Executing busybox-1.33.1-r7.trigger 19:10:37 OK: 6 MiB in 15 packages 19:10:37 (1/3) Installing ca-certificates (20211220-r0) 19:10:37 (2/3) Installing dumb-init (1.2.5-r1) 19:10:37 (3/3) Installing su-exec (0.2-r1) 19:10:37 Executing busybox-1.33.1-r7.trigger 19:10:37 Executing ca-certificates-20211220-r0.trigger 19:10:37 OK: 6 MiB in 17 packages 19:10:39 Removing intermediate container 9ca9848ed154 19:10:39 ---> 29671fec17ad 19:10:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:10:39 Removing intermediate container 74275baaf195 19:10:39 ---> 0145e8a8c5e9 19:10:39 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:10:39 ---> Running in aeb43b65cb91 19:10:39 ---> Running in 950bad454117 19:10:39 Removing intermediate container e74ab3eae1bb 19:10:39 ---> 0844bc056618 19:10:39 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:10:40 ---> Running in 40dfba35d027 19:10:40 Removing intermediate container aeb43b65cb91 19:10:40 ---> 383ad9d06550 19:10:40 Step 13/23 : ENV APP_PORT=59882 19:10:40 7b1c46037f91: Pull complete 19:10:40 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 19:10:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:10:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:10:40 Removing intermediate container 950bad454117 19:10:40 ---> 7ccd4d1cc1ba 19:10:40 Step 13/25 : WORKDIR / 19:10:40 ---> Running in eb200cd7c7c1 19:10:40 ---> Running in 2428ca222956 [Pipeline] fileExists [Pipeline] sh 19:10:40 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:10:40 WORKDIR /edgex 19:10:40 COPY go.mod . 19:10:40 RUN go mod download 19:10:40 + docker build -t ci-base-image-arm64 -f - . 19:10:40 Removing intermediate container eb200cd7c7c1 19:10:40 ---> 89509808c841 19:10:40 Step 14/23 : EXPOSE $APP_PORT 19:10:40 Removing intermediate container 2428ca222956 19:10:40 ---> 9e88e58da98d 19:10:40 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:10:40 ---> Running in 37ad0454e452 19:10:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:41 Removing intermediate container 37ad0454e452 19:10:41 ---> 710a3f1e0156 19:10:41 Step 15/23 : WORKDIR / 19:10:41 ---> fe9814e1cbe2 19:10:41 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:10:41 ---> Running in 3e68122943f4 19:10:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:42 Removing intermediate container 3e68122943f4 19:10:42 ---> a4c5a2484846 19:10:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:42 ---> ae7b85234dfb 19:10:42 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:10:42 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:10:42 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 19:10:42 OK: 15855 distinct packages available 19:10:42 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:42 ---> 5d4c9cac7ff2 19:10:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:10:43 Sending build context to Docker daemon 169.2MB 19:10:43 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:10:43 ---> f79e39bc4007 19:10:43 Step 2/4 : WORKDIR /edgex 19:10:43 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:43 ---> aa008e169e31 19:10: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 19:10:43 (1/9) Installing ca-certificates (20211220-r0) 19:10:43 (2/9) Installing brotli-libs (1.0.9-r5) 19:10:44 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:10:44 (4/9) Installing libcurl (7.80.0-r0) 19:10:44 ---> d0c9594b9ce9 19:10:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:10:44 (5/9) Installing curl (7.80.0-r0) 19:10:44 (6/9) Installing dumb-init (1.2.5-r1) 19:10:44 (7/9) Installing musl-obstack (1.2.3-r0) 19:10:44 (8/9) Installing libucontext (1.1-r0) 19:10:44 ---> c1d2feefb00a 19:10:44 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:10:44 (9/9) Installing gcompat (1.0.0-r4) 19:10:44 Executing busybox-1.34.1-r5.trigger 19:10:44 Executing ca-certificates-20211220-r0.trigger 19:10:44 OK: 8 MiB in 23 packages 19:10:45 ---> 62f2d6902f37 19:10:45 Step 19/23 : ENTRYPOINT ["/core-command"] 19:10:45 ---> Running in 823920ef0998 19:10:45 Removing intermediate container 823920ef0998 19:10:45 ---> 1082a0029848 19:10:45 Step 3/4 : COPY go.mod . 19:10:45 ---> Running in 69074a6a1347 19:10:45 ---> abb07d4b32f7 19:10:45 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:10:46 ---> d3bebb0f07b1 19:10:46 Step 4/4 : RUN go mod download 19:10:46 ---> Running in fce17a53b528 19:10:46 Removing intermediate container 69074a6a1347 19:10:46 ---> 02af176c7fd2 19:10:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:46 ---> Running in 4410242c5736 19:10:46 Removing intermediate container 40dfba35d027 19:10:46 ---> 37e16112357d 19:10:46 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:46 ---> d9420296e816 19:10:46 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:10:47 Removing intermediate container 4410242c5736 19:10:47 ---> 9ddda8828689 19:10:47 Step 21/23 : LABEL arch=x86_64 19:10:47 ---> c243caec4c2b 19:10:47 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:10:47 ---> Running in 165d566b7f1f 19:10:47 ---> 7a1ed84db488 19:10:47 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:10:47 ---> Running in 80eee6acd027 19:10:47 Removing intermediate container 165d566b7f1f 19:10:47 ---> 57d91e2ab7ef 19:10:47 Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:10:47 ---> Running in c4d6d1de2d43 19:10:48 ---> 2f980006229b 19:10:48 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:10:48 Removing intermediate container c4d6d1de2d43 19:10:48 ---> 65ed8f7ddd70 19:10:48 Step 23/23 : LABEL version=0.0.0 19:10:48 ---> Running in 20f0852ff927 19:10:48 Removing intermediate container 20f0852ff927 19:10:48 ---> 906b57c4958f 19:10:48 19:10:48 Successfully built 906b57c4958f 19:10:48 ---> d7db62b20a59 19:10:48 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:10:48 Successfully tagged core-command:latest 19:10:48  Building core-command ... done Building core-metadata 19:10:50 ---> Running in 19152dc646b4 19:10:51 Removing intermediate container 19152dc646b4 19:10:51 ---> 91f23c9093f0 19:10:51 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:51 Removing intermediate container 80eee6acd027 19:10:51 ---> b6ab9e3641c8 19:10:51 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:10:51 ---> Running in baa71676a818 19:10:51 ---> Running in 1f0e9eb9891e 19:10:51 Removing intermediate container baa71676a818 19:10:51 ---> 0031da19824a 19:10:51 Step 18/20 : LABEL arch=x86_64 19:10:51 ---> Running in b981afaebed9 19:10:51 Removing intermediate container 1f0e9eb9891e 19:10:51 ---> 21bef7ce3674 19:10:51 Step 23/25 : LABEL arch=x86_64 19:10:51 ---> Running in 8a626922e457 19:10:52 Removing intermediate container b981afaebed9 19:10:52 ---> e8fcb387433e 19:10:52 Step 19/20 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:10:52 ---> Running in dbb0072666e6 19:10:52 Removing intermediate container 8a626922e457 19:10:52 ---> b19a287e7dc0 19:10:52 Step 24/25 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:10:52 ---> Running in 79522702280b 19:10:52 Removing intermediate container dbb0072666e6 19:10:52 ---> 5ff8a75fe6fb 19:10:52 Step 20/20 : LABEL version=0.0.0 19:10:52 ---> Running in 3974fcdb3c6b 19:10:52 Removing intermediate container 79522702280b 19:10:52 ---> d5bc86333ace 19:10:52 Step 25/25 : LABEL version=0.0.0 19:10:52 ---> Running in 77db11854016 19:10:52 Removing intermediate container 3974fcdb3c6b 19:10:52 ---> 031802a7440b 19:10:52 19:10:52 Successfully built 031802a7440b 19:10:52 Successfully tagged security-spiffe-token-provider:latest 19:10:52 Building support-scheduler 19:10:53  Building security-spiffe-token-provider ... done Removing intermediate container 77db11854016 19:10:53 ---> bb60f2774bab 19:10:53 19:10:53 Successfully built bb60f2774bab 19:10:53 Successfully tagged security-secretstore-setup:latest 19:10:53 Building sys-mgmt-agent 19:10:57  Building security-secretstore-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:10:57 ---> bfa0f22f50a3 19:10:57 Step 3/23 : WORKDIR /edgex-go 19:10:57 ---> Using cache 19:10:57 ---> 04eed3f5730d 19:10:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:57 ---> Using cache 19:10:57 ---> b4d65c56d9cc 19:10:57 Step 5/23 : RUN apk add --update --no-cache make git 19:10:57 ---> Using cache 19:10:57 ---> bf4050ee9cc2 19:10:57 Step 6/23 : COPY go.mod vendor* ./ 19:10:57 ---> Using cache 19:10:57 ---> be353f960e71 19:10:57 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:57 ---> Using cache 19:10:57 ---> 6bcca9862e09 19:10:57 Step 8/23 : COPY . . 19:10:57 ---> Using cache 19:10:57 ---> da7c4e0011b6 19:10:57 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:11:02 ---> Running in 0d7aec5a6233 19:11:02 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 19:11:06 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:11:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:11:06 ---> bfa0f22f50a3 19:11:06 Step 3/23 : WORKDIR /edgex-go 19:11:06 ---> Using cache 19:11:06 ---> 04eed3f5730d 19:11:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:06 ---> Using cache 19:11:06 ---> b4d65c56d9cc 19:11:06 Step 5/23 : RUN apk add --update --no-cache make bash git 19:11:07 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:11:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:11:07 ---> bfa0f22f50a3 19:11:07 Step 3/22 : WORKDIR /edgex-go 19:11:07 ---> Using cache 19:11:07 ---> 04eed3f5730d 19:11:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:07 ---> Using cache 19:11:07 ---> b4d65c56d9cc 19:11:07 Step 5/22 : RUN apk add --update --no-cache make git 19:11:07 ---> Using cache 19:11:07 ---> bf4050ee9cc2 19:11:07 Step 6/22 : COPY go.mod vendor* ./ 19:11:07 ---> Using cache 19:11:07 ---> be353f960e71 19:11:07 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:07 ---> Using cache 19:11:07 ---> 6bcca9862e09 19:11:07 Step 8/22 : COPY . . 19:11:07 ---> Using cache 19:11:07 ---> da7c4e0011b6 19:11:07 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:11:08 ---> Running in aeb31fe3a274 19:11:08 ---> Running in c9ff2ed1623f 19:11:09 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 19:11:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:11:10 OK: 221 MiB in 52 packages 19:11:11 Removing intermediate container aeb31fe3a274 19:11:11 ---> 47c4f3e80cb3 19:11:11 Step 6/23 : COPY go.mod vendor* ./ 19:11:12 ---> c42c230da601 19:11:12 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:12 ---> Running in 96691e2fad17 19:11:15 Removing intermediate container 96691e2fad17 19:11:15 ---> 31cfea1e707c 19:11:15 Step 8/23 : COPY . . 19:11:27 ---> c2fb4f5bd79d 19:11:27 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:11:27 ---> Running in 21e1758e2b9b 19:11:28 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 19:11:33 Removing intermediate container fce17a53b528 19:11:33 ---> 593b1ec4534a 19:11:33 Successfully built 593b1ec4534a 19:11:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:11:33 + docker inspect -f . ci-base-image-arm64 19:11:33 . [Pipeline] withDockerContainer 19:11:33 prd-ubuntu20.04-docker-arm64-4c-16g-21382 does not seem to be running inside a container 19:11:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:11:35 $ docker top 813c67bbf0167a3a01d4afc1e6111d29a5a8a27e2588116abd761f337226ec61 -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:36 + go version 19:11:36 go version go1.17.6 linux/arm64 [Pipeline] } 19:11:36 $ docker stop --time=1 813c67bbf0167a3a01d4afc1e6111d29a5a8a27e2588116abd761f337226ec61 19:11:36 Removing intermediate container 0d7aec5a6233 19:11:36 ---> b108a9c00624 19:11:36 19:11:36 Step 10/23 : FROM alpine:3.14 19:11:36 ---> e04c818066af 19:11:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:11:36 ---> Using cache 19:11:36 ---> 29671fec17ad 19:11:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:11:36 ---> Using cache 19:11:36 ---> 383ad9d06550 19:11:36 Step 13/23 : ENV APP_PORT=59881 19:11:36 ---> Running in df47ac041572 19:11:36 Removing intermediate container df47ac041572 19:11:36 ---> 37a58af437b3 19:11:36 Step 14/23 : EXPOSE $APP_PORT 19:11:36 ---> Running in 56e3f99f30cd 19:11:37 Removing intermediate container 56e3f99f30cd 19:11:37 ---> c4746a37e9dd 19:11:37 Step 15/23 : WORKDIR / 19:11:37 $ docker rm -f 813c67bbf0167a3a01d4afc1e6111d29a5a8a27e2588116abd761f337226ec61 19:11:38 ---> Running in 1d161ec9ac4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:38 Removing intermediate container 1d161ec9ac4d 19:11:38 ---> ebd8c1f3650e 19:11:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:38 + docker inspect -f . ci-base-image-arm64 19:11:38 . [Pipeline] withDockerContainer 19:11:39 prd-ubuntu20.04-docker-arm64-4c-16g-21382 does not seem to be running inside a container 19:11:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:11:40 ---> d9ea72a37c99 19:11:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:11:40 $ docker top c58f04d62049a429a0e92eb27519032c4c606de43c9ae204e39bd6898a6cc032 -eo pid,comm [Pipeline] { [Pipeline] echo 19:11:40 ========================================================= 19:11:40 [edgeXBuildGoParallel] Running Tests and Build... 19:11:40 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:11:41 ---> db7fa23b4e16 19:11:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:11:41 + make test 19:11:41 go mod tidy -compat=1.17 19:11:41 ---> 038ccb6816cc 19:11:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:11:42 ---> Running in 050fee6770fd 19:11:42 Removing intermediate container 050fee6770fd 19:11:42 ---> a7ab35a3e270 19:11:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:11:42 ---> Running in aa3241e2b339 19:11:43 Removing intermediate container aa3241e2b339 19:11:43 ---> 27e44c89c6e9 19:11:43 Step 21/23 : LABEL arch=x86_64 19:11:43 ---> Running in 69bea746a3c9 19:11:43 Removing intermediate container 69bea746a3c9 19:11:43 ---> 3b24bd5b587b 19:11:43 Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:11:43 ---> Running in 2902bb36391f 19:11:43 Removing intermediate container 2902bb36391f 19:11:43 ---> 4d041ecce843 19:11:43 Step 23/23 : LABEL version=0.0.0 19:11:43 ---> Running in d4c99f6e8f1d 19:11:44 Removing intermediate container d4c99f6e8f1d 19:11:44 ---> 7dee2c1dde41 19:11:44 19:11:44 Successfully built 7dee2c1dde41 19:11:44 Successfully tagged core-metadata:latest 19:11:44  Building core-metadata ... done Building security-proxy-setup 19:11:49 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:11:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:11:49 ---> bfa0f22f50a3 19:11:49 Step 3/22 : WORKDIR /edgex-go 19:11:49 ---> Using cache 19:11:49 ---> 04eed3f5730d 19:11:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:49 ---> Using cache 19:11:49 ---> b4d65c56d9cc 19:11:49 Step 5/22 : RUN apk add --update --no-cache make git 19:11:49 ---> Using cache 19:11:49 ---> bf4050ee9cc2 19:11:49 Step 6/22 : COPY go.mod vendor* ./ 19:11:49 ---> Using cache 19:11:49 ---> be353f960e71 19:11:49 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:49 ---> Using cache 19:11:49 ---> 6bcca9862e09 19:11:49 Step 8/22 : COPY . . 19:11:49 ---> Using cache 19:11:49 ---> da7c4e0011b6 19:11:49 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:11:50 ---> Running in 1352e165999b 19:11:51 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 19:11:55 Removing intermediate container c9ff2ed1623f 19:11:55 ---> 149052f16e7f 19:11:55 19:11:55 Step 10/22 : FROM alpine:3.14 19:11:55 ---> e04c818066af 19:11:55 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:11:55 ---> Using cache 19:11:55 ---> 29671fec17ad 19:11:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:11:55 ---> Using cache 19:11:55 ---> 383ad9d06550 19:11:55 Step 13/22 : ENV APP_PORT=59861 19:11:55 ---> Running in 0f8fedaa5772 19:11:55 Removing intermediate container 21e1758e2b9b 19:11:55 ---> d52812bb5956 19:11:55 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:11:55 Removing intermediate container 0f8fedaa5772 19:11:55 ---> cf6276d325af 19:11:55 Step 14/22 : EXPOSE $APP_PORT 19:11:55 ---> Running in fc825c72f702 19:11:55 ---> Running in 5b0b07dce617 19:11:55 Removing intermediate container 5b0b07dce617 19:11:55 ---> 6fa80a0455a6 19:11:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:11: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:11:56 ---> d754b7c23f50 19:11:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:11:57 ---> 90d25b011a88 19:11:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:11:58 Removing intermediate container fc825c72f702 19:11:58 ---> 3c41787890d6 19:11:58 19:11:58 Step 11/23 : FROM docker:20.10.14 19:11:58 ---> 32e9da05bb47 19:11:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:11:58 20.10.14: Pulling from library/docker 19:11:58 ---> Running in 8a7e069b7e6c 19:11:58 Removing intermediate container 8a7e069b7e6c 19:11:58 ---> a4f00c7d8033 19:11:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:58 ---> Running in f4fd5360184d 19:11:58 Removing intermediate container f4fd5360184d 19:11:58 ---> 92b7b713d289 19:11:58 Step 20/22 : LABEL arch=x86_64 19:11:58 ---> Running in c924af6e8de2 19:11:59 Removing intermediate container c924af6e8de2 19:11:59 ---> 0311c43cb540 19:11:59 Step 21/22 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:11:59 ---> Running in 6cdbef7cf3ea 19:11:59 Removing intermediate container 6cdbef7cf3ea 19:11:59 ---> 706d13c5b245 19:11:59 Step 22/22 : LABEL version=0.0.0 19:11:59 ---> Running in b00cc86ebaac 19:11:59 Removing intermediate container b00cc86ebaac 19:11:59 ---> 9e7eb2f22f2e 19:11:59 19:12:00 Successfully built 9e7eb2f22f2e 19:12:00 Successfully tagged support-scheduler:latest 19:12:00 Building core-data 19:12:03  Building support-scheduler ... done Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:12:03 Status: Downloaded newer image for docker:20.10.14 19:12:03 ---> 7417809fdb73 19:12:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:12:04 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:12:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:12:04 ---> bfa0f22f50a3 19:12:04 Step 3/23 : WORKDIR /edgex-go 19:12:04 ---> Using cache 19:12:04 ---> 04eed3f5730d 19:12:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:04 ---> Using cache 19:12:04 ---> b4d65c56d9cc 19:12:04 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:12:06 ---> Running in 0eb1ffebc77b 19:12:06 ---> Running in ef8fa6a71223 19:12: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/secrets-config ./cmd/secrets-config 19:12:06 Removing intermediate container 0eb1ffebc77b 19:12:06 ---> 21c309af22fe 19:12:06 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 19:12:06 ---> Running in c3dfcada42a1 19:12:06 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:07 (1/43) Installing readline (8.1.1-r0) 19:12:07 (2/43) Installing bash (5.1.16-r0) 19:12:07 Executing bash-5.1.16-r0.post-install 19:12:07 (3/43) Installing brotli-libs (1.0.9-r5) 19:12:07 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:12:07 (5/43) Installing libcurl (7.80.0-r0) 19:12:07 (6/43) Installing curl (7.80.0-r0) 19:12:07 (7/43) Installing dumb-init (1.2.5-r1) 19:12:07 (8/43) Installing libbz2 (1.0.8-r1) 19:12:07 (9/43) Installing expat (2.4.7-r0) 19:12:07 (10/43) Installing libffi (3.4.2-r1) 19:12:07 (11/43) Installing gdbm (1.22-r0) 19:12:07 (12/43) Installing xz-libs (5.2.5-r1) 19:12:07 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:12:07 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:12:07 (15/43) Installing mpdecimal (2.5.1-r1) 19:12:07 (16/43) Installing sqlite-libs (3.36.0-r0) 19:12:07 (17/43) Installing python3 (3.9.7-r4) 19:12:07 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:07 (18/43) Installing py3-appdirs (1.4.4-r2) 19:12:07 (19/43) Installing py3-certifi (2020.12.5-r1) 19:12:07 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:12:07 (21/43) Installing py3-idna (3.3-r0) 19:12:07 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:12:07 (23/43) Installing py3-requests (2.26.0-r1) 19:12:07 (24/43) Installing py3-msgpack (1.0.2-r1) 19:12:07 (25/43) Installing py3-lockfile (0.12.2-r4) 19:12:07 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:12:07 (27/43) Installing py3-colorama (0.4.4-r1) 19:12:07 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:12:07 (29/43) Installing py3-distlib (0.3.3-r0) 19:12:07 (30/43) Installing py3-distro (1.6.0-r0) 19:12:07 (31/43) Installing py3-six (1.16.0-r0) 19:12:07 (32/43) Installing py3-webencodings (0.5.1-r4) 19:12:07 (33/43) Installing py3-html5lib (1.1-r1) 19:12:07 (34/43) Installing py3-parsing (2.4.7-r2) 19:12:07 (35/43) Installing py3-packaging (20.9-r1) 19:12:07 (36/43) Installing py3-tomli (1.2.2-r0) 19:12:07 (37/43) Installing py3-pep517 (0.12.0-r0) 19:12:07 (38/43) Installing py3-progress (1.6-r0) 19:12:07 (39/43) Installing py3-retrying (1.3.3-r2) 19:12:07 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:12:07 (41/43) Installing py3-setuptools (52.0.0-r4) 19:12:07 (42/43) Installing py3-toml (0.10.2-r2) 19:12:07 (43/43) Installing py3-pip (20.3.4-r1) 19:12:07 OK: 221 MiB in 52 packages 19:12:07 Executing busybox-1.34.1-r5.trigger 19:12:07 OK: 83 MiB in 65 packages 19:12:08 Collecting docker-compose==1.23.2 19:12:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:12:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 19:12:08 Collecting dockerpty<0.5,>=0.4.1 19:12:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:12:09 Collecting websocket-client<1.0,>=0.32.0 19:12:09 Removing intermediate container 1352e165999b 19:12:09 ---> 7a2dcf3cba10 19:12:09 19:12:09 Step 10/22 : FROM alpine:3.14 19:12:09 ---> e04c818066af 19:12:09 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:12:09 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:12:09 Removing intermediate container ef8fa6a71223 19:12:09 ---> 77385ef70c14 19:12:09 Step 6/23 : COPY go.mod vendor* ./ 19:12:09 ---> Running in 4b94371538cd 19:12:09 Collecting jsonschema<3,>=2.5.1 19:12:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:12:09 Collecting docopt<0.7,>=0.6.1 19:12:09 Downloading docopt-0.6.2.tar.gz (25 kB) 19:12:09 ---> ab7eb74bb7b9 19:12:09 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:12:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:12:09 ---> Running in 5b19019fec3d 19:12:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:12:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:12:09 (1/6) Installing ca-certificates (20211220-r0) 19:12:09 Collecting texttable<0.10,>=0.9.0 19:12:09 Downloading texttable-0.9.1.tar.gz (11 kB) 19:12:09 (2/6) Installing brotli-libs (1.0.9-r5) 19:12:09 (3/6) Installing nghttp2-libs (1.43.0-r0) 19:12:09 (4/6) Installing libcurl (7.79.1-r0) 19:12:09 (5/6) Installing curl (7.79.1-r0) 19:12:09 (6/6) Installing dumb-init (1.2.5-r1) 19:12:09 Executing busybox-1.33.1-r7.trigger 19:12:09 Executing ca-certificates-20211220-r0.trigger 19:12:09 OK: 8 MiB in 20 packages 19:12:10 Collecting cached-property<2,>=1.2.0 19:12:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:12:10 Collecting PyYAML<4,>=3.10 19:12:10 Downloading PyYAML-3.13.tar.gz (270 kB) 19:12:10 Removing intermediate container 4b94371538cd 19:12:10 ---> 30244b0e786d 19:12:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:12:10 Removing intermediate container 5b19019fec3d 19:12:10 ---> d57e87aa8de4 19:12:10 Step 8/23 : COPY . . 19:12:10 ---> Running in 62986965f5e3 19:12:11 Collecting docker<4.0,>=3.6.0 19:12:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:12:11 Collecting docker-pycreds>=0.4.0 19:12:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:12:11 Collecting chardet<3.1.0,>=3.0.2 19:12:11 Removing intermediate container 62986965f5e3 19:12:11 ---> c48f4e412d88 19:12:11 Step 13/22 : WORKDIR /edgex 19:12:11 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:12:11 Collecting urllib3<1.25,>=1.21.1 19:12:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:12:11 Collecting idna<2.8,>=2.5 19:12:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:12:11 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 19:12:11 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:12:11 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:12:11 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:12:11 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:12:11 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:12:11 Attempting uninstall: urllib3 19:12:11 Found existing installation: urllib3 1.26.7 19:12:11 Uninstalling urllib3-1.26.7: 19:12:11 Successfully uninstalled urllib3-1.26.7 19:12:12 Attempting uninstall: idna 19:12:12 Found existing installation: idna 3.3 19:12:12 Uninstalling idna-3.3: 19:12:12 Successfully uninstalled idna-3.3 19:12:12 ---> Running in 3050b9b400d3 19:12:13 Removing intermediate container 3050b9b400d3 19:12:13 ---> 600fc2cd8563 19:12:13 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:12:13 ---> 571407fb4fca 19:12:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:12:13 Attempting uninstall: requests 19:12:13 Found existing installation: requests 2.26.0 19:12:13 Uninstalling requests-2.26.0: 19:12:13 Successfully uninstalled requests-2.26.0 19:12:13 Running setup.py install for texttable: started 19:12:13 Running setup.py install for texttable: finished with status 'done' 19:12:13 Running setup.py install for PyYAML: started 19:12:13 ---> 949b081a7ca3 19:12:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:12:14 Running setup.py install for PyYAML: finished with status 'done' 19:12:14 ---> c4da500d1b55 19:12:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:12:14 Running setup.py install for docopt: started 19:12:14 ---> acdeb14b7705 19:12:14 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:12:14 Running setup.py install for docopt: finished with status 'done' 19:12:14 Running setup.py install for dockerpty: started 19:12:14 ---> Running in 59c48629c6e4 19:12:14 Running setup.py install for dockerpty: finished with status 'done' 19:12:14 ? github.com/edgexfoundry/edgex-go [no test files] 19:12:15 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:12:15 Removing intermediate container 59c48629c6e4 19:12:15 ---> 489fd5780476 19:12:15 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:12:15 ---> c56a97e86a91 19:12:15 Step 9/23 : RUN make cmd/core-data/core-data 19:12:15 ---> Running in 69f65deb5c71 19:12:15 ---> Running in 68e83be76d07 19:12:15 Removing intermediate container 68e83be76d07 19:12:15 ---> 3dd3381e7f6c 19:12:15 Step 20/22 : LABEL arch=x86_64 19:12:15 ---> Running in c758eaf12042 19:12:16 Removing intermediate container c758eaf12042 19:12:16 ---> b57c242b9d5d 19:12:16 Step 21/22 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:12:16 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 19:12:16 ---> Running in f4988bc64bed 19:12:16 Removing intermediate container f4988bc64bed 19:12:16 ---> 2dfc3a7c1276 19:12:16 Step 22/22 : LABEL version=0.0.0 19:12:16 ---> Running in 3b9628a5d5df 19:12:16 Removing intermediate container 3b9628a5d5df 19:12:16 ---> 94c54b089f54 19:12:16 19:12:16 Successfully built 94c54b089f54 19:12:16 Successfully tagged security-proxy-setup:latest 19:12:16  Building security-proxy-setup ... done Building security-spire-server 19:12:20 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:12:20 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:12:20 ---> bfa0f22f50a3 19:12:20 Step 3/25 : WORKDIR /edgex-go 19:12:20 ---> Using cache 19:12:20 ---> 04eed3f5730d 19:12:20 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:20 ---> Using cache 19:12:20 ---> b4d65c56d9cc 19:12:20 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:12:20 ---> Running in 56c2fbd7813b 19:12:21 Removing intermediate container c3dfcada42a1 19:12:21 ---> 6a10d7d20668 19:12:21 Step 14/23 : ENV APP_PORT=58890 19:12:21 ---> Running in b1eb6955e561 19:12:21 Removing intermediate container b1eb6955e561 19:12:21 ---> b2a717ef5a6d 19:12:21 Step 15/23 : EXPOSE $APP_PORT 19:12:21 ---> Running in fd1e99c23b5f 19:12:21 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:21 Removing intermediate container fd1e99c23b5f 19:12:21 ---> d7dcc823ce30 19:12:21 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:12:22 ---> 198dfb9b8a74 19:12:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:12:22 ---> 1425c8272b2f 19:12:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:12:22 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:22 ---> fdbbc33bca0f 19:12:22 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:12:22 ---> Running in 2234d1756d1c 19:12:22 OK: 221 MiB in 52 packages 19:12:22 Removing intermediate container 2234d1756d1c 19:12:22 ---> 1bd4e43cfb4b 19:12:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:22 ---> Running in d8a07919b16e 19:12:23 Removing intermediate container d8a07919b16e 19:12:23 ---> 2c3a53b8fb41 19:12:23 Step 21/23 : LABEL arch=x86_64 19:12:23 ---> Running in aaa77eaaa1dc 19:12:23 Removing intermediate container 56c2fbd7813b 19:12:23 ---> 625c8457b35f 19:12:23 Step 6/25 : COPY go.mod vendor* ./ 19:12:23 Removing intermediate container aaa77eaaa1dc 19:12:23 ---> ef300c150782 19:12:23 Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:12:23 ---> Running in 9f9320d7f454 19:12:23 ---> d6344bd07ec6 19:12:23 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:23 Removing intermediate container 9f9320d7f454 19:12:23 ---> 0bb2aed7c0ed 19:12:23 Step 23/23 : LABEL version=0.0.0 19:12:23 ---> Running in cdb3d12ff340 19:12:23 ---> Running in c6bfee4e4d2c 19:12:23 Removing intermediate container c6bfee4e4d2c 19:12:23 ---> 20664888fc99 19:12:23 19:12:23 Successfully built 20664888fc99 19:12:23 Successfully tagged sys-mgmt-agent:latest 19:12:23  Building sys-mgmt-agent ... done Building support-notifications 19:12:28 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:12:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:12:28 ---> bfa0f22f50a3 19:12:28 Step 3/22 : WORKDIR /edgex-go 19:12:28 ---> Using cache 19:12:28 ---> 04eed3f5730d 19:12:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:28 ---> Using cache 19:12:28 ---> b4d65c56d9cc 19:12:28 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:12:28 Removing intermediate container cdb3d12ff340 19:12:28 ---> 366aba544d87 19:12:28 Step 8/25 : COPY . . 19:12:28 ---> Running in a70cc488488c 19:12:28 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:29 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:29 OK: 221 MiB in 52 packages 19:12:33 Removing intermediate container a70cc488488c 19:12:33 ---> daf3cd5b7621 19:12:33 Step 6/22 : COPY go.mod vendor* ./ 19:12:34 ---> 73bf3dea48d7 19:12:34 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:12:34 ---> Running in 46fdc440e317 19:12:34 ---> 817de0c68df7 19:12:34 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:34 ---> Running in dc4338eb37e2 19:12:34 Removing intermediate container 46fdc440e317 19:12:34 ---> bda7d760b236 19:12:34 Step 10/25 : RUN mkdir -p spire-build 19:12:34 ---> Running in 4cbaffa8215a 19:12:35 Removing intermediate container dc4338eb37e2 19:12:35 ---> 9eb45cc28ca4 19:12:35 Step 8/22 : COPY . . 19:12:36 Removing intermediate container 69f65deb5c71 19:12:36 ---> fa737a63640a 19:12:36 19:12:36 Step 10/23 : FROM alpine:3.14 19:12:36 ---> e04c818066af 19:12:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:12:39 Removing intermediate container 4cbaffa8215a 19:12:39 ---> b8897981aad6 19:12:39 Step 11/25 : WORKDIR /edgex-go/spire-build 19:12:39 ---> Running in c11075ebbe02 19:12:39 ---> Running in 06e42aa6e1af 19:12:39 Removing intermediate container c11075ebbe02 19:12:39 ---> a41d9f689741 19:12:39 Step 12/23 : ENV APP_PORT=59880 19:12:39 ---> Running in cbad65f110ec 19:12:39 Removing intermediate container 06e42aa6e1af 19:12:39 ---> 5cfbd62dc5dc 19:12:39 Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent 19:12:40 ---> Running in ba14393dba0c 19:12:40 ---> 9080fa57485e 19:12:40 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:12:40 Removing intermediate container cbad65f110ec 19:12:40 ---> f57a8cd8cb60 19:12:40 Step 13/23 : EXPOSE $APP_PORT 19:12:40 ---> Running in db8dcec5f21e 19:12:40 ---> Running in 2f32048ba619 19:12:40 Removing intermediate container 2f32048ba619 19:12:40 ---> a9cf3a6c6c1c 19:12:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:40 ---> Running in 5019dfb88bf1 19:12:40 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 19:12:40 spire-1.2.1/ 19:12:40 spire-1.2.1/.data/ 19:12:40 spire-1.2.1/.data/.file 19:12:40 spire-1.2.1/.dockerignore 19:12:40 spire-1.2.1/.gitattributes 19:12:40 spire-1.2.1/.githooks/ 19:12:40 spire-1.2.1/.githooks/pre-commit 19:12:40 spire-1.2.1/.github/ 19:12:40 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:12:40 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:12:40 spire-1.2.1/.github/dependabot.yml 19:12:40 spire-1.2.1/.github/workflows/ 19:12:40 spire-1.2.1/.github/workflows/nightly_build.yaml 19:12:40 spire-1.2.1/.github/workflows/pr_build.yaml 19:12:40 spire-1.2.1/.github/workflows/release_build.yaml 19:12:40 spire-1.2.1/.github/workflows/scripts/ 19:12:40 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:12:40 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:12:40 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:12:40 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:12:40 spire-1.2.1/.github/workflows/scripts/split.sh 19:12:40 spire-1.2.1/.gitignore 19:12:40 spire-1.2.1/.go-version 19:12:40 spire-1.2.1/.golangci.yml 19:12:40 spire-1.2.1/ADOPTERS.md 19:12:40 spire-1.2.1/CHANGELOG.md 19:12:40 spire-1.2.1/CODE-OF-CONDUCT.md 19:12:40 spire-1.2.1/CODEOWNERS 19:12:40 spire-1.2.1/CONTRIBUTING.md 19:12:40 spire-1.2.1/Dockerfile 19:12:40 spire-1.2.1/Dockerfile.dev 19:12:40 spire-1.2.1/Dockerfile.scratch 19:12:40 spire-1.2.1/LICENSE 19:12:40 spire-1.2.1/MAINTAINERS.md 19:12:40 spire-1.2.1/Makefile 19:12:40 spire-1.2.1/README.md 19:12:40 spire-1.2.1/ROADMAP.md 19:12:40 spire-1.2.1/SECURITY.md 19:12:40 spire-1.2.1/cmd/ 19:12:40 spire-1.2.1/cmd/spire-agent/ 19:12:40 spire-1.2.1/cmd/spire-agent/cli/ 19:12:40 spire-1.2.1/cmd/spire-agent/cli/api/ 19:12:40 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:12:40 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:12:40 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:12:40 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:12:40 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:12:40 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:12:40 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:12:40 spire-1.2.1/cmd/spire-agent/cli/common/ 19:12:40 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:12:40 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:12:40 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:12:40 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:12:40 spire-1.2.1/cmd/spire-agent/cli/run/ 19:12:40 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:12:40 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:12:40 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:12:40 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:12:40 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:12:40 spire-1.2.1/cmd/spire-agent/main.go 19:12:40 spire-1.2.1/cmd/spire-server/ 19:12:40 spire-1.2.1/cmd/spire-server/cli/ 19:12:40 spire-1.2.1/cmd/spire-server/cli/agent/ 19:12:40 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:12:40 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/cli.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/entry/ 19:12:40 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/federation/ 19:12:40 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:12:40 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:12:40 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/run/ 19:12:40 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/token/ 19:12:40 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/validate/ 19:12:40 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/x509/ 19:12:40 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:12:40 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:12:40 spire-1.2.1/cmd/spire-server/main.go 19:12:40 spire-1.2.1/cmd/spire-server/util/ 19:12:40 spire-1.2.1/cmd/spire-server/util/util.go 19:12:40 spire-1.2.1/conf/ 19:12:40 spire-1.2.1/conf/agent/ 19:12:40 spire-1.2.1/conf/agent/agent.conf 19:12:40 spire-1.2.1/conf/agent/agent_full.conf 19:12:40 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:12:40 spire-1.2.1/conf/server/ 19:12:40 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:12:40 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:12:40 spire-1.2.1/conf/server/server.conf 19:12:40 spire-1.2.1/conf/server/server_full.conf 19:12:40 spire-1.2.1/doc/ 19:12:40 spire-1.2.1/doc/SPIRE101.md 19:12:40 spire-1.2.1/doc/auditlog.md 19:12:40 spire-1.2.1/doc/authorization_policy_engine.md 19:12:40 spire-1.2.1/doc/changelog_guidelines.md 19:12:40 spire-1.2.1/doc/cure53-report.pdf 19:12:40 spire-1.2.1/doc/images/ 19:12:40 spire-1.2.1/doc/images/2019_roadmap.png 19:12:40 spire-1.2.1/doc/images/SPIRE101.png 19:12:40 spire-1.2.1/doc/images/SPIRE_agent.png 19:12:40 spire-1.2.1/doc/images/SPIRE_server.png 19:12:40 spire-1.2.1/doc/images/cache_mgr.png 19:12:40 spire-1.2.1/doc/images/cache_mgr_components.png 19:12:40 spire-1.2.1/doc/images/federated_spire.png 19:12:40 spire-1.2.1/doc/images/ha_mode.png 19:12:40 spire-1.2.1/doc/images/nested_spire.png 19:12:40 spire-1.2.1/doc/images/oidc_federation.png 19:12:40 spire-1.2.1/doc/images/single_trust_domain.png 19:12:40 spire-1.2.1/doc/images/spiffe_compatible.png 19:12:40 spire-1.2.1/doc/images/spire_logo.png 19:12:40 spire-1.2.1/doc/migrating_registration_api_clients.md 19:12:40 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:12:40 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:12:40 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:12:40 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:12:40 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:12:40 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:12:40 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:12:40 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:12:40 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:12:40 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:12:40 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:12:40 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:12:40 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:12:40 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:12:40 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:12:40 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:12:40 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:12:40 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:12:40 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:12:40 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:12:40 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:12:40 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:12:40 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:12:40 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:12:40 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:12:40 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:12:40 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:12:40 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:12:40 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:12:40 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:12:40 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:12:40 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:12:40 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:12:40 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:12:40 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:12:40 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:12:40 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:12:40 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:12:40 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:12:40 spire-1.2.1/doc/scaling_spire.md 19:12:40 spire-1.2.1/doc/spire_agent.md 19:12:40 spire-1.2.1/doc/spire_server.md 19:12:40 spire-1.2.1/doc/supported_integrations.md 19:12:40 spire-1.2.1/doc/telemetry.md 19:12:40 spire-1.2.1/doc/telemetry_config.md 19:12:40 spire-1.2.1/doc/upgrading.md 19:12:40 spire-1.2.1/doc/using_spire.md 19:12:40 spire-1.2.1/examples/ 19:12:40 spire-1.2.1/examples/README.md 19:12:40 spire-1.2.1/go.mod 19:12:40 spire-1.2.1/go.sum 19:12:40 spire-1.2.1/pkg/ 19:12:40 spire-1.2.1/pkg/agent/ 19:12:40 spire-1.2.1/pkg/agent/agent.go 19:12:40 spire-1.2.1/pkg/agent/api/ 19:12:40 spire-1.2.1/pkg/agent/api/config.go 19:12:40 spire-1.2.1/pkg/agent/api/debug/ 19:12:40 spire-1.2.1/pkg/agent/api/debug/v1/ 19:12:40 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:12:40 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:12:40 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:12:40 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:12:40 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:12:40 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:12:40 spire-1.2.1/pkg/agent/api/endpoints.go 19:12:40 spire-1.2.1/pkg/agent/api/health/ 19:12:40 spire-1.2.1/pkg/agent/api/health/v1/ 19:12:40 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:12:40 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:12:40 spire-1.2.1/pkg/agent/api/rpccontext/ 19:12:40 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:12:40 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:12:40 spire-1.2.1/pkg/agent/attestor/ 19:12:40 spire-1.2.1/pkg/agent/attestor/node/ 19:12:40 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:12:40 spire-1.2.1/pkg/agent/attestor/node/node.go 19:12:40 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:12:40 spire-1.2.1/pkg/agent/attestor/workload/ 19:12:40 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:12:40 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:12:40 spire-1.2.1/pkg/agent/catalog/ 19:12:40 spire-1.2.1/pkg/agent/catalog/catalog.go 19:12:40 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:12:40 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:12:40 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:12:40 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:12:40 spire-1.2.1/pkg/agent/client/ 19:12:40 spire-1.2.1/pkg/agent/client/client.go 19:12:40 spire-1.2.1/pkg/agent/client/client_test.go 19:12:40 spire-1.2.1/pkg/agent/client/dial.go 19:12:40 spire-1.2.1/pkg/agent/client/nodeconn.go 19:12:40 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:12:40 spire-1.2.1/pkg/agent/client/update.go 19:12:40 spire-1.2.1/pkg/agent/client/util.go 19:12:40 spire-1.2.1/pkg/agent/common/ 19:12:40 spire-1.2.1/pkg/agent/common/backoff/ 19:12:40 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:12:40 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:12:40 spire-1.2.1/pkg/agent/common/cgroups/ 19:12:40 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:12:40 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:12:40 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:12:40 spire-1.2.1/pkg/agent/config.go 19:12:40 spire-1.2.1/pkg/agent/endpoints/ 19:12:40 spire-1.2.1/pkg/agent/endpoints/config.go 19:12:40 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:12:40 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:12:40 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:12:40 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:12:40 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:12:40 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:12:40 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:12:40 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:12:40 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:12:40 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:12:40 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:12:40 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:12:40 spire-1.2.1/pkg/agent/endpoints/workload/ 19:12:40 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:12:40 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:12:40 spire-1.2.1/pkg/agent/manager/ 19:12:40 spire-1.2.1/pkg/agent/manager/cache/ 19:12:40 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:12:40 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:12:40 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:12:40 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:12:40 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:12:40 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:12:40 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:12:40 spire-1.2.1/pkg/agent/manager/config.go 19:12:40 spire-1.2.1/pkg/agent/manager/manager.go 19:12:40 spire-1.2.1/pkg/agent/manager/manager_test.go 19:12:40 spire-1.2.1/pkg/agent/manager/storage.go 19:12:40 spire-1.2.1/pkg/agent/manager/storage_test.go 19:12:40 spire-1.2.1/pkg/agent/manager/storecache/ 19:12:40 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:12:40 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:12:40 spire-1.2.1/pkg/agent/manager/sync.go 19:12:40 spire-1.2.1/pkg/agent/plugin/ 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:12:40 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:12:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:12:40 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:12:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:12:40 spire-1.2.1/pkg/agent/svid/ 19:12:40 spire-1.2.1/pkg/agent/svid/rotator.go 19:12:40 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:12:40 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:12:40 spire-1.2.1/pkg/agent/svid/store/ 19:12:40 spire-1.2.1/pkg/agent/svid/store/service.go 19:12:40 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:12:40 spire-1.2.1/pkg/common/ 19:12:40 spire-1.2.1/pkg/common/agentpathtemplate/ 19:12:40 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:12:40 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:12:40 spire-1.2.1/pkg/common/api/ 19:12:40 spire-1.2.1/pkg/common/api/metrics.go 19:12:40 spire-1.2.1/pkg/common/api/middleware/ 19:12:40 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:12:40 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:12:40 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:12:40 spire-1.2.1/pkg/common/api/middleware/logger.go 19:12:40 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:12:40 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:12:40 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:12:40 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:12:40 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:12:40 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:12:40 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:12:40 spire-1.2.1/pkg/common/api/middleware/names.go 19:12:40 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:12:40 spire-1.2.1/pkg/common/api/names.go 19:12:40 spire-1.2.1/pkg/common/api/ratelimit.go 19:12:40 spire-1.2.1/pkg/common/api/rpccontext/ 19:12:40 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:12:40 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:12:40 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:12:40 spire-1.2.1/pkg/common/auth/ 19:12:40 spire-1.2.1/pkg/common/auth/interceptors.go 19:12:40 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:12:40 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:12:40 spire-1.2.1/pkg/common/bundleutil/ 19:12:40 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:12:40 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:12:40 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:12:40 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:12:40 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:12:40 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:12:40 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:12:40 spire-1.2.1/pkg/common/bundleutil/types.go 19:12:40 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:12:40 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:12:40 spire-1.2.1/pkg/common/catalog/ 19:12:40 spire-1.2.1/pkg/common/catalog/bind.go 19:12:40 spire-1.2.1/pkg/common/catalog/builtin.go 19:12:40 spire-1.2.1/pkg/common/catalog/catalog.go 19:12:40 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:12:40 spire-1.2.1/pkg/common/catalog/closers.go 19:12:40 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:12:40 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:12:40 spire-1.2.1/pkg/common/catalog/config.go 19:12:40 spire-1.2.1/pkg/common/catalog/config_test.go 19:12:40 spire-1.2.1/pkg/common/catalog/configure.go 19:12:40 spire-1.2.1/pkg/common/catalog/constraints.go 19:12:40 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:12:40 spire-1.2.1/pkg/common/catalog/context.go 19:12:40 spire-1.2.1/pkg/common/catalog/external.go 19:12:40 spire-1.2.1/pkg/common/catalog/host.go 19:12:40 spire-1.2.1/pkg/common/catalog/pipenet.go 19:12:40 spire-1.2.1/pkg/common/catalog/plugin.go 19:12:40 spire-1.2.1/pkg/common/catalog/testplugin/ 19:12:40 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:12:40 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:12:40 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:12:40 spire-1.2.1/pkg/common/cli/ 19:12:40 spire-1.2.1/pkg/common/cli/env.go 19:12:40 spire-1.2.1/pkg/common/cli/flags.go 19:12:40 spire-1.2.1/pkg/common/cli/trust_domain.go 19:12:40 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:12:40 spire-1.2.1/pkg/common/cli/umask.go 19:12:40 spire-1.2.1/pkg/common/cli/umask_posix.go 19:12:40 spire-1.2.1/pkg/common/cli/umask_test.go 19:12:40 spire-1.2.1/pkg/common/cli/umask_windows.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/ 19:12:40 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/flag.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/format.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/ 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:12:40 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:12:40 spire-1.2.1/pkg/common/coretypes/ 19:12:40 spire-1.2.1/pkg/common/coretypes/bundle/ 19:12:40 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:12:40 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:12:40 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:12:40 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:12:40 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:12:40 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:12:40 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:12:40 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:12:40 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:12:40 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:12:40 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:12:40 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:12:40 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:12:40 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:12:40 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:12:40 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:12:40 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:12:40 spire-1.2.1/pkg/common/cryptoutil/ 19:12:40 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:12:40 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:12:40 spire-1.2.1/pkg/common/diskutil/ 19:12:40 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:12:40 spire-1.2.1/pkg/common/diskutil/file_test.go 19:12:40 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:12:40 spire-1.2.1/pkg/common/errorutil/ 19:12:40 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:12:40 spire-1.2.1/pkg/common/health/ 19:12:40 spire-1.2.1/pkg/common/health/config.go 19:12:40 spire-1.2.1/pkg/common/health/context.go 19:12:40 spire-1.2.1/pkg/common/health/context_test.go 19:12:40 spire-1.2.1/pkg/common/health/health.go 19:12:40 spire-1.2.1/pkg/common/health/health_test.go 19:12:40 spire-1.2.1/pkg/common/health/logger.go 19:12:40 spire-1.2.1/pkg/common/hostservice/ 19:12:40 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:12:40 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:12:40 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:12:40 spire-1.2.1/pkg/common/idutil/ 19:12:40 spire-1.2.1/pkg/common/idutil/require.go 19:12:40 spire-1.2.1/pkg/common/idutil/require_test.go 19:12:40 spire-1.2.1/pkg/common/idutil/safety.go 19:12:40 spire-1.2.1/pkg/common/idutil/safety_test.go 19:12:40 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:12:40 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:12:40 spire-1.2.1/pkg/common/jwtsvid/ 19:12:40 spire-1.2.1/pkg/common/jwtsvid/common.go 19:12:40 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:12:40 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:12:40 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:12:40 spire-1.2.1/pkg/common/jwtutil/ 19:12:40 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:12:40 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:12:40 spire-1.2.1/pkg/common/log/ 19:12:40 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:12:40 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:12:40 spire-1.2.1/pkg/common/log/log.go 19:12:40 spire-1.2.1/pkg/common/log/log_test.go 19:12:40 spire-1.2.1/pkg/common/log/options.go 19:12:40 spire-1.2.1/pkg/common/nodeutil/ 19:12:40 spire-1.2.1/pkg/common/nodeutil/node.go 19:12:40 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:12:40 spire-1.2.1/pkg/common/peertracker/ 19:12:40 spire-1.2.1/pkg/common/peertracker/conn.go 19:12:40 spire-1.2.1/pkg/common/peertracker/credentials.go 19:12:40 spire-1.2.1/pkg/common/peertracker/errors.go 19:12:40 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:12:40 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:12:40 spire-1.2.1/pkg/common/peertracker/info.go 19:12:40 spire-1.2.1/pkg/common/peertracker/listener.go 19:12:40 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:12:40 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:12:40 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:12:40 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:12:40 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:12:40 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:12:40 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:12:40 spire-1.2.1/pkg/common/peertracker/tcp.go 19:12:40 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:12:40 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:12:40 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:12:40 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:12:40 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:12:40 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:12:40 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:12:40 spire-1.2.1/pkg/common/peertracker/uds.go 19:12:40 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:12:40 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:12:40 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:12:40 spire-1.2.1/pkg/common/pemutil/ 19:12:40 spire-1.2.1/pkg/common/pemutil/block.go 19:12:40 spire-1.2.1/pkg/common/pemutil/certs.go 19:12:40 spire-1.2.1/pkg/common/pemutil/common.go 19:12:40 spire-1.2.1/pkg/common/pemutil/csr.go 19:12:40 spire-1.2.1/pkg/common/pemutil/keys.go 19:12:40 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:12:40 spire-1.2.1/pkg/common/pemutil/testdata/ 19:12:40 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:12:40 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:12:40 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:12:40 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:12:40 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:12:40 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:12:40 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:12:40 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:12:40 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:12:40 spire-1.2.1/pkg/common/plugin/ 19:12:40 spire-1.2.1/pkg/common/plugin/aws/ 19:12:40 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:12:40 spire-1.2.1/pkg/common/plugin/azure/ 19:12:40 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:12:40 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:12:40 spire-1.2.1/pkg/common/plugin/facade.go 19:12:40 spire-1.2.1/pkg/common/plugin/facade_test.go 19:12:40 spire-1.2.1/pkg/common/plugin/gcp/ 19:12:40 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:12:40 spire-1.2.1/pkg/common/plugin/k8s/ 19:12:40 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:12:40 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:12:40 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:12:40 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:12:40 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:12:40 spire-1.2.1/pkg/common/plugin/log.go 19:12:40 spire-1.2.1/pkg/common/plugin/sshpop/ 19:12:40 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:12:40 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:12:40 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:12:40 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:12:40 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:12:40 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:12:40 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:12:40 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:12:40 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:12:40 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:12:40 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:12:40 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:12:40 spire-1.2.1/pkg/common/plugin/x509pop/ 19:12:40 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:12:40 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:12:40 spire-1.2.1/pkg/common/profiling/ 19:12:40 spire-1.2.1/pkg/common/profiling/dumpers.go 19:12:40 spire-1.2.1/pkg/common/profiling/profiling.go 19:12:40 spire-1.2.1/pkg/common/protoutil/ 19:12:40 spire-1.2.1/pkg/common/protoutil/masks.go 19:12:40 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:12:40 spire-1.2.1/pkg/common/rotationutil/ 19:12:40 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:12:40 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:12:40 spire-1.2.1/pkg/common/selector/ 19:12:40 spire-1.2.1/pkg/common/selector/selector.go 19:12:40 spire-1.2.1/pkg/common/selector/selector_test.go 19:12:40 spire-1.2.1/pkg/common/selector/set.go 19:12:40 spire-1.2.1/pkg/common/selector/set_utils.go 19:12:40 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:12:40 spire-1.2.1/pkg/common/telemetry/ 19:12:40 spire-1.2.1/pkg/common/telemetry/agent/ 19:12:40 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:12:40 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:12:40 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:12:40 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:12:40 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:12:40 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:12:40 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:12:40 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:12:40 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:12:40 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:12:40 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:12:40 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:12:40 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:12:40 spire-1.2.1/pkg/common/telemetry/call.go 19:12:40 spire-1.2.1/pkg/common/telemetry/common/ 19:12:41 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:12:41 spire-1.2.1/pkg/common/telemetry/config.go 19:12:41 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:12:41 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:12:41 spire-1.2.1/pkg/common/telemetry/inmem.go 19:12:41 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:12:41 spire-1.2.1/pkg/common/telemetry/m3.go 19:12:41 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:12:41 spire-1.2.1/pkg/common/telemetry/metrics.go 19:12:41 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:12:41 spire-1.2.1/pkg/common/telemetry/names.go 19:12:41 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:12:41 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:12:41 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:12:41 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:12:41 spire-1.2.1/pkg/common/telemetry/server/ 19:12:41 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:12:41 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:12:41 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:12:41 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:12:41 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:12:41 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:12:41 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:12:41 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:12:41 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:12:41 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:12:41 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:12:41 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:12:41 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:12:41 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:12:41 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:12:41 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:12:41 spire-1.2.1/pkg/common/telemetry/server/server.go 19:12:41 spire-1.2.1/pkg/common/telemetry/sink.go 19:12:41 spire-1.2.1/pkg/common/telemetry/statsd.go 19:12:41 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:12:41 spire-1.2.1/pkg/common/telemetry/uptime.go 19:12:41 spire-1.2.1/pkg/common/telemetry/version.go 19:12:41 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:12:41 spire-1.2.1/pkg/common/uptime/ 19:12:41 spire-1.2.1/pkg/common/uptime/uptime.go 19:12:41 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:12:41 spire-1.2.1/pkg/common/util/ 19:12:41 spire-1.2.1/pkg/common/util/certs.go 19:12:41 spire-1.2.1/pkg/common/util/certs_test.go 19:12:41 spire-1.2.1/pkg/common/util/csr.go 19:12:41 spire-1.2.1/pkg/common/util/hash.go 19:12:41 spire-1.2.1/pkg/common/util/selectors.go 19:12:41 spire-1.2.1/pkg/common/util/selectors_test.go 19:12:41 spire-1.2.1/pkg/common/util/signals.go 19:12:41 spire-1.2.1/pkg/common/util/sort.go 19:12:41 spire-1.2.1/pkg/common/util/sort_test.go 19:12:41 spire-1.2.1/pkg/common/util/task.go 19:12:41 spire-1.2.1/pkg/common/util/task_test.go 19:12:41 spire-1.2.1/pkg/common/util/testdata/ 19:12:41 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:12:41 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:12:41 spire-1.2.1/pkg/common/version/ 19:12:41 spire-1.2.1/pkg/common/version/version.go 19:12:41 spire-1.2.1/pkg/common/x509svid/ 19:12:41 spire-1.2.1/pkg/common/x509svid/common_test.go 19:12:41 spire-1.2.1/pkg/common/x509svid/csr.go 19:12:41 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:12:41 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:12:41 spire-1.2.1/pkg/common/x509util/ 19:12:41 spire-1.2.1/pkg/common/x509util/cert.go 19:12:41 spire-1.2.1/pkg/common/x509util/dns.go 19:12:41 spire-1.2.1/pkg/common/x509util/dns_test.go 19:12:41 spire-1.2.1/pkg/common/x509util/keyid.go 19:12:41 spire-1.2.1/pkg/common/x509util/keypair.go 19:12:41 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:12:41 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:12:41 spire-1.2.1/pkg/server/ 19:12:41 spire-1.2.1/pkg/server/api/ 19:12:41 spire-1.2.1/pkg/server/api/agent.go 19:12:41 spire-1.2.1/pkg/server/api/agent/ 19:12:41 spire-1.2.1/pkg/server/api/agent/v1/ 19:12:41 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:12:41 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:12:41 spire-1.2.1/pkg/server/api/agent_test.go 19:12:41 spire-1.2.1/pkg/server/api/api.go 19:12:41 spire-1.2.1/pkg/server/api/audit/ 19:12:41 spire-1.2.1/pkg/server/api/audit/audit.go 19:12:41 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:12:41 spire-1.2.1/pkg/server/api/bundle.go 19:12:41 spire-1.2.1/pkg/server/api/bundle/ 19:12:41 spire-1.2.1/pkg/server/api/bundle/v1/ 19:12:41 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:12:41 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:12:41 spire-1.2.1/pkg/server/api/bundle_test.go 19:12:41 spire-1.2.1/pkg/server/api/debug/ 19:12:41 spire-1.2.1/pkg/server/api/debug/v1/ 19:12:41 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:12:41 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:12:41 spire-1.2.1/pkg/server/api/entry.go 19:12:41 spire-1.2.1/pkg/server/api/entry/ 19:12:41 spire-1.2.1/pkg/server/api/entry/v1/ 19:12:41 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:12:41 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:12:41 spire-1.2.1/pkg/server/api/entry_test.go 19:12:41 spire-1.2.1/pkg/server/api/health/ 19:12:41 spire-1.2.1/pkg/server/api/health/v1/ 19:12:41 spire-1.2.1/pkg/server/api/health/v1/service.go 19:12:41 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:12:41 spire-1.2.1/pkg/server/api/id.go 19:12:41 spire-1.2.1/pkg/server/api/id_test.go 19:12:41 spire-1.2.1/pkg/server/api/limits/ 19:12:41 spire-1.2.1/pkg/server/api/limits/limits.go 19:12:41 spire-1.2.1/pkg/server/api/middleware/ 19:12:41 spire-1.2.1/pkg/server/api/middleware/alias.go 19:12:41 spire-1.2.1/pkg/server/api/middleware/audit.go 19:12:41 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:12:41 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:12:41 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:12:41 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:12:41 spire-1.2.1/pkg/server/api/middleware/caller.go 19:12:41 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:12:41 spire-1.2.1/pkg/server/api/middleware/common.go 19:12:41 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:12:41 spire-1.2.1/pkg/server/api/middleware/entries.go 19:12:41 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:12:41 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:12:41 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:12:41 spire-1.2.1/pkg/server/api/ratelimit.go 19:12:41 spire-1.2.1/pkg/server/api/rpccontext/ 19:12:41 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:12:41 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:12:41 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:12:41 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:12:41 spire-1.2.1/pkg/server/api/selector.go 19:12:41 spire-1.2.1/pkg/server/api/selector_test.go 19:12:41 spire-1.2.1/pkg/server/api/status.go 19:12:41 spire-1.2.1/pkg/server/api/status_test.go 19:12:41 spire-1.2.1/pkg/server/api/svid/ 19:12:41 spire-1.2.1/pkg/server/api/svid/v1/ 19:12:41 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:12:41 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:12:41 spire-1.2.1/pkg/server/api/trustdomain.go 19:12:41 spire-1.2.1/pkg/server/api/trustdomain/ 19:12:41 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:12:41 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:12:41 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:12:41 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:12:41 spire-1.2.1/pkg/server/authpolicy/ 19:12:41 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:12:41 spire-1.2.1/pkg/server/authpolicy/policy.go 19:12:41 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:12:41 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:12:41 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:12:41 spire-1.2.1/pkg/server/authpolicy/validate.go 19:12:41 spire-1.2.1/pkg/server/bundle/ 19:12:41 spire-1.2.1/pkg/server/bundle/client/ 19:12:41 spire-1.2.1/pkg/server/bundle/client/client.go 19:12:41 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:12:41 spire-1.2.1/pkg/server/bundle/client/manager.go 19:12:41 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:12:41 spire-1.2.1/pkg/server/bundle/client/sources.go 19:12:41 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:12:41 spire-1.2.1/pkg/server/bundle/client/updater.go 19:12:41 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:12:41 spire-1.2.1/pkg/server/ca/ 19:12:41 spire-1.2.1/pkg/server/ca/ca.go 19:12:41 spire-1.2.1/pkg/server/ca/ca_health.go 19:12:41 spire-1.2.1/pkg/server/ca/ca_test.go 19:12:41 spire-1.2.1/pkg/server/ca/journal.go 19:12:41 spire-1.2.1/pkg/server/ca/journal_test.go 19:12:41 spire-1.2.1/pkg/server/ca/manager.go 19:12:41 spire-1.2.1/pkg/server/ca/manager_health.go 19:12:41 spire-1.2.1/pkg/server/ca/manager_test.go 19:12:41 spire-1.2.1/pkg/server/ca/templates.go 19:12:41 spire-1.2.1/pkg/server/ca/upstream_client.go 19:12:41 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:12:41 spire-1.2.1/pkg/server/ca/validation.go 19:12:41 spire-1.2.1/pkg/server/cache/ 19:12:41 spire-1.2.1/pkg/server/cache/dscache/ 19:12:41 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:12:41 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:12:41 spire-1.2.1/pkg/server/cache/entrycache/ 19:12:41 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:12:41 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:12:41 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:12:41 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:12:41 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:12:41 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:12:41 spire-1.2.1/pkg/server/catalog/ 19:12:41 spire-1.2.1/pkg/server/catalog/catalog.go 19:12:41 spire-1.2.1/pkg/server/catalog/keymanager.go 19:12:41 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:12:41 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:12:41 spire-1.2.1/pkg/server/catalog/notifier.go 19:12:41 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:12:41 spire-1.2.1/pkg/server/config.go 19:12:41 spire-1.2.1/pkg/server/datastore/ 19:12:41 spire-1.2.1/pkg/server/datastore/datastore.go 19:12:41 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:12:41 spire-1.2.1/pkg/server/datastore/repository.go 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:12:41 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:12:41 spire-1.2.1/pkg/server/endpoints/ 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/ 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:12:41 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:12:41 spire-1.2.1/pkg/server/endpoints/config.go 19:12:41 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:12:41 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:12:41 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:12:41 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:12:41 spire-1.2.1/pkg/server/endpoints/middleware.go 19:12:41 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:12:41 spire-1.2.1/pkg/server/hostservice/ 19:12:41 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:12:41 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:12:41 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:12:41 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:12:41 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:12:41 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:12:41 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:12:41 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/ 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/ 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:12:41 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:12:41 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:12:41 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:12:41 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:12:41 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:12:41 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:12:41 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:12:41 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:12:41 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/notifier/ 19:12:41 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:12:41 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:12:41 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:12:41 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:12:41 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:12:41 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:12:41 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:12:41 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:12:41 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:12:41 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:12:41 spire-1.2.1/pkg/server/registration/ 19:12:41 spire-1.2.1/pkg/server/registration/manager.go 19:12:41 spire-1.2.1/pkg/server/registration/manager_test.go 19:12:41 spire-1.2.1/pkg/server/scanentries.go 19:12:41 spire-1.2.1/pkg/server/scanentries_test.go 19:12:41 spire-1.2.1/pkg/server/server.go 19:12:41 spire-1.2.1/pkg/server/server_test.go 19:12:41 spire-1.2.1/pkg/server/svid/ 19:12:41 spire-1.2.1/pkg/server/svid/observer.go 19:12:41 spire-1.2.1/pkg/server/svid/observer_test.go 19:12:41 spire-1.2.1/pkg/server/svid/rotator.go 19:12:41 spire-1.2.1/pkg/server/svid/rotator_config.go 19:12:41 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:12:41 spire-1.2.1/pkg/server/svid/rotator_test.go 19:12:41 spire-1.2.1/proto/ 19:12:41 spire-1.2.1/proto/private/ 19:12:41 spire-1.2.1/proto/private/server/ 19:12:41 spire-1.2.1/proto/private/server/journal/ 19:12:41 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:12:41 spire-1.2.1/proto/private/server/journal/journal.proto 19:12:41 spire-1.2.1/proto/spire/ 19:12:41 spire-1.2.1/proto/spire/common/ 19:12:41 spire-1.2.1/proto/spire/common/common.pb.go 19:12:41 spire-1.2.1/proto/spire/common/common.proto 19:12:41 spire-1.2.1/proto/spire/common/plugin/ 19:12:41 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:12:41 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:12:41 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:12:41 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:12:41 spire-1.2.1/proto/spire/plugin/ 19:12:41 spire-1.2.1/proto/spire/plugin/agent/ 19:12:41 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:12:41 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:12:41 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:12:41 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:12:41 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:12:41 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:12:41 spire-1.2.1/release/ 19:12:41 spire-1.2.1/release/spire-extras/ 19:12:41 spire-1.2.1/release/spire-extras/README.md 19:12:41 spire-1.2.1/release/spire-extras/conf/ 19:12:41 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:12:41 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:12:41 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:12:41 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:12:41 spire-1.2.1/release/spire/ 19:12:41 spire-1.2.1/release/spire/README.md 19:12:41 spire-1.2.1/release/spire/conf/ 19:12:41 spire-1.2.1/release/spire/conf/agent/ 19:12:41 spire-1.2.1/release/spire/conf/agent/agent.conf 19:12:41 spire-1.2.1/release/spire/conf/server/ 19:12:41 spire-1.2.1/release/spire/conf/server/server.conf 19:12:41 spire-1.2.1/script/ 19:12:41 spire-1.2.1/script/build-artifact.sh 19:12:41 spire-1.2.1/script/generate_dummy_ca.sh 19:12:41 spire-1.2.1/support/ 19:12:41 spire-1.2.1/support/k8s/ 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:12:41 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:12:41 spire-1.2.1/support/oidc-discovery-provider/ 19:12:41 spire-1.2.1/support/oidc-discovery-provider/README.md 19:12:41 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:12:41 spire-1.2.1/support/oidc-discovery-provider/config.go 19:12:41 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:12:41 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:12:41 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:12:41 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:12:41 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:12:41 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:12:41 spire-1.2.1/support/oidc-discovery-provider/main.go 19:12:41 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:12:41 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:12:41 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:12:41 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:12:41 spire-1.2.1/test/ 19:12:41 spire-1.2.1/test/clock/ 19:12:41 spire-1.2.1/test/clock/clock.go 19:12:41 spire-1.2.1/test/fakes/ 19:12:41 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:12:41 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:12:41 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:12:41 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:12:41 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:12:41 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:12:41 spire-1.2.1/test/fakes/fakeagentstore/ 19:12:41 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:12:41 spire-1.2.1/test/fakes/fakedatastore/ 19:12:41 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:12:41 spire-1.2.1/test/fakes/fakeentryclient/ 19:12:41 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:12:41 spire-1.2.1/test/fakes/fakehealthchecker/ 19:12:41 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:12:41 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:12:41 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:12:41 spire-1.2.1/test/fakes/fakemetrics/ 19:12:41 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:12:41 spire-1.2.1/test/fakes/fakenoderesolver/ 19:12:41 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:12:41 spire-1.2.1/test/fakes/fakenotifier/ 19:12:41 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:12:41 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:12:41 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:12:41 spire-1.2.1/test/fakes/fakeserverca/ 19:12:41 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:12:41 spire-1.2.1/test/fakes/fakeservercatalog/ 19:12:41 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:12:41 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:12:41 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:12:41 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:12:41 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:12:41 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:12:41 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:12:41 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:12:41 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:12:41 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:12:41 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:12:41 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:12:41 spire-1.2.1/test/fixture/ 19:12:41 spire-1.2.1/test/fixture/certs/ 19:12:41 spire-1.2.1/test/fixture/certs/agent_svid.der 19:12:41 spire-1.2.1/test/fixture/certs/base_cert.pem 19:12:41 spire-1.2.1/test/fixture/certs/base_csr.pem 19:12:41 spire-1.2.1/test/fixture/certs/base_key.pem 19:12:41 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:12:41 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:12:41 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:12:41 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:12:41 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:12:41 spire-1.2.1/test/fixture/certs/blog_key.pem 19:12:41 spire-1.2.1/test/fixture/certs/bundle.der 19:12:41 spire-1.2.1/test/fixture/certs/ca.pem 19:12:41 spire-1.2.1/test/fixture/certs/ca_key.pem 19:12:41 spire-1.2.1/test/fixture/certs/database_cert.pem 19:12:41 spire-1.2.1/test/fixture/certs/database_csr.pem 19:12:41 spire-1.2.1/test/fixture/certs/database_key.pem 19:12:41 spire-1.2.1/test/fixture/certs/node_cert.pem 19:12:41 spire-1.2.1/test/fixture/certs/node_csr.pem 19:12:41 spire-1.2.1/test/fixture/certs/node_key.pem 19:12:41 spire-1.2.1/test/fixture/certs/svid.pem 19:12:41 spire-1.2.1/test/fixture/certs/svid_key.pem 19:12:41 spire-1.2.1/test/fixture/config/ 19:12:41 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:12:41 spire-1.2.1/test/fixture/config/agent_good.conf 19:12:41 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:12:41 spire-1.2.1/test/fixture/config/plugin_good.conf 19:12:41 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:12:41 spire-1.2.1/test/fixture/config/server_good.conf 19:12:41 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:12:41 spire-1.2.1/test/fixture/fixture.go 19:12:41 spire-1.2.1/test/fixture/nodeattestor/ 19:12:41 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:12:41 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:12:41 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:12:41 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:12:41 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:12:41 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:12:41 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:12:41 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:12:41 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:12:41 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:12:41 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:12:41 spire-1.2.1/test/fixture/registration/ 19:12:41 spire-1.2.1/test/fixture/registration/entries.json 19:12:41 spire-1.2.1/test/fixture/registration/good-for-update.json 19:12:41 spire-1.2.1/test/fixture/registration/good.json 19:12:41 spire-1.2.1/test/fixture/registration/invalid.json 19:12:41 spire-1.2.1/test/fixture/registration/invalid_json.json 19:12:41 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:12:41 spire-1.2.1/test/integration/ 19:12:41 spire-1.2.1/test/integration/README.md 19:12:41 spire-1.2.1/test/integration/common 19:12:41 spire-1.2.1/test/integration/setup/ 19:12:41 spire-1.2.1/test/integration/setup/adminclient/ 19:12:41 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:12:41 spire-1.2.1/test/integration/setup/adminclient/client.go 19:12:41 spire-1.2.1/test/integration/setup/debugagent/ 19:12:41 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:12:41 spire-1.2.1/test/integration/setup/debugagent/main.go 19:12:41 spire-1.2.1/test/integration/setup/debugserver/ 19:12:41 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:12:41 spire-1.2.1/test/integration/setup/debugserver/main.go 19:12:41 spire-1.2.1/test/integration/setup/downstreamclient/ 19:12:41 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:12:41 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:12:41 spire-1.2.1/test/integration/setup/itclient/ 19:12:41 spire-1.2.1/test/integration/setup/itclient/client.go 19:12:41 spire-1.2.1/test/integration/setup/node-attestation/ 19:12:41 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:12:41 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:12:41 spire-1.2.1/test/integration/setup/x509pop/ 19:12:41 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:12:41 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:12:41 spire-1.2.1/test/integration/suites/ 19:12:41 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:12:41 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:12:41 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:12:41 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:12:41 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:12:41 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:12:41 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:12:41 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:12:41 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:12:41 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:12:41 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:12:41 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:12:41 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:12:41 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:12:41 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:12:41 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:12:41 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:12:41 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:12:41 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:12:41 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:12:41 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:12:41 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:12:41 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:12:41 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:12:41 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:12:41 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:12:41 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:12:41 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:12:41 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:12:41 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:12:41 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:12:41 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:12:41 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:12:41 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:12:41 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:12:41 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:12:41 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:12:41 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:12:41 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:12:41 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:12:41 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:12:41 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:12:41 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:12:41 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:12:41 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:12:41 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:12:41 spire-1.2.1/test/integration/suites/join-token/ 19:12:41 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:12:41 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:12:41 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:12:41 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:12:41 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:12:41 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:12:41 spire-1.2.1/test/integration/suites/join-token/README.md 19:12:41 spire-1.2.1/test/integration/suites/join-token/conf/ 19:12:41 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:12:41 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:12:41 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/join-token/teardown 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:12:41 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:12:41 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:12:41 spire-1.2.1/test/integration/suites/k8s/ 19:12:41 spire-1.2.1/test/integration/suites/k8s/00-setup 19:12:41 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:12:41 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:12:41 spire-1.2.1/test/integration/suites/k8s/README.md 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/ 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:12:41 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:12:41 spire-1.2.1/test/integration/suites/k8s/teardown 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:12:41 spire-1.2.1/test/integration/suites/node-attestation/ 19:12:41 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:12:41 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:12:41 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:12:41 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:12:41 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:12:41 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:12:41 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:12:41 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:12:41 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:12:41 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:12:41 spire-1.2.1/test/integration/suites/rotation/ 19:12:41 spire-1.2.1/test/integration/suites/rotation/00-setup 19:12:41 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:12:41 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:12:41 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:12:41 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:12:41 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:12:41 spire-1.2.1/test/integration/suites/rotation/README.md 19:12:41 spire-1.2.1/test/integration/suites/rotation/conf/ 19:12:41 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:12:41 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:12:41 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/rotation/teardown 19:12:41 spire-1.2.1/test/integration/suites/self-test/ 19:12:41 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:12:41 spire-1.2.1/test/integration/suites/self-test/README.md 19:12:41 spire-1.2.1/test/integration/suites/self-test/teardown 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:12:41 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:12:41 spire-1.2.1/test/integration/suites/upgrade/ 19:12:41 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:12:41 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:12:41 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:12:41 spire-1.2.1/test/integration/suites/upgrade/README.md 19:12:41 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:12:41 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:12:41 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:12:41 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:12:41 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:12:41 spire-1.2.1/test/integration/suites/upgrade/teardown 19:12:41 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:12:41 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:12:41 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:12:41 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:12:41 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:12:41 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:12:41 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:12:41 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:12:41 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:12:41 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:12:41 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:12:41 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:12:41 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:12:41 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:12:41 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:12:41 spire-1.2.1/test/integration/test-one.sh 19:12:41 spire-1.2.1/test/integration/test.sh 19:12:41 spire-1.2.1/test/plugintest/ 19:12:41 spire-1.2.1/test/plugintest/config.go 19:12:41 spire-1.2.1/test/plugintest/load.go 19:12:41 spire-1.2.1/test/plugintest/option.go 19:12:41 spire-1.2.1/test/spiretest/ 19:12:41 spire-1.2.1/test/spiretest/apiserver.go 19:12:41 spire-1.2.1/test/spiretest/assertions.go 19:12:41 spire-1.2.1/test/spiretest/dir.go 19:12:41 spire-1.2.1/test/spiretest/errors_posix.go 19:12:41 spire-1.2.1/test/spiretest/errors_windows.go 19:12:41 spire-1.2.1/test/spiretest/logs.go 19:12:41 spire-1.2.1/test/spiretest/socketapi.go 19:12:41 spire-1.2.1/test/spiretest/suite.go 19:12:41 spire-1.2.1/test/spiretest/x509.go 19:12:41 spire-1.2.1/test/testca/ 19:12:41 spire-1.2.1/test/testca/ca.go 19:12:41 spire-1.2.1/test/testkey/ 19:12:41 spire-1.2.1/test/testkey/generate.sh 19:12:41 spire-1.2.1/test/testkey/genkeys.go 19:12:41 spire-1.2.1/test/testkey/keys.go 19:12:41 spire-1.2.1/test/testkey/new.go 19:12:41 spire-1.2.1/test/tpmsimulator/ 19:12:41 spire-1.2.1/test/tpmsimulator/simulator.go 19:12:41 spire-1.2.1/test/util/ 19:12:41 spire-1.2.1/test/util/cert_fixtures.go 19:12:41 spire-1.2.1/test/util/cert_generation.go 19:12:41 spire-1.2.1/test/util/io_redirection.go 19:12:41 spire-1.2.1/test/util/race.go 19:12:41 spire-1.2.1/test/util/util.go 19:12:41 building spire from source... 19:12:41 Installing go1.17.7... 19:12:41 Removing intermediate container 5019dfb88bf1 19:12:41 ---> a6bf4ff510d6 19:12:41 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:12:41 ---> Running in a583491f754a 19:12:41 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:12:42 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:12:42 (1/6) Installing dumb-init (1.2.5-r1) 19:12:42 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:12:43 (3/6) Installing libsodium (1.0.18-r0) 19:12:43 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:12:43 (5/6) Installing libzmq (4.3.4-r0) 19:12:43 (6/6) Installing zeromq (4.3.4-r0) 19:12:43 Executing busybox-1.33.1-r7.trigger 19:12:43 OK: 8 MiB in 20 packages 19:12:45 Building bin/spire-server... 19:12:45 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:12:45 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:12:46 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:12:46 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:12:46 go: downloading github.com/mitchellh/cli v1.1.2 19:12:46 Building bin/spire-agent... 19:12:46 go: downloading github.com/imdario/mergo v0.3.12 19:12:46 go: downloading github.com/sirupsen/logrus v1.8.1 19:12:46 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 19:12:46 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 19:12:46 go: downloading cloud.google.com/go/secretmanager v1.3.0 19:12:46 go: downloading github.com/docker/docker v20.10.12+incompatible 19:12:46 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:12:46 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:12:46 go: downloading google.golang.org/grpc v1.44.0 19:12:46 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:12:47 go: downloading github.com/fatih/color v1.13.0 19:12:47 go: downloading github.com/mattn/go-isatty v0.0.14 19:12:47 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:12:47 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:12:47 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:12:47 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:12:47 go: downloading github.com/armon/go-metrics v0.3.10 19:12:47 go: downloading github.com/google/go-tpm-tools v0.3.3 19:12:47 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 19:12:47 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 19:12:47 go: downloading github.com/prometheus/client_golang v1.12.1 19:12:47 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:12:47 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:12:47 go: downloading github.com/open-policy-agent/opa v0.38.0 19:12:47 Removing intermediate container a583491f754a 19:12:47 ---> 560d33f947de 19:12:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:47 Building bin/spire-agent... 19:12:47 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:12:47 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:12:47 go: downloading github.com/Masterminds/goutils v1.1.0 19:12:47 go: downloading github.com/Masterminds/semver v1.5.0 19:12:47 go: downloading github.com/docker/go-connections v0.4.0 19:12:47 go: downloading github.com/docker/go-units v0.4.0 19:12:47 go: downloading github.com/opencontainers/image-spec v1.0.1 19:12:47 go: downloading github.com/containerd/containerd v1.3.4 19:12:47 go: downloading github.com/docker/distribution v2.7.1+incompatible 19:12:47 go: downloading github.com/google/uuid v1.1.2 19:12:47 go: downloading github.com/huandu/xstrings v1.3.2 19:12:47 go: downloading github.com/opencontainers/go-digest v1.0.0 19:12:47 go: downloading github.com/mattn/go-colorable v0.1.12 19:12:47 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:12:47 go: downloading github.com/oklog/run v1.0.0 19:12:47 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:12:47 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 19:12:47 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:12:47 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:12:47 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 19:12:47 go: downloading cloud.google.com/go/secretmanager v1.3.0 19:12:47 go: downloading github.com/imkira/go-observer v1.0.3 19:12:47 go: downloading github.com/docker/docker v20.10.12+incompatible 19:12:47 go: downloading go.uber.org/atomic v1.9.0 19:12:47 go: downloading github.com/prometheus/client_model v0.2.0 19:12:47 go: downloading github.com/prometheus/common v0.32.1 19:12:47 go: downloading github.com/beorn7/perks v1.0.1 19:12:47 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:12:47 go: downloading github.com/prometheus/procfs v0.7.3 19:12:47 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:12:47 go: downloading github.com/hashicorp/errwrap v1.1.0 19:12:48 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:12:48 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:12:48 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:12:48 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:12:48 go: downloading github.com/google/go-tpm-tools v0.3.3 19:12:48 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 19:12:48 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 19:12:48 go: downloading github.com/docker/go-connections v0.4.0 19:12:48 go: downloading github.com/opencontainers/image-spec v1.0.1 19:12:48 go: downloading github.com/docker/go-units v0.4.0 19:12:48 go: downloading github.com/containerd/containerd v1.3.4 19:12:48 go: downloading github.com/docker/distribution v2.7.1+incompatible 19:12:48 go: downloading github.com/opencontainers/go-digest v1.0.0 19:12:49 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:12:49 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:12:50 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:12:50 go: downloading github.com/stretchr/testify v1.7.0 19:12:50 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:12:50 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:12:53  ---> d33952e4b87e 19:12:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:12:53 go: downloading google.golang.org/api v0.70.0 19:12:53 go: downloading k8s.io/client-go v0.23.4 19:12:53 go: downloading k8s.io/api v0.23.4 19:12:53 go: downloading github.com/google/go-tpm v0.3.3 19:12:53 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:12:54 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:12:54 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:12:54 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:12:54 go: downloading cloud.google.com/go/storage v1.21.0 19:12:55 go: downloading cloud.google.com/go v0.100.2 19:12:55 go: downloading k8s.io/apimachinery v0.23.4 19:12:55 go: downloading k8s.io/kube-aggregator v0.23.3 19:12:55  ---> 778a8754d21b 19:12:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:12:55 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:12:55 go: downloading cloud.google.com/go/security v1.3.0 19:12:56 go: downloading github.com/hashicorp/vault/api v1.4.1 19:12:56 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:12:56 go: downloading github.com/blang/semver/v4 v4.0.0 19:12:56 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:12:56 go: downloading github.com/jinzhu/gorm v1.9.16 19:12:56 go: downloading github.com/lib/pq v1.10.4 19:12:56 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:12:56  ---> 4fe8752f3fa1 19:12:56 Step 19/23 : ENTRYPOINT ["/core-data"] 19:12:56 ---> Running in 582cea156dfb 19:12:56 Removing intermediate container 582cea156dfb 19:12:56 ---> c77f66e8f80a 19:12:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:56 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:12:57  ---> Running in 7a9b57f001e8 19:12:57 go: downloading github.com/twmb/murmur3 v1.1.6 19:12:57 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:12:57 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:12:57 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:12:57 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:12:57 go: downloading github.com/aws/smithy-go v1.11.0 19:12:57 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:12:57 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:12:57 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:12:57 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:12:57 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:12:57 Removing intermediate container 7a9b57f001e8 19:12:57 ---> 8c640ae2e598 19:12:57 Step 21/23 : LABEL arch=x86_64 19:12:57 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:12:57 go: downloading github.com/dimchansky/utfbom v1.1.1 19:12:57 go: downloading cloud.google.com/go/compute v1.3.0 19:12:57  ---> Running in 7e4892c49158 19:12:57 go: downloading cloud.google.com/go/iam v0.1.1 19:12:57 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:12:57 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:12:58 Removing intermediate container 7e4892c49158 19:12:58 ---> 4c0d40fa7090 19:12:58 Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:12:58 ---> Running in a9733f8e6c42 19:12:58 Removing intermediate container a9733f8e6c42 19:12:58 ---> b60ae30f3402 19:12:58 Step 23/23 : LABEL version=0.0.0 19:12:58 ---> Running in a9353528d1c8 19:12:59 Removing intermediate container a9353528d1c8 19:12:59 ---> d6f48d954f7a 19:12:59 19:12:59 Successfully built d6f48d954f7a 19:12:59 Successfully tagged core-data:latest 19:12:59 Building security-bootstrapper 19:12:59  Building core-data ... done go: downloading github.com/gogo/protobuf v1.3.2 19:12:59 go: downloading k8s.io/klog/v2 v2.30.0 19:12:59 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:12:59 go: downloading github.com/google/gofuzz v1.1.0 19:12:59 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:12:59 go: downloading github.com/spf13/pflag v1.0.5 19:12:59 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:12:59 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:12:59 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:12:59 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:12:59 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:12:59 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:12:59 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:12:59 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:12:59 go: downloading github.com/jinzhu/inflection v1.0.0 19:12:59 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:12:59 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:12:59 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:12:59 go: downloading gopkg.in/yaml.v2 v2.4.0 19:12:59 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:12:59 go: downloading github.com/gobwas/glob v0.2.3 19:12:59 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:12:59 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:12:59 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:12:59 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:12:59 go: downloading go.opencensus.io v0.23.0 19:12:59 go: downloading gopkg.in/inf.v0 v0.9.1 19:12:59 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:12:59 go: downloading github.com/google/go-cmp v0.5.7 19:12:59 go: downloading github.com/googleapis/gnostic v0.5.5 19:13:00 go: downloading github.com/json-iterator/go v1.1.12 19:13:00 go: downloading github.com/go-logr/logr v1.2.2 19:13:00 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:13:00 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:13:00 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:13:00 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:13:00 go: downloading github.com/tklauser/numcpus v0.3.0 19:13:00 go: downloading sigs.k8s.io/yaml v1.3.0 19:13:00 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:13:00 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:13:00 go: downloading github.com/modern-go/reflect2 v1.0.2 19:13:00 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:13:00 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:13:00 go: downloading github.com/ryanuber/go-glob v1.0.0 19:13:00 go: downloading github.com/hashicorp/go-version v1.2.0 19:13:00 go: downloading github.com/golang/snappy v0.0.4 19:13:00 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:13:00 go: downloading go.uber.org/zap v1.21.0 19:13:00 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:13:00 go: downloading go.uber.org/multierr v1.6.0 19:13:03 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:03 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:13:03 ---> bfa0f22f50a3 19:13:03 Step 3/31 : WORKDIR /edgex-go 19:13:03 ---> Using cache 19:13:03 ---> 04eed3f5730d 19:13:03 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:03 ---> Using cache 19:13:03 ---> b4d65c56d9cc 19:13:03 Step 5/31 : RUN apk add --update --no-cache make git 19:13:03 ---> Using cache 19:13:03 ---> bf4050ee9cc2 19:13:03 Step 6/31 : COPY go.mod vendor* ./ 19:13:03 ---> Using cache 19:13:03 ---> be353f960e71 19:13:03 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:03 ---> Using cache 19:13:03 ---> 6bcca9862e09 19:13:03 Step 8/31 : COPY . . 19:13:03 ---> Using cache 19:13:03 ---> da7c4e0011b6 19:13:03 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:13:05 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:13:05 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:13:09  ---> Running in 5d2500767dfd 19:13:09 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:13:16 Removing intermediate container db8dcec5f21e 19:13:16 ---> f7fbbf93b285 19:13:16 19:13:16 Step 10/22 : FROM alpine:3.14 19:13:16 ---> e04c818066af 19:13:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:13:16 ---> Running in b9ab3ec76316 19:13:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:13:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:13:17 (1/2) Installing ca-certificates (20211220-r0) 19:13:17 (2/2) Installing dumb-init (1.2.5-r1) 19:13:17 Executing busybox-1.33.1-r7.trigger 19:13:17 Executing ca-certificates-20211220-r0.trigger 19:13:17 OK: 6 MiB in 16 packages 19:13:21 Removing intermediate container b9ab3ec76316 19:13:21 ---> 0bd8d8ef0298 19:13:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:13:22 ---> Running in b86090958cdc 19:13:22 Removing intermediate container b86090958cdc 19:13:22 ---> 8bd1126c0231 19:13:22 Step 13/22 : ENV APP_PORT=59860 19:13:24 ---> Running in c8b664124c61 19:13:24 Removing intermediate container c8b664124c61 19:13:24 ---> 99debdb1f9e2 19:13:24 Step 14/22 : EXPOSE $APP_PORT 19:13:25 ---> Running in 0ed994a87a92 19:13:25 Removing intermediate container 0ed994a87a92 19:13:25 ---> 2e1116ed5139 19:13:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:26 ---> 49ef0ded3171 19:13:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:13:34 ---> d64f40b49636 19:13:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:13:34 Removing intermediate container 5d2500767dfd 19:13:34 ---> f39224aa0b65 19:13:34 19:13:34 Step 10/31 : FROM alpine:3.14 19:13:34 ---> e04c818066af 19:13:34 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:13:34 ---> Running in 24e7f0b030c1 19:13:34 ---> 92cebdfc0d8c 19:13:34 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:13:34 ---> Running in 05966848e6ca 19:13:34 Removing intermediate container 24e7f0b030c1 19:13:34 ---> 651c0cf92bf8 19:13:34 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:13:34 ---> Running in 9802e77938f4 19:13:34 Removing intermediate container 05966848e6ca 19:13:34 ---> 466d2bd957c1 19:13:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:35 ---> Running in a651f9bdab2a 19:13:35 Removing intermediate container a651f9bdab2a 19:13:35 ---> c7fb16288a1e 19:13:35 Step 20/22 : LABEL arch=x86_64 19:13:35 ---> Running in 2f3882eb1657 19:13:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:13:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:13:36 (1/2) Installing dumb-init (1.2.5-r1) 19:13:36 (2/2) Installing su-exec (0.2-r1) 19:13:36 Executing busybox-1.33.1-r7.trigger 19:13:36 OK: 6 MiB in 16 packages 19:13:36 Removing intermediate container 2f3882eb1657 19:13:36 ---> b4d6ea3f224e 19:13:36 Step 21/22 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:13:36 ---> Running in 4d1574ae02a9 19:13:37 Removing intermediate container 4d1574ae02a9 19:13:37 ---> ef83560dfc7d 19:13:37 Step 22/22 : LABEL version=0.0.0 19:13:37 ---> Running in 92ca3f5a97b7 19:13:37 Removing intermediate container 9802e77938f4 19:13:37 ---> a5e1a2830e75 19:13:37 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:13:37 ---> Running in 6cc040fe29a9 19:13:37 Removing intermediate container 92ca3f5a97b7 19:13:37 ---> 76d5bb46bd86 19:13:37 19:13:37 Successfully built 76d5bb46bd86 19:13:37 Successfully tagged support-notifications:latest 19:13:38  Building support-notifications ... done Removing intermediate container 6cc040fe29a9 19:13:38 ---> fec5905e8ee3 19:13:38 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:13:38 ---> Running in 1884f3f73c88 19:13:39 Removing intermediate container 1884f3f73c88 19:13:39 ---> d55e80a9923d 19:13:39 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:13:39 ---> Running in d4caa929c9ac 19:13:42 Removing intermediate container d4caa929c9ac 19:13:42 ---> 023da1d703c1 19:13:42 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:13:42 ---> Running in f0cd50d2c1cb 19:13:42 Removing intermediate container f0cd50d2c1cb 19:13:42 ---> 854d654c2caa 19:13:42 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:13:44 ---> 99411e3c16d3 19:13:44 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:13:44 ---> Running in b1d6ddde3efa 19:13:47 Removing intermediate container b1d6ddde3efa 19:13:47 ---> a4f3565d1d72 19:13:47 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:48 ---> 2f443e1eaa74 19:13:48 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:13:51 ---> 26b01b25b690 19:13:51 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:13:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:13:52 ---> 1d7063a1985e 19:13:52 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:13:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:13:53 ---> b8b2e1337252 19:13:53 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:13:53 ---> 23ed364ef38f 19:13:53 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:13:54 ---> Running in c421757c0fcd 19:13:55 Removing intermediate container c421757c0fcd 19:13:55 ---> ddc5c0ff186d 19:13:55 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:13:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:13:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:13:56 ---> 5aa75f3740d6 19:13:56 Step 26/31 : RUN chmod +x /entrypoint.sh 19:13:57 ---> Running in a93baaa8dbfb 19:13:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:14:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:14:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:14:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:14:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:14:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:14:03 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:14:06 Removing intermediate container a93baaa8dbfb 19:14:06 ---> 1e0f38dd7ee6 19:14:06 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:14:08 ---> Running in f86ed1012ae3 19:14:11 Removing intermediate container f86ed1012ae3 19:14:11 ---> 07bcbee73e80 19:14:11 Step 28/31 : CMD ["gate"] 19:14:12 ---> Running in 31300de69886 19:14:12 Removing intermediate container 31300de69886 19:14:12 ---> 671f89296a45 19:14:12 Step 29/31 : LABEL arch=x86_64 19:14:12 ---> Running in 80975ff75f8d 19:14:13 Removing intermediate container 80975ff75f8d 19:14:13 ---> 9a1dadad86c6 19:14:13 Step 30/31 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:14:14 ---> Running in ae8858681d90 19:14:14 Removing intermediate container ae8858681d90 19:14:14 ---> d95bf9819c90 19:14:14 Step 31/31 : LABEL version=0.0.0 19:14:15 ---> Running in 717ccc6c3045 19:14:16 Removing intermediate container add207cc91b6 19:14:16 ---> ba8e4b2cc08e 19:14:16 19:14:16 Step 13/26 : FROM alpine:3.15 19:14:16 ---> 0ac33e5f5afa 19:14:16 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:14:16 ---> Using cache 19:14:16 ---> 62995b411bdb 19:14:16 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:16 ---> Using cache 19:14:16 ---> 0844bc056618 19:14:16 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:14:16 Removing intermediate container 717ccc6c3045 19:14:16 ---> 63bbfe1ffebc 19:14:16 19:14:16 ---> Running in 92f67221577d 19:14:16 Successfully built 63bbfe1ffebc 19:14:16 Successfully tagged security-bootstrapper:latest 19:14:16  Building security-bootstrapper ... done Removing intermediate container 5dfc2e6ac870 19:14:16 ---> 7aa289b8ac3c 19:14:16 19:14:16 Step 13/26 : FROM alpine:3.15 19:14:16 ---> 0ac33e5f5afa 19:14:16 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:14:16 ---> Using cache 19:14:16 ---> 62995b411bdb 19:14:16 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:16 ---> Using cache 19:14:16 ---> 0844bc056618 19:14:16 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:14:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:17 ---> Running in 3654e4773da2 19:14:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:18 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:14:18 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 19:14:18 OK: 15855 distinct packages available 19:14:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.277s coverage: 28.7% of statements 19:14:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:14:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:14:18 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:18 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:14:18 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 19:14:18 OK: 15855 distinct packages available 19:14:18 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:19 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:19 (1/5) Installing dumb-init (1.2.5-r1) 19:14:19 (2/5) Installing musl-obstack (1.2.3-r0) 19:14:19 (3/5) Installing libucontext (1.1-r0) 19:14:19 (1/4) Installing dumb-init (1.2.5-r1) 19:14:19 (4/5) Installing gcompat (1.0.0-r4) 19:14:19 (2/4) Installing musl-obstack (1.2.3-r0) 19:14:19 (5/5) Installing openssl (1.1.1n-r0) 19:14:19 (3/4) Installing libucontext (1.1-r0) 19:14:19 Executing busybox-1.34.1-r5.trigger 19:14:19 OK: 6 MiB in 19 packages 19:14:19 (4/4) Installing gcompat (1.0.0-r4) 19:14:20 Executing busybox-1.34.1-r5.trigger 19:14:20 OK: 6 MiB in 18 packages 19:14:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.406s coverage: 98.5% of statements 19:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:14:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.405s coverage: 53.4% of statements 19:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:14:20 Removing intermediate container 92f67221577d 19:14:20 ---> a13403c252d2 19:14:20 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 19:14:20 Removing intermediate container 3654e4773da2 19:14:20 ---> b2762a6444cf 19:14:20 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 19:14:22 ---> fd6015e17937 19:14:22 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 19:14:22 ---> 3ffb6bd28c2f 19:14:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:14:22 ---> ab96da56e35d 19:14:22 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:14:22 ---> Running in 57f5b3bb1d24 19:14:23 Removing intermediate container 57f5b3bb1d24 19:14:23 ---> 569adfb583f8 19:14:23 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:14:23 ---> 366b033a9905 19:14:23 Step 21/26 : WORKDIR / 19:14:23 ---> Running in f9406d64b0af 19:14:23 ---> ed8cf4b0a508 19:14:23 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:14:23 Removing intermediate container f9406d64b0af 19:14:23 ---> 5eb7cb5a2314 19:14:23 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:14:23 ---> 6a06faee2def 19:14:23 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:14:23 ---> Running in dddef86cd904 19:14:24 Removing intermediate container dddef86cd904 19:14:24 ---> 1aa3e39b5908 19:14:24 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:14:24 ---> e3ce0420fa59 19:14:24 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:14:24 ---> Running in 653133f6300c 19:14:24 Removing intermediate container 653133f6300c 19:14:24 ---> 45005c50bbd5 19:14:24 Step 24/26 : LABEL arch=x86_64 19:14:24 ---> 09d36549a705 19:14:24 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:14:24 ---> Running in e09cd4639ba7 19:14:24 ---> Running in 666e67a8841f 19:14:24 Removing intermediate container e09cd4639ba7 19:14:24 ---> d0cb36895094 19:14:24 Step 25/26 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:14:24 ---> Running in d9ee9a8b9356 19:14:24 Removing intermediate container 666e67a8841f 19:14:24 ---> 47502c48993f 19:14:24 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:14:24 ---> Running in c3eabb975ade 19:14:24 Removing intermediate container d9ee9a8b9356 19:14:24 ---> 5d2f8a5d9860 19:14:24 Step 26/26 : LABEL version=0.0.0 19:14:24 ---> Running in b7a0b01b558f 19:14:24 Removing intermediate container c3eabb975ade 19:14:24 ---> cbc9041399bf 19:14:24 Step 24/26 : LABEL arch=x86_64 19:14:24 ---> Running in 12aba0c2a6b2 19:14:24 Removing intermediate container b7a0b01b558f 19:14:24 ---> fc68d8288f58 19:14:24 19:14:24 Removing intermediate container 12aba0c2a6b2 19:14:24 ---> a4a46a83891d 19:14:24 Step 25/26 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:14:24 ---> Running in 730b8f8b022e 19:14:24 Successfully built fc68d8288f58 19:14:24 Successfully tagged security-spire-config:latest 19:14:24  Building security-spire-config ... done Removing intermediate container 730b8f8b022e 19:14:24 ---> 63d3415f463e 19:14:24 Step 26/26 : LABEL version=0.0.0 19:14:24 ---> Running in bb233d79e8a4 19:14:25 Removing intermediate container bb233d79e8a4 19:14:25 ---> 4dc7278e9089 19:14:25 19:14:25 Successfully built 4dc7278e9089 19:14:25 Successfully tagged security-spire-agent:latest 19:14:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.867s coverage: 89.2% of statements 19:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:14:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.457s coverage: 84.4% of statements 19:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:14:47  Building security-spire-agent ... done Building bin/spire-agent... 19:14:47 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 19:14:47 go: downloading cloud.google.com/go/secretmanager v1.3.0 19:14:47 go: downloading github.com/docker/docker v20.10.12+incompatible 19:14:47 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 19:14:47 go: downloading github.com/google/go-tpm-tools v0.3.3 19:14:47 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 19:14:47 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 19:14:47 go: downloading github.com/docker/go-units v0.4.0 19:14:47 go: downloading github.com/opencontainers/image-spec v1.0.1 19:14:47 go: downloading github.com/docker/go-connections v0.4.0 19:14:47 go: downloading github.com/docker/distribution v2.7.1+incompatible 19:14:47 go: downloading github.com/containerd/containerd v1.3.4 19:14:47 go: downloading github.com/opencontainers/go-digest v1.0.0 19:14:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.451s coverage: 95.6% of statements 19:14:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:14:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:14:47 ok github.com/edgexfoundry/edgex-go/internal/io 0.274s coverage: 72.2% of statements 19:14:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:14:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:14:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:14:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:14:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:14:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.392s coverage: 60.0% of statements 19:14:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:14:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:14:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:14:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.427s coverage: 0.9% of statements 19:14:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:14:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.476s coverage: 58.8% of statements 19:14:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.282s coverage: 29.6% of statements 19:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.306s coverage: 47.1% of statements 19:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.267s coverage: 79.5% of statements 19:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.225s coverage: 94.1% of statements 19:14:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.362s coverage: 96.3% of statements 19:14:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.232s coverage: 87.5% of statements 19:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.267s coverage: 94.4% of statements 19:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.198s coverage: 44.8% of statements 19:15:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.727s coverage: 82.5% of statements 19:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:15:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.286s coverage: 92.9% of statements 19:15:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:15:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:15:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:15:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.126s coverage: 65.1% of statements 19:15:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:15:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:15:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:15:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:15:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:15:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.207s coverage: 87.2% of statements 19:15:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:15:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:15:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.188s coverage: 100.0% of statements 19:15:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:15:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.292s coverage: 58.8% of statements 19:15:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:15:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.369s coverage: 80.0% of statements 19:15:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.244s coverage: 87.2% of statements 19:15:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.311s coverage: 85.4% of statements 19:15:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.770s coverage: 91.2% of statements 19:15:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:15:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.117s coverage: 64.4% of statements 19:15:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:15:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:15:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.366s coverage: 100.0% of statements 19:15:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.121s coverage: 89.4% of statements 19:15:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 19:15:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements 19:15:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 19:15:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.404s coverage: 65.4% of statements 19:15:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:15:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:15:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:15:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.382s coverage: 43.8% of statements 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:15:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.303s coverage: 89.5% of statements 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:15:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.432s coverage: 84.8% of statements 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.404s coverage: 17.7% of statements 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.885s coverage: 92.3% of statements 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.404s coverage: 63.2% of statements 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.489s coverage: 97.7% of statements 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:15:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.236s coverage: 28.9% of statements 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:15:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.220s coverage: 100.0% of statements 19:15:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements 19:15:42 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:15:42 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:15:42 GO111MODULE=on go vet ./... 19:15:43 Removing intermediate container ba14393dba0c 19:15:43 ---> 05c8775e07fa 19:15:43 19:15:43 Step 13/25 : FROM alpine:3.15 19:15:43 ---> 0ac33e5f5afa 19:15:43 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:15:43 ---> Using cache 19:15:43 ---> 62995b411bdb 19:15:43 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:43 ---> Using cache 19:15:43 ---> 0844bc056618 19:15:43 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:15:43 ---> Using cache 19:15:43 ---> a13403c252d2 19:15:43 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 19:15:43 ---> dd9e7ae33f74 19:15:43 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:15:43 ---> c1db586b3800 19:15:43 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:15:43 ---> bb73a7c09fd0 19:15:43 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:15:43 ---> 1786a3f5be3f 19:15:43 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:15:43 ---> Running in fce2aa8ddaee 19:15:43 Removing intermediate container fce2aa8ddaee 19:15:43 ---> 764c7abdb4f6 19:15:43 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:15:43 ---> Running in bba4a4b9b6be 19:15:43 Removing intermediate container bba4a4b9b6be 19:15:43 ---> 198e5be9bd03 19:15:43 Step 23/25 : LABEL arch=x86_64 19:15:43 ---> Running in 49ad3500453c 19:15:43 Removing intermediate container 49ad3500453c 19:15:43 ---> 1a5243cfd826 19:15:43 Step 24/25 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:15:43 ---> Running in e63faf9755f9 19:15:43 Removing intermediate container e63faf9755f9 19:15:43 ---> 43b7c30cbc29 19:15:43 Step 25/25 : LABEL version=0.0.0 19:15:43 ---> Running in 344de2eac9a6 19:15:43 Removing intermediate container 344de2eac9a6 19:15:43 ---> 711758c48b18 19:15:43 19:15:43 Successfully built 711758c48b18 19:15:43 Successfully tagged security-spire-server:latest 19:15:43  Building security-spire-server ... done  [Pipeline] } 19:15:43 $ docker stop --time=1 ca323da9ad450cbd4aa4b80c414c8c28017eaa1a3b7d7f5f412f98632143e798 19:15:44 $ docker rm -f ca323da9ad450cbd4aa4b80c414c8c28017eaa1a3b7d7f5f412f98632143e798 [Pipeline] // withDockerContainer [Pipeline] sh 19:15:45 + docker images 19:15:45 REPOSITORY TAG IMAGE ID CREATED SIZE 19:15:45 security-spire-server latest 711758c48b18 6 seconds ago 87.3MB 19:15:45 05c8775e07fa 19 seconds ago 4.43GB 19:15:45 security-spire-config latest fc68d8288f58 About a minute ago 86.7MB 19:15:45 security-spire-agent latest 4dc7278e9089 About a minute ago 127MB 19:15:45 security-bootstrapper latest 63bbfe1ffebc About a minute ago 19MB 19:15:45 7aa289b8ac3c About a minute ago 4.43GB 19:15:45 ba8e4b2cc08e About a minute ago 4.43GB 19:15:45 support-notifications latest 76d5bb46bd86 2 minutes ago 26.8MB 19:15:45 f39224aa0b65 2 minutes ago 1.5GB 19:15:45 f7fbbf93b285 2 minutes ago 1.55GB 19:15:45 core-data latest d6f48d954f7a 2 minutes ago 22.5MB 19:15:45 fa737a63640a 3 minutes ago 1.52GB 19:15:45 sys-mgmt-agent latest 20664888fc99 3 minutes ago 299MB 19:15:45 security-proxy-setup latest 94c54b089f54 3 minutes ago 26.9MB 19:15:45 7a2dcf3cba10 3 minutes ago 1.5GB 19:15:45 support-scheduler latest 9e7eb2f22f2e 3 minutes ago 26.2MB 19:15:45 3c41787890d6 3 minutes ago 1.49GB 19:15:45 149052f16e7f 3 minutes ago 1.55GB 19:15:45 core-metadata latest 7dee2c1dde41 4 minutes ago 17MB 19:15:45 b108a9c00624 4 minutes ago 1.5GB 19:15:45 security-secretstore-setup latest bb60f2774bab 4 minutes ago 28.5MB 19:15:45 security-spiffe-token-provider latest 031802a7440b 4 minutes ago 28.8MB 19:15:45 core-command latest 906b57c4958f 4 minutes ago 16MB 19:15:45 9cb9a1c2bdab 5 minutes ago 1.54GB 19:15:45 5acdc44159d7 5 minutes ago 1.5GB 19:15:45 33e2474b733e 5 minutes ago 1.49GB 19:15:45 ci-base-image-x86_64 latest bfa0f22f50a3 8 minutes ago 896MB 19:15:45 docker 20.10.14 7417809fdb73 2 weeks ago 218MB 19:15:45 alpine 3.14 e04c818066af 2 weeks ago 5.59MB 19:15:45 alpine 3.15 0ac33e5f5afa 2 weeks ago 5.57MB 19:15:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB 19:15:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB 19:15:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 21 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:17:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:17:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:17:34 ./bin/test-attribution-txt.sh [Pipeline] echo 19:17:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:17:35 + ls -al . 19:17:35 total 668 19:17:35 drwxrwxr-x 9 1001 1001 4096 Apr 19 19:17 . 19:17:35 drwxr-xr-x 4 root root 4096 Apr 19 19:11 .. 19:17:35 -rw-rw-r-- 1 1001 1001 11 Apr 19 19:09 .dockerignore 19:17:35 drwxrwxr-x 8 1001 1001 4096 Apr 19 19:09 .git 19:17:35 drwxrwxr-x 3 1001 1001 4096 Apr 19 19:09 .github 19:17:35 -rw-rw-r-- 1 1001 1001 879 Apr 19 19:09 .gitignore 19:17:35 -rw-rw-r-- 1 1001 1001 42 Apr 19 19:09 .golangci.yml 19:17:35 -rw-rw-r-- 1 1001 1001 87 Apr 19 19:09 .hadolint.yml 19:17:35 -rw-rw-r-- 1 1001 1001 166 Apr 19 19:09 .sonarcloud.properties 19:17:35 -rw-rw-r-- 1 1001 1001 1171 Apr 19 19:09 ADOPTERS.md 19:17:35 -rw-rw-r-- 1 1001 1001 10086 Apr 19 19:09 Attribution.txt 19:17:35 -rw-rw-r-- 1 1001 1001 51732 Apr 19 19:09 CHANGELOG.md 19:17:35 -rw-rw-r-- 1 1001 1001 3804 Apr 19 19:09 CONTRIBUTING.md 19:17:35 -rw-rw-r-- 1 1001 1001 677 Apr 19 19:09 GOVERNANCE.md 19:17:35 -rw-rw-r-- 1 1001 1001 850 Apr 19 19:09 Jenkinsfile 19:17:35 -rw-rw-r-- 1 1001 1001 10775 Apr 19 19:09 LICENSE 19:17:35 -rw-rw-r-- 1 1001 1001 10389 Apr 19 19:09 Makefile 19:17:35 -rw-rw-r-- 1 1001 1001 582 Apr 19 19:09 OWNERS.md 19:17:35 -rw-rw-r-- 1 1001 1001 9120 Apr 19 19:09 README.md 19:17:35 -rw-rw-r-- 1 1001 1001 6912 Apr 19 19:09 SECURITY.md 19:17:35 -rw-rw-r-- 1 1001 1001 5 Apr 19 19:06 VERSION 19:17:35 -rw-rw-r-- 1 1001 1001 4131 Apr 19 19:09 ZMQWindows.md 19:17:35 drwxrwxr-x 2 1001 1001 4096 Apr 19 19:09 bin 19:17:35 drwxrwxr-x 18 1001 1001 4096 Apr 19 19:09 cmd 19:17:35 -rw-r--r-- 1 root root 435134 Apr 19 19:15 coverage.out 19:17:35 -rw-rw-r-- 1 1001 1001 3256 Apr 19 19:09 go.mod 19:17:35 -rw-rw-r-- 1 1001 1001 35162 Apr 19 19:11 go.sum 19:17:35 drwxrwxr-x 8 1001 1001 4096 Apr 19 19:09 internal 19:17:35 drwxrwxr-x 3 1001 1001 4096 Apr 19 19:09 openapi 19:17:35 drwxrwxr-x 4 1001 1001 4096 Apr 19 19:09 snap 19:17:35 -rw-rw-r-- 1 1001 1001 204 Apr 19 19:09 version.go [Pipeline] sh 19:17:36 + '[' -e coverage.out ] 19:17:36 + chown 1001:1001 coverage.out [Pipeline] stash 19:17:36 Warning: overwriting stash ‘coverage-report’ 19:17:36 Stashed 1 file(s) [Pipeline] sh 19:17:37 + make build 19:17:37 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:18:59 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:20: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 19:20:07 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 19:20:39 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 19:20:39 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 19:20:44 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 19:20:50 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 19:20:54 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 19:20:59 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:21:02 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 19:21: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:21: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:21:19 $ docker stop --time=1 c58f04d62049a429a0e92eb27519032c4c606de43c9ae204e39bd6898a6cc032 19:21:22 $ docker rm -f c58f04d62049a429a0e92eb27519032c4c606de43c9ae204e39bd6898a6cc032 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:21:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:24 19:21:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:21:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:25 latest: Pulling from edgex-devops/edgex-compose-arm64 19:21:25 29e5d40040c1: Pulling fs layer 19:21:25 1ce36da41761: Pulling fs layer 19:21:25 25b303627fd3: Pulling fs layer 19:21:25 29e5d40040c1: Verifying Checksum 19:21:25 29e5d40040c1: Download complete 19:21:25 1ce36da41761: Verifying Checksum 19:21:25 1ce36da41761: Download complete 19:21:25 29e5d40040c1: Pull complete 19:21:27 25b303627fd3: Download complete 19:21:27 1ce36da41761: Pull complete 19:21:39 25b303627fd3: Pull complete 19:21:39 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:21:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:21:40 prd-ubuntu20.04-docker-arm64-4c-16g-21382 does not seem to be running inside a container 19:21:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:21:42 $ docker top 7d7bd5c2da515b7bc287259e347bd46a330f700a3564842f0d19050d5126014b -eo pid,comm [Pipeline] { [Pipeline] sh 19:21:43 + + docker-compose build --help 19:21:43 grep parallel 19:21:47 --parallel Build images in parallel. [Pipeline] } 19:21:48 $ docker stop --time=1 7d7bd5c2da515b7bc287259e347bd46a330f700a3564842f0d19050d5126014b 19:21:49 $ docker rm -f 7d7bd5c2da515b7bc287259e347bd46a330f700a3564842f0d19050d5126014b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:21:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:50 . [Pipeline] withDockerContainer 19:21:50 prd-ubuntu20.04-docker-arm64-4c-16g-21382 does not seem to be running inside a container 19:21:50 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:21:52 $ docker top 15e40cef508a8c845d9587bce3aef1708c241f4a99b9d6d7157157b0226ef3c6 -eo pid,comm [Pipeline] { [Pipeline] sh 19:21:53 + docker-compose -f ./docker-compose-build.yml build --parallel 19:21:58 Building core-command ... 19:21:58 Building core-data ... 19:21:58 Building core-metadata ... 19:21:58 Building security-bootstrapper ... 19:21:58 Building security-proxy-setup ... 19:21:58 Building security-secretstore-setup ... 19:21:58 Building security-spiffe-token-provider ... 19:21:58 Building security-spire-agent ... 19:21:58 Building security-spire-config ... 19:21:58 Building security-spire-server ... 19:21:58 Building support-notifications ... 19:21:58 Building support-scheduler ... 19:21:58 Building sys-mgmt-agent ... 19:21:58 Building security-spire-agent 19:21:58 Building security-bootstrapper 19:21:58 Building security-proxy-setup 19:21:58 Building core-data 19:21:58 Building support-scheduler 19:23:35 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:23:35 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:23:35 ---> 593b1ec4534a 19:23:35 Step 3/31 : WORKDIR /edgex-go 19:23:35 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:23:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:23:35 ---> 593b1ec4534a 19:23:35 Step 3/22 : WORKDIR /edgex-go 19:23:35 ---> Running in 2872923783a1 19:23:35 ---> Running in e37af5a79c2a 19:23:35 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:23:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:23:35 ---> 593b1ec4534a 19:23:35 Step 3/23 : WORKDIR /edgex-go 19:23:35 ---> Running in 444f89aed490 19:23:35 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:23:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:23:35 ---> 593b1ec4534a 19:23:35 Step 3/26 : WORKDIR /edgex-go 19:23:35 ---> Running in 611956b2397f 19:23:35 Removing intermediate container e37af5a79c2a 19:23:35 ---> 4b0f0df115e7 19:23:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:35 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:23:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:23:35 ---> 593b1ec4534a 19:23:35 Step 3/22 : WORKDIR /edgex-go 19:23:35 ---> Running in 07d8474e6d16 19:23:35 ---> Running in b97d0655d9f1 19:23:35 Removing intermediate container 444f89aed490 19:23:35 ---> af50b2e6e215 19:23:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:35 Removing intermediate container 2872923783a1 19:23:35 ---> d8db83f85f55 19:23:35 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:35 Removing intermediate container 611956b2397f 19:23:35 ---> f6867b3988c6 19:23:35 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:35 ---> Running in 6369b59b2ce3 19:23:35 ---> Running in 17f808882b8a 19:23:35 ---> Running in e82da6d2f852 19:23:35 Removing intermediate container 07d8474e6d16 19:23:35 ---> 16bbe6124bc3 19:23:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:35 ---> Running in bc1edda04789 19:23:35 Removing intermediate container b97d0655d9f1 19:23:35 ---> 0e851eea0c30 19:23:35 Step 5/22 : RUN apk add --update --no-cache make git 19:23:35 ---> Running in 7274f821b524 19:23:35 Removing intermediate container 6369b59b2ce3 19:23:35 ---> 46ca7a29d56e 19:23:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:23:35 ---> Running in 551f2036e78e 19:23:35 Removing intermediate container bc1edda04789 19:23:35 ---> bc2a1c1f9dc1 19:23:35 Step 5/22 : RUN apk add --update --no-cache make git 19:23:35 Removing intermediate container e82da6d2f852 19:23:35 ---> c4bb4d9c4555 19:23:35 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:23:35 ---> Running in 849273e554c7 19:23:35 Removing intermediate container 17f808882b8a 19:23:35 ---> 6d5be75d0dbf 19:23:35 Step 5/31 : RUN apk add --update --no-cache make git 19:23:35 ---> Running in 3cff3829d818 19:23:35 ---> Running in d43e3ffd8789 19:23:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:23:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:23:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:23:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:23:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:23:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:23:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:23:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:23:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:23:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:23:35 OK: 220 MiB in 52 packages 19:23:35 OK: 220 MiB in 52 packages 19:23:35 OK: 220 MiB in 52 packages 19:23:36 OK: 220 MiB in 52 packages 19:23:36 OK: 220 MiB in 52 packages 19:23:36 Removing intermediate container 7274f821b524 19:23:36 ---> ff9987f3395d 19:23:36 Step 6/22 : COPY go.mod vendor* ./ 19:23:36 Removing intermediate container 551f2036e78e 19:23:36 ---> 4f09b52619b4 19:23:36 Step 6/23 : COPY go.mod vendor* ./ 19:23:37 Removing intermediate container 849273e554c7 19:23:37 ---> 77b3d9333978 19:23:37 Step 6/22 : COPY go.mod vendor* ./ 19:23:37 Removing intermediate container d43e3ffd8789 19:23:37 ---> 1b7d067b11a4 19:23:37 Step 6/31 : COPY go.mod vendor* ./ 19:23:38 Removing intermediate container 3cff3829d818 19:23:38 ---> eb9a7ff5614a 19:23:38 Step 6/26 : COPY go.mod vendor* ./ 19:23:38 ---> 3593f49bfb9c 19:23:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:38 ---> 9d460e7c65e3 19:23:38 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:38 ---> Running in de60f1acef46 19:23:38 ---> Running in 64e4241a0108 19:23:38 ---> 119e130c3dff 19:23:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:39 ---> Running in 7073b1f9d9bb 19:23:39 ---> f3c5cf9d3beb 19:23:39 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:39 ---> ffed3e7e3b7a 19:23:39 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:39 ---> Running in cdb98f18e363 19:23:39 ---> Running in 7dd09b684c91 19:23:43 Removing intermediate container de60f1acef46 19:23:43 ---> 1e5dfe2bef87 19:23:43 Step 8/22 : COPY . . 19:23:45 Removing intermediate container 64e4241a0108 19:23:45 ---> df62eb643eed 19:23:45 Step 8/23 : COPY . . 19:23:45 Removing intermediate container 7073b1f9d9bb 19:23:45 ---> c439de8302a2 19:23:45 Step 8/22 : COPY . . 19:23:45 Removing intermediate container 7dd09b684c91 19:23:46 ---> ba0b105df85e 19:23:46 Step 8/26 : COPY . . 19:23:46 Removing intermediate container cdb98f18e363 19:23:46 ---> 6038ebb495cf 19:23:46 Step 8/31 : COPY . . 19:24:18 ---> e94b00d09c70 19:24:18 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:24:18 ---> 933895500281 19:24:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:24:18 ---> 91744c31cf8b 19:24:18 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:24:18 ---> Running in 259a818b5381 19:24:18 ---> Running in cf869dfc7d60 19:24:18 ---> Running in 1ae28f360950 19:24:18 ---> 815654b87221 19:24:18 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:24:18 ---> 4a3b72d2ee9e 19:24:18 Step 9/23 : RUN make cmd/core-data/core-data 19:24:18 ---> Running in f8952ed9ab44 19:24:18 Removing intermediate container 1ae28f360950 19:24:18 ---> c1554ee0e423 19:24:18 Step 10/26 : RUN mkdir -p spire-build 19:24:18 ---> Running in 3044248076e8 19:24:18 ---> Running in 519d3a7c9a9c 19:24: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:24:18 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 19:24: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:24:18 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:24:20 Removing intermediate container 519d3a7c9a9c 19:24:20 ---> 30481cbc3f3f 19:24:20 Step 11/26 : WORKDIR /edgex-go/spire-build 19:24:20 ---> Running in 4d7ce0ea215e 19:24:20 Removing intermediate container 4d7ce0ea215e 19:24:20 ---> babf32bb96ca 19:24:20 Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent 19:24:20 ---> Running in b7a6baad1626 19:24:23 spire-1.2.1/ 19:24:23 spire-1.2.1/.data/ 19:24:23 spire-1.2.1/.data/.file 19:24:23 spire-1.2.1/.dockerignore 19:24:23 spire-1.2.1/.gitattributes 19:24:23 spire-1.2.1/.githooks/ 19:24:23 spire-1.2.1/.githooks/pre-commit 19:24:23 spire-1.2.1/.github/ 19:24:23 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:24:23 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:24:23 spire-1.2.1/.github/dependabot.yml 19:24:23 spire-1.2.1/.github/workflows/ 19:24:23 spire-1.2.1/.github/workflows/nightly_build.yaml 19:24:23 spire-1.2.1/.github/workflows/pr_build.yaml 19:24:23 spire-1.2.1/.github/workflows/release_build.yaml 19:24:23 spire-1.2.1/.github/workflows/scripts/ 19:24:23 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:24:23 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:24:23 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:24:23 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:24:23 spire-1.2.1/.github/workflows/scripts/split.sh 19:24:23 spire-1.2.1/.gitignore 19:24:23 spire-1.2.1/.go-version 19:24:23 spire-1.2.1/.golangci.yml 19:24:23 spire-1.2.1/ADOPTERS.md 19:24:23 spire-1.2.1/CHANGELOG.md 19:24:23 spire-1.2.1/CODE-OF-CONDUCT.md 19:24:23 spire-1.2.1/CODEOWNERS 19:24:23 spire-1.2.1/CONTRIBUTING.md 19:24:23 spire-1.2.1/Dockerfile 19:24:23 spire-1.2.1/Dockerfile.dev 19:24:23 spire-1.2.1/Dockerfile.scratch 19:24:23 spire-1.2.1/LICENSE 19:24:23 spire-1.2.1/MAINTAINERS.md 19:24:23 spire-1.2.1/Makefile 19:24:23 spire-1.2.1/README.md 19:24:23 spire-1.2.1/ROADMAP.md 19:24:23 spire-1.2.1/SECURITY.md 19:24:23 spire-1.2.1/cmd/ 19:24:23 spire-1.2.1/cmd/spire-agent/ 19:24:23 spire-1.2.1/cmd/spire-agent/cli/ 19:24:23 spire-1.2.1/cmd/spire-agent/cli/api/ 19:24:23 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:24:23 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:24:23 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:24:23 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:24:23 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:24:23 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:24:23 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:24:23 spire-1.2.1/cmd/spire-agent/cli/common/ 19:24:23 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:24:23 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:24:23 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:24:23 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:24:23 spire-1.2.1/cmd/spire-agent/cli/run/ 19:24:23 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:24:23 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:24:23 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:24:23 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:24:23 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:24:23 spire-1.2.1/cmd/spire-agent/main.go 19:24:23 spire-1.2.1/cmd/spire-server/ 19:24:23 spire-1.2.1/cmd/spire-server/cli/ 19:24:23 spire-1.2.1/cmd/spire-server/cli/agent/ 19:24:23 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:24:23 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/cli.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/entry/ 19:24:23 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/federation/ 19:24:23 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:24:23 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:24:23 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/run/ 19:24:23 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/token/ 19:24:23 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/validate/ 19:24:23 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/x509/ 19:24:23 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:24:23 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:24:23 spire-1.2.1/cmd/spire-server/main.go 19:24:23 spire-1.2.1/cmd/spire-server/util/ 19:24:23 spire-1.2.1/cmd/spire-server/util/util.go 19:24:23 spire-1.2.1/conf/ 19:24:23 spire-1.2.1/conf/agent/ 19:24:23 spire-1.2.1/conf/agent/agent.conf 19:24:23 spire-1.2.1/conf/agent/agent_full.conf 19:24:23 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:24:23 spire-1.2.1/conf/server/ 19:24:23 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:24:23 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:24:23 spire-1.2.1/conf/server/server.conf 19:24:23 spire-1.2.1/conf/server/server_full.conf 19:24:23 spire-1.2.1/doc/ 19:24:23 spire-1.2.1/doc/SPIRE101.md 19:24:23 spire-1.2.1/doc/auditlog.md 19:24:23 spire-1.2.1/doc/authorization_policy_engine.md 19:24:23 spire-1.2.1/doc/changelog_guidelines.md 19:24:23 spire-1.2.1/doc/cure53-report.pdf 19:24:23 spire-1.2.1/doc/images/ 19:24:23 spire-1.2.1/doc/images/2019_roadmap.png 19:24:23 spire-1.2.1/doc/images/SPIRE101.png 19:24:23 spire-1.2.1/doc/images/SPIRE_agent.png 19:24:23 spire-1.2.1/doc/images/SPIRE_server.png 19:24:23 spire-1.2.1/doc/images/cache_mgr.png 19:24:23 spire-1.2.1/doc/images/cache_mgr_components.png 19:24:23 spire-1.2.1/doc/images/federated_spire.png 19:24:23 spire-1.2.1/doc/images/ha_mode.png 19:24:23 spire-1.2.1/doc/images/nested_spire.png 19:24:23 spire-1.2.1/doc/images/oidc_federation.png 19:24:23 spire-1.2.1/doc/images/single_trust_domain.png 19:24:23 spire-1.2.1/doc/images/spiffe_compatible.png 19:24:23 spire-1.2.1/doc/images/spire_logo.png 19:24:23 spire-1.2.1/doc/migrating_registration_api_clients.md 19:24:23 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:24:23 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:24:23 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:24:23 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:24:23 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:24:23 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:24:23 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:24:23 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:24:23 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:24:23 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:24:23 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:24:23 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:24:23 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:24:23 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:24:23 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:24:23 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:24:23 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:24:23 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:24:23 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:24:23 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:24:23 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:24:23 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:24:23 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:24:23 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:24:23 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:24:23 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:24:23 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:24:23 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:24:23 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:24:23 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:24:23 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:24:23 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:24:23 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:24:23 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:24:23 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:24:23 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:24:23 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:24:23 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:24:23 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:24:23 spire-1.2.1/doc/scaling_spire.md 19:24:23 spire-1.2.1/doc/spire_agent.md 19:24:23 spire-1.2.1/doc/spire_server.md 19:24:23 spire-1.2.1/doc/supported_integrations.md 19:24:23 spire-1.2.1/doc/telemetry.md 19:24:23 spire-1.2.1/doc/telemetry_config.md 19:24:23 spire-1.2.1/doc/upgrading.md 19:24:23 spire-1.2.1/doc/using_spire.md 19:24:23 spire-1.2.1/examples/ 19:24:23 spire-1.2.1/examples/README.md 19:24:23 spire-1.2.1/go.mod 19:24:23 spire-1.2.1/go.sum 19:24:23 spire-1.2.1/pkg/ 19:24:23 spire-1.2.1/pkg/agent/ 19:24:23 spire-1.2.1/pkg/agent/agent.go 19:24:23 spire-1.2.1/pkg/agent/api/ 19:24:23 spire-1.2.1/pkg/agent/api/config.go 19:24:23 spire-1.2.1/pkg/agent/api/debug/ 19:24:23 spire-1.2.1/pkg/agent/api/debug/v1/ 19:24:23 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:24:23 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:24:23 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:24:23 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:24:23 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:24:23 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:24:23 spire-1.2.1/pkg/agent/api/endpoints.go 19:24:23 spire-1.2.1/pkg/agent/api/health/ 19:24:23 spire-1.2.1/pkg/agent/api/health/v1/ 19:24:23 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:24:23 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:24:23 spire-1.2.1/pkg/agent/api/rpccontext/ 19:24:23 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:24:23 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:24:23 spire-1.2.1/pkg/agent/attestor/ 19:24:23 spire-1.2.1/pkg/agent/attestor/node/ 19:24:23 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:24:23 spire-1.2.1/pkg/agent/attestor/node/node.go 19:24:23 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:24:23 spire-1.2.1/pkg/agent/attestor/workload/ 19:24:23 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:24:23 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:24:23 spire-1.2.1/pkg/agent/catalog/ 19:24:23 spire-1.2.1/pkg/agent/catalog/catalog.go 19:24:24 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:24:24 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:24:24 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:24:24 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:24:24 spire-1.2.1/pkg/agent/client/ 19:24:24 spire-1.2.1/pkg/agent/client/client.go 19:24:24 spire-1.2.1/pkg/agent/client/client_test.go 19:24:24 spire-1.2.1/pkg/agent/client/dial.go 19:24:24 spire-1.2.1/pkg/agent/client/nodeconn.go 19:24:24 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:24:24 spire-1.2.1/pkg/agent/client/update.go 19:24:24 spire-1.2.1/pkg/agent/client/util.go 19:24:24 spire-1.2.1/pkg/agent/common/ 19:24:24 spire-1.2.1/pkg/agent/common/backoff/ 19:24:24 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:24:24 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:24:24 spire-1.2.1/pkg/agent/common/cgroups/ 19:24:24 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:24:24 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:24:24 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:24:24 spire-1.2.1/pkg/agent/config.go 19:24:24 spire-1.2.1/pkg/agent/endpoints/ 19:24:24 spire-1.2.1/pkg/agent/endpoints/config.go 19:24:24 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:24:24 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:24:24 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:24:24 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:24:24 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:24:24 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:24:24 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:24:24 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:24:24 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:24:24 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:24:24 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:24:24 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:24:24 spire-1.2.1/pkg/agent/endpoints/workload/ 19:24:24 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:24:24 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:24:24 spire-1.2.1/pkg/agent/manager/ 19:24:24 spire-1.2.1/pkg/agent/manager/cache/ 19:24:24 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:24:24 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:24:24 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:24:24 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:24:24 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:24:24 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:24:24 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:24:24 spire-1.2.1/pkg/agent/manager/config.go 19:24:24 spire-1.2.1/pkg/agent/manager/manager.go 19:24:24 spire-1.2.1/pkg/agent/manager/manager_test.go 19:24:24 spire-1.2.1/pkg/agent/manager/storage.go 19:24:24 spire-1.2.1/pkg/agent/manager/storage_test.go 19:24:24 spire-1.2.1/pkg/agent/manager/storecache/ 19:24:24 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:24:24 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:24:24 spire-1.2.1/pkg/agent/manager/sync.go 19:24:24 spire-1.2.1/pkg/agent/plugin/ 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:24:24 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:24:24 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:24:24 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:24:24 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:24:24 spire-1.2.1/pkg/agent/svid/ 19:24:24 spire-1.2.1/pkg/agent/svid/rotator.go 19:24:24 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:24:24 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:24:24 spire-1.2.1/pkg/agent/svid/store/ 19:24:24 spire-1.2.1/pkg/agent/svid/store/service.go 19:24:24 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:24:24 spire-1.2.1/pkg/common/ 19:24:24 spire-1.2.1/pkg/common/agentpathtemplate/ 19:24:24 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:24:24 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:24:24 spire-1.2.1/pkg/common/api/ 19:24:24 spire-1.2.1/pkg/common/api/metrics.go 19:24:24 spire-1.2.1/pkg/common/api/middleware/ 19:24:24 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:24:24 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:24:24 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:24:24 spire-1.2.1/pkg/common/api/middleware/logger.go 19:24:24 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:24:24 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:24:24 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:24:24 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:24:24 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:24:24 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:24:24 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:24:24 spire-1.2.1/pkg/common/api/middleware/names.go 19:24:24 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:24:24 spire-1.2.1/pkg/common/api/names.go 19:24:24 spire-1.2.1/pkg/common/api/ratelimit.go 19:24:24 spire-1.2.1/pkg/common/api/rpccontext/ 19:24:24 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:24:24 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:24:24 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:24:24 spire-1.2.1/pkg/common/auth/ 19:24:24 spire-1.2.1/pkg/common/auth/interceptors.go 19:24:24 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:24:24 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:24:24 spire-1.2.1/pkg/common/bundleutil/ 19:24:24 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:24:24 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:24:24 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:24:24 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:24:24 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:24:24 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:24:24 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:24:24 spire-1.2.1/pkg/common/bundleutil/types.go 19:24:24 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:24:24 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:24:24 spire-1.2.1/pkg/common/catalog/ 19:24:24 spire-1.2.1/pkg/common/catalog/bind.go 19:24:24 spire-1.2.1/pkg/common/catalog/builtin.go 19:24:24 spire-1.2.1/pkg/common/catalog/catalog.go 19:24:24 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:24:24 spire-1.2.1/pkg/common/catalog/closers.go 19:24:24 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:24:24 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:24:24 spire-1.2.1/pkg/common/catalog/config.go 19:24:24 spire-1.2.1/pkg/common/catalog/config_test.go 19:24:24 spire-1.2.1/pkg/common/catalog/configure.go 19:24:24 spire-1.2.1/pkg/common/catalog/constraints.go 19:24:24 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:24:24 spire-1.2.1/pkg/common/catalog/context.go 19:24:24 spire-1.2.1/pkg/common/catalog/external.go 19:24:24 spire-1.2.1/pkg/common/catalog/host.go 19:24:24 spire-1.2.1/pkg/common/catalog/pipenet.go 19:24:24 spire-1.2.1/pkg/common/catalog/plugin.go 19:24:24 spire-1.2.1/pkg/common/catalog/testplugin/ 19:24:24 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:24:24 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:24:24 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:24:24 spire-1.2.1/pkg/common/cli/ 19:24:24 spire-1.2.1/pkg/common/cli/env.go 19:24:24 spire-1.2.1/pkg/common/cli/flags.go 19:24:24 spire-1.2.1/pkg/common/cli/trust_domain.go 19:24:24 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:24:24 spire-1.2.1/pkg/common/cli/umask.go 19:24:24 spire-1.2.1/pkg/common/cli/umask_posix.go 19:24:24 spire-1.2.1/pkg/common/cli/umask_test.go 19:24:24 spire-1.2.1/pkg/common/cli/umask_windows.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/ 19:24:24 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/flag.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/format.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/ 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:24:24 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:24:24 spire-1.2.1/pkg/common/coretypes/ 19:24:24 spire-1.2.1/pkg/common/coretypes/bundle/ 19:24:24 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:24:24 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:24:24 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:24:24 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:24:24 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:24:24 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:24:24 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:24:24 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:24:24 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:24:24 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:24:24 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:24:24 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:24:24 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:24:24 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:24:24 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:24:24 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:24:24 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:24:24 spire-1.2.1/pkg/common/cryptoutil/ 19:24:24 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:24:24 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:24:24 spire-1.2.1/pkg/common/diskutil/ 19:24:24 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:24:24 spire-1.2.1/pkg/common/diskutil/file_test.go 19:24:24 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:24:24 spire-1.2.1/pkg/common/errorutil/ 19:24:24 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:24:24 spire-1.2.1/pkg/common/health/ 19:24:24 spire-1.2.1/pkg/common/health/config.go 19:24:24 spire-1.2.1/pkg/common/health/context.go 19:24:24 spire-1.2.1/pkg/common/health/context_test.go 19:24:24 spire-1.2.1/pkg/common/health/health.go 19:24:24 spire-1.2.1/pkg/common/health/health_test.go 19:24:24 spire-1.2.1/pkg/common/health/logger.go 19:24:24 spire-1.2.1/pkg/common/hostservice/ 19:24:24 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:24:24 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:24:24 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:24:24 spire-1.2.1/pkg/common/idutil/ 19:24:24 spire-1.2.1/pkg/common/idutil/require.go 19:24:24 spire-1.2.1/pkg/common/idutil/require_test.go 19:24:24 spire-1.2.1/pkg/common/idutil/safety.go 19:24:24 spire-1.2.1/pkg/common/idutil/safety_test.go 19:24:24 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:24:24 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:24:24 spire-1.2.1/pkg/common/jwtsvid/ 19:24:24 spire-1.2.1/pkg/common/jwtsvid/common.go 19:24:24 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:24:24 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:24:24 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:24:24 spire-1.2.1/pkg/common/jwtutil/ 19:24:24 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:24:24 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:24:24 spire-1.2.1/pkg/common/log/ 19:24:24 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:24:24 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:24:24 spire-1.2.1/pkg/common/log/log.go 19:24:24 spire-1.2.1/pkg/common/log/log_test.go 19:24:24 spire-1.2.1/pkg/common/log/options.go 19:24:24 spire-1.2.1/pkg/common/nodeutil/ 19:24:24 spire-1.2.1/pkg/common/nodeutil/node.go 19:24:24 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:24:24 spire-1.2.1/pkg/common/peertracker/ 19:24:24 spire-1.2.1/pkg/common/peertracker/conn.go 19:24:24 spire-1.2.1/pkg/common/peertracker/credentials.go 19:24:24 spire-1.2.1/pkg/common/peertracker/errors.go 19:24:24 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:24:24 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:24:24 spire-1.2.1/pkg/common/peertracker/info.go 19:24:24 spire-1.2.1/pkg/common/peertracker/listener.go 19:24:24 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:24:24 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:24:24 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:24:24 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:24:24 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:24:24 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:24:24 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:24:24 spire-1.2.1/pkg/common/peertracker/tcp.go 19:24:24 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:24:24 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:24:24 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:24:24 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:24:24 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:24:24 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:24:24 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:24:24 spire-1.2.1/pkg/common/peertracker/uds.go 19:24:24 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:24:24 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:24:24 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:24:24 spire-1.2.1/pkg/common/pemutil/ 19:24:24 spire-1.2.1/pkg/common/pemutil/block.go 19:24:24 spire-1.2.1/pkg/common/pemutil/certs.go 19:24:24 spire-1.2.1/pkg/common/pemutil/common.go 19:24:24 spire-1.2.1/pkg/common/pemutil/csr.go 19:24:24 spire-1.2.1/pkg/common/pemutil/keys.go 19:24:24 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:24:24 spire-1.2.1/pkg/common/pemutil/testdata/ 19:24:24 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:24:24 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:24:24 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:24:24 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:24:24 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:24:24 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:24:24 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:24:24 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:24:24 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:24:24 spire-1.2.1/pkg/common/plugin/ 19:24:24 spire-1.2.1/pkg/common/plugin/aws/ 19:24:24 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:24:24 spire-1.2.1/pkg/common/plugin/azure/ 19:24:24 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:24:24 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:24:24 spire-1.2.1/pkg/common/plugin/facade.go 19:24:24 spire-1.2.1/pkg/common/plugin/facade_test.go 19:24:24 spire-1.2.1/pkg/common/plugin/gcp/ 19:24:24 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:24:24 spire-1.2.1/pkg/common/plugin/k8s/ 19:24:24 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:24:24 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:24:24 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:24:24 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:24:24 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:24:24 spire-1.2.1/pkg/common/plugin/log.go 19:24:24 spire-1.2.1/pkg/common/plugin/sshpop/ 19:24:24 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:24:24 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:24:24 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:24:24 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:24:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:24:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:24:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:24:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:24:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:24:24 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:24:24 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:24:24 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:24:24 spire-1.2.1/pkg/common/plugin/x509pop/ 19:24:24 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:24:24 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:24:24 spire-1.2.1/pkg/common/profiling/ 19:24:24 spire-1.2.1/pkg/common/profiling/dumpers.go 19:24:24 spire-1.2.1/pkg/common/profiling/profiling.go 19:24:24 spire-1.2.1/pkg/common/protoutil/ 19:24:24 spire-1.2.1/pkg/common/protoutil/masks.go 19:24:24 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:24:24 spire-1.2.1/pkg/common/rotationutil/ 19:24:24 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:24:24 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:24:24 spire-1.2.1/pkg/common/selector/ 19:24:24 spire-1.2.1/pkg/common/selector/selector.go 19:24:24 spire-1.2.1/pkg/common/selector/selector_test.go 19:24:24 spire-1.2.1/pkg/common/selector/set.go 19:24:24 spire-1.2.1/pkg/common/selector/set_utils.go 19:24:24 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:24:24 spire-1.2.1/pkg/common/telemetry/ 19:24:24 spire-1.2.1/pkg/common/telemetry/agent/ 19:24:24 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:24:24 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:24:24 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:24:24 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:24:24 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:24:24 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:24:24 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:24:24 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:24:24 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:24:24 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:24:24 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:24:24 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:24:24 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:24:24 spire-1.2.1/pkg/common/telemetry/call.go 19:24:24 spire-1.2.1/pkg/common/telemetry/common/ 19:24:24 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:24:24 spire-1.2.1/pkg/common/telemetry/config.go 19:24:24 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:24:24 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:24:24 spire-1.2.1/pkg/common/telemetry/inmem.go 19:24:24 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:24:24 spire-1.2.1/pkg/common/telemetry/m3.go 19:24:24 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:24:24 spire-1.2.1/pkg/common/telemetry/metrics.go 19:24:24 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:24:24 spire-1.2.1/pkg/common/telemetry/names.go 19:24:24 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:24:24 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:24:24 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:24:24 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:24:24 spire-1.2.1/pkg/common/telemetry/server/ 19:24:24 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:24:24 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:24:24 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:24:24 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:24:24 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:24:24 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:24:24 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:24:24 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:24:24 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:24:24 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:24:24 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:24:24 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:24:24 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:24:24 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:24:24 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:24:24 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:24:24 spire-1.2.1/pkg/common/telemetry/server/server.go 19:24:24 spire-1.2.1/pkg/common/telemetry/sink.go 19:24:24 spire-1.2.1/pkg/common/telemetry/statsd.go 19:24:24 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:24:24 spire-1.2.1/pkg/common/telemetry/uptime.go 19:24:24 spire-1.2.1/pkg/common/telemetry/version.go 19:24:24 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:24:24 spire-1.2.1/pkg/common/uptime/ 19:24:24 spire-1.2.1/pkg/common/uptime/uptime.go 19:24:24 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:24:24 spire-1.2.1/pkg/common/util/ 19:24:24 spire-1.2.1/pkg/common/util/certs.go 19:24:24 spire-1.2.1/pkg/common/util/certs_test.go 19:24:24 spire-1.2.1/pkg/common/util/csr.go 19:24:24 spire-1.2.1/pkg/common/util/hash.go 19:24:24 spire-1.2.1/pkg/common/util/selectors.go 19:24:24 spire-1.2.1/pkg/common/util/selectors_test.go 19:24:24 spire-1.2.1/pkg/common/util/signals.go 19:24:24 spire-1.2.1/pkg/common/util/sort.go 19:24:24 spire-1.2.1/pkg/common/util/sort_test.go 19:24:24 spire-1.2.1/pkg/common/util/task.go 19:24:24 spire-1.2.1/pkg/common/util/task_test.go 19:24:24 spire-1.2.1/pkg/common/util/testdata/ 19:24:24 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:24:24 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:24:24 spire-1.2.1/pkg/common/version/ 19:24:24 spire-1.2.1/pkg/common/version/version.go 19:24:24 spire-1.2.1/pkg/common/x509svid/ 19:24:24 spire-1.2.1/pkg/common/x509svid/common_test.go 19:24:24 spire-1.2.1/pkg/common/x509svid/csr.go 19:24:24 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:24:24 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:24:24 spire-1.2.1/pkg/common/x509util/ 19:24:24 spire-1.2.1/pkg/common/x509util/cert.go 19:24:24 spire-1.2.1/pkg/common/x509util/dns.go 19:24:24 spire-1.2.1/pkg/common/x509util/dns_test.go 19:24:24 spire-1.2.1/pkg/common/x509util/keyid.go 19:24:24 spire-1.2.1/pkg/common/x509util/keypair.go 19:24:24 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:24:24 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:24:24 spire-1.2.1/pkg/server/ 19:24:24 spire-1.2.1/pkg/server/api/ 19:24:24 spire-1.2.1/pkg/server/api/agent.go 19:24:24 spire-1.2.1/pkg/server/api/agent/ 19:24:24 spire-1.2.1/pkg/server/api/agent/v1/ 19:24:24 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:24:24 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:24:24 spire-1.2.1/pkg/server/api/agent_test.go 19:24:24 spire-1.2.1/pkg/server/api/api.go 19:24:24 spire-1.2.1/pkg/server/api/audit/ 19:24:24 spire-1.2.1/pkg/server/api/audit/audit.go 19:24:24 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:24:24 spire-1.2.1/pkg/server/api/bundle.go 19:24:24 spire-1.2.1/pkg/server/api/bundle/ 19:24:24 spire-1.2.1/pkg/server/api/bundle/v1/ 19:24:24 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:24:24 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:24:24 spire-1.2.1/pkg/server/api/bundle_test.go 19:24:24 spire-1.2.1/pkg/server/api/debug/ 19:24:24 spire-1.2.1/pkg/server/api/debug/v1/ 19:24:24 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:24:24 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:24:24 spire-1.2.1/pkg/server/api/entry.go 19:24:24 spire-1.2.1/pkg/server/api/entry/ 19:24:24 spire-1.2.1/pkg/server/api/entry/v1/ 19:24:24 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:24:24 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:24:24 spire-1.2.1/pkg/server/api/entry_test.go 19:24:24 spire-1.2.1/pkg/server/api/health/ 19:24:24 spire-1.2.1/pkg/server/api/health/v1/ 19:24:24 spire-1.2.1/pkg/server/api/health/v1/service.go 19:24:24 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:24:24 spire-1.2.1/pkg/server/api/id.go 19:24:24 spire-1.2.1/pkg/server/api/id_test.go 19:24:24 spire-1.2.1/pkg/server/api/limits/ 19:24:24 spire-1.2.1/pkg/server/api/limits/limits.go 19:24:24 spire-1.2.1/pkg/server/api/middleware/ 19:24:24 spire-1.2.1/pkg/server/api/middleware/alias.go 19:24:24 spire-1.2.1/pkg/server/api/middleware/audit.go 19:24:24 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:24:24 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:24:24 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:24:24 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:24:24 spire-1.2.1/pkg/server/api/middleware/caller.go 19:24:24 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:24:24 spire-1.2.1/pkg/server/api/middleware/common.go 19:24:24 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:24:24 spire-1.2.1/pkg/server/api/middleware/entries.go 19:24:24 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:24:24 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:24:24 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:24:24 spire-1.2.1/pkg/server/api/ratelimit.go 19:24:24 spire-1.2.1/pkg/server/api/rpccontext/ 19:24:24 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:24:24 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:24:24 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:24:24 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:24:24 spire-1.2.1/pkg/server/api/selector.go 19:24:24 spire-1.2.1/pkg/server/api/selector_test.go 19:24:24 spire-1.2.1/pkg/server/api/status.go 19:24:24 spire-1.2.1/pkg/server/api/status_test.go 19:24:24 spire-1.2.1/pkg/server/api/svid/ 19:24:24 spire-1.2.1/pkg/server/api/svid/v1/ 19:24:24 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:24:24 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:24:24 spire-1.2.1/pkg/server/api/trustdomain.go 19:24:24 spire-1.2.1/pkg/server/api/trustdomain/ 19:24:24 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:24:24 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:24:24 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:24:24 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:24:24 spire-1.2.1/pkg/server/authpolicy/ 19:24:24 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:24:24 spire-1.2.1/pkg/server/authpolicy/policy.go 19:24:24 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:24:24 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:24:24 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:24:24 spire-1.2.1/pkg/server/authpolicy/validate.go 19:24:24 spire-1.2.1/pkg/server/bundle/ 19:24:24 spire-1.2.1/pkg/server/bundle/client/ 19:24:24 spire-1.2.1/pkg/server/bundle/client/client.go 19:24:24 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:24:24 spire-1.2.1/pkg/server/bundle/client/manager.go 19:24:24 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:24:24 spire-1.2.1/pkg/server/bundle/client/sources.go 19:24:24 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:24:24 spire-1.2.1/pkg/server/bundle/client/updater.go 19:24:24 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:24:24 spire-1.2.1/pkg/server/ca/ 19:24:24 spire-1.2.1/pkg/server/ca/ca.go 19:24:24 spire-1.2.1/pkg/server/ca/ca_health.go 19:24:24 spire-1.2.1/pkg/server/ca/ca_test.go 19:24:24 spire-1.2.1/pkg/server/ca/journal.go 19:24:24 spire-1.2.1/pkg/server/ca/journal_test.go 19:24:24 spire-1.2.1/pkg/server/ca/manager.go 19:24:24 spire-1.2.1/pkg/server/ca/manager_health.go 19:24:24 spire-1.2.1/pkg/server/ca/manager_test.go 19:24:24 spire-1.2.1/pkg/server/ca/templates.go 19:24:24 spire-1.2.1/pkg/server/ca/upstream_client.go 19:24:24 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:24:24 spire-1.2.1/pkg/server/ca/validation.go 19:24:24 spire-1.2.1/pkg/server/cache/ 19:24:24 spire-1.2.1/pkg/server/cache/dscache/ 19:24:24 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:24:24 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:24:24 spire-1.2.1/pkg/server/cache/entrycache/ 19:24:24 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:24:24 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:24:24 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:24:24 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:24:24 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:24:24 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:24:24 spire-1.2.1/pkg/server/catalog/ 19:24:24 spire-1.2.1/pkg/server/catalog/catalog.go 19:24:24 spire-1.2.1/pkg/server/catalog/keymanager.go 19:24:24 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:24:24 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:24:24 spire-1.2.1/pkg/server/catalog/notifier.go 19:24:24 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:24:24 spire-1.2.1/pkg/server/config.go 19:24:24 spire-1.2.1/pkg/server/datastore/ 19:24:24 spire-1.2.1/pkg/server/datastore/datastore.go 19:24:24 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:24:24 spire-1.2.1/pkg/server/datastore/repository.go 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:24:24 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:24:24 spire-1.2.1/pkg/server/endpoints/ 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/ 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:24:24 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:24:24 spire-1.2.1/pkg/server/endpoints/config.go 19:24:24 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:24:24 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:24:24 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:24:24 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:24:24 spire-1.2.1/pkg/server/endpoints/middleware.go 19:24:24 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:24:24 spire-1.2.1/pkg/server/hostservice/ 19:24:24 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:24:24 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:24:24 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:24:24 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:24:24 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:24:24 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:24:24 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:24:24 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/ 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/ 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:24:24 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:24:24 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:24:24 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:24:24 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:24:24 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:24:24 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:24:24 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:24:24 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:24:24 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/notifier/ 19:24:24 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:24:24 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:24:24 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:24:24 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:24:24 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:24:24 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:24:24 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:24:24 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:24:24 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:24:24 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:24:24 spire-1.2.1/pkg/server/registration/ 19:24:24 spire-1.2.1/pkg/server/registration/manager.go 19:24:24 spire-1.2.1/pkg/server/registration/manager_test.go 19:24:24 spire-1.2.1/pkg/server/scanentries.go 19:24:24 spire-1.2.1/pkg/server/scanentries_test.go 19:24:24 spire-1.2.1/pkg/server/server.go 19:24:24 spire-1.2.1/pkg/server/server_test.go 19:24:24 spire-1.2.1/pkg/server/svid/ 19:24:24 spire-1.2.1/pkg/server/svid/observer.go 19:24:24 spire-1.2.1/pkg/server/svid/observer_test.go 19:24:24 spire-1.2.1/pkg/server/svid/rotator.go 19:24:24 spire-1.2.1/pkg/server/svid/rotator_config.go 19:24:24 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:24:24 spire-1.2.1/pkg/server/svid/rotator_test.go 19:24:24 spire-1.2.1/proto/ 19:24:24 spire-1.2.1/proto/private/ 19:24:24 spire-1.2.1/proto/private/server/ 19:24:24 spire-1.2.1/proto/private/server/journal/ 19:24:24 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:24:24 spire-1.2.1/proto/private/server/journal/journal.proto 19:24:24 spire-1.2.1/proto/spire/ 19:24:24 spire-1.2.1/proto/spire/common/ 19:24:24 spire-1.2.1/proto/spire/common/common.pb.go 19:24:24 spire-1.2.1/proto/spire/common/common.proto 19:24:24 spire-1.2.1/proto/spire/common/plugin/ 19:24:24 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:24:24 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:24:24 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:24:24 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:24:24 spire-1.2.1/proto/spire/plugin/ 19:24:24 spire-1.2.1/proto/spire/plugin/agent/ 19:24:24 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:24:24 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:24:24 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:24:24 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:24:24 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:24:24 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:24:24 spire-1.2.1/release/ 19:24:24 spire-1.2.1/release/spire-extras/ 19:24:24 spire-1.2.1/release/spire-extras/README.md 19:24:24 spire-1.2.1/release/spire-extras/conf/ 19:24:24 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:24:24 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:24:24 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:24:24 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:24:24 spire-1.2.1/release/spire/ 19:24:24 spire-1.2.1/release/spire/README.md 19:24:24 spire-1.2.1/release/spire/conf/ 19:24:24 spire-1.2.1/release/spire/conf/agent/ 19:24:24 spire-1.2.1/release/spire/conf/agent/agent.conf 19:24:24 spire-1.2.1/release/spire/conf/server/ 19:24:24 spire-1.2.1/release/spire/conf/server/server.conf 19:24:24 spire-1.2.1/script/ 19:24:24 spire-1.2.1/script/build-artifact.sh 19:24:24 spire-1.2.1/script/generate_dummy_ca.sh 19:24:24 spire-1.2.1/support/ 19:24:24 spire-1.2.1/support/k8s/ 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:24:24 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:24:24 spire-1.2.1/support/oidc-discovery-provider/ 19:24:24 spire-1.2.1/support/oidc-discovery-provider/README.md 19:24:24 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:24:24 spire-1.2.1/support/oidc-discovery-provider/config.go 19:24:24 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:24:25 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:24:25 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:24:25 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:24:25 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:24:25 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:24:25 spire-1.2.1/support/oidc-discovery-provider/main.go 19:24:25 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:24:25 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:24:25 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:24:25 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:24:25 spire-1.2.1/test/ 19:24:25 spire-1.2.1/test/clock/ 19:24:25 spire-1.2.1/test/clock/clock.go 19:24:25 spire-1.2.1/test/fakes/ 19:24:25 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:24:25 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:24:25 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:24:25 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:24:25 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:24:25 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:24:25 spire-1.2.1/test/fakes/fakeagentstore/ 19:24:25 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:24:25 spire-1.2.1/test/fakes/fakedatastore/ 19:24:25 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:24:25 spire-1.2.1/test/fakes/fakeentryclient/ 19:24:25 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:24:25 spire-1.2.1/test/fakes/fakehealthchecker/ 19:24:25 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:24:25 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:24:25 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:24:25 spire-1.2.1/test/fakes/fakemetrics/ 19:24:25 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:24:25 spire-1.2.1/test/fakes/fakenoderesolver/ 19:24:25 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:24:25 spire-1.2.1/test/fakes/fakenotifier/ 19:24:25 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:24:25 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:24:25 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:24:25 spire-1.2.1/test/fakes/fakeserverca/ 19:24:25 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:24:25 spire-1.2.1/test/fakes/fakeservercatalog/ 19:24:25 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:24:25 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:24:25 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:24:25 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:24:25 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:24:25 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:24:25 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:24:25 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:24:25 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:24:25 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:24:25 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:24:25 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:24:25 spire-1.2.1/test/fixture/ 19:24:25 spire-1.2.1/test/fixture/certs/ 19:24:25 spire-1.2.1/test/fixture/certs/agent_svid.der 19:24:25 spire-1.2.1/test/fixture/certs/base_cert.pem 19:24:25 spire-1.2.1/test/fixture/certs/base_csr.pem 19:24:25 spire-1.2.1/test/fixture/certs/base_key.pem 19:24:25 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:24:25 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:24:25 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:24:25 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:24:25 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:24:25 spire-1.2.1/test/fixture/certs/blog_key.pem 19:24:25 spire-1.2.1/test/fixture/certs/bundle.der 19:24:25 spire-1.2.1/test/fixture/certs/ca.pem 19:24:25 spire-1.2.1/test/fixture/certs/ca_key.pem 19:24:25 spire-1.2.1/test/fixture/certs/database_cert.pem 19:24:25 spire-1.2.1/test/fixture/certs/database_csr.pem 19:24:25 spire-1.2.1/test/fixture/certs/database_key.pem 19:24:25 spire-1.2.1/test/fixture/certs/node_cert.pem 19:24:25 spire-1.2.1/test/fixture/certs/node_csr.pem 19:24:25 spire-1.2.1/test/fixture/certs/node_key.pem 19:24:25 spire-1.2.1/test/fixture/certs/svid.pem 19:24:25 spire-1.2.1/test/fixture/certs/svid_key.pem 19:24:25 spire-1.2.1/test/fixture/config/ 19:24:25 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:24:25 spire-1.2.1/test/fixture/config/agent_good.conf 19:24:25 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:24:25 spire-1.2.1/test/fixture/config/plugin_good.conf 19:24:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:24:25 spire-1.2.1/test/fixture/config/server_good.conf 19:24:25 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:24:25 spire-1.2.1/test/fixture/fixture.go 19:24:25 spire-1.2.1/test/fixture/nodeattestor/ 19:24:25 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:24:25 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:24:25 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:24:25 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:24:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:24:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:24:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:24:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:24:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:24:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:24:25 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:24:25 spire-1.2.1/test/fixture/registration/ 19:24:25 spire-1.2.1/test/fixture/registration/entries.json 19:24:25 spire-1.2.1/test/fixture/registration/good-for-update.json 19:24:25 spire-1.2.1/test/fixture/registration/good.json 19:24:25 spire-1.2.1/test/fixture/registration/invalid.json 19:24:25 spire-1.2.1/test/fixture/registration/invalid_json.json 19:24:25 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:24:25 spire-1.2.1/test/integration/ 19:24:25 spire-1.2.1/test/integration/README.md 19:24:25 spire-1.2.1/test/integration/common 19:24:25 spire-1.2.1/test/integration/setup/ 19:24:25 spire-1.2.1/test/integration/setup/adminclient/ 19:24:25 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:24:25 spire-1.2.1/test/integration/setup/adminclient/client.go 19:24:25 spire-1.2.1/test/integration/setup/debugagent/ 19:24:25 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:24:25 spire-1.2.1/test/integration/setup/debugagent/main.go 19:24:25 spire-1.2.1/test/integration/setup/debugserver/ 19:24:25 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:24:25 spire-1.2.1/test/integration/setup/debugserver/main.go 19:24:25 spire-1.2.1/test/integration/setup/downstreamclient/ 19:24:25 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:24:25 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:24:25 spire-1.2.1/test/integration/setup/itclient/ 19:24:25 spire-1.2.1/test/integration/setup/itclient/client.go 19:24:25 spire-1.2.1/test/integration/setup/node-attestation/ 19:24:25 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:24:25 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:24:25 spire-1.2.1/test/integration/setup/x509pop/ 19:24:25 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:24:25 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:24:25 spire-1.2.1/test/integration/suites/ 19:24:25 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:24:25 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:24:25 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:24:25 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:24:25 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:24:25 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:24:25 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:24:25 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:24:25 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:24:25 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:24:25 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:24:25 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:24:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:24:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:24:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:24:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:24:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:24:25 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:24:25 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:24:25 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:24:25 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:24:25 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:24:25 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:24:25 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:24:25 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:24:25 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:24:25 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:24:25 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:24:25 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:24:25 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:24:25 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:24:25 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:24:25 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:24:25 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:24:25 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:24:25 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:24:25 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:24:25 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:24:25 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:24:25 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:24:25 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:24:25 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:24:25 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:24:25 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:24:25 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:24:25 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:24:25 spire-1.2.1/test/integration/suites/join-token/ 19:24:25 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:24:25 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:24:25 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:24:25 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:24:25 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:24:25 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:24:25 spire-1.2.1/test/integration/suites/join-token/README.md 19:24:25 spire-1.2.1/test/integration/suites/join-token/conf/ 19:24:25 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:24:25 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:24:25 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/join-token/teardown 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:24:25 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:24:25 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:24:25 spire-1.2.1/test/integration/suites/k8s/ 19:24:25 spire-1.2.1/test/integration/suites/k8s/00-setup 19:24:25 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:24:25 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:24:25 spire-1.2.1/test/integration/suites/k8s/README.md 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/ 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:24:25 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:24:25 spire-1.2.1/test/integration/suites/k8s/teardown 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:24:25 spire-1.2.1/test/integration/suites/node-attestation/ 19:24:25 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:24:25 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:24:25 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:24:25 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:24:25 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:24:25 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:24:25 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:24:25 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:24:25 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:24:25 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:24:25 spire-1.2.1/test/integration/suites/rotation/ 19:24:25 spire-1.2.1/test/integration/suites/rotation/00-setup 19:24:25 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:24:25 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:24:25 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:24:25 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:24:25 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:24:25 spire-1.2.1/test/integration/suites/rotation/README.md 19:24:25 spire-1.2.1/test/integration/suites/rotation/conf/ 19:24:25 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:24:25 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:24:25 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/rotation/teardown 19:24:25 spire-1.2.1/test/integration/suites/self-test/ 19:24:25 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:24:25 spire-1.2.1/test/integration/suites/self-test/README.md 19:24:25 spire-1.2.1/test/integration/suites/self-test/teardown 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:24:25 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:24:25 spire-1.2.1/test/integration/suites/upgrade/ 19:24:25 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:24:25 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:24:25 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:24:25 spire-1.2.1/test/integration/suites/upgrade/README.md 19:24:25 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:24:25 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:24:25 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:24:25 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:24:25 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:24:25 spire-1.2.1/test/integration/suites/upgrade/teardown 19:24:25 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:24:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:24:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:24:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:24:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:24:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:24:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:24:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:24:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:24:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:24:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:24:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:24:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:24:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:24:25 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:24:25 spire-1.2.1/test/integration/test-one.sh 19:24:25 spire-1.2.1/test/integration/test.sh 19:24:25 spire-1.2.1/test/plugintest/ 19:24:25 spire-1.2.1/test/plugintest/config.go 19:24:25 spire-1.2.1/test/plugintest/load.go 19:24:25 spire-1.2.1/test/plugintest/option.go 19:24:25 spire-1.2.1/test/spiretest/ 19:24:25 spire-1.2.1/test/spiretest/apiserver.go 19:24:25 spire-1.2.1/test/spiretest/assertions.go 19:24:25 spire-1.2.1/test/spiretest/dir.go 19:24:25 spire-1.2.1/test/spiretest/errors_posix.go 19:24:25 spire-1.2.1/test/spiretest/errors_windows.go 19:24:25 spire-1.2.1/test/spiretest/logs.go 19:24:25 spire-1.2.1/test/spiretest/socketapi.go 19:24:25 spire-1.2.1/test/spiretest/suite.go 19:24:25 spire-1.2.1/test/spiretest/x509.go 19:24:25 spire-1.2.1/test/testca/ 19:24:25 spire-1.2.1/test/testca/ca.go 19:24:25 spire-1.2.1/test/testkey/ 19:24:25 spire-1.2.1/test/testkey/generate.sh 19:24:25 spire-1.2.1/test/testkey/genkeys.go 19:24:25 spire-1.2.1/test/testkey/keys.go 19:24:25 spire-1.2.1/test/testkey/new.go 19:24:25 spire-1.2.1/test/tpmsimulator/ 19:24:25 spire-1.2.1/test/tpmsimulator/simulator.go 19:24:25 spire-1.2.1/test/util/ 19:24:25 spire-1.2.1/test/util/cert_fixtures.go 19:24:25 spire-1.2.1/test/util/cert_generation.go 19:24:25 spire-1.2.1/test/util/io_redirection.go 19:24:25 spire-1.2.1/test/util/race.go 19:24:25 spire-1.2.1/test/util/util.go 19:24:25 building spire from source... 19:24:26 Installing go1.17.7... 19:24:52 Building bin/spire-server... 19:24:52 go: downloading github.com/mitchellh/cli v1.1.2 19:24:52 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:24:52 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:24:52 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:24:53 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:24:53 go: downloading github.com/fatih/color v1.13.0 19:24:53 go: downloading github.com/mattn/go-isatty v0.0.14 19:24:53 go: downloading google.golang.org/grpc v1.44.0 19:24:56 go: downloading github.com/sirupsen/logrus v1.8.1 19:24:56 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:24:57 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:24:57 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:24:57 go: downloading github.com/imdario/mergo v0.3.12 19:24:57 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:24:57 go: downloading github.com/mattn/go-colorable v0.1.12 19:24:57 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:24:58 go: downloading github.com/Masterminds/goutils v1.1.0 19:24:58 go: downloading github.com/Masterminds/semver v1.5.0 19:24:58 go: downloading github.com/google/uuid v1.1.2 19:24:58 go: downloading github.com/huandu/xstrings v1.3.2 19:24:58 go: downloading github.com/armon/go-metrics v0.3.10 19:24:59 go: downloading github.com/prometheus/client_golang v1.12.1 19:24:59 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:25:00 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:25:00 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:25:01 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:25:02 go: downloading github.com/open-policy-agent/opa v0.38.0 19:25:29 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:25:29 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:25:29 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:25:29 go: downloading github.com/hashicorp/errwrap v1.1.0 19:25:29 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:25:29 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:25:29 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:25:29 go: downloading github.com/prometheus/client_model v0.2.0 19:25:29 go: downloading github.com/beorn7/perks v1.0.1 19:25:29 go: downloading github.com/prometheus/common v0.32.1 19:25:29 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:25:29 go: downloading github.com/prometheus/procfs v0.7.3 19:25:29 go: downloading go.uber.org/atomic v1.9.0 19:25:30 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:25:30 go: downloading github.com/oklog/run v1.0.0 19:25:31 go: downloading github.com/imkira/go-observer v1.0.3 19:25:31 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:25:31 go: downloading github.com/twmb/murmur3 v1.1.6 19:25:31 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:25:31 go: downloading gopkg.in/yaml.v2 v2.4.0 19:25:31 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:25:31 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:25:31 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:25:31 go: downloading github.com/blang/semver/v4 v4.0.0 19:25:31 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:25:31 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:25:32 go: downloading github.com/jinzhu/gorm v1.9.16 19:25:32 go: downloading github.com/lib/pq v1.10.4 19:25:32 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:25:33 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:25:33 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:25:33 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:25:36 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:25:41 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:25:41 go: downloading github.com/stretchr/testify v1.7.0 19:25:41 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:25:41 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:26:03 go: downloading google.golang.org/api v0.70.0 19:26:03 go: downloading k8s.io/client-go v0.23.4 19:26:03 go: downloading k8s.io/api v0.23.4 19:26:16 go: downloading github.com/google/go-tpm v0.3.3 19:26:16 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:26:49 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:26:49 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:26:49 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:26:49 go: downloading github.com/gobwas/glob v0.2.3 19:26:49 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:26:49 go: downloading cloud.google.com/go/storage v1.21.0 19:26:49 go: downloading cloud.google.com/go v0.100.2 19:26:50 go: downloading k8s.io/apimachinery v0.23.4 19:26:52 go: downloading k8s.io/kube-aggregator v0.23.3 19:26:53 go: downloading cloud.google.com/go/security v1.3.0 19:26:53 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:26:56 go: downloading github.com/hashicorp/vault/api v1.4.1 19:26:56 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:26:57 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:26:57 go: downloading github.com/jinzhu/inflection v1.0.0 19:26:57 go: downloading github.com/aws/smithy-go v1.11.0 19:26:59 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:26:59 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:26:59 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:26:59 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:27:00 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:27:00 go: downloading github.com/gogo/protobuf v1.3.2 19:27:06 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:27:06 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:27:06 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:27:06 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:27:06 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:27:06 go: downloading github.com/dimchansky/utfbom v1.1.1 19:27:06 go: downloading cloud.google.com/go/compute v1.3.0 19:27:08 go: downloading cloud.google.com/go/iam v0.1.1 19:27:08 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:27:08 go: downloading k8s.io/klog/v2 v2.30.0 19:27:08 go: downloading github.com/google/gofuzz v1.1.0 19:27:08 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:27:10 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:27:10 go: downloading github.com/spf13/pflag v1.0.5 19:27:11 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:27:11 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:27:11 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:27:11 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:27:11 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:27:11 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:27:11 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:27:12 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:27:12 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:27:13 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:27:13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:27:13 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:27:16 go: downloading go.opencensus.io v0.23.0 19:27:17 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:27:17 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:27:17 go: downloading gopkg.in/inf.v0 v0.9.1 19:27:17 go: downloading github.com/go-logr/logr v1.2.2 19:27:17 go: downloading github.com/google/go-cmp v0.5.7 19:27:17 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:27:17 go: downloading github.com/json-iterator/go v1.1.12 19:27:18 go: downloading github.com/googleapis/gnostic v0.5.5 19:27:21 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:27:23 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:27:23 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:27:24 go: downloading github.com/tklauser/numcpus v0.3.0 19:27:24 go: downloading go.uber.org/zap v1.21.0 19:27:25 go: downloading sigs.k8s.io/yaml v1.3.0 19:27:25 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:27:25 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:27:25 go: downloading github.com/modern-go/reflect2 v1.0.2 19:27:25 go: downloading github.com/ryanuber/go-glob v1.0.0 19:27:25 go: downloading github.com/golang/snappy v0.0.4 19:27:26 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:27:38 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:27:38 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:27:38 go: downloading github.com/hashicorp/go-version v1.2.0 19:27:38 go: downloading go.uber.org/multierr v1.6.0 19:28:05 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:28:05 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:29:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:29:28 Removing intermediate container cf869dfc7d60 19:29:28 ---> 33a928763647 19:29:28 19:29:28 Step 10/22 : FROM alpine:3.14 19:29:28 3.14: Pulling from library/alpine 19:29:29 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:29:29 Status: Downloaded newer image for alpine:3.14 19:29:29 ---> ac73e934f311 19:29:29 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:29:29 ---> Running in 7e43f0395831 19:29:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:29:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:29:34 (1/6) Installing ca-certificates (20211220-r0) 19:29:34 (2/6) Installing brotli-libs (1.0.9-r5) 19:29:34 (3/6) Installing nghttp2-libs (1.43.0-r0) 19:29:34 (4/6) Installing libcurl (7.79.1-r0) 19:29:34 (5/6) Installing curl (7.79.1-r0) 19:29:34 (6/6) Installing dumb-init (1.2.5-r1) 19:29:34 Executing busybox-1.33.1-r7.trigger 19:29:34 Executing ca-certificates-20211220-r0.trigger 19:29:35 OK: 8 MiB in 20 packages 19:29:35 Removing intermediate container f8952ed9ab44 19:29:35 ---> 83fb304309e6 19:29:35 19:29:35 Step 10/31 : FROM alpine:3.14 19:29:35 ---> ac73e934f311 19:29:35 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:29:35 ---> Running in 396fccc08ab1 19:29:36 Removing intermediate container 396fccc08ab1 19:29:36 ---> 00992011000a 19:29:36 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:29:36 ---> Running in 39f1c66bc653 19:29:38 Removing intermediate container 7e43f0395831 19:29:38 ---> 697ab2bef143 19:29:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:29:38 ---> Running in 212e14ef8c91 19:29:38 Removing intermediate container 212e14ef8c91 19:29:38 ---> cd34ff1f6df7 19:29:38 Step 13/22 : WORKDIR /edgex 19:29:38 ---> Running in 3811563664cc 19:29:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:29:39 Removing intermediate container 3811563664cc 19:29:39 ---> 0f8ae2807c55 19:29:39 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:29:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:29:40 ---> 11c3c2400ee5 19:29:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:29:40 (1/2) Installing dumb-init (1.2.5-r1) 19:29:40 (2/2) Installing su-exec (0.2-r1) 19:29:40 Executing busybox-1.33.1-r7.trigger 19:29:41 OK: 6 MiB in 16 packages 19:29:43 ---> ec4e2e903271 19:29:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:29:43 Removing intermediate container 39f1c66bc653 19:29:43 ---> 36ff8d763408 19:29:43 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:29:43 ---> Running in c2ada881dc7d 19:29:43 Removing intermediate container c2ada881dc7d 19:29:43 ---> ca5d11049937 19:29:43 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:29:43 ---> Running in 398b202755d6 19:29:44 Removing intermediate container 398b202755d6 19:29:44 ---> 5b4413b4d7a2 19:29:44 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:29:44 ---> Running in 1888bdb63619 19:29:45 ---> ec32501bc42c 19:29:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:29:46 ---> a7a461e35f9c 19:29:46 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:29:46 ---> Running in e40811be4f73 19:29:49 Removing intermediate container 1888bdb63619 19:29:49 ---> 9644b5cc4e27 19:29:49 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:29:49 ---> Running in 42a473952f41 19:29:50 Removing intermediate container 42a473952f41 19:29:50 ---> 2dd0d72c4041 19:29:50 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:29:51 Removing intermediate container e40811be4f73 19:29:51 ---> 2cdfbdc10de1 19:29:51 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:29:51 ---> Running in 22bac382d08f 19:29:51 ---> aac854bafc48 19:29:51 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:29:51 ---> Running in b54e0dea6010 19:29:51 Removing intermediate container 22bac382d08f 19:29:51 ---> e8c0d5248913 19:29:51 Step 20/22 : LABEL arch=arm64 19:29:51 ---> Running in 1aa7f393a11b 19:29:52 Removing intermediate container 1aa7f393a11b 19:29:52 ---> b7b67760c2bc 19:29:52 Step 21/22 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:29:52 ---> Running in 2cfa5229a532 19:29:53 Removing intermediate container 2cfa5229a532 19:29:53 ---> f8b74ce421ea 19:29:53 Step 22/22 : LABEL version=0.0.0 19:29:53 ---> Running in 78cdca5decb0 19:29:54 Removing intermediate container 78cdca5decb0 19:29:54 ---> ded03dd31fd6 19:29:54 19:29:55 Removing intermediate container b54e0dea6010 19:29:55 ---> f236cf00f1d0 19:29:55 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:29:55 Successfully built ded03dd31fd6 19:29:55 Successfully tagged security-proxy-setup-arm64:latest 19:29:55  Building security-proxy-setup ... done Building support-notifications 19:29:56 ---> 8f4ab896cad3 19:29:56 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:29:58 ---> dd136d66f9d9 19:29:58 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:29:59 ---> 15bee02f9763 19:29:59 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:30:00 ---> 20edae83497c 19:30:00 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:30:01 ---> 9af4d9a095e1 19:30:01 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:30:02 ---> Running in d4cfa9df7d36 19:30:02 Removing intermediate container d4cfa9df7d36 19:30:02 ---> 9e61c2ccfd60 19:30:03 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:30:04 ---> 69f1119744d8 19:30:04 Step 26/31 : RUN chmod +x /entrypoint.sh 19:30:04 ---> Running in 133d43478aef 19:30:07 Removing intermediate container 133d43478aef 19:30:07 ---> 2a3b7e6a85ff 19:30:07 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:30:08 ---> Running in 4b7d561b5ffe 19:30:08 Removing intermediate container 4b7d561b5ffe 19:30:08 ---> 554f094964c8 19:30:08 Step 28/31 : CMD ["gate"] 19:30:08 ---> Running in 5b3e82e17f5e 19:30:09 Removing intermediate container 5b3e82e17f5e 19:30:09 ---> 710735a26633 19:30:09 Step 29/31 : LABEL arch=arm64 19:30:09 ---> Running in 40a63855d121 19:30:10 Removing intermediate container 40a63855d121 19:30:10 ---> e34848be333c 19:30:10 Step 30/31 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:30:10 ---> Running in ca552ba4a290 19:30:11 Removing intermediate container ca552ba4a290 19:30:11 ---> 41a4f8b70953 19:30:11 Step 31/31 : LABEL version=0.0.0 19:30:11 ---> Running in a997b383f2cd 19:30:12 Removing intermediate container a997b383f2cd 19:30:12 ---> 657e8427ce8a 19:30:12 19:30:13 Successfully built 657e8427ce8a 19:30:13 Successfully tagged security-bootstrapper-arm64:latest 19:30:13 Building security-spiffe-token-provider 19:30:40  Building security-bootstrapper ... done Removing intermediate container 3044248076e8 19:30:40 ---> 66b3759d2dd9 19:30:40 19:30:40 Step 10/23 : FROM alpine:3.14 19:30:40 ---> ac73e934f311 19:30:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:30:40 ---> Running in 5337f2648973 19:30:40 Removing intermediate container 5337f2648973 19:30:40 ---> 4ef0e2d8f220 19:30:40 Step 12/23 : ENV APP_PORT=59880 19:30:40 ---> Running in 3e4d2fd230b8 19:30:40 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:30:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:30:40 ---> 593b1ec4534a 19:30:40 Step 3/22 : WORKDIR /edgex-go 19:30:40 ---> Using cache 19:30:40 ---> 16bbe6124bc3 19:30:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:40 ---> Using cache 19:30:40 ---> bc2a1c1f9dc1 19:30:40 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:30:40 ---> Running in e59d150ee9e6 19:30:40 Removing intermediate container 3e4d2fd230b8 19:30:40 ---> 4ef7fb8fc04f 19:30:40 Step 13/23 : EXPOSE $APP_PORT 19:30:40 ---> Running in b776107d7488 19:30:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:30:41 Removing intermediate container b776107d7488 19:30:41 ---> 086b71fdd188 19:30:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:41 ---> Running in 49e79a76c3be 19:30:41 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:30:43 OK: 220 MiB in 52 packages 19:30:46 Removing intermediate container e59d150ee9e6 19:30:46 ---> 5c479ff82aa2 19:30:46 Step 6/22 : COPY go.mod vendor* ./ 19:30:46 Removing intermediate container 49e79a76c3be 19:30:46 ---> 0d5eb48d3945 19:30:46 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:30:46 ---> Running in 9ca9df9d6d0b 19:30:48 ---> 5bac32af1e5d 19:30:48 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:30:48 ---> Running in 3afab33f5be5 19:30:48 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:30:49 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:30:51 (1/6) Installing dumb-init (1.2.5-r1) 19:30:51 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:30:51 (3/6) Installing libsodium (1.0.18-r0) 19:30:51 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:30:51 (5/6) Installing libzmq (4.3.4-r0) 19:30:51 (6/6) Installing zeromq (4.3.4-r0) 19:30:51 Executing busybox-1.33.1-r7.trigger 19:30:51 OK: 8 MiB in 20 packages 19:30:54 Removing intermediate container 9ca9df9d6d0b 19:30:54 ---> aab4ba3bcec1 19:30:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:30:55 Removing intermediate container 3afab33f5be5 19:30:55 ---> c3f32ddf18dc 19:30:55 Step 8/22 : COPY . . 19:30:55 ---> 4d2f3ef5b6fe 19:30:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:30:57 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:30:57 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:30:57 ---> 593b1ec4534a 19:30:57 Step 3/20 : WORKDIR /edgex-go 19:30:57 ---> Using cache 19:30:57 ---> 16bbe6124bc3 19:30:57 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:30:57 ---> Running in 0b65d4fbc957 19:30:59 ---> 1a9b79ac1dc7 19:30:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:31:00 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:31:01 ---> 09bda7086ff5 19:31:01 Step 19/23 : ENTRYPOINT ["/core-data"] 19:31:01 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:31:01 ---> Running in 533c37898785 19:31:02 Removing intermediate container 533c37898785 19:31:02 ---> 81dee27a417b 19:31:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:31:02 ---> Running in 433e9439e2b0 19:31:03 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:31:03 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 19:31:03 OK: 15741 distinct packages available 19:31:03 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:31:03 Removing intermediate container 433e9439e2b0 19:31:03 ---> 3e56c7e6e5a4 19:31:03 Step 21/23 : LABEL arch=arm64 19:31:03 ---> Running in 619eab460a11 19:31:04 Removing intermediate container 619eab460a11 19:31:04 ---> b21885a1928d 19:31:04 Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:31:04 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:31:04 ---> Running in 71813f21340a 19:31:05 Removing intermediate container 71813f21340a 19:31:05 ---> 1940973dcfca 19:31:05 Step 23/23 : LABEL version=0.0.0 19:31:05 ---> Running in 63ed37f3832d 19:31:05 OK: 220 MiB in 52 packages 19:31:06 Removing intermediate container 63ed37f3832d 19:31:06 ---> 7d36f7e31d8d 19:31:06 19:31:07 Removing intermediate container 0b65d4fbc957 19:31:07 ---> 75c3200b7e0d 19:31:07 Step 5/20 : COPY go.mod vendor* ./ 19:31:07 Successfully built 7d36f7e31d8d 19:31:07 Successfully tagged core-data-arm64:latest 19:31:07  Building core-data ... done Building security-secretstore-setup 19:31:09 ---> a869675a8961 19:31:09 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:09 ---> Running in dfa61cd08ad2 19:31:18 Removing intermediate container dfa61cd08ad2 19:31:18 ---> c43be8e67867 19:31:18 Step 7/20 : COPY . . 19:31:33 ---> 8053bba2dc35 19:31:33 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:31:33 ---> Running in 04955a44a5be 19:31:34 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 19:31:43 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:31:43 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:31:43 ---> 593b1ec4534a 19:31:43 Step 3/25 : WORKDIR /edgex-go 19:31:43 ---> Using cache 19:31:43 ---> 16bbe6124bc3 19:31:43 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:43 ---> Using cache 19:31:43 ---> bc2a1c1f9dc1 19:31:43 Step 5/25 : RUN apk add --update --no-cache make git 19:31:43 ---> Using cache 19:31:43 ---> 77b3d9333978 19:31:43 Step 6/25 : COPY go.mod vendor* ./ 19:31:43 ---> Using cache 19:31:43 ---> 119e130c3dff 19:31:43 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:43 ---> Using cache 19:31:43 ---> c439de8302a2 19:31:43 Step 8/25 : COPY . . 19:31:43 ---> Using cache 19:31:43 ---> e94b00d09c70 19:31:43 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:31:44 ---> Running in 1c708dde7de9 19:31:47 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 19:31:59 ---> 3d65cb69f8c3 19:31:59 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:31:59 ---> Running in 8beae8b890b5 19:31:59 Removing intermediate container 259a818b5381 19:31:59 ---> 02c13f4fc992 19:31:59 19:31:59 Step 10/22 : FROM alpine:3.14 19:31:59 ---> ac73e934f311 19:31:59 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:31:59 ---> Running in b5c8b8d89c8c 19:32:02 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 19:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:32:04 (1/1) Installing dumb-init (1.2.5-r1) 19:32:04 Executing busybox-1.33.1-r7.trigger 19:32:04 OK: 5 MiB in 15 packages 19:32:05 Removing intermediate container b5c8b8d89c8c 19:32:05 ---> 020b3e1623de 19:32:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:32:05 ---> Running in 4d33c317e0a8 19:32:06 Removing intermediate container 4d33c317e0a8 19:32:06 ---> b2b20b386f62 19:32:06 Step 13/22 : ENV APP_PORT=59861 19:32:06 ---> Running in 6944575ac31d 19:32:06 Removing intermediate container 6944575ac31d 19:32:06 ---> 2b61e9b85d9a 19:32:06 Step 14/22 : EXPOSE $APP_PORT 19:32:06 ---> Running in 5c192515a8b1 19:32:07 Removing intermediate container 5c192515a8b1 19:32:07 ---> 1eccae73e6af 19:32:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:32:08 ---> 4e3ab6d88348 19:32:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:32:11 ---> 95d355da2b6a 19:32:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:32:11 ---> 728546f87a10 19:32:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:32:11 ---> Running in 0a393f09f904 19:32:12 Removing intermediate container 0a393f09f904 19:32:12 ---> cf6b31d6f9b9 19:32:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:32:12 ---> Running in 9f2d2d21a665 19:32:13 Removing intermediate container 9f2d2d21a665 19:32:13 ---> 7ac83debaff9 19:32:13 Step 20/22 : LABEL arch=arm64 19:32:13 ---> Running in 1a56d2667272 19:32:14 Removing intermediate container 1a56d2667272 19:32:14 ---> 1decc43e4270 19:32:14 Step 21/22 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:32:14 ---> Running in 357444462ed4 19:32:14 Removing intermediate container 357444462ed4 19:32:14 ---> 9d1841ec31c5 19:32:14 Step 22/22 : LABEL version=0.0.0 19:32:14 ---> Running in 90800cd46196 19:32:15 Removing intermediate container 90800cd46196 19:32:15 ---> c0ceeb3834ed 19:32:15 19:32:15 Successfully built c0ceeb3834ed 19:32:15 Successfully tagged support-scheduler-arm64:latest 19:32:15  Building support-scheduler ... done Building security-spire-server 19:32:48 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:32:48 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:32:48 ---> 593b1ec4534a 19:32:48 Step 3/25 : WORKDIR /edgex-go 19:32:48 ---> Using cache 19:32:48 ---> 16bbe6124bc3 19:32:48 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:48 ---> Using cache 19:32:48 ---> bc2a1c1f9dc1 19:32:48 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:32:48 ---> Running in 75aaf73da2d4 19:32:48 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:32:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:32:51 OK: 220 MiB in 52 packages 19:32:52 Removing intermediate container 75aaf73da2d4 19:32:52 ---> 41a0450471c0 19:32:52 Step 6/25 : COPY go.mod vendor* ./ 19:32:53 ---> d13fbca249e2 19:32:53 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:53 ---> Running in 175a10cdfa1f 19:32:59 Removing intermediate container 175a10cdfa1f 19:32:59 ---> 997e6d4df4ee 19:32:59 Step 8/25 : COPY . . 19:33:21 ---> 1e9ad3c437f6 19:33:21 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:33:21 ---> Running in 54658fb036b5 19:33:21 Removing intermediate container 54658fb036b5 19:33:21 ---> fc70691781bb 19:33:21 Step 10/25 : RUN mkdir -p spire-build 19:33:21 ---> Running in 55bba4877b8e 19:33:23 Removing intermediate container 55bba4877b8e 19:33:23 ---> d5ab614b20de 19:33:23 Step 11/25 : WORKDIR /edgex-go/spire-build 19:33:23 ---> Running in 85ab853db145 19:33:24 Removing intermediate container 85ab853db145 19:33:24 ---> c5b5f044f828 19:33:24 Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent 19:33:24 ---> Running in cc43e95a2027 19:33:28 spire-1.2.1/ 19:33:28 spire-1.2.1/.data/ 19:33:28 spire-1.2.1/.data/.file 19:33:28 spire-1.2.1/.dockerignore 19:33:28 spire-1.2.1/.gitattributes 19:33:28 spire-1.2.1/.githooks/ 19:33:28 spire-1.2.1/.githooks/pre-commit 19:33:28 spire-1.2.1/.github/ 19:33:28 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:33:28 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:33:28 spire-1.2.1/.github/dependabot.yml 19:33:28 spire-1.2.1/.github/workflows/ 19:33:28 spire-1.2.1/.github/workflows/nightly_build.yaml 19:33:28 spire-1.2.1/.github/workflows/pr_build.yaml 19:33:28 spire-1.2.1/.github/workflows/release_build.yaml 19:33:28 spire-1.2.1/.github/workflows/scripts/ 19:33:28 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:33:28 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:33:28 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:33:28 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:33:28 spire-1.2.1/.github/workflows/scripts/split.sh 19:33:28 spire-1.2.1/.gitignore 19:33:28 spire-1.2.1/.go-version 19:33:28 spire-1.2.1/.golangci.yml 19:33:28 spire-1.2.1/ADOPTERS.md 19:33:28 spire-1.2.1/CHANGELOG.md 19:33:28 spire-1.2.1/CODE-OF-CONDUCT.md 19:33:28 spire-1.2.1/CODEOWNERS 19:33:28 spire-1.2.1/CONTRIBUTING.md 19:33:28 spire-1.2.1/Dockerfile 19:33:28 spire-1.2.1/Dockerfile.dev 19:33:28 spire-1.2.1/Dockerfile.scratch 19:33:28 spire-1.2.1/LICENSE 19:33:28 spire-1.2.1/MAINTAINERS.md 19:33:28 spire-1.2.1/Makefile 19:33:28 spire-1.2.1/README.md 19:33:28 spire-1.2.1/ROADMAP.md 19:33:28 spire-1.2.1/SECURITY.md 19:33:28 spire-1.2.1/cmd/ 19:33:28 spire-1.2.1/cmd/spire-agent/ 19:33:28 spire-1.2.1/cmd/spire-agent/cli/ 19:33:28 spire-1.2.1/cmd/spire-agent/cli/api/ 19:33:28 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:33:28 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:33:28 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:33:28 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:33:28 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:33:28 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:33:28 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:33:28 spire-1.2.1/cmd/spire-agent/cli/common/ 19:33:28 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:33:28 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:33:28 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:33:28 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:33:28 spire-1.2.1/cmd/spire-agent/cli/run/ 19:33:28 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:33:28 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:33:28 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:33:28 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:33:28 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:33:28 spire-1.2.1/cmd/spire-agent/main.go 19:33:28 spire-1.2.1/cmd/spire-server/ 19:33:28 spire-1.2.1/cmd/spire-server/cli/ 19:33:28 spire-1.2.1/cmd/spire-server/cli/agent/ 19:33:28 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:33:28 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/cli.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/entry/ 19:33:28 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/federation/ 19:33:28 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:33:28 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:33:28 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/run/ 19:33:28 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/token/ 19:33:28 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/validate/ 19:33:28 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/x509/ 19:33:28 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:33:28 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:33:28 spire-1.2.1/cmd/spire-server/main.go 19:33:28 spire-1.2.1/cmd/spire-server/util/ 19:33:28 spire-1.2.1/cmd/spire-server/util/util.go 19:33:28 spire-1.2.1/conf/ 19:33:28 spire-1.2.1/conf/agent/ 19:33:28 spire-1.2.1/conf/agent/agent.conf 19:33:28 spire-1.2.1/conf/agent/agent_full.conf 19:33:28 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:33:28 spire-1.2.1/conf/server/ 19:33:28 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:33:28 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:33:28 spire-1.2.1/conf/server/server.conf 19:33:28 spire-1.2.1/conf/server/server_full.conf 19:33:28 spire-1.2.1/doc/ 19:33:28 spire-1.2.1/doc/SPIRE101.md 19:33:28 spire-1.2.1/doc/auditlog.md 19:33:28 spire-1.2.1/doc/authorization_policy_engine.md 19:33:28 spire-1.2.1/doc/changelog_guidelines.md 19:33:28 spire-1.2.1/doc/cure53-report.pdf 19:33:28 spire-1.2.1/doc/images/ 19:33:28 spire-1.2.1/doc/images/2019_roadmap.png 19:33:28 spire-1.2.1/doc/images/SPIRE101.png 19:33:28 spire-1.2.1/doc/images/SPIRE_agent.png 19:33:28 spire-1.2.1/doc/images/SPIRE_server.png 19:33:28 spire-1.2.1/doc/images/cache_mgr.png 19:33:28 spire-1.2.1/doc/images/cache_mgr_components.png 19:33:28 spire-1.2.1/doc/images/federated_spire.png 19:33:28 spire-1.2.1/doc/images/ha_mode.png 19:33:28 spire-1.2.1/doc/images/nested_spire.png 19:33:28 spire-1.2.1/doc/images/oidc_federation.png 19:33:28 spire-1.2.1/doc/images/single_trust_domain.png 19:33:28 spire-1.2.1/doc/images/spiffe_compatible.png 19:33:28 spire-1.2.1/doc/images/spire_logo.png 19:33:28 spire-1.2.1/doc/migrating_registration_api_clients.md 19:33:28 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:33:28 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:33:28 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:33:28 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:33:28 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:33:28 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:33:28 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:33:28 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:33:28 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:33:28 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:33:28 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:33:28 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:33:28 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:33:28 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:33:28 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:33:28 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:33:28 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:33:28 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:33:28 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:33:28 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:33:28 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:33:28 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:33:28 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:33:28 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:33:28 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:33:28 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:33:28 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:33:28 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:33:28 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:33:28 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:33:28 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:33:28 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:33:28 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:33:28 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:33:28 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:33:28 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:33:28 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:33:28 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:33:28 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:33:28 spire-1.2.1/doc/scaling_spire.md 19:33:28 spire-1.2.1/doc/spire_agent.md 19:33:28 spire-1.2.1/doc/spire_server.md 19:33:28 spire-1.2.1/doc/supported_integrations.md 19:33:28 spire-1.2.1/doc/telemetry.md 19:33:28 spire-1.2.1/doc/telemetry_config.md 19:33:28 spire-1.2.1/doc/upgrading.md 19:33:28 spire-1.2.1/doc/using_spire.md 19:33:28 spire-1.2.1/examples/ 19:33:28 spire-1.2.1/examples/README.md 19:33:28 spire-1.2.1/go.mod 19:33:28 spire-1.2.1/go.sum 19:33:28 spire-1.2.1/pkg/ 19:33:28 spire-1.2.1/pkg/agent/ 19:33:28 spire-1.2.1/pkg/agent/agent.go 19:33:28 spire-1.2.1/pkg/agent/api/ 19:33:28 spire-1.2.1/pkg/agent/api/config.go 19:33:28 spire-1.2.1/pkg/agent/api/debug/ 19:33:28 spire-1.2.1/pkg/agent/api/debug/v1/ 19:33:28 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:33:28 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:33:28 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:33:28 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:33:28 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:33:28 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:33:28 spire-1.2.1/pkg/agent/api/endpoints.go 19:33:28 spire-1.2.1/pkg/agent/api/health/ 19:33:28 spire-1.2.1/pkg/agent/api/health/v1/ 19:33:28 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:33:28 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:33:28 spire-1.2.1/pkg/agent/api/rpccontext/ 19:33:28 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:33:28 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:33:28 spire-1.2.1/pkg/agent/attestor/ 19:33:28 spire-1.2.1/pkg/agent/attestor/node/ 19:33:28 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:33:28 spire-1.2.1/pkg/agent/attestor/node/node.go 19:33:28 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:33:28 spire-1.2.1/pkg/agent/attestor/workload/ 19:33:28 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:33:28 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:33:28 spire-1.2.1/pkg/agent/catalog/ 19:33:28 spire-1.2.1/pkg/agent/catalog/catalog.go 19:33:28 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:33:28 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:33:28 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:33:28 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:33:28 spire-1.2.1/pkg/agent/client/ 19:33:28 spire-1.2.1/pkg/agent/client/client.go 19:33:28 spire-1.2.1/pkg/agent/client/client_test.go 19:33:28 spire-1.2.1/pkg/agent/client/dial.go 19:33:28 spire-1.2.1/pkg/agent/client/nodeconn.go 19:33:28 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:33:28 spire-1.2.1/pkg/agent/client/update.go 19:33:28 spire-1.2.1/pkg/agent/client/util.go 19:33:28 spire-1.2.1/pkg/agent/common/ 19:33:28 spire-1.2.1/pkg/agent/common/backoff/ 19:33:28 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:33:28 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:33:28 spire-1.2.1/pkg/agent/common/cgroups/ 19:33:28 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:33:28 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:33:28 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:33:28 spire-1.2.1/pkg/agent/config.go 19:33:28 spire-1.2.1/pkg/agent/endpoints/ 19:33:28 spire-1.2.1/pkg/agent/endpoints/config.go 19:33:28 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:33:28 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:33:28 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:33:28 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:33:28 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:33:28 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:33:28 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:33:28 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:33:28 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:33:28 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:33:28 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:33:28 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:33:28 spire-1.2.1/pkg/agent/endpoints/workload/ 19:33:28 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:33:28 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:33:28 spire-1.2.1/pkg/agent/manager/ 19:33:28 spire-1.2.1/pkg/agent/manager/cache/ 19:33:28 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:33:28 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:33:28 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:33:28 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:33:28 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:33:28 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:33:28 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:33:28 spire-1.2.1/pkg/agent/manager/config.go 19:33:28 spire-1.2.1/pkg/agent/manager/manager.go 19:33:28 spire-1.2.1/pkg/agent/manager/manager_test.go 19:33:28 spire-1.2.1/pkg/agent/manager/storage.go 19:33:28 spire-1.2.1/pkg/agent/manager/storage_test.go 19:33:28 spire-1.2.1/pkg/agent/manager/storecache/ 19:33:28 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:33:28 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:33:28 spire-1.2.1/pkg/agent/manager/sync.go 19:33:28 spire-1.2.1/pkg/agent/plugin/ 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:33:28 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:33:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:33:28 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:33:28 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:33:28 spire-1.2.1/pkg/agent/svid/ 19:33:28 spire-1.2.1/pkg/agent/svid/rotator.go 19:33:28 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:33:28 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:33:28 spire-1.2.1/pkg/agent/svid/store/ 19:33:28 spire-1.2.1/pkg/agent/svid/store/service.go 19:33:28 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:33:28 spire-1.2.1/pkg/common/ 19:33:28 spire-1.2.1/pkg/common/agentpathtemplate/ 19:33:28 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:33:28 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:33:28 spire-1.2.1/pkg/common/api/ 19:33:28 spire-1.2.1/pkg/common/api/metrics.go 19:33:28 spire-1.2.1/pkg/common/api/middleware/ 19:33:28 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:33:28 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:33:28 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:33:28 spire-1.2.1/pkg/common/api/middleware/logger.go 19:33:28 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:33:28 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:33:28 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:33:28 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:33:28 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:33:28 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:33:28 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:33:28 spire-1.2.1/pkg/common/api/middleware/names.go 19:33:28 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:33:28 spire-1.2.1/pkg/common/api/names.go 19:33:28 spire-1.2.1/pkg/common/api/ratelimit.go 19:33:28 spire-1.2.1/pkg/common/api/rpccontext/ 19:33:28 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:33:28 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:33:28 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:33:28 spire-1.2.1/pkg/common/auth/ 19:33:28 spire-1.2.1/pkg/common/auth/interceptors.go 19:33:28 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:33:28 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:33:28 spire-1.2.1/pkg/common/bundleutil/ 19:33:28 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:33:28 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:33:28 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:33:28 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:33:28 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:33:28 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:33:28 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:33:28 spire-1.2.1/pkg/common/bundleutil/types.go 19:33:28 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:33:28 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:33:28 spire-1.2.1/pkg/common/catalog/ 19:33:28 spire-1.2.1/pkg/common/catalog/bind.go 19:33:28 spire-1.2.1/pkg/common/catalog/builtin.go 19:33:28 spire-1.2.1/pkg/common/catalog/catalog.go 19:33:28 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:33:28 spire-1.2.1/pkg/common/catalog/closers.go 19:33:28 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:33:28 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:33:28 spire-1.2.1/pkg/common/catalog/config.go 19:33:28 spire-1.2.1/pkg/common/catalog/config_test.go 19:33:28 spire-1.2.1/pkg/common/catalog/configure.go 19:33:28 spire-1.2.1/pkg/common/catalog/constraints.go 19:33:28 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:33:28 spire-1.2.1/pkg/common/catalog/context.go 19:33:28 spire-1.2.1/pkg/common/catalog/external.go 19:33:28 spire-1.2.1/pkg/common/catalog/host.go 19:33:28 spire-1.2.1/pkg/common/catalog/pipenet.go 19:33:28 spire-1.2.1/pkg/common/catalog/plugin.go 19:33:28 spire-1.2.1/pkg/common/catalog/testplugin/ 19:33:28 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:33:28 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:33:28 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:33:28 spire-1.2.1/pkg/common/cli/ 19:33:28 spire-1.2.1/pkg/common/cli/env.go 19:33:28 spire-1.2.1/pkg/common/cli/flags.go 19:33:28 spire-1.2.1/pkg/common/cli/trust_domain.go 19:33:28 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:33:28 spire-1.2.1/pkg/common/cli/umask.go 19:33:28 spire-1.2.1/pkg/common/cli/umask_posix.go 19:33:28 spire-1.2.1/pkg/common/cli/umask_test.go 19:33:28 spire-1.2.1/pkg/common/cli/umask_windows.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/ 19:33:28 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/flag.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/format.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/ 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:33:28 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:33:28 spire-1.2.1/pkg/common/coretypes/ 19:33:28 spire-1.2.1/pkg/common/coretypes/bundle/ 19:33:28 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:33:28 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:33:28 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:33:28 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:33:28 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:33:28 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:33:28 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:33:28 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:33:28 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:33:28 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:33:28 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:33:28 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:33:28 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:33:28 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:33:28 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:33:28 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:33:28 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:33:28 spire-1.2.1/pkg/common/cryptoutil/ 19:33:28 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:33:28 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:33:28 spire-1.2.1/pkg/common/diskutil/ 19:33:28 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:33:28 spire-1.2.1/pkg/common/diskutil/file_test.go 19:33:28 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:33:28 spire-1.2.1/pkg/common/errorutil/ 19:33:28 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:33:28 spire-1.2.1/pkg/common/health/ 19:33:28 spire-1.2.1/pkg/common/health/config.go 19:33:28 spire-1.2.1/pkg/common/health/context.go 19:33:28 spire-1.2.1/pkg/common/health/context_test.go 19:33:28 spire-1.2.1/pkg/common/health/health.go 19:33:28 spire-1.2.1/pkg/common/health/health_test.go 19:33:28 spire-1.2.1/pkg/common/health/logger.go 19:33:28 spire-1.2.1/pkg/common/hostservice/ 19:33:28 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:33:28 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:33:28 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:33:28 spire-1.2.1/pkg/common/idutil/ 19:33:28 spire-1.2.1/pkg/common/idutil/require.go 19:33:28 spire-1.2.1/pkg/common/idutil/require_test.go 19:33:28 spire-1.2.1/pkg/common/idutil/safety.go 19:33:28 spire-1.2.1/pkg/common/idutil/safety_test.go 19:33:28 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:33:28 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:33:28 spire-1.2.1/pkg/common/jwtsvid/ 19:33:28 spire-1.2.1/pkg/common/jwtsvid/common.go 19:33:28 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:33:28 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:33:28 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:33:28 spire-1.2.1/pkg/common/jwtutil/ 19:33:28 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:33:28 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:33:28 spire-1.2.1/pkg/common/log/ 19:33:28 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:33:28 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:33:28 spire-1.2.1/pkg/common/log/log.go 19:33:28 spire-1.2.1/pkg/common/log/log_test.go 19:33:28 spire-1.2.1/pkg/common/log/options.go 19:33:28 spire-1.2.1/pkg/common/nodeutil/ 19:33:28 spire-1.2.1/pkg/common/nodeutil/node.go 19:33:28 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:33:28 spire-1.2.1/pkg/common/peertracker/ 19:33:28 spire-1.2.1/pkg/common/peertracker/conn.go 19:33:28 spire-1.2.1/pkg/common/peertracker/credentials.go 19:33:28 spire-1.2.1/pkg/common/peertracker/errors.go 19:33:28 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:33:28 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:33:28 spire-1.2.1/pkg/common/peertracker/info.go 19:33:28 spire-1.2.1/pkg/common/peertracker/listener.go 19:33:28 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:33:28 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:33:28 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:33:28 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:33:28 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:33:28 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:33:28 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:33:28 spire-1.2.1/pkg/common/peertracker/tcp.go 19:33:28 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:33:28 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:33:28 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:33:28 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:33:28 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:33:28 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:33:28 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:33:28 spire-1.2.1/pkg/common/peertracker/uds.go 19:33:28 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:33:28 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:33:28 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:33:28 spire-1.2.1/pkg/common/pemutil/ 19:33:28 spire-1.2.1/pkg/common/pemutil/block.go 19:33:28 spire-1.2.1/pkg/common/pemutil/certs.go 19:33:28 spire-1.2.1/pkg/common/pemutil/common.go 19:33:28 spire-1.2.1/pkg/common/pemutil/csr.go 19:33:28 spire-1.2.1/pkg/common/pemutil/keys.go 19:33:28 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:33:28 spire-1.2.1/pkg/common/pemutil/testdata/ 19:33:28 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:33:28 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:33:28 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:33:28 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:33:28 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:33:28 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:33:28 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:33:28 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:33:28 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:33:28 spire-1.2.1/pkg/common/plugin/ 19:33:28 spire-1.2.1/pkg/common/plugin/aws/ 19:33:28 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:33:28 spire-1.2.1/pkg/common/plugin/azure/ 19:33:28 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:33:28 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:33:28 spire-1.2.1/pkg/common/plugin/facade.go 19:33:28 spire-1.2.1/pkg/common/plugin/facade_test.go 19:33:28 spire-1.2.1/pkg/common/plugin/gcp/ 19:33:28 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:33:28 spire-1.2.1/pkg/common/plugin/k8s/ 19:33:28 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:33:28 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:33:28 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:33:28 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:33:28 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:33:28 spire-1.2.1/pkg/common/plugin/log.go 19:33:28 spire-1.2.1/pkg/common/plugin/sshpop/ 19:33:28 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:33:28 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:33:28 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:33:28 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:33:28 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:33:28 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:33:28 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:33:28 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:33:28 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:33:28 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:33:28 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:33:28 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:33:28 spire-1.2.1/pkg/common/plugin/x509pop/ 19:33:28 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:33:28 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:33:28 spire-1.2.1/pkg/common/profiling/ 19:33:28 spire-1.2.1/pkg/common/profiling/dumpers.go 19:33:28 spire-1.2.1/pkg/common/profiling/profiling.go 19:33:28 spire-1.2.1/pkg/common/protoutil/ 19:33:28 spire-1.2.1/pkg/common/protoutil/masks.go 19:33:28 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:33:28 spire-1.2.1/pkg/common/rotationutil/ 19:33:28 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:33:28 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:33:28 spire-1.2.1/pkg/common/selector/ 19:33:28 spire-1.2.1/pkg/common/selector/selector.go 19:33:28 spire-1.2.1/pkg/common/selector/selector_test.go 19:33:28 spire-1.2.1/pkg/common/selector/set.go 19:33:28 spire-1.2.1/pkg/common/selector/set_utils.go 19:33:28 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:33:28 spire-1.2.1/pkg/common/telemetry/ 19:33:28 spire-1.2.1/pkg/common/telemetry/agent/ 19:33:28 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:33:28 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:33:28 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:33:28 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:33:28 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:33:28 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:33:28 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:33:28 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:33:28 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:33:28 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:33:28 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:33:28 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:33:28 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:33:28 spire-1.2.1/pkg/common/telemetry/call.go 19:33:28 spire-1.2.1/pkg/common/telemetry/common/ 19:33:28 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:33:28 spire-1.2.1/pkg/common/telemetry/config.go 19:33:28 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:33:28 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:33:28 spire-1.2.1/pkg/common/telemetry/inmem.go 19:33:28 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:33:28 spire-1.2.1/pkg/common/telemetry/m3.go 19:33:28 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:33:28 spire-1.2.1/pkg/common/telemetry/metrics.go 19:33:28 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:33:28 spire-1.2.1/pkg/common/telemetry/names.go 19:33:28 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:33:28 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:33:28 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:33:28 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:33:28 spire-1.2.1/pkg/common/telemetry/server/ 19:33:28 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:33:28 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:33:28 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:33:28 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:33:28 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:33:28 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:33:28 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:33:28 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:33:28 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:33:28 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:33:28 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:33:28 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:33:28 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:33:28 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:33:28 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:33:28 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:33:28 spire-1.2.1/pkg/common/telemetry/server/server.go 19:33:28 spire-1.2.1/pkg/common/telemetry/sink.go 19:33:28 spire-1.2.1/pkg/common/telemetry/statsd.go 19:33:28 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:33:28 spire-1.2.1/pkg/common/telemetry/uptime.go 19:33:28 spire-1.2.1/pkg/common/telemetry/version.go 19:33:28 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:33:28 spire-1.2.1/pkg/common/uptime/ 19:33:28 spire-1.2.1/pkg/common/uptime/uptime.go 19:33:28 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:33:28 spire-1.2.1/pkg/common/util/ 19:33:28 spire-1.2.1/pkg/common/util/certs.go 19:33:28 spire-1.2.1/pkg/common/util/certs_test.go 19:33:28 spire-1.2.1/pkg/common/util/csr.go 19:33:28 spire-1.2.1/pkg/common/util/hash.go 19:33:28 spire-1.2.1/pkg/common/util/selectors.go 19:33:28 spire-1.2.1/pkg/common/util/selectors_test.go 19:33:28 spire-1.2.1/pkg/common/util/signals.go 19:33:28 spire-1.2.1/pkg/common/util/sort.go 19:33:28 spire-1.2.1/pkg/common/util/sort_test.go 19:33:28 spire-1.2.1/pkg/common/util/task.go 19:33:28 spire-1.2.1/pkg/common/util/task_test.go 19:33:28 spire-1.2.1/pkg/common/util/testdata/ 19:33:28 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:33:28 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:33:28 spire-1.2.1/pkg/common/version/ 19:33:28 spire-1.2.1/pkg/common/version/version.go 19:33:28 spire-1.2.1/pkg/common/x509svid/ 19:33:28 spire-1.2.1/pkg/common/x509svid/common_test.go 19:33:28 spire-1.2.1/pkg/common/x509svid/csr.go 19:33:28 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:33:28 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:33:28 spire-1.2.1/pkg/common/x509util/ 19:33:28 spire-1.2.1/pkg/common/x509util/cert.go 19:33:28 spire-1.2.1/pkg/common/x509util/dns.go 19:33:28 spire-1.2.1/pkg/common/x509util/dns_test.go 19:33:28 spire-1.2.1/pkg/common/x509util/keyid.go 19:33:28 spire-1.2.1/pkg/common/x509util/keypair.go 19:33:28 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:33:28 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:33:28 spire-1.2.1/pkg/server/ 19:33:28 spire-1.2.1/pkg/server/api/ 19:33:28 spire-1.2.1/pkg/server/api/agent.go 19:33:28 spire-1.2.1/pkg/server/api/agent/ 19:33:28 spire-1.2.1/pkg/server/api/agent/v1/ 19:33:28 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:33:28 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:33:28 spire-1.2.1/pkg/server/api/agent_test.go 19:33:28 spire-1.2.1/pkg/server/api/api.go 19:33:28 spire-1.2.1/pkg/server/api/audit/ 19:33:28 spire-1.2.1/pkg/server/api/audit/audit.go 19:33:28 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:33:28 spire-1.2.1/pkg/server/api/bundle.go 19:33:28 spire-1.2.1/pkg/server/api/bundle/ 19:33:28 spire-1.2.1/pkg/server/api/bundle/v1/ 19:33:28 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:33:28 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:33:28 spire-1.2.1/pkg/server/api/bundle_test.go 19:33:28 spire-1.2.1/pkg/server/api/debug/ 19:33:28 spire-1.2.1/pkg/server/api/debug/v1/ 19:33:28 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:33:28 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:33:28 spire-1.2.1/pkg/server/api/entry.go 19:33:28 spire-1.2.1/pkg/server/api/entry/ 19:33:28 spire-1.2.1/pkg/server/api/entry/v1/ 19:33:28 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:33:28 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:33:28 spire-1.2.1/pkg/server/api/entry_test.go 19:33:28 spire-1.2.1/pkg/server/api/health/ 19:33:28 spire-1.2.1/pkg/server/api/health/v1/ 19:33:28 spire-1.2.1/pkg/server/api/health/v1/service.go 19:33:28 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:33:28 spire-1.2.1/pkg/server/api/id.go 19:33:28 spire-1.2.1/pkg/server/api/id_test.go 19:33:28 spire-1.2.1/pkg/server/api/limits/ 19:33:28 spire-1.2.1/pkg/server/api/limits/limits.go 19:33:28 spire-1.2.1/pkg/server/api/middleware/ 19:33:28 spire-1.2.1/pkg/server/api/middleware/alias.go 19:33:28 spire-1.2.1/pkg/server/api/middleware/audit.go 19:33:28 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:33:28 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:33:28 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:33:28 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:33:28 spire-1.2.1/pkg/server/api/middleware/caller.go 19:33:28 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:33:28 spire-1.2.1/pkg/server/api/middleware/common.go 19:33:28 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:33:28 spire-1.2.1/pkg/server/api/middleware/entries.go 19:33:28 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:33:28 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:33:28 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:33:28 spire-1.2.1/pkg/server/api/ratelimit.go 19:33:28 spire-1.2.1/pkg/server/api/rpccontext/ 19:33:28 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:33:28 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:33:28 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:33:28 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:33:28 spire-1.2.1/pkg/server/api/selector.go 19:33:28 spire-1.2.1/pkg/server/api/selector_test.go 19:33:28 spire-1.2.1/pkg/server/api/status.go 19:33:28 spire-1.2.1/pkg/server/api/status_test.go 19:33:28 spire-1.2.1/pkg/server/api/svid/ 19:33:28 spire-1.2.1/pkg/server/api/svid/v1/ 19:33:28 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:33:28 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:33:28 spire-1.2.1/pkg/server/api/trustdomain.go 19:33:28 spire-1.2.1/pkg/server/api/trustdomain/ 19:33:28 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:33:28 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:33:28 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:33:28 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:33:28 spire-1.2.1/pkg/server/authpolicy/ 19:33:28 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:33:28 spire-1.2.1/pkg/server/authpolicy/policy.go 19:33:28 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:33:28 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:33:28 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:33:28 spire-1.2.1/pkg/server/authpolicy/validate.go 19:33:28 spire-1.2.1/pkg/server/bundle/ 19:33:28 spire-1.2.1/pkg/server/bundle/client/ 19:33:28 spire-1.2.1/pkg/server/bundle/client/client.go 19:33:28 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:33:28 spire-1.2.1/pkg/server/bundle/client/manager.go 19:33:28 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:33:28 spire-1.2.1/pkg/server/bundle/client/sources.go 19:33:28 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:33:28 spire-1.2.1/pkg/server/bundle/client/updater.go 19:33:28 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:33:28 spire-1.2.1/pkg/server/ca/ 19:33:28 spire-1.2.1/pkg/server/ca/ca.go 19:33:28 spire-1.2.1/pkg/server/ca/ca_health.go 19:33:28 spire-1.2.1/pkg/server/ca/ca_test.go 19:33:28 spire-1.2.1/pkg/server/ca/journal.go 19:33:28 spire-1.2.1/pkg/server/ca/journal_test.go 19:33:28 spire-1.2.1/pkg/server/ca/manager.go 19:33:28 spire-1.2.1/pkg/server/ca/manager_health.go 19:33:28 spire-1.2.1/pkg/server/ca/manager_test.go 19:33:28 spire-1.2.1/pkg/server/ca/templates.go 19:33:28 spire-1.2.1/pkg/server/ca/upstream_client.go 19:33:28 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:33:28 spire-1.2.1/pkg/server/ca/validation.go 19:33:28 spire-1.2.1/pkg/server/cache/ 19:33:28 spire-1.2.1/pkg/server/cache/dscache/ 19:33:28 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:33:28 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:33:28 spire-1.2.1/pkg/server/cache/entrycache/ 19:33:28 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:33:28 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:33:28 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:33:28 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:33:28 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:33:28 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:33:28 spire-1.2.1/pkg/server/catalog/ 19:33:28 spire-1.2.1/pkg/server/catalog/catalog.go 19:33:28 spire-1.2.1/pkg/server/catalog/keymanager.go 19:33:28 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:33:28 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:33:28 spire-1.2.1/pkg/server/catalog/notifier.go 19:33:28 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:33:28 spire-1.2.1/pkg/server/config.go 19:33:28 spire-1.2.1/pkg/server/datastore/ 19:33:28 spire-1.2.1/pkg/server/datastore/datastore.go 19:33:28 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:33:28 spire-1.2.1/pkg/server/datastore/repository.go 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:33:28 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:33:28 spire-1.2.1/pkg/server/endpoints/ 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/ 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:33:28 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:33:28 spire-1.2.1/pkg/server/endpoints/config.go 19:33:28 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:33:28 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:33:28 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:33:28 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:33:28 spire-1.2.1/pkg/server/endpoints/middleware.go 19:33:28 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:33:28 spire-1.2.1/pkg/server/hostservice/ 19:33:28 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:33:28 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:33:28 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:33:28 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:33:28 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:33:28 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:33:28 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:33:28 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/ 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/ 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:33:28 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:33:28 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:33:28 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:33:28 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:33:28 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:33:28 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:33:28 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:33:28 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:33:28 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/notifier/ 19:33:28 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:33:28 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:33:28 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:33:28 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:33:28 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:33:28 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:33:28 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:33:28 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:33:28 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:33:28 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:33:28 spire-1.2.1/pkg/server/registration/ 19:33:28 spire-1.2.1/pkg/server/registration/manager.go 19:33:28 spire-1.2.1/pkg/server/registration/manager_test.go 19:33:28 spire-1.2.1/pkg/server/scanentries.go 19:33:28 spire-1.2.1/pkg/server/scanentries_test.go 19:33:28 spire-1.2.1/pkg/server/server.go 19:33:28 spire-1.2.1/pkg/server/server_test.go 19:33:28 spire-1.2.1/pkg/server/svid/ 19:33:28 spire-1.2.1/pkg/server/svid/observer.go 19:33:28 spire-1.2.1/pkg/server/svid/observer_test.go 19:33:28 spire-1.2.1/pkg/server/svid/rotator.go 19:33:28 spire-1.2.1/pkg/server/svid/rotator_config.go 19:33:28 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:33:28 spire-1.2.1/pkg/server/svid/rotator_test.go 19:33:28 spire-1.2.1/proto/ 19:33:28 spire-1.2.1/proto/private/ 19:33:28 spire-1.2.1/proto/private/server/ 19:33:28 spire-1.2.1/proto/private/server/journal/ 19:33:28 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:33:28 spire-1.2.1/proto/private/server/journal/journal.proto 19:33:28 spire-1.2.1/proto/spire/ 19:33:28 spire-1.2.1/proto/spire/common/ 19:33:28 spire-1.2.1/proto/spire/common/common.pb.go 19:33:28 spire-1.2.1/proto/spire/common/common.proto 19:33:28 spire-1.2.1/proto/spire/common/plugin/ 19:33:28 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:33:28 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:33:28 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:33:28 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:33:28 spire-1.2.1/proto/spire/plugin/ 19:33:28 spire-1.2.1/proto/spire/plugin/agent/ 19:33:28 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:33:28 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:33:28 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:33:28 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:33:28 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:33:28 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:33:28 spire-1.2.1/release/ 19:33:28 spire-1.2.1/release/spire-extras/ 19:33:28 spire-1.2.1/release/spire-extras/README.md 19:33:28 spire-1.2.1/release/spire-extras/conf/ 19:33:28 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:33:28 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:33:28 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:33:28 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:33:28 spire-1.2.1/release/spire/ 19:33:28 spire-1.2.1/release/spire/README.md 19:33:28 spire-1.2.1/release/spire/conf/ 19:33:28 spire-1.2.1/release/spire/conf/agent/ 19:33:28 spire-1.2.1/release/spire/conf/agent/agent.conf 19:33:28 spire-1.2.1/release/spire/conf/server/ 19:33:28 spire-1.2.1/release/spire/conf/server/server.conf 19:33:28 spire-1.2.1/script/ 19:33:28 spire-1.2.1/script/build-artifact.sh 19:33:28 spire-1.2.1/script/generate_dummy_ca.sh 19:33:28 spire-1.2.1/support/ 19:33:28 spire-1.2.1/support/k8s/ 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:33:28 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:33:29 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:33:29 spire-1.2.1/support/oidc-discovery-provider/ 19:33:29 spire-1.2.1/support/oidc-discovery-provider/README.md 19:33:29 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:33:29 spire-1.2.1/support/oidc-discovery-provider/config.go 19:33:29 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:33:29 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:33:29 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:33:29 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:33:29 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:33:29 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:33:29 spire-1.2.1/support/oidc-discovery-provider/main.go 19:33:29 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:33:29 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:33:29 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:33:29 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:33:29 spire-1.2.1/test/ 19:33:29 spire-1.2.1/test/clock/ 19:33:29 spire-1.2.1/test/clock/clock.go 19:33:29 spire-1.2.1/test/fakes/ 19:33:29 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:33:29 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:33:29 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:33:29 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:33:29 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:33:29 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:33:29 spire-1.2.1/test/fakes/fakeagentstore/ 19:33:29 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:33:29 spire-1.2.1/test/fakes/fakedatastore/ 19:33:29 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:33:29 spire-1.2.1/test/fakes/fakeentryclient/ 19:33:29 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:33:29 spire-1.2.1/test/fakes/fakehealthchecker/ 19:33:29 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:33:29 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:33:29 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:33:29 spire-1.2.1/test/fakes/fakemetrics/ 19:33:29 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:33:29 spire-1.2.1/test/fakes/fakenoderesolver/ 19:33:29 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:33:29 spire-1.2.1/test/fakes/fakenotifier/ 19:33:29 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:33:29 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:33:29 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:33:29 spire-1.2.1/test/fakes/fakeserverca/ 19:33:29 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:33:29 spire-1.2.1/test/fakes/fakeservercatalog/ 19:33:29 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:33:29 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:33:29 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:33:29 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:33:29 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:33:29 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:33:29 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:33:29 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:33:29 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:33:29 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:33:29 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:33:29 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:33:29 spire-1.2.1/test/fixture/ 19:33:29 spire-1.2.1/test/fixture/certs/ 19:33:29 spire-1.2.1/test/fixture/certs/agent_svid.der 19:33:29 spire-1.2.1/test/fixture/certs/base_cert.pem 19:33:29 spire-1.2.1/test/fixture/certs/base_csr.pem 19:33:29 spire-1.2.1/test/fixture/certs/base_key.pem 19:33:29 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:33:29 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:33:29 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:33:29 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:33:29 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:33:29 spire-1.2.1/test/fixture/certs/blog_key.pem 19:33:29 spire-1.2.1/test/fixture/certs/bundle.der 19:33:29 spire-1.2.1/test/fixture/certs/ca.pem 19:33:29 spire-1.2.1/test/fixture/certs/ca_key.pem 19:33:29 spire-1.2.1/test/fixture/certs/database_cert.pem 19:33:29 spire-1.2.1/test/fixture/certs/database_csr.pem 19:33:29 spire-1.2.1/test/fixture/certs/database_key.pem 19:33:29 spire-1.2.1/test/fixture/certs/node_cert.pem 19:33:29 spire-1.2.1/test/fixture/certs/node_csr.pem 19:33:29 spire-1.2.1/test/fixture/certs/node_key.pem 19:33:29 spire-1.2.1/test/fixture/certs/svid.pem 19:33:29 spire-1.2.1/test/fixture/certs/svid_key.pem 19:33:29 spire-1.2.1/test/fixture/config/ 19:33:29 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:33:29 spire-1.2.1/test/fixture/config/agent_good.conf 19:33:29 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:33:29 spire-1.2.1/test/fixture/config/plugin_good.conf 19:33:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:33:29 spire-1.2.1/test/fixture/config/server_good.conf 19:33:29 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:33:29 spire-1.2.1/test/fixture/fixture.go 19:33:29 spire-1.2.1/test/fixture/nodeattestor/ 19:33:29 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:33:29 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:33:29 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:33:29 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:33:29 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:33:29 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:33:29 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:33:29 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:33:29 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:33:29 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:33:29 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:33:29 spire-1.2.1/test/fixture/registration/ 19:33:29 spire-1.2.1/test/fixture/registration/entries.json 19:33:29 spire-1.2.1/test/fixture/registration/good-for-update.json 19:33:29 spire-1.2.1/test/fixture/registration/good.json 19:33:29 spire-1.2.1/test/fixture/registration/invalid.json 19:33:29 spire-1.2.1/test/fixture/registration/invalid_json.json 19:33:29 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:33:29 spire-1.2.1/test/integration/ 19:33:29 spire-1.2.1/test/integration/README.md 19:33:29 spire-1.2.1/test/integration/common 19:33:29 spire-1.2.1/test/integration/setup/ 19:33:29 spire-1.2.1/test/integration/setup/adminclient/ 19:33:29 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:33:29 spire-1.2.1/test/integration/setup/adminclient/client.go 19:33:29 spire-1.2.1/test/integration/setup/debugagent/ 19:33:29 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:33:29 spire-1.2.1/test/integration/setup/debugagent/main.go 19:33:29 spire-1.2.1/test/integration/setup/debugserver/ 19:33:29 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:33:29 spire-1.2.1/test/integration/setup/debugserver/main.go 19:33:29 spire-1.2.1/test/integration/setup/downstreamclient/ 19:33:29 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:33:29 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:33:29 spire-1.2.1/test/integration/setup/itclient/ 19:33:29 spire-1.2.1/test/integration/setup/itclient/client.go 19:33:29 spire-1.2.1/test/integration/setup/node-attestation/ 19:33:29 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:33:29 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:33:29 spire-1.2.1/test/integration/setup/x509pop/ 19:33:29 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:33:29 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:33:29 spire-1.2.1/test/integration/suites/ 19:33:29 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:33:29 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:33:29 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:33:29 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:33:29 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:33:29 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:33:29 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:33:29 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:33:29 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:33:29 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:33:29 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:33:29 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:33:29 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:33:29 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:33:29 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:33:29 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:33:29 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:33:29 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:33:29 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:33:29 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:33:29 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:33:29 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:33:29 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:33:29 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:33:29 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:33:29 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:33:29 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:33:29 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:33:29 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:33:29 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:33:29 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:33:29 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:33:29 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:33:29 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:33:29 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:33:29 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:33:29 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:33:29 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:33:29 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:33:29 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:33:29 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:33:29 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:33:29 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:33:29 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:33:29 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:33:29 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:33:29 spire-1.2.1/test/integration/suites/join-token/ 19:33:29 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:33:29 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:33:29 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:33:29 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:33:29 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:33:29 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:33:29 spire-1.2.1/test/integration/suites/join-token/README.md 19:33:29 spire-1.2.1/test/integration/suites/join-token/conf/ 19:33:29 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:33:29 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:33:29 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/join-token/teardown 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:33:29 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:33:29 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:33:29 spire-1.2.1/test/integration/suites/k8s/ 19:33:29 spire-1.2.1/test/integration/suites/k8s/00-setup 19:33:29 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:33:29 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:33:29 spire-1.2.1/test/integration/suites/k8s/README.md 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/ 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:33:29 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:33:29 spire-1.2.1/test/integration/suites/k8s/teardown 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:33:29 spire-1.2.1/test/integration/suites/node-attestation/ 19:33:29 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:33:29 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:33:29 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:33:29 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:33:29 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:33:29 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:33:29 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:33:29 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:33:29 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:33:29 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:33:29 spire-1.2.1/test/integration/suites/rotation/ 19:33:29 spire-1.2.1/test/integration/suites/rotation/00-setup 19:33:29 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:33:29 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:33:29 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:33:29 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:33:29 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:33:29 spire-1.2.1/test/integration/suites/rotation/README.md 19:33:29 spire-1.2.1/test/integration/suites/rotation/conf/ 19:33:29 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:33:29 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:33:29 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/rotation/teardown 19:33:29 spire-1.2.1/test/integration/suites/self-test/ 19:33:29 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:33:29 spire-1.2.1/test/integration/suites/self-test/README.md 19:33:29 spire-1.2.1/test/integration/suites/self-test/teardown 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:33:29 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:33:29 spire-1.2.1/test/integration/suites/upgrade/ 19:33:29 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:33:29 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:33:29 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:33:29 spire-1.2.1/test/integration/suites/upgrade/README.md 19:33:29 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:33:29 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:33:29 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:33:29 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:33:29 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:33:29 spire-1.2.1/test/integration/suites/upgrade/teardown 19:33:29 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:33:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:33:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:33:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:33:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:33:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:33:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:33:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:33:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:33:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:33:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:33:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:33:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:33:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:33:29 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:33:29 spire-1.2.1/test/integration/test-one.sh 19:33:29 spire-1.2.1/test/integration/test.sh 19:33:29 spire-1.2.1/test/plugintest/ 19:33:29 spire-1.2.1/test/plugintest/config.go 19:33:29 spire-1.2.1/test/plugintest/load.go 19:33:29 spire-1.2.1/test/plugintest/option.go 19:33:29 spire-1.2.1/test/spiretest/ 19:33:29 spire-1.2.1/test/spiretest/apiserver.go 19:33:29 spire-1.2.1/test/spiretest/assertions.go 19:33:29 spire-1.2.1/test/spiretest/dir.go 19:33:29 spire-1.2.1/test/spiretest/errors_posix.go 19:33:29 spire-1.2.1/test/spiretest/errors_windows.go 19:33:29 spire-1.2.1/test/spiretest/logs.go 19:33:29 spire-1.2.1/test/spiretest/socketapi.go 19:33:29 spire-1.2.1/test/spiretest/suite.go 19:33:29 spire-1.2.1/test/spiretest/x509.go 19:33:29 spire-1.2.1/test/testca/ 19:33:29 spire-1.2.1/test/testca/ca.go 19:33:29 spire-1.2.1/test/testkey/ 19:33:29 spire-1.2.1/test/testkey/generate.sh 19:33:29 spire-1.2.1/test/testkey/genkeys.go 19:33:29 spire-1.2.1/test/testkey/keys.go 19:33:29 spire-1.2.1/test/testkey/new.go 19:33:29 spire-1.2.1/test/tpmsimulator/ 19:33:29 spire-1.2.1/test/tpmsimulator/simulator.go 19:33:29 spire-1.2.1/test/util/ 19:33:29 spire-1.2.1/test/util/cert_fixtures.go 19:33:29 spire-1.2.1/test/util/cert_generation.go 19:33:29 spire-1.2.1/test/util/io_redirection.go 19:33:29 spire-1.2.1/test/util/race.go 19:33:29 spire-1.2.1/test/util/util.go 19:33:29 building spire from source... 19:33:30 Installing go1.17.7... 19:34:02 Building bin/spire-server... 19:34:02 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:34:02 go: downloading github.com/mitchellh/cli v1.1.2 19:34:02 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:34:02 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:34:02 go: downloading google.golang.org/grpc v1.44.0 19:34:02 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:34:03 go: downloading github.com/imdario/mergo v0.3.12 19:34:03 go: downloading github.com/sirupsen/logrus v1.8.1 19:34:03 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:34:04 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:34:04 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:34:04 go: downloading github.com/fatih/color v1.13.0 19:34:04 go: downloading github.com/mattn/go-isatty v0.0.14 19:34:05 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:34:05 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:34:05 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:34:05 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:34:05 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:34:05 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:34:07 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:34:07 go: downloading github.com/open-policy-agent/opa v0.38.0 19:34:34 go: downloading github.com/armon/go-metrics v0.3.10 19:34:34 go: downloading github.com/prometheus/client_golang v1.12.1 19:34:34 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:34:34 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:34:34 go: downloading github.com/mattn/go-colorable v0.1.12 19:34:34 go: downloading github.com/Masterminds/goutils v1.1.0 19:34:34 go: downloading github.com/Masterminds/semver v1.5.0 19:34:34 go: downloading github.com/google/uuid v1.1.2 19:34:34 go: downloading github.com/huandu/xstrings v1.3.2 19:34:34 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:34:34 go: downloading github.com/oklog/run v1.0.0 19:34:34 go: downloading github.com/imkira/go-observer v1.0.3 19:34:34 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:34:34 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:34:35 go: downloading github.com/prometheus/client_model v0.2.0 19:34:35 go: downloading github.com/prometheus/common v0.32.1 19:34:35 go: downloading github.com/beorn7/perks v1.0.1 19:34:35 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:34:35 go: downloading github.com/prometheus/procfs v0.7.3 19:34:36 go: downloading go.uber.org/atomic v1.9.0 19:34:36 go: downloading github.com/hashicorp/errwrap v1.1.0 19:34:37 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:34:37 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:34:37 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:34:37 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:34:39 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:34:46 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:34:46 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:34:46 go: downloading github.com/stretchr/testify v1.7.0 19:34:46 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:34:46 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:34:46 go: downloading github.com/blang/semver/v4 v4.0.0 19:34:46 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:34:46 go: downloading github.com/jinzhu/gorm v1.9.16 19:34:47 go: downloading github.com/lib/pq v1.10.4 19:34:47 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:34:47 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:35:14 go: downloading k8s.io/client-go v0.23.4 19:35:14 go: downloading k8s.io/api v0.23.4 19:35:14 go: downloading github.com/google/go-tpm v0.3.3 19:35:14 go: downloading google.golang.org/api v0.70.0 19:35:24 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:35:56 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:35:56 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:35:56 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:35:56 go: downloading cloud.google.com/go/storage v1.21.0 19:35:56 go: downloading cloud.google.com/go v0.100.2 19:35:56 go: downloading k8s.io/apimachinery v0.23.4 19:35:57 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:35:59 go: downloading cloud.google.com/go/security v1.3.0 19:35:59 go: downloading github.com/hashicorp/vault/api v1.4.1 19:35:59 go: downloading k8s.io/kube-aggregator v0.23.3 19:36:00 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:36:00 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:36:01 go: downloading gopkg.in/yaml.v2 v2.4.0 19:36:02 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:36:02 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:36:02 go: downloading github.com/gobwas/glob v0.2.3 19:36:02 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:36:02 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:36:02 go: downloading github.com/twmb/murmur3 v1.1.6 19:36:03 go: downloading github.com/aws/smithy-go v1.11.0 19:36:04 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:36:04 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:36:05 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:36:05 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:36:05 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:36:05 go: downloading github.com/jinzhu/inflection v1.0.0 19:36:05 go: downloading github.com/gogo/protobuf v1.3.2 19:36:11 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:36:11 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:36:11 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:36:11 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:36:11 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:36:11 go: downloading github.com/dimchansky/utfbom v1.1.1 19:36:11 go: downloading cloud.google.com/go/compute v1.3.0 19:36:13 go: downloading cloud.google.com/go/iam v0.1.1 19:36:13 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:36:13 go: downloading github.com/google/gofuzz v1.1.0 19:36:13 go: downloading k8s.io/klog/v2 v2.30.0 19:36:13 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:36:14 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:36:15 go: downloading github.com/spf13/pflag v1.0.5 19:36:15 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:36:15 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:36:15 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:36:15 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:36:15 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:36:16 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:36:16 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:36:17 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:36:17 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:36:17 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:36:17 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:36:18 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:36:20 go: downloading go.opencensus.io v0.23.0 19:36:21 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:36:21 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:36:22 go: downloading gopkg.in/inf.v0 v0.9.1 19:36:22 go: downloading github.com/google/go-cmp v0.5.7 19:36:22 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:36:22 go: downloading github.com/go-logr/logr v1.2.2 19:36:22 go: downloading github.com/json-iterator/go v1.1.12 19:36:23 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:36:27 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:36:27 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:36:27 go: downloading github.com/googleapis/gnostic v0.5.5 19:36:29 go: downloading github.com/tklauser/numcpus v0.3.0 19:36:29 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:36:29 go: downloading go.uber.org/zap v1.21.0 19:36:30 go: downloading sigs.k8s.io/yaml v1.3.0 19:36:30 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:36:30 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:36:30 go: downloading github.com/modern-go/reflect2 v1.0.2 19:36:30 go: downloading github.com/ryanuber/go-glob v1.0.0 19:36:30 go: downloading github.com/golang/snappy v0.0.4 19:36:31 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:36:41 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:36:41 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:36:41 go: downloading github.com/hashicorp/go-version v1.2.0 19:36:41 go: downloading go.uber.org/multierr v1.6.0 19:36: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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:37:03 Removing intermediate container 1c708dde7de9 19:37:03 ---> fbbfce11acdc 19:37:03 19:37:03 Step 10/25 : FROM alpine:3.14 19:37:03 ---> ac73e934f311 19:37:03 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:37:03 ---> Running in 97d9a8a03316 19:37:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:37:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:37:07 (1/3) Installing ca-certificates (20211220-r0) 19:37:07 (2/3) Installing dumb-init (1.2.5-r1) 19:37:07 (3/3) Installing su-exec (0.2-r1) 19:37:07 Executing busybox-1.33.1-r7.trigger 19:37:07 Executing ca-certificates-20211220-r0.trigger 19:37:07 OK: 6 MiB in 17 packages 19:37:08 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:37:08 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:37:09 Removing intermediate container 97d9a8a03316 19:37:09 ---> 962a06c84025 19:37:09 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:37:09 ---> Running in a198c1e77e32 19:37:10 Removing intermediate container a198c1e77e32 19:37:10 ---> 03574093bf9c 19:37:10 Step 13/25 : WORKDIR / 19:37:10 ---> Running in d522581d3a2c 19:37:11 Removing intermediate container d522581d3a2c 19:37:11 ---> fafcb22b55a9 19:37:11 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:37:12 ---> 070195a0308f 19:37:12 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:37:13 ---> e0caf8f99692 19:37:13 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:37:14 ---> 94d325e49b8b 19:37:14 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:37:15 ---> acd431e053af 19:37:15 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:37:16 ---> 335e8b57cfe5 19:37:16 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:37:18 ---> 92df249e82a8 19:37:18 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:37:19 ---> 1cb1427f7553 19:37:19 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:37:19 ---> Running in 91b7b0031715 19:37:22 Removing intermediate container 91b7b0031715 19:37:22 ---> 95cf076b098e 19:37:22 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:37:22 ---> Running in 7918a00cc807 19:37:23 Removing intermediate container 7918a00cc807 19:37:23 ---> d4349b32e9d9 19:37:23 Step 23/25 : LABEL arch=arm64 19:37:23 ---> Running in f50017bb4316 19:37:23 Removing intermediate container f50017bb4316 19:37:23 ---> b4480a314f55 19:37:23 Step 24/25 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:37:23 ---> Running in 79db8436a59a 19:37:24 Removing intermediate container 79db8436a59a 19:37:24 ---> 20931b5d3b1a 19:37:24 Step 25/25 : LABEL version=0.0.0 19:37:24 ---> Running in 3dce19aade82 19:37:24 Removing intermediate container 3dce19aade82 19:37:24 ---> 6929fb7bb621 19:37:24 19:37:25 Successfully built 6929fb7bb621 19:37:25 Successfully tagged security-secretstore-setup-arm64:latest 19:37:25  Building security-secretstore-setup ... done Building security-spire-config 19:38:04 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:38:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:38:04 ---> 593b1ec4534a 19:38:04 Step 3/26 : WORKDIR /edgex-go 19:38:04 ---> Using cache 19:38:04 ---> 16bbe6124bc3 19:38:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:04 ---> Using cache 19:38:04 ---> bc2a1c1f9dc1 19:38:04 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:38:04 ---> Using cache 19:38:04 ---> 41a0450471c0 19:38:04 Step 6/26 : COPY go.mod vendor* ./ 19:38:04 ---> Using cache 19:38:04 ---> d13fbca249e2 19:38:04 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:38:04 ---> Using cache 19:38:04 ---> 997e6d4df4ee 19:38:04 Step 8/26 : COPY . . 19:38:04 ---> Using cache 19:38:04 ---> 1e9ad3c437f6 19:38:04 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:38:04 ---> Using cache 19:38:04 ---> fc70691781bb 19:38:04 Step 10/26 : RUN mkdir -p spire-build 19:38:04 ---> Using cache 19:38:04 ---> d5ab614b20de 19:38:04 Step 11/26 : WORKDIR /edgex-go/spire-build 19:38:04 ---> Using cache 19:38:04 ---> c5b5f044f828 19:38:04 Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent 19:38:04 ---> Running in 142d64d9e696 19:38:04 spire-1.2.1/ 19:38:04 spire-1.2.1/.data/ 19:38:04 spire-1.2.1/.data/.file 19:38:04 spire-1.2.1/.dockerignore 19:38:04 spire-1.2.1/.gitattributes 19:38:04 spire-1.2.1/.githooks/ 19:38:04 spire-1.2.1/.githooks/pre-commit 19:38:04 spire-1.2.1/.github/ 19:38:04 spire-1.2.1/.github/ISSUE_TEMPLATE.md 19:38:04 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 19:38:04 spire-1.2.1/.github/dependabot.yml 19:38:04 spire-1.2.1/.github/workflows/ 19:38:04 spire-1.2.1/.github/workflows/nightly_build.yaml 19:38:04 spire-1.2.1/.github/workflows/pr_build.yaml 19:38:04 spire-1.2.1/.github/workflows/release_build.yaml 19:38:04 spire-1.2.1/.github/workflows/scripts/ 19:38:04 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 19:38:04 spire-1.2.1/.github/workflows/scripts/push-images.sh 19:38:04 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 19:38:04 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 19:38:04 spire-1.2.1/.github/workflows/scripts/split.sh 19:38:04 spire-1.2.1/.gitignore 19:38:04 spire-1.2.1/.go-version 19:38:04 spire-1.2.1/.golangci.yml 19:38:04 spire-1.2.1/ADOPTERS.md 19:38:04 spire-1.2.1/CHANGELOG.md 19:38:04 spire-1.2.1/CODE-OF-CONDUCT.md 19:38:04 spire-1.2.1/CODEOWNERS 19:38:04 spire-1.2.1/CONTRIBUTING.md 19:38:04 spire-1.2.1/Dockerfile 19:38:04 spire-1.2.1/Dockerfile.dev 19:38:04 spire-1.2.1/Dockerfile.scratch 19:38:04 spire-1.2.1/LICENSE 19:38:04 spire-1.2.1/MAINTAINERS.md 19:38:04 spire-1.2.1/Makefile 19:38:04 spire-1.2.1/README.md 19:38:04 spire-1.2.1/ROADMAP.md 19:38:04 spire-1.2.1/SECURITY.md 19:38:04 spire-1.2.1/cmd/ 19:38:04 spire-1.2.1/cmd/spire-agent/ 19:38:04 spire-1.2.1/cmd/spire-agent/cli/ 19:38:04 spire-1.2.1/cmd/spire-agent/cli/api/ 19:38:04 spire-1.2.1/cmd/spire-agent/cli/api/common.go 19:38:04 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 19:38:04 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 19:38:04 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 19:38:04 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 19:38:04 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 19:38:04 spire-1.2.1/cmd/spire-agent/cli/cli.go 19:38:04 spire-1.2.1/cmd/spire-agent/cli/common/ 19:38:04 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 19:38:04 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 19:38:04 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 19:38:04 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 19:38:04 spire-1.2.1/cmd/spire-agent/cli/run/ 19:38:04 spire-1.2.1/cmd/spire-agent/cli/run/run.go 19:38:04 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 19:38:04 spire-1.2.1/cmd/spire-agent/cli/validate/ 19:38:04 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 19:38:04 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 19:38:04 spire-1.2.1/cmd/spire-agent/main.go 19:38:04 spire-1.2.1/cmd/spire-server/ 19:38:04 spire-1.2.1/cmd/spire-server/cli/ 19:38:04 spire-1.2.1/cmd/spire-server/cli/agent/ 19:38:04 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/agent/count.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/agent/list.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/agent/show.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/bundle/ 19:38:04 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/cli.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/entry/ 19:38:04 spire-1.2.1/cmd/spire-server/cli/entry/count.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/entry/create.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/entry/show.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/entry/update.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/entry/util.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/federation/ 19:38:04 spire-1.2.1/cmd/spire-server/cli/federation/common.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/federation/create.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/federation/list.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/federation/show.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/federation/update.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 19:38:04 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/jwt/ 19:38:04 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/run/ 19:38:04 spire-1.2.1/cmd/spire-server/cli/run/run.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/token/ 19:38:04 spire-1.2.1/cmd/spire-server/cli/token/generate.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/validate/ 19:38:04 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/x509/ 19:38:04 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 19:38:04 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 19:38:04 spire-1.2.1/cmd/spire-server/main.go 19:38:04 spire-1.2.1/cmd/spire-server/util/ 19:38:04 spire-1.2.1/cmd/spire-server/util/util.go 19:38:04 spire-1.2.1/conf/ 19:38:04 spire-1.2.1/conf/agent/ 19:38:04 spire-1.2.1/conf/agent/agent.conf 19:38:04 spire-1.2.1/conf/agent/agent_full.conf 19:38:04 spire-1.2.1/conf/agent/dummy_root_ca.crt 19:38:04 spire-1.2.1/conf/server/ 19:38:04 spire-1.2.1/conf/server/dummy_upstream_ca.crt 19:38:04 spire-1.2.1/conf/server/dummy_upstream_ca.key 19:38:04 spire-1.2.1/conf/server/server.conf 19:38:04 spire-1.2.1/conf/server/server_full.conf 19:38:04 spire-1.2.1/doc/ 19:38:04 spire-1.2.1/doc/SPIRE101.md 19:38:04 spire-1.2.1/doc/auditlog.md 19:38:04 spire-1.2.1/doc/authorization_policy_engine.md 19:38:04 spire-1.2.1/doc/changelog_guidelines.md 19:38:04 spire-1.2.1/doc/cure53-report.pdf 19:38:04 spire-1.2.1/doc/images/ 19:38:04 spire-1.2.1/doc/images/2019_roadmap.png 19:38:04 spire-1.2.1/doc/images/SPIRE101.png 19:38:04 spire-1.2.1/doc/images/SPIRE_agent.png 19:38:04 spire-1.2.1/doc/images/SPIRE_server.png 19:38:04 spire-1.2.1/doc/images/cache_mgr.png 19:38:04 spire-1.2.1/doc/images/cache_mgr_components.png 19:38:04 spire-1.2.1/doc/images/federated_spire.png 19:38:04 spire-1.2.1/doc/images/ha_mode.png 19:38:04 spire-1.2.1/doc/images/nested_spire.png 19:38:04 spire-1.2.1/doc/images/oidc_federation.png 19:38:04 spire-1.2.1/doc/images/single_trust_domain.png 19:38:04 spire-1.2.1/doc/images/spiffe_compatible.png 19:38:04 spire-1.2.1/doc/images/spire_logo.png 19:38:04 spire-1.2.1/doc/migrating_registration_api_clients.md 19:38:04 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 19:38:04 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 19:38:04 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 19:38:04 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 19:38:04 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 19:38:04 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 19:38:04 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 19:38:04 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 19:38:04 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 19:38:04 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 19:38:04 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 19:38:04 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 19:38:04 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 19:38:04 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 19:38:04 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 19:38:04 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 19:38:04 spire-1.2.1/doc/plugin_server_datastore_sql.md 19:38:04 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 19:38:04 spire-1.2.1/doc/plugin_server_keymanager_disk.md 19:38:04 spire-1.2.1/doc/plugin_server_keymanager_memory.md 19:38:04 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 19:38:04 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 19:38:04 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 19:38:04 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 19:38:04 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 19:38:04 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 19:38:04 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 19:38:04 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 19:38:04 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 19:38:04 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 19:38:04 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 19:38:04 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 19:38:04 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 19:38:04 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 19:38:04 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 19:38:04 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 19:38:04 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 19:38:04 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 19:38:04 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 19:38:04 spire-1.2.1/doc/scaling_spire.md 19:38:04 spire-1.2.1/doc/spire_agent.md 19:38:04 spire-1.2.1/doc/spire_server.md 19:38:04 spire-1.2.1/doc/supported_integrations.md 19:38:04 spire-1.2.1/doc/telemetry.md 19:38:04 spire-1.2.1/doc/telemetry_config.md 19:38:04 spire-1.2.1/doc/upgrading.md 19:38:04 spire-1.2.1/doc/using_spire.md 19:38:04 spire-1.2.1/examples/ 19:38:04 spire-1.2.1/examples/README.md 19:38:04 spire-1.2.1/go.mod 19:38:04 spire-1.2.1/go.sum 19:38:04 spire-1.2.1/pkg/ 19:38:04 spire-1.2.1/pkg/agent/ 19:38:04 spire-1.2.1/pkg/agent/agent.go 19:38:04 spire-1.2.1/pkg/agent/api/ 19:38:04 spire-1.2.1/pkg/agent/api/config.go 19:38:04 spire-1.2.1/pkg/agent/api/debug/ 19:38:04 spire-1.2.1/pkg/agent/api/debug/v1/ 19:38:04 spire-1.2.1/pkg/agent/api/debug/v1/service.go 19:38:04 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 19:38:04 spire-1.2.1/pkg/agent/api/delegatedidentity/ 19:38:04 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 19:38:04 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 19:38:04 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 19:38:04 spire-1.2.1/pkg/agent/api/endpoints.go 19:38:04 spire-1.2.1/pkg/agent/api/health/ 19:38:04 spire-1.2.1/pkg/agent/api/health/v1/ 19:38:04 spire-1.2.1/pkg/agent/api/health/v1/service.go 19:38:04 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 19:38:04 spire-1.2.1/pkg/agent/api/rpccontext/ 19:38:04 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 19:38:04 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 19:38:04 spire-1.2.1/pkg/agent/attestor/ 19:38:04 spire-1.2.1/pkg/agent/attestor/node/ 19:38:04 spire-1.2.1/pkg/agent/attestor/node/experimental.go 19:38:04 spire-1.2.1/pkg/agent/attestor/node/node.go 19:38:04 spire-1.2.1/pkg/agent/attestor/node/node_test.go 19:38:04 spire-1.2.1/pkg/agent/attestor/workload/ 19:38:04 spire-1.2.1/pkg/agent/attestor/workload/workload.go 19:38:04 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 19:38:04 spire-1.2.1/pkg/agent/catalog/ 19:38:04 spire-1.2.1/pkg/agent/catalog/catalog.go 19:38:04 spire-1.2.1/pkg/agent/catalog/keymanager.go 19:38:04 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 19:38:04 spire-1.2.1/pkg/agent/catalog/svidstore.go 19:38:04 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 19:38:04 spire-1.2.1/pkg/agent/client/ 19:38:04 spire-1.2.1/pkg/agent/client/client.go 19:38:04 spire-1.2.1/pkg/agent/client/client_test.go 19:38:04 spire-1.2.1/pkg/agent/client/dial.go 19:38:04 spire-1.2.1/pkg/agent/client/nodeconn.go 19:38:04 spire-1.2.1/pkg/agent/client/nodeconn_test.go 19:38:04 spire-1.2.1/pkg/agent/client/update.go 19:38:04 spire-1.2.1/pkg/agent/client/util.go 19:38:04 spire-1.2.1/pkg/agent/common/ 19:38:04 spire-1.2.1/pkg/agent/common/backoff/ 19:38:04 spire-1.2.1/pkg/agent/common/backoff/backoff.go 19:38:04 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 19:38:04 spire-1.2.1/pkg/agent/common/cgroups/ 19:38:04 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 19:38:04 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 19:38:04 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 19:38:04 spire-1.2.1/pkg/agent/config.go 19:38:04 spire-1.2.1/pkg/agent/endpoints/ 19:38:04 spire-1.2.1/pkg/agent/endpoints/config.go 19:38:04 spire-1.2.1/pkg/agent/endpoints/endpoints.go 19:38:04 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 19:38:04 spire-1.2.1/pkg/agent/endpoints/metrics.go 19:38:04 spire-1.2.1/pkg/agent/endpoints/middleware.go 19:38:04 spire-1.2.1/pkg/agent/endpoints/peertracker.go 19:38:04 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 19:38:04 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 19:38:04 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 19:38:04 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 19:38:04 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 19:38:04 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 19:38:04 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 19:38:04 spire-1.2.1/pkg/agent/endpoints/workload/ 19:38:04 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 19:38:04 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 19:38:04 spire-1.2.1/pkg/agent/manager/ 19:38:04 spire-1.2.1/pkg/agent/manager/cache/ 19:38:04 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 19:38:04 spire-1.2.1/pkg/agent/manager/cache/cache.go 19:38:04 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 19:38:04 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 19:38:04 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 19:38:04 spire-1.2.1/pkg/agent/manager/cache/sets.go 19:38:04 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 19:38:04 spire-1.2.1/pkg/agent/manager/config.go 19:38:04 spire-1.2.1/pkg/agent/manager/manager.go 19:38:04 spire-1.2.1/pkg/agent/manager/manager_test.go 19:38:04 spire-1.2.1/pkg/agent/manager/storage.go 19:38:04 spire-1.2.1/pkg/agent/manager/storage_test.go 19:38:04 spire-1.2.1/pkg/agent/manager/storecache/ 19:38:04 spire-1.2.1/pkg/agent/manager/storecache/cache.go 19:38:04 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 19:38:04 spire-1.2.1/pkg/agent/manager/sync.go 19:38:04 spire-1.2.1/pkg/agent/plugin/ 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/ 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 19:38:04 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 19:38:04 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/ 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 19:38:04 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 19:38:04 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 19:38:04 spire-1.2.1/pkg/agent/svid/ 19:38:04 spire-1.2.1/pkg/agent/svid/rotator.go 19:38:04 spire-1.2.1/pkg/agent/svid/rotator_config.go 19:38:04 spire-1.2.1/pkg/agent/svid/rotator_test.go 19:38:04 spire-1.2.1/pkg/agent/svid/store/ 19:38:04 spire-1.2.1/pkg/agent/svid/store/service.go 19:38:04 spire-1.2.1/pkg/agent/svid/store/service_test.go 19:38:04 spire-1.2.1/pkg/common/ 19:38:04 spire-1.2.1/pkg/common/agentpathtemplate/ 19:38:04 spire-1.2.1/pkg/common/agentpathtemplate/template.go 19:38:04 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 19:38:04 spire-1.2.1/pkg/common/api/ 19:38:04 spire-1.2.1/pkg/common/api/metrics.go 19:38:04 spire-1.2.1/pkg/common/api/middleware/ 19:38:04 spire-1.2.1/pkg/common/api/middleware/common_test.go 19:38:04 spire-1.2.1/pkg/common/api/middleware/interceptor.go 19:38:04 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 19:38:04 spire-1.2.1/pkg/common/api/middleware/logger.go 19:38:04 spire-1.2.1/pkg/common/api/middleware/logger_test.go 19:38:04 spire-1.2.1/pkg/common/api/middleware/metrics.go 19:38:04 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 19:38:04 spire-1.2.1/pkg/common/api/middleware/middleware.go 19:38:04 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 19:38:04 spire-1.2.1/pkg/common/api/middleware/misconfig.go 19:38:04 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 19:38:04 spire-1.2.1/pkg/common/api/middleware/names.go 19:38:04 spire-1.2.1/pkg/common/api/middleware/names_test.go 19:38:04 spire-1.2.1/pkg/common/api/names.go 19:38:04 spire-1.2.1/pkg/common/api/ratelimit.go 19:38:04 spire-1.2.1/pkg/common/api/rpccontext/ 19:38:04 spire-1.2.1/pkg/common/api/rpccontext/logger.go 19:38:04 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 19:38:04 spire-1.2.1/pkg/common/api/rpccontext/names.go 19:38:04 spire-1.2.1/pkg/common/auth/ 19:38:04 spire-1.2.1/pkg/common/auth/interceptors.go 19:38:04 spire-1.2.1/pkg/common/auth/interceptors_test.go 19:38:04 spire-1.2.1/pkg/common/auth/untracked_uds.go 19:38:04 spire-1.2.1/pkg/common/bundleutil/ 19:38:04 spire-1.2.1/pkg/common/bundleutil/bundle.go 19:38:04 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 19:38:04 spire-1.2.1/pkg/common/bundleutil/common_test.go 19:38:04 spire-1.2.1/pkg/common/bundleutil/marshal.go 19:38:04 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 19:38:04 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 19:38:04 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 19:38:04 spire-1.2.1/pkg/common/bundleutil/types.go 19:38:04 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 19:38:04 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 19:38:04 spire-1.2.1/pkg/common/catalog/ 19:38:04 spire-1.2.1/pkg/common/catalog/bind.go 19:38:04 spire-1.2.1/pkg/common/catalog/builtin.go 19:38:04 spire-1.2.1/pkg/common/catalog/catalog.go 19:38:04 spire-1.2.1/pkg/common/catalog/catalog_test.go 19:38:04 spire-1.2.1/pkg/common/catalog/closers.go 19:38:04 spire-1.2.1/pkg/common/catalog/cmd_linux.go 19:38:04 spire-1.2.1/pkg/common/catalog/cmd_other.go 19:38:04 spire-1.2.1/pkg/common/catalog/config.go 19:38:04 spire-1.2.1/pkg/common/catalog/config_test.go 19:38:04 spire-1.2.1/pkg/common/catalog/configure.go 19:38:04 spire-1.2.1/pkg/common/catalog/constraints.go 19:38:04 spire-1.2.1/pkg/common/catalog/constraints_test.go 19:38:04 spire-1.2.1/pkg/common/catalog/context.go 19:38:04 spire-1.2.1/pkg/common/catalog/external.go 19:38:04 spire-1.2.1/pkg/common/catalog/host.go 19:38:04 spire-1.2.1/pkg/common/catalog/pipenet.go 19:38:04 spire-1.2.1/pkg/common/catalog/plugin.go 19:38:04 spire-1.2.1/pkg/common/catalog/testplugin/ 19:38:04 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 19:38:04 spire-1.2.1/pkg/common/catalog/testplugin/main.go 19:38:04 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 19:38:04 spire-1.2.1/pkg/common/cli/ 19:38:04 spire-1.2.1/pkg/common/cli/env.go 19:38:04 spire-1.2.1/pkg/common/cli/flags.go 19:38:04 spire-1.2.1/pkg/common/cli/trust_domain.go 19:38:04 spire-1.2.1/pkg/common/cli/trust_domain_test.go 19:38:04 spire-1.2.1/pkg/common/cli/umask.go 19:38:04 spire-1.2.1/pkg/common/cli/umask_posix.go 19:38:04 spire-1.2.1/pkg/common/cli/umask_test.go 19:38:04 spire-1.2.1/pkg/common/cli/umask_windows.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/ 19:38:04 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/flag.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/flag_test.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/format.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/format_test.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/ 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 19:38:04 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 19:38:04 spire-1.2.1/pkg/common/coretypes/ 19:38:04 spire-1.2.1/pkg/common/coretypes/bundle/ 19:38:04 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 19:38:04 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 19:38:04 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 19:38:04 spire-1.2.1/pkg/common/coretypes/bundle/require.go 19:38:04 spire-1.2.1/pkg/common/coretypes/jwtkey/ 19:38:04 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 19:38:04 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 19:38:04 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 19:38:04 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 19:38:04 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 19:38:04 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 19:38:04 spire-1.2.1/pkg/common/coretypes/x509certificate/ 19:38:04 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 19:38:04 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 19:38:04 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 19:38:04 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 19:38:04 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 19:38:04 spire-1.2.1/pkg/common/cryptoutil/ 19:38:04 spire-1.2.1/pkg/common/cryptoutil/keys.go 19:38:04 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 19:38:04 spire-1.2.1/pkg/common/diskutil/ 19:38:04 spire-1.2.1/pkg/common/diskutil/file_posix.go 19:38:04 spire-1.2.1/pkg/common/diskutil/file_test.go 19:38:04 spire-1.2.1/pkg/common/diskutil/file_windows.go 19:38:04 spire-1.2.1/pkg/common/errorutil/ 19:38:04 spire-1.2.1/pkg/common/errorutil/wrapper.go 19:38:04 spire-1.2.1/pkg/common/health/ 19:38:04 spire-1.2.1/pkg/common/health/config.go 19:38:04 spire-1.2.1/pkg/common/health/context.go 19:38:04 spire-1.2.1/pkg/common/health/context_test.go 19:38:04 spire-1.2.1/pkg/common/health/health.go 19:38:04 spire-1.2.1/pkg/common/health/health_test.go 19:38:04 spire-1.2.1/pkg/common/health/logger.go 19:38:04 spire-1.2.1/pkg/common/hostservice/ 19:38:04 spire-1.2.1/pkg/common/hostservice/metricsservice/ 19:38:04 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 19:38:04 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 19:38:04 spire-1.2.1/pkg/common/idutil/ 19:38:04 spire-1.2.1/pkg/common/idutil/require.go 19:38:04 spire-1.2.1/pkg/common/idutil/require_test.go 19:38:04 spire-1.2.1/pkg/common/idutil/safety.go 19:38:04 spire-1.2.1/pkg/common/idutil/safety_test.go 19:38:04 spire-1.2.1/pkg/common/idutil/spiffeid.go 19:38:04 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 19:38:04 spire-1.2.1/pkg/common/jwtsvid/ 19:38:04 spire-1.2.1/pkg/common/jwtsvid/common.go 19:38:04 spire-1.2.1/pkg/common/jwtsvid/sign.go 19:38:04 spire-1.2.1/pkg/common/jwtsvid/token_test.go 19:38:04 spire-1.2.1/pkg/common/jwtsvid/validate.go 19:38:04 spire-1.2.1/pkg/common/jwtutil/ 19:38:04 spire-1.2.1/pkg/common/jwtutil/keyset.go 19:38:04 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 19:38:04 spire-1.2.1/pkg/common/log/ 19:38:04 spire-1.2.1/pkg/common/log/hclog_adapter.go 19:38:04 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 19:38:04 spire-1.2.1/pkg/common/log/log.go 19:38:04 spire-1.2.1/pkg/common/log/log_test.go 19:38:04 spire-1.2.1/pkg/common/log/options.go 19:38:04 spire-1.2.1/pkg/common/nodeutil/ 19:38:04 spire-1.2.1/pkg/common/nodeutil/node.go 19:38:04 spire-1.2.1/pkg/common/nodeutil/node_test.go 19:38:04 spire-1.2.1/pkg/common/peertracker/ 19:38:04 spire-1.2.1/pkg/common/peertracker/conn.go 19:38:04 spire-1.2.1/pkg/common/peertracker/credentials.go 19:38:04 spire-1.2.1/pkg/common/peertracker/errors.go 19:38:04 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 19:38:04 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 19:38:04 spire-1.2.1/pkg/common/peertracker/info.go 19:38:04 spire-1.2.1/pkg/common/peertracker/listener.go 19:38:04 spire-1.2.1/pkg/common/peertracker/listener_test.go 19:38:04 spire-1.2.1/pkg/common/peertracker/peertracker.go 19:38:04 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 19:38:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 19:38:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 19:38:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 19:38:04 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 19:38:04 spire-1.2.1/pkg/common/peertracker/tcp.go 19:38:04 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 19:38:04 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 19:38:04 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 19:38:04 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 19:38:04 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 19:38:04 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 19:38:04 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 19:38:04 spire-1.2.1/pkg/common/peertracker/uds.go 19:38:04 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 19:38:04 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 19:38:04 spire-1.2.1/pkg/common/peertracker/uds_linux.go 19:38:04 spire-1.2.1/pkg/common/pemutil/ 19:38:04 spire-1.2.1/pkg/common/pemutil/block.go 19:38:04 spire-1.2.1/pkg/common/pemutil/certs.go 19:38:04 spire-1.2.1/pkg/common/pemutil/common.go 19:38:04 spire-1.2.1/pkg/common/pemutil/csr.go 19:38:04 spire-1.2.1/pkg/common/pemutil/keys.go 19:38:04 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 19:38:04 spire-1.2.1/pkg/common/pemutil/testdata/ 19:38:04 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 19:38:04 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 19:38:04 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 19:38:04 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 19:38:04 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 19:38:04 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 19:38:04 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 19:38:04 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 19:38:04 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 19:38:04 spire-1.2.1/pkg/common/plugin/ 19:38:04 spire-1.2.1/pkg/common/plugin/aws/ 19:38:04 spire-1.2.1/pkg/common/plugin/aws/iid.go 19:38:04 spire-1.2.1/pkg/common/plugin/azure/ 19:38:04 spire-1.2.1/pkg/common/plugin/azure/msi.go 19:38:04 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 19:38:04 spire-1.2.1/pkg/common/plugin/facade.go 19:38:04 spire-1.2.1/pkg/common/plugin/facade_test.go 19:38:04 spire-1.2.1/pkg/common/plugin/gcp/ 19:38:04 spire-1.2.1/pkg/common/plugin/gcp/iit.go 19:38:04 spire-1.2.1/pkg/common/plugin/k8s/ 19:38:04 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 19:38:04 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 19:38:04 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 19:38:04 spire-1.2.1/pkg/common/plugin/k8s/utils.go 19:38:04 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 19:38:04 spire-1.2.1/pkg/common/plugin/log.go 19:38:04 spire-1.2.1/pkg/common/plugin/sshpop/ 19:38:04 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 19:38:04 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 19:38:04 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 19:38:04 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 19:38:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 19:38:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 19:38:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 19:38:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 19:38:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 19:38:04 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 19:38:04 spire-1.2.1/pkg/common/plugin/tpmdevid/ 19:38:04 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 19:38:04 spire-1.2.1/pkg/common/plugin/x509pop/ 19:38:04 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 19:38:04 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 19:38:04 spire-1.2.1/pkg/common/profiling/ 19:38:04 spire-1.2.1/pkg/common/profiling/dumpers.go 19:38:04 spire-1.2.1/pkg/common/profiling/profiling.go 19:38:04 spire-1.2.1/pkg/common/protoutil/ 19:38:04 spire-1.2.1/pkg/common/protoutil/masks.go 19:38:04 spire-1.2.1/pkg/common/protoutil/masks_test.go 19:38:04 spire-1.2.1/pkg/common/rotationutil/ 19:38:04 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 19:38:04 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 19:38:04 spire-1.2.1/pkg/common/selector/ 19:38:04 spire-1.2.1/pkg/common/selector/selector.go 19:38:04 spire-1.2.1/pkg/common/selector/selector_test.go 19:38:04 spire-1.2.1/pkg/common/selector/set.go 19:38:04 spire-1.2.1/pkg/common/selector/set_utils.go 19:38:04 spire-1.2.1/pkg/common/selector/set_utils_test.go 19:38:04 spire-1.2.1/pkg/common/telemetry/ 19:38:04 spire-1.2.1/pkg/common/telemetry/agent/ 19:38:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 19:38:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 19:38:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 19:38:04 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 19:38:04 spire-1.2.1/pkg/common/telemetry/agent/manager.go 19:38:04 spire-1.2.1/pkg/common/telemetry/agent/node.go 19:38:04 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 19:38:04 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 19:38:04 spire-1.2.1/pkg/common/telemetry/agent/store/ 19:38:04 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 19:38:04 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 19:38:04 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 19:38:04 spire-1.2.1/pkg/common/telemetry/blackhole.go 19:38:04 spire-1.2.1/pkg/common/telemetry/call.go 19:38:04 spire-1.2.1/pkg/common/telemetry/common/ 19:38:04 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 19:38:04 spire-1.2.1/pkg/common/telemetry/config.go 19:38:04 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 19:38:04 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 19:38:04 spire-1.2.1/pkg/common/telemetry/inmem.go 19:38:04 spire-1.2.1/pkg/common/telemetry/inmem_test.go 19:38:04 spire-1.2.1/pkg/common/telemetry/m3.go 19:38:04 spire-1.2.1/pkg/common/telemetry/m3_test.go 19:38:04 spire-1.2.1/pkg/common/telemetry/metrics.go 19:38:04 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 19:38:04 spire-1.2.1/pkg/common/telemetry/names.go 19:38:04 spire-1.2.1/pkg/common/telemetry/prometheus.go 19:38:04 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 19:38:04 spire-1.2.1/pkg/common/telemetry/sanitize.go 19:38:04 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 19:38:04 spire-1.2.1/pkg/common/telemetry/server/ 19:38:04 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 19:38:04 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 19:38:04 spire-1.2.1/pkg/common/telemetry/server/datastore/ 19:38:04 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 19:38:04 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 19:38:04 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 19:38:04 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 19:38:04 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 19:38:04 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 19:38:04 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 19:38:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 19:38:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 19:38:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 19:38:04 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 19:38:04 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 19:38:04 spire-1.2.1/pkg/common/telemetry/server/rotate.go 19:38:04 spire-1.2.1/pkg/common/telemetry/server/server.go 19:38:04 spire-1.2.1/pkg/common/telemetry/sink.go 19:38:04 spire-1.2.1/pkg/common/telemetry/statsd.go 19:38:04 spire-1.2.1/pkg/common/telemetry/statsd_test.go 19:38:04 spire-1.2.1/pkg/common/telemetry/uptime.go 19:38:04 spire-1.2.1/pkg/common/telemetry/version.go 19:38:04 spire-1.2.1/pkg/common/telemetry/withlabels.go 19:38:04 spire-1.2.1/pkg/common/uptime/ 19:38:04 spire-1.2.1/pkg/common/uptime/uptime.go 19:38:04 spire-1.2.1/pkg/common/uptime/uptime_test.go 19:38:04 spire-1.2.1/pkg/common/util/ 19:38:04 spire-1.2.1/pkg/common/util/certs.go 19:38:04 spire-1.2.1/pkg/common/util/certs_test.go 19:38:04 spire-1.2.1/pkg/common/util/csr.go 19:38:04 spire-1.2.1/pkg/common/util/hash.go 19:38:04 spire-1.2.1/pkg/common/util/selectors.go 19:38:04 spire-1.2.1/pkg/common/util/selectors_test.go 19:38:04 spire-1.2.1/pkg/common/util/signals.go 19:38:04 spire-1.2.1/pkg/common/util/sort.go 19:38:04 spire-1.2.1/pkg/common/util/sort_test.go 19:38:04 spire-1.2.1/pkg/common/util/task.go 19:38:04 spire-1.2.1/pkg/common/util/task_test.go 19:38:04 spire-1.2.1/pkg/common/util/testdata/ 19:38:04 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 19:38:04 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 19:38:04 spire-1.2.1/pkg/common/version/ 19:38:04 spire-1.2.1/pkg/common/version/version.go 19:38:04 spire-1.2.1/pkg/common/x509svid/ 19:38:04 spire-1.2.1/pkg/common/x509svid/common_test.go 19:38:04 spire-1.2.1/pkg/common/x509svid/csr.go 19:38:04 spire-1.2.1/pkg/common/x509svid/upstreamca.go 19:38:04 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 19:38:04 spire-1.2.1/pkg/common/x509util/ 19:38:04 spire-1.2.1/pkg/common/x509util/cert.go 19:38:04 spire-1.2.1/pkg/common/x509util/dns.go 19:38:04 spire-1.2.1/pkg/common/x509util/dns_test.go 19:38:04 spire-1.2.1/pkg/common/x509util/keyid.go 19:38:04 spire-1.2.1/pkg/common/x509util/keypair.go 19:38:04 spire-1.2.1/pkg/common/x509util/serialnumber.go 19:38:04 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 19:38:04 spire-1.2.1/pkg/server/ 19:38:04 spire-1.2.1/pkg/server/api/ 19:38:04 spire-1.2.1/pkg/server/api/agent.go 19:38:04 spire-1.2.1/pkg/server/api/agent/ 19:38:04 spire-1.2.1/pkg/server/api/agent/v1/ 19:38:04 spire-1.2.1/pkg/server/api/agent/v1/service.go 19:38:04 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 19:38:04 spire-1.2.1/pkg/server/api/agent_test.go 19:38:04 spire-1.2.1/pkg/server/api/api.go 19:38:04 spire-1.2.1/pkg/server/api/audit/ 19:38:04 spire-1.2.1/pkg/server/api/audit/audit.go 19:38:04 spire-1.2.1/pkg/server/api/audit/audit_test.go 19:38:04 spire-1.2.1/pkg/server/api/bundle.go 19:38:04 spire-1.2.1/pkg/server/api/bundle/ 19:38:04 spire-1.2.1/pkg/server/api/bundle/v1/ 19:38:04 spire-1.2.1/pkg/server/api/bundle/v1/service.go 19:38:04 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 19:38:04 spire-1.2.1/pkg/server/api/bundle_test.go 19:38:04 spire-1.2.1/pkg/server/api/debug/ 19:38:04 spire-1.2.1/pkg/server/api/debug/v1/ 19:38:04 spire-1.2.1/pkg/server/api/debug/v1/service.go 19:38:04 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 19:38:04 spire-1.2.1/pkg/server/api/entry.go 19:38:04 spire-1.2.1/pkg/server/api/entry/ 19:38:04 spire-1.2.1/pkg/server/api/entry/v1/ 19:38:04 spire-1.2.1/pkg/server/api/entry/v1/service.go 19:38:04 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 19:38:04 spire-1.2.1/pkg/server/api/entry_test.go 19:38:04 spire-1.2.1/pkg/server/api/health/ 19:38:04 spire-1.2.1/pkg/server/api/health/v1/ 19:38:04 spire-1.2.1/pkg/server/api/health/v1/service.go 19:38:04 spire-1.2.1/pkg/server/api/health/v1/service_test.go 19:38:04 spire-1.2.1/pkg/server/api/id.go 19:38:04 spire-1.2.1/pkg/server/api/id_test.go 19:38:04 spire-1.2.1/pkg/server/api/limits/ 19:38:04 spire-1.2.1/pkg/server/api/limits/limits.go 19:38:04 spire-1.2.1/pkg/server/api/middleware/ 19:38:04 spire-1.2.1/pkg/server/api/middleware/alias.go 19:38:04 spire-1.2.1/pkg/server/api/middleware/audit.go 19:38:04 spire-1.2.1/pkg/server/api/middleware/authorization.go 19:38:04 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 19:38:04 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 19:38:04 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 19:38:04 spire-1.2.1/pkg/server/api/middleware/caller.go 19:38:04 spire-1.2.1/pkg/server/api/middleware/caller_test.go 19:38:04 spire-1.2.1/pkg/server/api/middleware/common.go 19:38:04 spire-1.2.1/pkg/server/api/middleware/common_test.go 19:38:04 spire-1.2.1/pkg/server/api/middleware/entries.go 19:38:04 spire-1.2.1/pkg/server/api/middleware/entries_test.go 19:38:04 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 19:38:04 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 19:38:04 spire-1.2.1/pkg/server/api/ratelimit.go 19:38:04 spire-1.2.1/pkg/server/api/rpccontext/ 19:38:04 spire-1.2.1/pkg/server/api/rpccontext/alias.go 19:38:04 spire-1.2.1/pkg/server/api/rpccontext/audit.go 19:38:04 spire-1.2.1/pkg/server/api/rpccontext/caller.go 19:38:04 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 19:38:04 spire-1.2.1/pkg/server/api/selector.go 19:38:04 spire-1.2.1/pkg/server/api/selector_test.go 19:38:04 spire-1.2.1/pkg/server/api/status.go 19:38:04 spire-1.2.1/pkg/server/api/status_test.go 19:38:04 spire-1.2.1/pkg/server/api/svid/ 19:38:04 spire-1.2.1/pkg/server/api/svid/v1/ 19:38:04 spire-1.2.1/pkg/server/api/svid/v1/service.go 19:38:04 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 19:38:04 spire-1.2.1/pkg/server/api/trustdomain.go 19:38:04 spire-1.2.1/pkg/server/api/trustdomain/ 19:38:04 spire-1.2.1/pkg/server/api/trustdomain/v1/ 19:38:04 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 19:38:04 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 19:38:04 spire-1.2.1/pkg/server/api/trustdomain_test.go 19:38:04 spire-1.2.1/pkg/server/authpolicy/ 19:38:04 spire-1.2.1/pkg/server/authpolicy/defaults.go 19:38:04 spire-1.2.1/pkg/server/authpolicy/policy.go 19:38:04 spire-1.2.1/pkg/server/authpolicy/policy.rego 19:38:04 spire-1.2.1/pkg/server/authpolicy/policy_data.json 19:38:04 spire-1.2.1/pkg/server/authpolicy/policy_test.go 19:38:04 spire-1.2.1/pkg/server/authpolicy/validate.go 19:38:04 spire-1.2.1/pkg/server/bundle/ 19:38:04 spire-1.2.1/pkg/server/bundle/client/ 19:38:04 spire-1.2.1/pkg/server/bundle/client/client.go 19:38:04 spire-1.2.1/pkg/server/bundle/client/client_test.go 19:38:04 spire-1.2.1/pkg/server/bundle/client/manager.go 19:38:04 spire-1.2.1/pkg/server/bundle/client/manager_test.go 19:38:04 spire-1.2.1/pkg/server/bundle/client/sources.go 19:38:04 spire-1.2.1/pkg/server/bundle/client/sources_test.go 19:38:04 spire-1.2.1/pkg/server/bundle/client/updater.go 19:38:04 spire-1.2.1/pkg/server/bundle/client/updater_test.go 19:38:04 spire-1.2.1/pkg/server/ca/ 19:38:04 spire-1.2.1/pkg/server/ca/ca.go 19:38:04 spire-1.2.1/pkg/server/ca/ca_health.go 19:38:04 spire-1.2.1/pkg/server/ca/ca_test.go 19:38:04 spire-1.2.1/pkg/server/ca/journal.go 19:38:04 spire-1.2.1/pkg/server/ca/journal_test.go 19:38:04 spire-1.2.1/pkg/server/ca/manager.go 19:38:04 spire-1.2.1/pkg/server/ca/manager_health.go 19:38:04 spire-1.2.1/pkg/server/ca/manager_test.go 19:38:04 spire-1.2.1/pkg/server/ca/templates.go 19:38:04 spire-1.2.1/pkg/server/ca/upstream_client.go 19:38:04 spire-1.2.1/pkg/server/ca/upstream_client_test.go 19:38:04 spire-1.2.1/pkg/server/ca/validation.go 19:38:04 spire-1.2.1/pkg/server/cache/ 19:38:04 spire-1.2.1/pkg/server/cache/dscache/ 19:38:04 spire-1.2.1/pkg/server/cache/dscache/cache.go 19:38:04 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 19:38:04 spire-1.2.1/pkg/server/cache/entrycache/ 19:38:04 spire-1.2.1/pkg/server/cache/entrycache/cache.go 19:38:04 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 19:38:04 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 19:38:04 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 19:38:04 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 19:38:04 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 19:38:04 spire-1.2.1/pkg/server/catalog/ 19:38:04 spire-1.2.1/pkg/server/catalog/catalog.go 19:38:04 spire-1.2.1/pkg/server/catalog/keymanager.go 19:38:04 spire-1.2.1/pkg/server/catalog/nodeattestor.go 19:38:04 spire-1.2.1/pkg/server/catalog/noderesolver.go 19:38:04 spire-1.2.1/pkg/server/catalog/notifier.go 19:38:04 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 19:38:04 spire-1.2.1/pkg/server/config.go 19:38:04 spire-1.2.1/pkg/server/datastore/ 19:38:04 spire-1.2.1/pkg/server/datastore/datastore.go 19:38:04 spire-1.2.1/pkg/server/datastore/datastore_health.go 19:38:04 spire-1.2.1/pkg/server/datastore/repository.go 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/ 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 19:38:04 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 19:38:04 spire-1.2.1/pkg/server/endpoints/ 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/ 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/config.go 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/server.go 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 19:38:04 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 19:38:04 spire-1.2.1/pkg/server/endpoints/config.go 19:38:04 spire-1.2.1/pkg/server/endpoints/endpoints.go 19:38:04 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 19:38:04 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 19:38:04 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 19:38:04 spire-1.2.1/pkg/server/endpoints/middleware.go 19:38:04 spire-1.2.1/pkg/server/endpoints/middleware_test.go 19:38:04 spire-1.2.1/pkg/server/hostservice/ 19:38:04 spire-1.2.1/pkg/server/hostservice/agentstore/ 19:38:04 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 19:38:04 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 19:38:04 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 19:38:04 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 19:38:04 spire-1.2.1/pkg/server/hostservice/identityprovider/ 19:38:04 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 19:38:04 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/ 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/ 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/base/ 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/test/ 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 19:38:04 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/ 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 19:38:04 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/noderesolver/ 19:38:04 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 19:38:04 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 19:38:04 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 19:38:04 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 19:38:04 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 19:38:04 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 19:38:04 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/notifier/ 19:38:04 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 19:38:04 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 19:38:04 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 19:38:04 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 19:38:04 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 19:38:04 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 19:38:04 spire-1.2.1/pkg/server/plugin/notifier/repository.go 19:38:04 spire-1.2.1/pkg/server/plugin/notifier/v1.go 19:38:04 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 19:38:04 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 19:38:04 spire-1.2.1/pkg/server/registration/ 19:38:04 spire-1.2.1/pkg/server/registration/manager.go 19:38:04 spire-1.2.1/pkg/server/registration/manager_test.go 19:38:04 spire-1.2.1/pkg/server/scanentries.go 19:38:04 spire-1.2.1/pkg/server/scanentries_test.go 19:38:04 spire-1.2.1/pkg/server/server.go 19:38:04 spire-1.2.1/pkg/server/server_test.go 19:38:04 spire-1.2.1/pkg/server/svid/ 19:38:04 spire-1.2.1/pkg/server/svid/observer.go 19:38:04 spire-1.2.1/pkg/server/svid/observer_test.go 19:38:04 spire-1.2.1/pkg/server/svid/rotator.go 19:38:04 spire-1.2.1/pkg/server/svid/rotator_config.go 19:38:04 spire-1.2.1/pkg/server/svid/rotator_config_test.go 19:38:04 spire-1.2.1/pkg/server/svid/rotator_test.go 19:38:04 spire-1.2.1/proto/ 19:38:04 spire-1.2.1/proto/private/ 19:38:04 spire-1.2.1/proto/private/server/ 19:38:04 spire-1.2.1/proto/private/server/journal/ 19:38:04 spire-1.2.1/proto/private/server/journal/journal.pb.go 19:38:04 spire-1.2.1/proto/private/server/journal/journal.proto 19:38:04 spire-1.2.1/proto/spire/ 19:38:04 spire-1.2.1/proto/spire/common/ 19:38:04 spire-1.2.1/proto/spire/common/common.pb.go 19:38:04 spire-1.2.1/proto/spire/common/common.proto 19:38:04 spire-1.2.1/proto/spire/common/plugin/ 19:38:04 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 19:38:04 spire-1.2.1/proto/spire/common/plugin/plugin.proto 19:38:04 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 19:38:04 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 19:38:04 spire-1.2.1/proto/spire/plugin/ 19:38:04 spire-1.2.1/proto/spire/plugin/agent/ 19:38:04 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 19:38:04 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 19:38:04 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 19:38:04 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 19:38:04 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 19:38:04 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 19:38:04 spire-1.2.1/release/ 19:38:04 spire-1.2.1/release/spire-extras/ 19:38:04 spire-1.2.1/release/spire-extras/README.md 19:38:04 spire-1.2.1/release/spire-extras/conf/ 19:38:04 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 19:38:04 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 19:38:04 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 19:38:04 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 19:38:04 spire-1.2.1/release/spire/ 19:38:04 spire-1.2.1/release/spire/README.md 19:38:04 spire-1.2.1/release/spire/conf/ 19:38:04 spire-1.2.1/release/spire/conf/agent/ 19:38:04 spire-1.2.1/release/spire/conf/agent/agent.conf 19:38:04 spire-1.2.1/release/spire/conf/server/ 19:38:04 spire-1.2.1/release/spire/conf/server/server.conf 19:38:04 spire-1.2.1/script/ 19:38:04 spire-1.2.1/script/build-artifact.sh 19:38:04 spire-1.2.1/script/generate_dummy_ca.sh 19:38:04 spire-1.2.1/support/ 19:38:04 spire-1.2.1/support/k8s/ 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/ 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 19:38:04 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 19:38:04 spire-1.2.1/support/oidc-discovery-provider/ 19:38:04 spire-1.2.1/support/oidc-discovery-provider/README.md 19:38:04 spire-1.2.1/support/oidc-discovery-provider/common_test.go 19:38:04 spire-1.2.1/support/oidc-discovery-provider/config.go 19:38:04 spire-1.2.1/support/oidc-discovery-provider/config_test.go 19:38:04 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 19:38:04 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 19:38:04 spire-1.2.1/support/oidc-discovery-provider/handler.go 19:38:04 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 19:38:04 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 19:38:04 spire-1.2.1/support/oidc-discovery-provider/main.go 19:38:04 spire-1.2.1/support/oidc-discovery-provider/server_api.go 19:38:04 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 19:38:04 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 19:38:04 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 19:38:04 spire-1.2.1/test/ 19:38:04 spire-1.2.1/test/clock/ 19:38:04 spire-1.2.1/test/clock/clock.go 19:38:04 spire-1.2.1/test/fakes/ 19:38:04 spire-1.2.1/test/fakes/fakeagentcatalog/ 19:38:04 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 19:38:04 spire-1.2.1/test/fakes/fakeagentkeymanager/ 19:38:04 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 19:38:04 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 19:38:04 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 19:38:04 spire-1.2.1/test/fakes/fakeagentstore/ 19:38:04 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 19:38:04 spire-1.2.1/test/fakes/fakedatastore/ 19:38:04 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 19:38:04 spire-1.2.1/test/fakes/fakeentryclient/ 19:38:04 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 19:38:04 spire-1.2.1/test/fakes/fakehealthchecker/ 19:38:04 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 19:38:04 spire-1.2.1/test/fakes/fakeidentityprovider/ 19:38:04 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 19:38:04 spire-1.2.1/test/fakes/fakemetrics/ 19:38:04 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 19:38:04 spire-1.2.1/test/fakes/fakenoderesolver/ 19:38:04 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 19:38:04 spire-1.2.1/test/fakes/fakenotifier/ 19:38:04 spire-1.2.1/test/fakes/fakenotifier/notifier.go 19:38:04 spire-1.2.1/test/fakes/fakepluginmetrics/ 19:38:04 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 19:38:04 spire-1.2.1/test/fakes/fakeserverca/ 19:38:04 spire-1.2.1/test/fakes/fakeserverca/serverca.go 19:38:04 spire-1.2.1/test/fakes/fakeservercatalog/ 19:38:04 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 19:38:04 spire-1.2.1/test/fakes/fakeserverkeymanager/ 19:38:04 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 19:38:04 spire-1.2.1/test/fakes/fakeservernodeattestor/ 19:38:04 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 19:38:04 spire-1.2.1/test/fakes/fakeupstreamauthority/ 19:38:04 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 19:38:04 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 19:38:04 spire-1.2.1/test/fakes/fakeworkloadapi/ 19:38:04 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 19:38:04 spire-1.2.1/test/fakes/fakeworkloadattestor/ 19:38:04 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 19:38:04 spire-1.2.1/test/fixture/ 19:38:04 spire-1.2.1/test/fixture/certs/ 19:38:04 spire-1.2.1/test/fixture/certs/agent_svid.der 19:38:04 spire-1.2.1/test/fixture/certs/base_cert.pem 19:38:04 spire-1.2.1/test/fixture/certs/base_csr.pem 19:38:04 spire-1.2.1/test/fixture/certs/base_key.pem 19:38:04 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 19:38:04 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 19:38:04 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 19:38:04 spire-1.2.1/test/fixture/certs/blog_cert.pem 19:38:04 spire-1.2.1/test/fixture/certs/blog_csr.pem 19:38:04 spire-1.2.1/test/fixture/certs/blog_key.pem 19:38:04 spire-1.2.1/test/fixture/certs/bundle.der 19:38:04 spire-1.2.1/test/fixture/certs/ca.pem 19:38:04 spire-1.2.1/test/fixture/certs/ca_key.pem 19:38:04 spire-1.2.1/test/fixture/certs/database_cert.pem 19:38:04 spire-1.2.1/test/fixture/certs/database_csr.pem 19:38:04 spire-1.2.1/test/fixture/certs/database_key.pem 19:38:04 spire-1.2.1/test/fixture/certs/node_cert.pem 19:38:04 spire-1.2.1/test/fixture/certs/node_csr.pem 19:38:04 spire-1.2.1/test/fixture/certs/node_key.pem 19:38:04 spire-1.2.1/test/fixture/certs/svid.pem 19:38:04 spire-1.2.1/test/fixture/certs/svid_key.pem 19:38:04 spire-1.2.1/test/fixture/config/ 19:38:04 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 19:38:04 spire-1.2.1/test/fixture/config/agent_good.conf 19:38:04 spire-1.2.1/test/fixture/config/agent_good_templated.conf 19:38:04 spire-1.2.1/test/fixture/config/plugin_good.conf 19:38:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 19:38:04 spire-1.2.1/test/fixture/config/server_good.conf 19:38:04 spire-1.2.1/test/fixture/config/server_good_templated.conf 19:38:04 spire-1.2.1/test/fixture/fixture.go 19:38:04 spire-1.2.1/test/fixture/nodeattestor/ 19:38:04 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 19:38:04 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 19:38:04 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 19:38:04 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 19:38:04 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 19:38:04 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 19:38:04 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 19:38:04 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 19:38:04 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 19:38:04 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 19:38:04 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 19:38:04 spire-1.2.1/test/fixture/registration/ 19:38:04 spire-1.2.1/test/fixture/registration/entries.json 19:38:04 spire-1.2.1/test/fixture/registration/good-for-update.json 19:38:04 spire-1.2.1/test/fixture/registration/good.json 19:38:04 spire-1.2.1/test/fixture/registration/invalid.json 19:38:04 spire-1.2.1/test/fixture/registration/invalid_json.json 19:38:04 spire-1.2.1/test/fixture/registration/manager_test_entries.json 19:38:04 spire-1.2.1/test/integration/ 19:38:04 spire-1.2.1/test/integration/README.md 19:38:04 spire-1.2.1/test/integration/common 19:38:04 spire-1.2.1/test/integration/setup/ 19:38:04 spire-1.2.1/test/integration/setup/adminclient/ 19:38:04 spire-1.2.1/test/integration/setup/adminclient/build.sh 19:38:04 spire-1.2.1/test/integration/setup/adminclient/client.go 19:38:04 spire-1.2.1/test/integration/setup/debugagent/ 19:38:04 spire-1.2.1/test/integration/setup/debugagent/build.sh 19:38:04 spire-1.2.1/test/integration/setup/debugagent/main.go 19:38:04 spire-1.2.1/test/integration/setup/debugserver/ 19:38:04 spire-1.2.1/test/integration/setup/debugserver/build.sh 19:38:04 spire-1.2.1/test/integration/setup/debugserver/main.go 19:38:04 spire-1.2.1/test/integration/setup/downstreamclient/ 19:38:04 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 19:38:04 spire-1.2.1/test/integration/setup/downstreamclient/client.go 19:38:04 spire-1.2.1/test/integration/setup/itclient/ 19:38:04 spire-1.2.1/test/integration/setup/itclient/client.go 19:38:04 spire-1.2.1/test/integration/setup/node-attestation/ 19:38:04 spire-1.2.1/test/integration/setup/node-attestation/build.sh 19:38:04 spire-1.2.1/test/integration/setup/node-attestation/client.go 19:38:04 spire-1.2.1/test/integration/setup/x509pop/ 19:38:04 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 19:38:04 spire-1.2.1/test/integration/setup/x509pop/setup.sh 19:38:04 spire-1.2.1/test/integration/suites/ 19:38:04 spire-1.2.1/test/integration/suites/admin-endpoints/ 19:38:04 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 19:38:04 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 19:38:04 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 19:38:04 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 19:38:04 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 19:38:04 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 19:38:04 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 19:38:04 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 19:38:04 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 19:38:04 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 19:38:04 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 19:38:04 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 19:38:04 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 19:38:04 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 19:38:04 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 19:38:04 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 19:38:04 spire-1.2.1/test/integration/suites/datastore-mysql/ 19:38:04 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 19:38:04 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 19:38:04 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 19:38:04 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres/ 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 19:38:04 spire-1.2.1/test/integration/suites/debug-endpoints/ 19:38:04 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 19:38:04 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 19:38:04 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 19:38:04 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 19:38:04 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 19:38:04 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 19:38:04 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 19:38:04 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 19:38:04 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 19:38:04 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 19:38:04 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 19:38:04 spire-1.2.1/test/integration/suites/downstream-endpoints/ 19:38:04 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 19:38:04 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 19:38:04 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 19:38:04 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 19:38:04 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 19:38:04 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 19:38:04 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 19:38:04 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 19:38:04 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 19:38:04 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 19:38:04 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 19:38:04 spire-1.2.1/test/integration/suites/join-token/ 19:38:04 spire-1.2.1/test/integration/suites/join-token/01-start-server 19:38:04 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 19:38:04 spire-1.2.1/test/integration/suites/join-token/03-start-agent 19:38:04 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 19:38:04 spire-1.2.1/test/integration/suites/join-token/05-check-svid 19:38:04 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 19:38:04 spire-1.2.1/test/integration/suites/join-token/README.md 19:38:04 spire-1.2.1/test/integration/suites/join-token/conf/ 19:38:04 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 19:38:04 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/join-token/conf/server/ 19:38:04 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/join-token/teardown 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/ 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 19:38:04 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/ 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 19:38:04 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 19:38:04 spire-1.2.1/test/integration/suites/k8s/ 19:38:04 spire-1.2.1/test/integration/suites/k8s/00-setup 19:38:04 spire-1.2.1/test/integration/suites/k8s/01-apply-config 19:38:04 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 19:38:04 spire-1.2.1/test/integration/suites/k8s/README.md 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/ 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/server/ 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 19:38:04 spire-1.2.1/test/integration/suites/k8s/init-kubectl 19:38:04 spire-1.2.1/test/integration/suites/k8s/teardown 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/README.md 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/root/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/nested-rotation/teardown 19:38:04 spire-1.2.1/test/integration/suites/node-attestation/ 19:38:04 spire-1.2.1/test/integration/suites/node-attestation/00-setup 19:38:04 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 19:38:04 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 19:38:04 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 19:38:04 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 19:38:04 spire-1.2.1/test/integration/suites/node-attestation/README.md 19:38:04 spire-1.2.1/test/integration/suites/node-attestation/conf/ 19:38:04 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 19:38:04 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 19:38:04 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/node-attestation/teardown 19:38:04 spire-1.2.1/test/integration/suites/rotation/ 19:38:04 spire-1.2.1/test/integration/suites/rotation/00-setup 19:38:04 spire-1.2.1/test/integration/suites/rotation/01-start-server 19:38:04 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 19:38:04 spire-1.2.1/test/integration/suites/rotation/03-start-agent 19:38:04 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 19:38:04 spire-1.2.1/test/integration/suites/rotation/05-check-svids 19:38:04 spire-1.2.1/test/integration/suites/rotation/README.md 19:38:04 spire-1.2.1/test/integration/suites/rotation/conf/ 19:38:04 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 19:38:04 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/rotation/conf/server/ 19:38:04 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/rotation/teardown 19:38:04 spire-1.2.1/test/integration/suites/self-test/ 19:38:04 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 19:38:04 spire-1.2.1/test/integration/suites/self-test/README.md 19:38:04 spire-1.2.1/test/integration/suites/self-test/teardown 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/ 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 19:38:04 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 19:38:04 spire-1.2.1/test/integration/suites/upgrade/ 19:38:04 spire-1.2.1/test/integration/suites/upgrade/00-setup 19:38:04 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 19:38:04 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 19:38:04 spire-1.2.1/test/integration/suites/upgrade/README.md 19:38:04 spire-1.2.1/test/integration/suites/upgrade/conf/ 19:38:04 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 19:38:04 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 19:38:04 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 19:38:04 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 19:38:04 spire-1.2.1/test/integration/suites/upgrade/teardown 19:38:04 spire-1.2.1/test/integration/suites/upgrade/versions.txt 19:38:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 19:38:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 19:38:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 19:38:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 19:38:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 19:38:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 19:38:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 19:38:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 19:38:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 19:38:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 19:38:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 19:38:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 19:38:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 19:38:04 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 19:38:04 spire-1.2.1/test/integration/test-one.sh 19:38:04 spire-1.2.1/test/integration/test.sh 19:38:04 spire-1.2.1/test/plugintest/ 19:38:04 spire-1.2.1/test/plugintest/config.go 19:38:04 spire-1.2.1/test/plugintest/load.go 19:38:04 spire-1.2.1/test/plugintest/option.go 19:38:04 spire-1.2.1/test/spiretest/ 19:38:04 spire-1.2.1/test/spiretest/apiserver.go 19:38:04 spire-1.2.1/test/spiretest/assertions.go 19:38:04 spire-1.2.1/test/spiretest/dir.go 19:38:04 spire-1.2.1/test/spiretest/errors_posix.go 19:38:04 spire-1.2.1/test/spiretest/errors_windows.go 19:38:04 spire-1.2.1/test/spiretest/logs.go 19:38:04 spire-1.2.1/test/spiretest/socketapi.go 19:38:04 spire-1.2.1/test/spiretest/suite.go 19:38:04 spire-1.2.1/test/spiretest/x509.go 19:38:04 spire-1.2.1/test/testca/ 19:38:04 spire-1.2.1/test/testca/ca.go 19:38:04 spire-1.2.1/test/testkey/ 19:38:04 spire-1.2.1/test/testkey/generate.sh 19:38:04 spire-1.2.1/test/testkey/genkeys.go 19:38:04 spire-1.2.1/test/testkey/keys.go 19:38:04 spire-1.2.1/test/testkey/new.go 19:38:04 spire-1.2.1/test/tpmsimulator/ 19:38:04 spire-1.2.1/test/tpmsimulator/simulator.go 19:38:04 spire-1.2.1/test/util/ 19:38:04 spire-1.2.1/test/util/cert_fixtures.go 19:38:04 spire-1.2.1/test/util/cert_generation.go 19:38:04 spire-1.2.1/test/util/io_redirection.go 19:38:04 spire-1.2.1/test/util/race.go 19:38:04 spire-1.2.1/test/util/util.go 19:38:04 building spire from source... 19:38:04 Installing go1.17.7... 19:38:31 Building bin/spire-server... 19:38:31 go: downloading github.com/mitchellh/cli v1.1.2 19:38:31 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 19:38:31 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 19:38:31 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 19:38:32 go: downloading google.golang.org/grpc v1.44.0 19:38:33 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 19:38:33 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 19:38:34 go: downloading github.com/imdario/mergo v0.3.12 19:38:34 go: downloading github.com/sirupsen/logrus v1.8.1 19:38:36 go: downloading github.com/hashicorp/go-hclog v1.1.0 19:38:37 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 19:38:37 go: downloading github.com/fatih/color v1.13.0 19:38:37 go: downloading github.com/mattn/go-isatty v0.0.14 19:38:37 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 19:38:37 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 19:38:37 go: downloading github.com/hashicorp/go-plugin v1.4.3 19:38:38 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 19:38:39 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 19:38:39 go: downloading github.com/InVisionApp/go-logger v1.0.1 19:38:39 go: downloading github.com/armon/go-metrics v0.3.10 19:38:39 go: downloading github.com/prometheus/client_golang v1.12.1 19:38:39 go: downloading github.com/uber-go/tally/v4 v4.1.1 19:38:41 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 19:38:41 go: downloading github.com/open-policy-agent/opa v0.38.0 19:38:56 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 19:38:56 go: downloading github.com/mattn/go-colorable v0.1.12 19:38:56 go: downloading github.com/Masterminds/goutils v1.1.0 19:38:56 go: downloading github.com/Masterminds/semver v1.5.0 19:38:56 go: downloading github.com/google/uuid v1.1.2 19:38:56 go: downloading github.com/huandu/xstrings v1.3.2 19:38:56 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 19:38:56 go: downloading github.com/oklog/run v1.0.0 19:38:56 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 19:38:56 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 19:38:57 go: downloading github.com/prometheus/client_model v0.2.0 19:38:57 go: downloading github.com/prometheus/common v0.32.1 19:38:57 go: downloading github.com/beorn7/perks v1.0.1 19:38:57 go: downloading github.com/cespare/xxhash/v2 v2.1.2 19:38:57 go: downloading github.com/prometheus/procfs v0.7.3 19:38:58 go: downloading go.uber.org/atomic v1.9.0 19:38:58 go: downloading github.com/imkira/go-observer v1.0.3 19:38:59 go: downloading github.com/hashicorp/errwrap v1.1.0 19:38:59 go: downloading github.com/mitchellh/reflectwalk v1.0.1 19:38:59 go: downloading github.com/hashicorp/golang-lru v0.5.4 19:38:59 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 19:38:59 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 19:38:59 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 19:38:59 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 19:39:14 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 19:39:14 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 19:39:14 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 19:39:14 go: downloading github.com/stretchr/testify v1.7.0 19:39:14 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 19:39:14 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 19:39:14 go: downloading github.com/blang/semver/v4 v4.0.0 19:39:14 go: downloading github.com/go-sql-driver/mysql v1.6.0 19:39:14 go: downloading github.com/jinzhu/gorm v1.9.16 19:39:14 go: downloading github.com/lib/pq v1.10.4 19:39:14 go: downloading github.com/mattn/go-sqlite3 v1.14.12 19:39:14 go: downloading github.com/aws/aws-sdk-go v1.43.0 19:39:33 Removing intermediate container 8beae8b890b5 19:39:33 ---> 616550c58680 19:39:33 19:39:33 Step 9/20 : FROM alpine:3.15 19:39:33 3.15: Pulling from library/alpine 19:39:34 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:39:34 Status: Downloaded newer image for alpine:3.15 19:39:34 ---> 3fb3c9af89a9 19:39:34 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:39:35 ---> Running in 5f10aace8d10 19:39:35 Removing intermediate container 5f10aace8d10 19:39:35 ---> a40fdb935e63 19:39:35 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:39:36 ---> Running in 2730fe8d2495 19:39:36 Removing intermediate container 04955a44a5be 19:39:36 ---> 5eca954f35d0 19:39:36 19:39:36 Step 10/22 : FROM alpine:3.14 19:39:36 ---> ac73e934f311 19:39:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:39:37 ---> Running in 3f54c7c911df 19:39:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:39:39 Removing intermediate container 2730fe8d2495 19:39:39 ---> d9914652ab9b 19:39:40 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:39:40 ---> Running in e9a0e3aaecd2 19:39:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:39:41 (1/2) Installing ca-certificates (20211220-r0) 19:39:41 (2/2) Installing dumb-init (1.2.5-r1) 19:39:41 Executing busybox-1.33.1-r7.trigger 19:39:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:39:41 Executing ca-certificates-20211220-r0.trigger 19:39:42 OK: 6 MiB in 16 packages 19:39:43 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:39:44 Removing intermediate container 3f54c7c911df 19:39:44 ---> 18c328f9b659 19:39:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:39:44 ---> Running in d07c37a21292 19:39:44 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 19:39:44 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 19:39:44 OK: 15730 distinct packages available 19:39:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:39:45 Removing intermediate container d07c37a21292 19:39:45 ---> 06f09cafb63c 19:39:45 Step 13/22 : ENV APP_PORT=59860 19:39:45 ---> Running in 086b289c58ad 19:39:45 Removing intermediate container 086b289c58ad 19:39:45 ---> 1085f2a621d9 19:39:45 Step 14/22 : EXPOSE $APP_PORT 19:39:45 ---> Running in b199279c055e 19:39:45 go: downloading k8s.io/client-go v0.23.4 19:39:45 go: downloading google.golang.org/api v0.70.0 19:39:46 go: downloading k8s.io/api v0.23.4 19:39:46 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:39:46 Removing intermediate container b199279c055e 19:39:46 ---> 97413247c452 19:39:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:39:47 ---> 79cb9b938e91 19:39:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:39:47 (1/9) Installing ca-certificates (20211220-r0) 19:39:48 (2/9) Installing brotli-libs (1.0.9-r5) 19:39:48 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:39:48 (4/9) Installing libcurl (7.80.0-r0) 19:39:48 (5/9) Installing curl (7.80.0-r0) 19:39:48 (6/9) Installing dumb-init (1.2.5-r1) 19:39:48 (7/9) Installing musl-obstack (1.2.3-r0) 19:39:48 (8/9) Installing libucontext (1.1-r0) 19:39:48 (9/9) Installing gcompat (1.0.0-r4) 19:39:48 Executing busybox-1.34.1-r5.trigger 19:39:48 Executing ca-certificates-20211220-r0.trigger 19:39:49 OK: 8 MiB in 23 packages 19:39:49 ---> 7bc7b7f36b6f 19:39:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:39:51 ---> 4c537b7ad510 19:39:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:39:51 ---> Running in c9dee07a1af7 19:39:52 Removing intermediate container e9a0e3aaecd2 19:39:52 ---> 0237378d2c79 19:39:52 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:39:52 Removing intermediate container c9dee07a1af7 19:39:52 ---> 5e9d54bd2a74 19:39:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:39:53 ---> Running in 1f27366505de 19:39:53 ---> f2a9e32f7be0 19:39:53 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:39:53 Removing intermediate container 1f27366505de 19:39:53 ---> c44293f22113 19:39:53 Step 20/22 : LABEL arch=arm64 19:39:53 ---> Running in 1cbfb98979ae 19:39:54 Removing intermediate container 1cbfb98979ae 19:39:54 ---> 10835211479d 19:39:54 Step 21/22 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:39:54 ---> Running in b64bd784548c 19:39:55 Removing intermediate container b64bd784548c 19:39:55 ---> e9e473b31768 19:39:55 Step 22/22 : LABEL version=0.0.0 19:39:55 ---> 253f3bba2e6b 19:39:55 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:39:56 ---> Running in 6b9faa6f3eda 19:39:56 Removing intermediate container 6b9faa6f3eda 19:39:56 ---> 6ecf2ba239a9 19:39:56 19:39:57 ---> 7bb4b59b48b5 19:39:57 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:39:57 ---> Running in 80ab916f6fec 19:39:57 Successfully built 6ecf2ba239a9 19:39:57 Successfully tagged support-notifications-arm64:latest 19:39:57  Building support-notifications ... done Building core-command 19:39:58 Removing intermediate container 80ab916f6fec 19:39:58 ---> 140dd05e3270 19:39:58 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:39:58 ---> Running in 4d7f5ae057dd 19:39:58 Removing intermediate container 4d7f5ae057dd 19:39:58 ---> 76cf1ba3fad7 19:39:58 Step 18/20 : LABEL arch=arm64 19:39:59 ---> Running in d83990436f74 19:39:59 Removing intermediate container d83990436f74 19:39:59 ---> 64d031589220 19:39:59 Step 19/20 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:39:59 ---> Running in e7b2df0f4813 19:40:00 go: downloading github.com/google/go-tpm v0.3.3 19:40:00 Removing intermediate container e7b2df0f4813 19:40:00 ---> 4b15c240bb57 19:40:00 Step 20/20 : LABEL version=0.0.0 19:40:00 ---> Running in ee5b6fb2d7c5 19:40:00 go: downloading cloud.google.com/go/storage v1.21.0 19:40:01 Removing intermediate container ee5b6fb2d7c5 19:40:01 ---> ace599cb0bbd 19:40:01 19:40:01 Successfully built ace599cb0bbd 19:40:01 Successfully tagged security-spiffe-token-provider-arm64:latest 19:40:01  Building security-spiffe-token-provider ... done Building sys-mgmt-agent 19:40:01 go: downloading cloud.google.com/go v0.100.2 19:40:03 go: downloading k8s.io/apimachinery v0.23.4 19:40:05 go: downloading k8s.io/kube-aggregator v0.23.3 19:40:06 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 19:40:28 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 19:40:28 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 19:40:28 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 19:40:28 go: downloading sigs.k8s.io/controller-runtime v0.11.1 19:40:30 go: downloading cloud.google.com/go/security v1.3.0 19:40:30 go: downloading github.com/hashicorp/vault/api v1.4.1 19:40:30 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 19:40:31 go: downloading github.com/twmb/murmur3 v1.1.6 19:40:31 go: downloading gopkg.in/yaml.v2 v2.4.0 19:40:32 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:40:32 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 19:40:32 go: downloading github.com/gobwas/glob v0.2.3 19:40:32 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 19:40:32 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 19:40:33 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 19:40:33 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 19:40:33 go: downloading github.com/aws/smithy-go v1.11.0 19:40:35 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 19:40:35 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 19:40:35 go: downloading github.com/jinzhu/inflection v1.0.0 19:40:35 go: downloading github.com/gogo/protobuf v1.3.2 19:40:41 go: downloading cloud.google.com/go/compute v1.3.0 19:40:41 go: downloading cloud.google.com/go/iam v0.1.1 19:40:42 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 19:40:42 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 19:40:42 go: downloading k8s.io/klog/v2 v2.30.0 19:40:43 go: downloading github.com/google/gofuzz v1.1.0 19:40:43 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 19:40:43 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:40:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:40:43 ---> 593b1ec4534a 19:40:43 Step 3/23 : WORKDIR /edgex-go 19:40:43 ---> Using cache 19:40:43 ---> 16bbe6124bc3 19:40:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:43 ---> Using cache 19:40:43 ---> bc2a1c1f9dc1 19:40:43 Step 5/23 : RUN apk add --update --no-cache make git 19:40:43 ---> Using cache 19:40:43 ---> 77b3d9333978 19:40:43 Step 6/23 : COPY go.mod vendor* ./ 19:40:43 ---> Using cache 19:40:43 ---> 119e130c3dff 19:40:43 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:40:43 ---> Using cache 19:40:43 ---> c439de8302a2 19:40:43 Step 8/23 : COPY . . 19:40:43 ---> Using cache 19:40:43 ---> e94b00d09c70 19:40:43 Step 9/23 : RUN make cmd/core-command/core-command 19:40:45 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 19:40:45  ---> Running in ce605f10ebf0 19:40:45 go: downloading github.com/spf13/pflag v1.0.5 19:40:45 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 19:40:46 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 19:40:46 go: downloading github.com/Azure/go-autorest/logger v0.2.1 19:40:46 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 19:40:46 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 19:40:46 go: downloading github.com/dimchansky/utfbom v1.1.1 19:40:46 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 19:40:47 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 19:40:47 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 19:40:47 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 19:40:47 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 19:40:47 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 19:40:47 go: downloading github.com/hashicorp/vault/sdk v0.4.1 19:40:49 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:40:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:40:49 ---> 593b1ec4534a 19:40:49 Step 3/23 : WORKDIR /edgex-go 19:40:49 ---> Using cache 19:40:49 ---> 16bbe6124bc3 19:40:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:49 ---> Using cache 19:40:49 ---> bc2a1c1f9dc1 19:40:49 Step 5/23 : RUN apk add --update --no-cache make bash git 19:40:49 ---> Running in d7c6dd260179 19:40:49 go: downloading github.com/mitchellh/mapstructure v1.4.3 19:40:49 go: downloading github.com/tklauser/go-sysconf v0.3.9 19:40:49 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 19:40:49 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 19:40:49 go: downloading github.com/jmespath/go-jmespath v0.4.0 19:40:50 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:40:51 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:40:51 go: downloading go.opencensus.io v0.23.0 19:40:52 go: downloading gopkg.in/inf.v0 v0.9.1 19:40:52 OK: 220 MiB in 52 packages 19:40:52 go: downloading github.com/go-logr/logr v1.2.2 19:40:53 go: downloading github.com/google/go-cmp v0.5.7 19:40:53 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 19:40:53 go: downloading github.com/json-iterator/go v1.1.12 19:40:54 Removing intermediate container d7c6dd260179 19:40:54 ---> 268efea92061 19:40:54 Step 6/23 : COPY go.mod vendor* ./ 19:40:54 go: downloading github.com/googleapis/gnostic v0.5.5 19:40:55  ---> a85df8c07ff0 19:40:55 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:40:55 ---> Running in f9b574a45c83 19:40:57 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 19:40:57 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 19:40:57 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 19:41:00 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 19:41:00 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 19:41:00 Removing intermediate container f9b574a45c83 19:41:00 ---> 507d670ac7b1 19:41:00 Step 8/23 : COPY . . 19:41:00 go: downloading github.com/tklauser/numcpus v0.3.0 19:41:00 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 19:41:00 go: downloading go.uber.org/zap v1.21.0 19:41:01 go: downloading sigs.k8s.io/yaml v1.3.0 19:41:01 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 19:41:02 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 19:41:02 go: downloading github.com/modern-go/reflect2 v1.0.2 19:41:02 go: downloading github.com/ryanuber/go-glob v1.0.0 19:41:02 go: downloading github.com/golang/snappy v0.0.4 19:41:02 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 19:41:13 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 19:41:13 go: downloading github.com/hashicorp/go-uuid v1.0.2 19:41:13 go: downloading github.com/hashicorp/go-version v1.2.0 19:41:13 go: downloading go.uber.org/multierr v1.6.0 19:41:21  ---> 2f092cd8e2bd 19:41:21 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:41:21 ---> Running in 09c63378f181 19:41:23 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:41:45 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 19:41:45 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 19:45:37 Removing intermediate container ce605f10ebf0 19:45:37 ---> bdba897a61bb 19:45:37 19:45:37 Step 10/23 : FROM alpine:3.14 19:45:37 ---> ac73e934f311 19:45:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:45:37 ---> Using cache 19:45:37 ---> 020b3e1623de 19:45:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:45:37 ---> Using cache 19:45:37 ---> b2b20b386f62 19:45:37 Step 13/23 : ENV APP_PORT=59882 19:45:37 ---> Running in bce6ab3e173f 19:45:37 Removing intermediate container bce6ab3e173f 19:45:37 ---> 57f4b9ec09cf 19:45:37 Step 14/23 : EXPOSE $APP_PORT 19:45:37 ---> Running in 0562b9708787 19:45:37 Removing intermediate container 0562b9708787 19:45:37 ---> 09bd2e21ce73 19:45:37 Step 15/23 : WORKDIR / 19:45:37 ---> Running in 591ad8992759 19:45:38 Removing intermediate container 591ad8992759 19:45:38 ---> 97670800685c 19:45:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:45:39 ---> 03d6bbcc396e 19:45:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:45:40 ---> 11cf01c3fee4 19:45:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:45:41 ---> 65432de43c3f 19:45:41 Step 19/23 : ENTRYPOINT ["/core-command"] 19:45:41 ---> Running in d317f2709e32 19:45:42 Removing intermediate container d317f2709e32 19:45:42 ---> 7848ad25396f 19:45:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:45:42 ---> Running in 1d61a0f8358e 19:45:43 Removing intermediate container 1d61a0f8358e 19:45:43 ---> adea7a0a3afe 19:45:43 Step 21/23 : LABEL arch=arm64 19:45:43 ---> Running in 0147b7140dbc 19:45:43 Removing intermediate container 0147b7140dbc 19:45:43 ---> 783a11327428 19:45:43 Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:45:43 ---> Running in 94b240a7ee9e 19:45:44 Removing intermediate container 94b240a7ee9e 19:45:44 ---> b81d060a21b8 19:45:44 Step 23/23 : LABEL version=0.0.0 19:45:44 ---> Running in 2e3fdcb3e19d 19:45:44 Removing intermediate container 2e3fdcb3e19d 19:45:44 ---> 150f2e8330a6 19:45:44 19:45:45 Successfully built 150f2e8330a6 19:45:45 Successfully tagged core-command-arm64:latest 19:45:45 Building core-metadata 19:46:12  Building core-command ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:46:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:46:12 ---> 593b1ec4534a 19:46:12 Step 3/23 : WORKDIR /edgex-go 19:46:12 ---> Using cache 19:46:12 ---> 16bbe6124bc3 19:46:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:12 ---> Using cache 19:46:12 ---> bc2a1c1f9dc1 19:46:12 Step 5/23 : RUN apk add --update --no-cache make git 19:46:12 ---> Using cache 19:46:12 ---> 77b3d9333978 19:46:12 Step 6/23 : COPY go.mod vendor* ./ 19:46:12 ---> Using cache 19:46:12 ---> 119e130c3dff 19:46:12 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:12 ---> Using cache 19:46:12 ---> c439de8302a2 19:46:12 Step 8/23 : COPY . . 19:46:12 ---> Using cache 19:46:12 ---> e94b00d09c70 19:46:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:46:12 ---> Running in 7a8437964b1a 19:46: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/core-metadata/core-metadata ./cmd/core-metadata 19:46:20 Removing intermediate container 09c63378f181 19:46:20 ---> 536749505898 19:46:20 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:46:20 ---> Running in 887b2a042f8e 19:46:21 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 19:46:25 Removing intermediate container 887b2a042f8e 19:46:25 ---> c147dd608566 19:46:25 19:46:25 Step 11/23 : FROM docker:20.10.14 19:46:25 20.10.14: Pulling from library/docker 19:46:41 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:46:41 Status: Downloaded newer image for docker:20.10.14 19:46:41 ---> c346e9eafbab 19:46:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:46:41 ---> Running in 89d4a049cb20 19:46:41 Removing intermediate container 89d4a049cb20 19:46:41 ---> 3ddf6a95ae9d 19:46:41 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 19:46:41 ---> Running in 237bd296cf71 19:46:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:46:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:46:43 (1/43) Installing readline (8.1.1-r0) 19:46:43 (2/43) Installing bash (5.1.16-r0) 19:46:43 Executing bash-5.1.16-r0.post-install 19:46:43 (3/43) Installing brotli-libs (1.0.9-r5) 19:46:43 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:46:43 (5/43) Installing libcurl (7.80.0-r0) 19:46:43 (6/43) Installing curl (7.80.0-r0) 19:46:43 (7/43) Installing dumb-init (1.2.5-r1) 19:46:43 (8/43) Installing libbz2 (1.0.8-r1) 19:46:43 (9/43) Installing expat (2.4.7-r0) 19:46:43 (10/43) Installing libffi (3.4.2-r1) 19:46:43 (11/43) Installing gdbm (1.22-r0) 19:46:43 (12/43) Installing xz-libs (5.2.5-r1) 19:46:43 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:46:43 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:46:43 (15/43) Installing mpdecimal (2.5.1-r1) 19:46:43 (16/43) Installing sqlite-libs (3.36.0-r0) 19:46:44 (17/43) Installing python3 (3.9.7-r4) 19:46:46 (18/43) Installing py3-appdirs (1.4.4-r2) 19:46:46 (19/43) Installing py3-certifi (2020.12.5-r1) 19:46:46 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:46:46 (21/43) Installing py3-idna (3.3-r0) 19:46:46 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:46:46 (23/43) Installing py3-requests (2.26.0-r1) 19:46:46 (24/43) Installing py3-msgpack (1.0.2-r1) 19:46:47 (25/43) Installing py3-lockfile (0.12.2-r4) 19:46:47 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:46:47 (27/43) Installing py3-colorama (0.4.4-r1) 19:46:47 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:46:47 (29/43) Installing py3-distlib (0.3.3-r0) 19:46:47 (30/43) Installing py3-distro (1.6.0-r0) 19:46:47 (31/43) Installing py3-six (1.16.0-r0) 19:46:47 (32/43) Installing py3-webencodings (0.5.1-r4) 19:46:47 (33/43) Installing py3-html5lib (1.1-r1) 19:46:47 (34/43) Installing py3-parsing (2.4.7-r2) 19:46:47 (35/43) Installing py3-packaging (20.9-r1) 19:46:47 (36/43) Installing py3-tomli (1.2.2-r0) 19:46:47 (37/43) Installing py3-pep517 (0.12.0-r0) 19:46:47 (38/43) Installing py3-progress (1.6-r0) 19:46:47 (39/43) Installing py3-retrying (1.3.3-r2) 19:46:47 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:46:47 (41/43) Installing py3-setuptools (52.0.0-r4) 19:46:47 (42/43) Installing py3-toml (0.10.2-r2) 19:46:47 (43/43) Installing py3-pip (20.3.4-r1) 19:46:48 Executing busybox-1.34.1-r5.trigger 19:46:48 OK: 82 MiB in 65 packages 19:46:53 Collecting docker-compose==1.23.2 19:46:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:46:54 Collecting jsonschema<3,>=2.5.1 19:46:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:46:54 Collecting docker<4.0,>=3.6.0 19:46:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:46:54 Collecting texttable<0.10,>=0.9.0 19:46:54 Downloading texttable-0.9.1.tar.gz (11 kB) 19:46:57 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 19:46:57 Collecting cached-property<2,>=1.2.0 19:46:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:46:58 Collecting PyYAML<4,>=3.10 19:46:58 Downloading PyYAML-3.13.tar.gz (270 kB) 19:47:03 Collecting docopt<0.7,>=0.6.1 19:47:03 Downloading docopt-0.6.2.tar.gz (25 kB) 19:47:06 Collecting dockerpty<0.5,>=0.4.1 19:47:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:47:09 Collecting websocket-client<1.0,>=0.32.0 19:47:09 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:47:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:47:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:47:11 Collecting docker-pycreds>=0.4.0 19:47:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:47:12 Collecting idna<2.8,>=2.5 19:47:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:47:12 Collecting chardet<3.1.0,>=3.0.2 19:47:12 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:47:12 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 19:47:13 Collecting urllib3<1.25,>=1.21.1 19:47:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:47:13 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:47:13 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:47:13 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:47:13 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:47:15 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:47:15 Attempting uninstall: urllib3 19:47:15 Found existing installation: urllib3 1.26.7 19:47:15 Uninstalling urllib3-1.26.7: 19:47:15 Successfully uninstalled urllib3-1.26.7 19:47:16 Attempting uninstall: idna 19:47:16 Found existing installation: idna 3.3 19:47:16 Uninstalling idna-3.3: 19:47:16 Successfully uninstalled idna-3.3 19:47:19 Attempting uninstall: requests 19:47:19 Found existing installation: requests 2.26.0 19:47:19 Uninstalling requests-2.26.0: 19:47:19 Successfully uninstalled requests-2.26.0 19:47:20 Running setup.py install for texttable: started 19:47:23 Running setup.py install for texttable: finished with status 'done' 19:47:23 Running setup.py install for PyYAML: started 19:47:27 Running setup.py install for PyYAML: finished with status 'done' 19:47:27 Running setup.py install for docopt: started 19:47:30 Running setup.py install for docopt: finished with status 'done' 19:47:30 Running setup.py install for dockerpty: started 19:47:32 Running setup.py install for dockerpty: finished with status 'done' 19:47:35 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:47:50 Removing intermediate container 237bd296cf71 19:47:50 ---> d3674ab038c2 19:47:50 Step 14/23 : ENV APP_PORT=58890 19:47:50 ---> Running in 126b92fb6f0c 19:47:51 Removing intermediate container 126b92fb6f0c 19:47:51 ---> ece1ff3450e2 19:47:51 Step 15/23 : EXPOSE $APP_PORT 19:47:51 ---> Running in e5a529a90bd1 19:47:52 Removing intermediate container e5a529a90bd1 19:47:52 ---> 8d9cf3a958e7 19:47:52 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:47:53 ---> 57c417ba06b0 19:47:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:47:54 ---> 3c1f765d0d2e 19:47:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:47:56 ---> b8e191efe497 19:47:56 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:47:56 ---> Running in f864451f36c8 19:47:56 Removing intermediate container f864451f36c8 19:47:56 ---> a39960da8d42 19:47:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:47:56 ---> Running in 4ed040e01bf0 19:47:57 Removing intermediate container 4ed040e01bf0 19:47:57 ---> aa7f5502b596 19:47:57 Step 21/23 : LABEL arch=arm64 19:47:57 ---> Running in 2cd6c627fbda 19:47:57 Removing intermediate container 2cd6c627fbda 19:47:57 ---> cd3b706cb994 19:47:57 Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:47:57 ---> Running in 847d41bfdad4 19:47:58 Removing intermediate container 847d41bfdad4 19:47:58 ---> feb806eb2d70 19:47:58 Step 23/23 : LABEL version=0.0.0 19:47:58 ---> Running in fcc4a5de193b 19:47:59 Removing intermediate container fcc4a5de193b 19:47:59 ---> 93369997d674 19:47:59 19:48:00 Successfully built 93369997d674 19:48:00 Successfully tagged sys-mgmt-agent-arm64:latest 19:50:52  Building sys-mgmt-agent ... done Removing intermediate container 7a8437964b1a 19:50:52 ---> 7a3c2460e386 19:50:52 19:50:52 Step 10/23 : FROM alpine:3.14 19:50:52 ---> ac73e934f311 19:50:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:50:52 ---> Using cache 19:50:52 ---> 020b3e1623de 19:50:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:50:52 ---> Using cache 19:50:52 ---> b2b20b386f62 19:50:52 Step 13/23 : ENV APP_PORT=59881 19:50:52 ---> Running in c1fc616638fd 19:50:52 Removing intermediate container c1fc616638fd 19:50:52 ---> daade45479cf 19:50:52 Step 14/23 : EXPOSE $APP_PORT 19:50:52 ---> Running in a541a40a7b8c 19:50:52 Removing intermediate container a541a40a7b8c 19:50:52 ---> bd88e15d85a9 19:50:52 Step 15/23 : WORKDIR / 19:50:52 ---> Running in 6f86c50a007b 19:50:52 Removing intermediate container 6f86c50a007b 19:50:52 ---> 0c9b3449962b 19:50:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:50:52 ---> 25b4a7df0b18 19:50:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:50:52 ---> d2dbb98217bd 19:50:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:50:52 ---> fe3be6181ca8 19:50:52 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:50:52 ---> Running in 6aeff3fe36dc 19:50:53 Removing intermediate container 6aeff3fe36dc 19:50:53 ---> 22bc4a39216b 19:50:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:50:53 ---> Running in 43237eecb572 19:50:53 Removing intermediate container 43237eecb572 19:50:53 ---> 46efc42a0512 19:50:53 Step 21/23 : LABEL arch=arm64 19:50:54 ---> Running in d9ee9169b271 19:50:54 Removing intermediate container d9ee9169b271 19:50:54 ---> 1a2c60ad6c75 19:50:54 Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 19:50:54 ---> Running in 063e50e4b513 19:50:55 Removing intermediate container 063e50e4b513 19:50:55 ---> 80f8175ae68e 19:50:55 Step 23/23 : LABEL version=0.0.0 19:50:55 ---> Running in 7277d1b50dca 19:50:55 Removing intermediate container 7277d1b50dca 19:50:55 ---> 93179558baf2 19:50:55 19:50:56 Successfully built 93179558baf2 19:50:56 Successfully tagged core-metadata-arm64:latest 20:06:20  Building core-metadata ... done Building bin/spire-agent... 20:06:20 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 20:06:20 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 20:06:20 go: downloading cloud.google.com/go/secretmanager v1.3.0 20:06:20 go: downloading github.com/docker/docker v20.10.12+incompatible 20:06:26 go: downloading github.com/google/go-tpm-tools v0.3.3 20:06:27 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 20:06:27 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 20:06:28 go: downloading github.com/docker/go-connections v0.4.0 20:06:28 go: downloading github.com/docker/go-units v0.4.0 20:06:28 go: downloading github.com/opencontainers/image-spec v1.0.1 20:06:28 go: downloading github.com/containerd/containerd v1.3.4 20:06:28 go: downloading github.com/docker/distribution v2.7.1+incompatible 20:06:28 go: downloading github.com/opencontainers/go-digest v1.0.0 20:12:06 Building bin/spire-agent... 20:12:06 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 20:12:06 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 20:12:06 go: downloading cloud.google.com/go/secretmanager v1.3.0 20:12:06 go: downloading github.com/docker/docker v20.10.12+incompatible 20:12:06 go: downloading github.com/google/go-tpm-tools v0.3.3 20:12:06 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 20:12:06 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 20:12:06 go: downloading github.com/docker/go-connections v0.4.0 20:12:06 go: downloading github.com/docker/go-units v0.4.0 20:12:06 go: downloading github.com/opencontainers/image-spec v1.0.1 20:12:06 go: downloading github.com/containerd/containerd v1.3.4 20:12:06 go: downloading github.com/docker/distribution v2.7.1+incompatible 20:12:06 go: downloading github.com/opencontainers/go-digest v1.0.0 20:12:32 Removing intermediate container b7a6baad1626 20:12:32 ---> df076ae97ee5 20:12:32 20:12:32 Step 13/26 : FROM alpine:3.15 20:12:32 ---> 3fb3c9af89a9 20:12:32 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:12:32 ---> Using cache 20:12:32 ---> a40fdb935e63 20:12:32 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:32 ---> Using cache 20:12:32 ---> d9914652ab9b 20:12:32 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:12:32 ---> Running in d17cc5b46b0b 20:12:33 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:12:34 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:12:35 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 20:12:35 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 20:12:35 OK: 15730 distinct packages available 20:12:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:12:36 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:12:37 (1/5) Installing dumb-init (1.2.5-r1) 20:12:37 (2/5) Installing musl-obstack (1.2.3-r0) 20:12:38 (3/5) Installing libucontext (1.1-r0) 20:12:38 (4/5) Installing gcompat (1.0.0-r4) 20:12:38 (5/5) Installing openssl (1.1.1n-r0) 20:12:38 Executing busybox-1.34.1-r5.trigger 20:12:38 OK: 6 MiB in 19 packages 20:12:40 Removing intermediate container d17cc5b46b0b 20:12:40 ---> e12286e04a05 20:12:40 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 20:12:43 ---> 24cb9800b7bf 20:12:43 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 20:12:49 ---> 92457cddefb0 20:12:49 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:12:50 ---> 31da729cdf66 20:12:50 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:12:51 ---> 8bbf68c9ed13 20:12:51 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:12:52 ---> e0de388a71a5 20:12:52 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:12:52 ---> Running in cb5bea70e77c 20:12:53 Removing intermediate container cb5bea70e77c 20:12:53 ---> 01413b427651 20:12:53 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:12:53 ---> Running in 90997d3d4e2f 20:12:53 Removing intermediate container 90997d3d4e2f 20:12:53 ---> 4cd17d6b199c 20:12:53 Step 24/26 : LABEL arch=arm64 20:12:53 ---> Running in 39d66f9f6f39 20:12:54 Removing intermediate container 39d66f9f6f39 20:12:54 ---> fb82fe03a12b 20:12:54 Step 25/26 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 20:12:54 ---> Running in 73e16397621c 20:12:55 Removing intermediate container 73e16397621c 20:12:55 ---> d7ac2a8fa6e4 20:12:55 Step 26/26 : LABEL version=0.0.0 20:12:55 ---> Running in 37c90c60094e 20:12:55 Removing intermediate container 37c90c60094e 20:12:55 ---> a88143b9a04e 20:12:55 20:12:55 Successfully built a88143b9a04e 20:12:55 Successfully tagged security-spire-agent-arm64:latest 20:14:17  Building security-spire-agent ... done Building bin/spire-agent... 20:14:17 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 20:14:17 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 20:14:17 go: downloading cloud.google.com/go/secretmanager v1.3.0 20:14:17 go: downloading github.com/docker/docker v20.10.12+incompatible 20:14:20 go: downloading github.com/google/go-tpm-tools v0.3.3 20:14:20 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 20:14:20 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 20:14:21 go: downloading github.com/docker/go-connections v0.4.0 20:14:21 go: downloading github.com/docker/go-units v0.4.0 20:14:21 go: downloading github.com/opencontainers/image-spec v1.0.1 20:14:21 go: downloading github.com/containerd/containerd v1.3.4 20:14:21 go: downloading github.com/docker/distribution v2.7.1+incompatible 20:14:21 go: downloading github.com/opencontainers/go-digest v1.0.0 20:17:13 Removing intermediate container cc43e95a2027 20:17:13 ---> 4729ee5f312a 20:17:13 20:17:13 Step 13/25 : FROM alpine:3.15 20:17:13 ---> 3fb3c9af89a9 20:17:13 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:17:13 ---> Using cache 20:17:13 ---> a40fdb935e63 20:17:13 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:17:13 ---> Using cache 20:17:13 ---> d9914652ab9b 20:17:13 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:17:13 ---> Using cache 20:17:13 ---> e12286e04a05 20:17:13 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 20:17:13 ---> eb463b8c18eb 20:17:13 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:17:13 ---> f57383899cb0 20:17:13 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:17:13 ---> 0a141ce24625 20:17:13 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:17:14 ---> 2c3e8e1bc4d8 20:17:14 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:17:14 ---> Running in 8b5c1bb15bfa 20:17:14 Removing intermediate container 8b5c1bb15bfa 20:17:15 ---> c3a226527e5b 20:17:15 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:17:15 ---> Running in e2f66feb8fd9 20:17:15 Removing intermediate container e2f66feb8fd9 20:17:15 ---> 9d18fb0fcf5d 20:17:15 Step 23/25 : LABEL arch=arm64 20:17:15 ---> Running in 26618c22b93e 20:17:16 Removing intermediate container 26618c22b93e 20:17:16 ---> a25534bb9489 20:17:16 Step 24/25 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 20:17:16 ---> Running in 9e5a2f2d7967 20:17:17 Removing intermediate container 9e5a2f2d7967 20:17:17 ---> 1ca961aa98bc 20:17:17 Step 25/25 : LABEL version=0.0.0 20:17:17 ---> Running in 9ad0e45449ac 20:17:17 Removing intermediate container 9ad0e45449ac 20:17:17 ---> 061832721826 20:17:17 20:17:17 Successfully built 061832721826 20:17:17 Successfully tagged security-spire-server-arm64:latest 20:18:54  Building security-spire-server ... done Removing intermediate container 142d64d9e696 20:18:54 ---> bb332dd5af63 20:18:54 20:18:54 Step 13/26 : FROM alpine:3.15 20:18:54 ---> 3fb3c9af89a9 20:18:54 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:18:54 ---> Using cache 20:18:54 ---> a40fdb935e63 20:18:54 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:54 ---> Using cache 20:18:54 ---> d9914652ab9b 20:18:54 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:18:54 ---> Running in c4e0003d2fa1 20:18:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:18:54 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:18:54 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 20:18:54 v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] 20:18:54 OK: 15730 distinct packages available 20:18:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:18:54 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:18:55 (1/4) Installing dumb-init (1.2.5-r1) 20:18:55 (2/4) Installing musl-obstack (1.2.3-r0) 20:18:55 (3/4) Installing libucontext (1.1-r0) 20:18:55 (4/4) Installing gcompat (1.0.0-r4) 20:18:56 Executing busybox-1.34.1-r5.trigger 20:18:56 OK: 6 MiB in 18 packages 20:18:57 Removing intermediate container c4e0003d2fa1 20:18:57 ---> 5c5b9635ac4d 20:18:57 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 20:19:01 ---> 1ca73e128058 20:19:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:19:01 ---> df1b5e2ddb04 20:19:01 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:19:01 ---> Running in 086802082a2a 20:19:02 Removing intermediate container 086802082a2a 20:19:02 ---> 7d9623c8ccdb 20:19:02 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:19:02 ---> 0c298ee9722f 20:19:02 Step 21/26 : WORKDIR / 20:19:02 ---> Running in 30a8b34b97fc 20:19:02 Removing intermediate container 30a8b34b97fc 20:19:02 ---> d2e1a4f2a893 20:19:02 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:19:03 ---> Running in e72e572867a7 20:19:03 Removing intermediate container e72e572867a7 20:19:03 ---> 35bf8b946b18 20:19:03 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:19:03 ---> Running in d93a63c188e6 20:19:04 Removing intermediate container d93a63c188e6 20:19:04 ---> f655c63600b5 20:19:04 Step 24/26 : LABEL arch=arm64 20:19:04 ---> Running in 7cbbb8749998 20:19:04 Removing intermediate container 7cbbb8749998 20:19:04 ---> b5e4d639e5eb 20:19:04 Step 25/26 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a 20:19:04 ---> Running in b5b115104fc9 20:19:04 Removing intermediate container b5b115104fc9 20:19:04 ---> 87e481c6fd68 20:19:04 Step 26/26 : LABEL version=0.0.0 20:19:04 ---> Running in 0574ec93b202 20:19:05 Removing intermediate container 0574ec93b202 20:19:05 ---> d9364be8cc1d 20:19:05 20:19:05 Successfully built d9364be8cc1d 20:19:05 Successfully tagged security-spire-config-arm64:latest 20:19:06  Building security-spire-config ... done  [Pipeline] } 20:19:06 $ docker stop --time=1 15e40cef508a8c845d9587bce3aef1708c241f4a99b9d6d7157157b0226ef3c6 20:19:07 $ docker rm -f 15e40cef508a8c845d9587bce3aef1708c241f4a99b9d6d7157157b0226ef3c6 [Pipeline] // withDockerContainer [Pipeline] sh 20:19:08 + docker images 20:19:09 REPOSITORY TAG IMAGE ID CREATED SIZE 20:19:09 security-spire-config-arm64 latest d9364be8cc1d 3 seconds ago 85.6MB 20:19:09 bb332dd5af63 37 seconds ago 4.14GB 20:19:09 security-spire-server-arm64 latest 061832721826 About a minute ago 86.3MB 20:19:09 4729ee5f312a 2 minutes ago 4.14GB 20:19:09 security-spire-agent-arm64 latest a88143b9a04e 6 minutes ago 126MB 20:19:09 df076ae97ee5 6 minutes ago 4.14GB 20:19:09 core-metadata-arm64 latest 93179558baf2 28 minutes ago 16.4MB 20:19:09 7a3c2460e386 28 minutes ago 1.31GB 20:19:09 sys-mgmt-agent-arm64 latest 93369997d674 31 minutes ago 282MB 20:19:09 c147dd608566 32 minutes ago 1.31GB 20:19:09 core-command-arm64 latest 150f2e8330a6 33 minutes ago 15.5MB 20:19:09 bdba897a61bb 33 minutes ago 1.31GB 20:19:09 security-spiffe-token-provider-arm64 latest ace599cb0bbd 39 minutes ago 27.9MB 20:19:09 support-notifications-arm64 latest 6ecf2ba239a9 39 minutes ago 25.8MB 20:19:09 5eca954f35d0 39 minutes ago 1.37GB 20:19:09 616550c58680 39 minutes ago 1.36GB 20:19:09 security-secretstore-setup-arm64 latest 6929fb7bb621 41 minutes ago 27.5MB 20:19:09 fbbfce11acdc 42 minutes ago 1.32GB 20:19:09 support-scheduler-arm64 latest c0ceeb3834ed 46 minutes ago 25.2MB 20:19:09 02c13f4fc992 47 minutes ago 1.36GB 20:19:09 core-data-arm64 latest 7d36f7e31d8d 48 minutes ago 21.6MB 20:19:09 66b3759d2dd9 48 minutes ago 1.34GB 20:19:09 security-bootstrapper-arm64 latest 657e8427ce8a 48 minutes ago 18.3MB 20:19:09 security-proxy-setup-arm64 latest ded03dd31fd6 49 minutes ago 26.1MB 20:19:09 83fb304309e6 49 minutes ago 1.31GB 20:19:09 33a928763647 49 minutes ago 1.32GB 20:19:09 ci-base-image-arm64 latest 593b1ec4534a About an hour ago 886MB 20:19:09 docker 20.10.14 c346e9eafbab 2 weeks ago 202MB 20:19:09 alpine 3.14 ac73e934f311 2 weeks ago 5.34MB 20:19:09 alpine 3.15 3fb3c9af89a9 2 weeks ago 5.32MB 20:19:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB 20:19:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 21 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:19:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:19:10 20:19:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 20:19:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:19:10 arm64: Pulling from edgex-lftools-log-publisher 20:19:10 8998bd30e6a1: Pulling fs layer 20:19:10 04944245beec: Pulling fs layer 20:19:10 699f458cf7ca: Pulling fs layer 20:19:10 765212b225bb: Pulling fs layer 20:19:10 f23df028b6ca: Pulling fs layer 20:19:10 d65c8cfc05b1: Pulling fs layer 20:19:10 765212b225bb: Waiting 20:19:10 f23df028b6ca: Waiting 20:19:10 2437ff75d9bd: Pulling fs layer 20:19:10 d65c8cfc05b1: Waiting 20:19:10 2437ff75d9bd: Waiting 20:19:10 04944245beec: Verifying Checksum 20:19:10 04944245beec: Download complete 20:19:10 765212b225bb: Verifying Checksum 20:19:10 765212b225bb: Download complete 20:19:11 f23df028b6ca: Verifying Checksum 20:19:11 f23df028b6ca: Download complete 20:19:11 d65c8cfc05b1: Verifying Checksum 20:19:11 d65c8cfc05b1: Download complete 20:19:11 699f458cf7ca: Verifying Checksum 20:19:11 699f458cf7ca: Download complete 20:19:11 8998bd30e6a1: Verifying Checksum 20:19:11 8998bd30e6a1: Download complete 20:19:13 2437ff75d9bd: Verifying Checksum 20:19:13 2437ff75d9bd: Download complete 20:19:16 8998bd30e6a1: Pull complete 20:19:16 04944245beec: Pull complete 20:19:18 699f458cf7ca: Pull complete 20:19:18 765212b225bb: Pull complete 20:19:19 f23df028b6ca: Pull complete 20:19:20 d65c8cfc05b1: Pull complete 20:19:38 2437ff75d9bd: Pull complete 20:19:38 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:19:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:19:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 20:19:38 prd-ubuntu20.04-docker-arm64-4c-16g-21382 does not seem to be running inside a container 20:19:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:19:42 $ docker top bffc6bd78880581fb1f931d514f7fd1e1a713f454c75715fd43cb1c854b0cdee -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:19:43 ---> job-cost.sh 20:19:43 lf-activate-venv: SKIPPING 20:19:43 INFO: No Stack... 20:19:43 INFO: Retrieving Pricing Info for: v3-standard-4 20:19:44 INFO: Archiving Costs [Pipeline] sh 20:19:45 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:19:45 + cut -d, -f6 [Pipeline] lock 20:19:45 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3978-1-stack-cost] 20:19:45 Resource [jenkins-edgexfoundry-edgex-go-PR-3978-1-stack-cost] did not exist. Created. 20:19:45 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3978-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:19:46 + echo total: 0.2199999988079071 [Pipeline] stash 20:19:46 Stashed 1 file(s) [Pipeline] } 20:19:46 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3978-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:19:46 $ docker stop --time=1 bffc6bd78880581fb1f931d514f7fd1e1a713f454c75715fd43cb1c854b0cdee 20:19:48 $ docker rm -f bffc6bd78880581fb1f931d514f7fd1e1a713f454c75715fd43cb1c854b0cdee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 20:19:49 provisioning config files... 20:19:49 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4211702538910506441tmp [Pipeline] { [Pipeline] sh 20:19:49 + set +x 20:19:49 + curl -s https://codecov.io/bash 20:19:49 + bash -s -- 20:19:49 20:19:49 _____ _ 20:19:49 / ____| | | 20:19:49 | | ___ __| | ___ ___ _____ __ 20:19:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:19:49 | |___| (_) | (_| | __/ (_| (_) \ V / 20:19:49 \_____\___/ \__,_|\___|\___\___/ \_/ 20:19:49 Bash-1.0.6 20:19:49 20:19:49 20:19:49 ==> git version 2.25.1 found 20:19:49 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 20:19:49 Release-Date: 2020-01-08 20:19:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:19:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:19:49 ==> Jenkins CI detected. 20:19:49 current dir:  /w/workspace/edgex-go/1 20:19:49 project root: . 20:19:49 --> token set from env 20:19:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:19:49 ==> Running gcov in . (disable via -X gcov) 20:19:49 ==> Python coveragepy not found 20:19:49 ==> Searching for coverage reports in: 20:19:49 + . 20:19:49 -> Found 1 reports 20:19:49 ==> Detecting git/mercurial file structure 20:19:49 ==> Reading reports 20:19:50 + ./coverage.out bytes=435134 20:19:50 ==> Appending adjustments 20:19:50 https://docs.codecov.io/docs/fixing-reports 20:19:51 + Found adjustments 20:19:51 ==> Gzipping contents 20:19:51 60K /tmp/codecov.HZDilb.gz 20:19:51 ==> Uploading reports 20:19:51 url: https://codecov.io 20:19:51 query: branch=PR-3978&commit=316e85b6a4ef7a5de836e195d1142eaf4b4f125a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3978%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3978&job=&cmd_args= 20:19:51 -> Pinging Codecov 20:19:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3978&commit=316e85b6a4ef7a5de836e195d1142eaf4b4f125a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3978%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3978&job=&cmd_args= 20:19:51 -> Uploading to 20:19:51 https://storage.googleapis.com/codecov/v4/raw/2022-04-19/00271124DB129430A58F1EEE437C3FCB/316e85b6a4ef7a5de836e195d1142eaf4b4f125a/71b92087-c045-4db9-b631-b0230ed210d7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220419T201951Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8da6d51774ddf5c6fedec8c41d5a0a6daaaf45a2a69eded1d02127111014beac 20:19:51 % Total % Received % Xferd Average Speed Time Time Time Current 20:19:51 Dload Upload Total Spent Left Speed 20:19:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59820 0 0 100 59820 0 289k --:--:-- --:--:-- --:--:-- 287k 100 59820 0 0 100 59820 0 212k --:--:-- --:--:-- --:--:-- 212k 20:19:51 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/316e85b6a4ef7a5de836e195d1142eaf4b4f125a [Pipeline] } 20:19:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:19:53 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:19:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:19:54 ---> package-listing.sh 20:19:54 ++ facter osfamily 20:19:54 ++ tr '[:upper:]' '[:lower:]' 20:19:54 + OS_FAMILY=debian 20:19:54 + workspace=/w/workspace/edgex-go/1 20:19:54 + START_PACKAGES=/tmp/packages_start.txt 20:19:54 + END_PACKAGES=/tmp/packages_end.txt 20:19:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:19:54 + PACKAGES=/tmp/packages_start.txt 20:19:54 + '[' /w/workspace/edgex-go/1 ']' 20:19:54 + PACKAGES=/tmp/packages_end.txt 20:19:54 + case "${OS_FAMILY}" in 20:19:54 + dpkg -l 20:19:54 + grep '^ii' 20:19:54 + '[' -f /tmp/packages_start.txt ']' 20:19:54 + '[' -f /tmp/packages_end.txt ']' 20:19:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:19:54 + '[' /w/workspace/edgex-go/1 ']' 20:19:54 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:19:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:19:54 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:19:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:19:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:19:55 20:19:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:19:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:19:56 latest: Pulling from edgex-lftools-log-publisher 20:19:56 5eb5b503b376: Pulling fs layer 20:19:56 5c69ac0246d0: Pulling fs layer 20:19:56 ec43610c2a17: Pulling fs layer 20:19:56 3a2ae6a8a46f: Pulling fs layer 20:19:56 33b1e0a273af: Pulling fs layer 20:19:56 5d3b04190fa2: Pulling fs layer 20:19:56 2f39f015ded8: Pulling fs layer 20:19:56 3a2ae6a8a46f: Waiting 20:19:56 33b1e0a273af: Waiting 20:19:56 5d3b04190fa2: Waiting 20:19:56 2f39f015ded8: Waiting 20:19:56 5c69ac0246d0: Download complete 20:19:56 3a2ae6a8a46f: Download complete 20:19:56 33b1e0a273af: Verifying Checksum 20:19:56 33b1e0a273af: Download complete 20:19:56 5d3b04190fa2: Verifying Checksum 20:19:56 5d3b04190fa2: Download complete 20:19:56 ec43610c2a17: Verifying Checksum 20:19:56 5eb5b503b376: Verifying Checksum 20:19:56 5eb5b503b376: Download complete 20:19:56 2f39f015ded8: Download complete 20:19:57 5eb5b503b376: Pull complete 20:19:57 5c69ac0246d0: Pull complete 20:19:58 ec43610c2a17: Pull complete 20:19:58 3a2ae6a8a46f: Pull complete 20:19:58 33b1e0a273af: Pull complete 20:19:58 5d3b04190fa2: Pull complete 20:20:03 2f39f015ded8: Pull complete 20:20:03 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:20:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:20:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:20:04 prd-ubuntu20.04-docker-8c-8g-21380 does not seem to be running inside a container 20:20:04 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:20:06 $ docker top eb5ac3aa0ebde3b51424ea6525b5caae6f03e69892e8201d6751ef3fad0697ef -eo pid,comm [Pipeline] { [Pipeline] sh 20:20:06 + touch /tmp/pre-build-complete [Pipeline] sh 20:20:06 + mkdir -p /var/log/sysstat [Pipeline] sh 20:20:07 + ls /var/log/sa-host 20:20:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:20:07 provisioning config files... 20:20:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1337789318937008419tmp [Pipeline] { [Pipeline] echo 20:20:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:20:07 ---> create-netrc.sh [Pipeline] } 20:20:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:20:08 ---> python-tools-install.sh [Pipeline] echo 20:20:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:20:08 ---> sudo-logs.sh 20:20:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:20:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:20:08 ---> job-cost.sh 20:20:08 lf-activate-venv: SKIPPING 20:20:08 DEBUG: total: 0.2199999988079071 20:20:08 INFO: Retrieving Stack Cost... 20:20:09 INFO: Retrieving Pricing Info for: v3-standard-8 20:20:09 INFO: Archiving Costs [Pipeline] echo 20:20:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:20:10 ---> logs-deploy.sh 20:20:10 lf-activate-venv: SKIPPING 20:20:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3978/1 20:20:10 INFO: archiving workspace using pattern(s): 20:20:11 Archives upload complete. 20:20:11 INFO: archiving logs to Nexus 20:20:12 ---> uname -a: 20:20:12 Linux prd-ubuntu20-04-docker-8c-8g-21380 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 20:20:12 20:20:12 20:20:12 ---> lscpu: 20:20:12 Architecture: x86_64 20:20:12 CPU op-mode(s): 32-bit, 64-bit 20:20:12 Byte Order: Little Endian 20:20:12 Address sizes: 40 bits physical, 48 bits virtual 20:20:12 CPU(s): 8 20:20:12 On-line CPU(s) list: 0-7 20:20:12 Thread(s) per core: 1 20:20:12 Core(s) per socket: 1 20:20:12 Socket(s): 8 20:20:12 NUMA node(s): 1 20:20:12 Vendor ID: AuthenticAMD 20:20:12 CPU family: 23 20:20:12 Model: 49 20:20:12 Model name: AMD EPYC-Rome Processor 20:20:12 Stepping: 0 20:20:12 CPU MHz: 2799.998 20:20:12 BogoMIPS: 5599.99 20:20:12 Virtualization: AMD-V 20:20:12 Hypervisor vendor: KVM 20:20:12 Virtualization type: full 20:20:12 L1d cache: 256 KiB 20:20:12 L1i cache: 256 KiB 20:20:12 L2 cache: 4 MiB 20:20:12 L3 cache: 128 MiB 20:20:12 NUMA node0 CPU(s): 0-7 20:20:12 Vulnerability Itlb multihit: Not affected 20:20:12 Vulnerability L1tf: Not affected 20:20:12 Vulnerability Mds: Not affected 20:20:12 Vulnerability Meltdown: Not affected 20:20:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:20:12 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:20:12 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:20:12 Vulnerability Srbds: Not affected 20:20:12 Vulnerability Tsx async abort: Not affected 20:20:12 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:20:12 20:20:12 20:20:12 ---> nproc: 20:20:12 8 20:20:12 20:20:12 20:20:12 ---> df -h: 20:20:12 Filesystem Size Used Avail Use% Mounted on 20:20:12 overlay 155G 27G 129G 17% / 20:20:12 tmpfs 64M 0 64M 0% /dev 20:20:12 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:20:12 shm 64M 0 64M 0% /dev/shm 20:20:12 /dev/vda1 155G 27G 129G 17% /facter-os 20:20:12 20:20:12 20:20:12 ---> sar -b -r -n DEV: 20:20:12 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21380) 04/19/22 _x86_64_ (8 CPU) 20:20:12 20:20:12 19:05:21 LINUX RESTART (8 CPU) 20:20:12 20:20:12 19:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:20:12 19:07:01 282.71 12.41 270.29 0.00 2019.99 115163.08 0.00 20:20:12 19:08:01 38.33 0.03 38.29 0.00 0.27 12448.46 0.00 20:20:12 19:09:01 56.88 0.10 56.78 0.00 2.53 22060.13 0.00 20:20:12 19:10:01 426.59 0.97 425.62 0.00 21.86 345446.72 0.00 20:20:12 19:11:01 942.70 2.02 940.69 0.00 17.33 316017.73 0.00 20:20:12 19:12:01 600.27 0.07 600.20 0.00 0.53 191241.45 0.00 20:20:12 19:13:01 958.79 0.55 958.24 0.00 9.60 333079.02 0.00 20:20:12 19:14:01 898.65 1.03 897.61 0.00 8.26 299040.16 0.00 20:20:12 19:15:01 434.83 0.43 434.39 0.00 3.47 117692.78 0.00 20:20:12 19:16:01 248.38 0.00 248.38 0.00 0.00 121137.41 0.00 20:20:12 19:17:01 2.57 0.02 2.55 0.00 0.13 28.00 0.00 20:20:12 19:18:01 2.33 0.00 2.33 0.00 0.00 25.19 0.00 20:20:12 19:19:01 0.93 0.00 0.93 0.00 0.00 11.06 0.00 20:20:12 19:20:01 1.47 0.00 1.47 0.00 0.00 15.86 0.00 20:20:12 19:21:01 3.53 1.48 2.05 0.00 42.93 23.06 0.00 20:20:12 19:22:01 1.25 0.00 1.25 0.00 0.00 15.46 0.00 20:20:12 19:23:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 20:20:12 19:24:01 1.33 0.00 1.33 0.00 0.00 15.59 0.00 20:20:12 19:25:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 20:20:12 19:26:01 1.33 0.00 1.33 0.00 0.00 17.19 0.00 20:20:12 19:27:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 20:20:12 19:28:01 1.43 0.00 1.43 0.00 0.00 16.66 0.00 20:20:12 19:29:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 20:20:12 19:30:01 1.50 0.00 1.50 0.00 0.00 17.33 0.00 20:20:12 19:31:01 1.15 0.00 1.15 0.00 0.00 14.00 0.00 20:20:12 19:32:01 1.20 0.00 1.20 0.00 0.00 14.80 0.00 20:20:12 19:33:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 20:20:12 19:34:01 1.10 0.00 1.10 0.00 0.00 13.86 0.00 20:20:12 19:35:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 20:20:12 19:36:01 1.28 0.00 1.28 0.00 0.00 16.66 0.00 20:20:12 19:37:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 20:20:12 19:38:01 1.18 0.00 1.18 0.00 0.00 14.26 0.00 20:20:12 19:39:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 20:20:12 19:40:01 1.43 0.00 1.43 0.00 0.00 17.46 0.00 20:20:12 19:41:01 1.05 0.00 1.05 0.00 0.00 12.53 0.00 20:20:12 19:42:01 1.38 0.00 1.38 0.00 0.00 17.33 0.00 20:20:12 19:43:01 0.98 0.00 0.98 0.00 0.00 12.26 0.00 20:20:12 19:44:01 1.50 0.10 1.40 0.00 6.26 18.39 0.00 20:20:12 19:45:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 20:20:12 19:46:01 1.35 0.00 1.35 0.00 0.00 16.66 0.00 20:20:12 19:47:01 1.15 0.00 1.15 0.00 0.00 14.26 0.00 20:20:12 19:48:01 2.88 0.87 2.02 0.00 18.40 28.93 0.00 20:20:12 19:49:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 20:20:12 19:50:01 1.15 0.00 1.15 0.00 0.00 15.46 0.00 20:20:12 19:51:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 20:20:12 19:52:01 1.17 0.00 1.17 0.00 0.00 15.73 0.00 20:20:12 19:53:01 1.17 0.00 1.17 0.00 0.00 13.20 0.00 20:20:12 19:54:01 1.10 0.00 1.10 0.00 0.00 13.86 0.00 20:20:12 19:55:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 20:20:12 19:56:01 1.48 0.00 1.48 0.00 0.00 19.19 0.00 20:20:12 19:57:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 20:20:12 19:58:01 1.23 0.00 1.23 0.00 0.00 15.99 0.00 20:20:12 19:59:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 20:20:12 20:00:01 1.12 0.00 1.12 0.00 0.00 14.66 0.00 20:20:12 20:01:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 20:20:12 20:02:01 1.17 0.00 1.17 0.00 0.00 15.59 0.00 20:20:12 20:03:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 20:20:12 20:04:01 1.47 0.00 1.47 0.00 0.00 18.79 0.00 20:20:12 20:05:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 20:20:12 20:06:01 1.70 0.00 1.70 0.00 0.00 20.53 0.00 20:20:12 20:07:01 0.93 0.00 0.93 0.00 0.00 11.06 0.00 20:20:12 20:08:01 1.13 0.00 1.13 0.00 0.00 15.20 0.00 20:20:12 20:09:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 20:20:12 20:10:01 1.30 0.00 1.30 0.00 0.00 15.99 0.00 20:20:12 20:11:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 20:20:12 20:12:01 1.38 0.00 1.38 0.00 0.00 17.19 0.00 20:20:12 20:13:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 20:20:12 20:14:01 1.40 0.00 1.40 0.00 0.00 17.33 0.00 20:20:12 20:15:01 0.88 0.00 0.88 0.00 0.00 10.13 0.00 20:20:12 20:16:01 1.28 0.00 1.28 0.00 0.00 17.33 0.00 20:20:12 20:17:02 1.18 0.00 1.18 0.00 0.00 13.46 0.00 20:20:12 20:18:01 1.25 0.00 1.25 0.00 0.00 15.32 0.00 20:20:12 20:19:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 20:20:12 20:20:01 4.08 0.22 3.87 0.00 16.93 322.75 0.00 20:20:12 Average: 67.06 0.27 66.78 0.00 29.32 25282.78 0.00 20:20:12 20:20:12 19:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:20:12 19:07:01 28552280 31788176 505632 1.54 147788 3331600 1781692 5.25 1180768 2735840 6120 20:20:12 19:08:01 27913820 31586084 698552 2.12 151708 3719204 2145728 6.32 1483620 3019796 166212 20:20:12 19:09:01 28110544 31717304 572032 1.74 154736 3668312 2250360 6.63 1358856 2965180 180704 20:20:12 19:10:01 20112976 31244576 1004024 3.05 213620 10720908 3803480 11.21 2607368 9251680 2030548 20:20:12 19:11:01 13456136 29483080 2765044 8.41 328968 15146968 5646740 16.64 5428396 12730416 33284 20:20:12 19:12:01 11984868 30715076 1529876 4.65 347832 17718992 4103916 12.09 5231120 14286516 754748 20:20:12 19:13:01 9522828 31385172 844796 2.57 431476 20508720 2913628 8.59 3580328 18129912 1198072 20:20:12 19:14:01 2918156 31016248 1222192 3.72 610296 26227060 3174472 9.36 5132720 22842680 282896 20:20:12 19:15:01 9339124 31643604 611404 1.86 645876 20789732 2305980 6.80 3244180 18722332 772212 20:20:12 19:16:01 10570848 31735224 524852 1.60 715740 19622124 1974836 5.82 2857444 17924000 468 20:20:12 19:17:01 10572776 31737148 523316 1.59 715792 19622124 1974836 5.82 2856076 17924004 12 20:20:12 19:18:01 10572860 31737320 522992 1.59 715840 19622132 1974836 5.82 2855860 17924008 164 20:20:12 19:19:01 10582980 31747444 512948 1.56 715848 19622136 1974836 5.82 2845808 17924012 12 20:20:12 19:20:01 10583636 31748112 512404 1.56 715852 19622136 1974836 5.82 2845820 17924012 48 20:20:12 19:21:01 10581844 31747924 512524 1.56 715876 19623420 2007564 5.92 2850404 17923660 24 20:20:12 19:22:01 10582016 31748136 512268 1.56 715896 19623424 2007564 5.92 2849420 17923652 12 20:20:12 19:23:01 10581716 31747840 512484 1.56 715916 19623416 2007564 5.92 2849424 17923652 8 20:20:12 19:24:01 10581448 31747608 512664 1.56 715924 19623428 2007564 5.92 2849476 17923656 64 20:20:12 19:25:01 10581392 31747556 512628 1.56 715948 19623428 2007564 5.92 2849476 17923656 12 20:20:12 19:26:01 10581432 31747684 512584 1.56 715976 19623432 2007564 5.92 2849892 17923636 68 20:20:12 19:27:01 10581348 31747632 512836 1.56 715988 19623440 2007564 5.92 2849884 17923640 20 20:20:12 19:28:01 10581148 31747476 512788 1.56 716012 19623440 2007564 5.92 2849636 17923640 48 20:20:12 19:29:01 10581352 31747708 512516 1.56 716016 19623444 2007564 5.92 2849664 17923644 12 20:20:12 19:30:01 10581020 31747384 512732 1.56 716032 19623448 2007564 5.92 2849684 17923648 24 20:20:12 19:31:01 10580656 31747048 512924 1.56 716052 19623444 2007564 5.92 2850276 17923648 20 20:20:12 19:32:01 10580316 31746752 513152 1.56 716076 19623456 2007564 5.92 2849856 17923656 72 20:20:12 19:33:01 10580260 31746712 513132 1.56 716092 19623456 2007564 5.92 2849912 17923656 144 20:20:12 19:34:01 10580192 31746656 513328 1.56 716100 19623460 2007564 5.92 2849936 17923660 72 20:20:12 19:35:01 10580444 31746936 513028 1.56 716124 19623464 2007564 5.92 2850100 17923664 28 20:20:12 19:36:01 10580468 31746988 512964 1.56 716152 19623468 2007564 5.92 2849936 17923668 76 20:20:12 19:37:01 10580444 31746968 512936 1.56 716164 19623472 1991332 5.87 2849696 17923672 36 20:20:12 19:38:01 10580072 31746624 513224 1.56 716172 19623472 1991332 5.87 2849700 17923672 48 20:20:12 19:39:01 10579732 31746292 513484 1.56 716188 19623476 1991332 5.87 2849736 17923676 24 20:20:12 19:40:01 10579756 31746464 513244 1.56 716212 19623608 1991332 5.87 2849784 17923808 16 20:20:12 19:41:01 10579960 31746692 512972 1.56 716220 19623608 1991332 5.87 2850032 17923808 28 20:20:12 19:42:01 10579848 31746592 512980 1.56 716260 19623612 1991332 5.87 2849856 17923812 20 20:20:12 19:43:01 10579800 31746588 513056 1.56 716276 19623616 1991332 5.87 2849880 17923816 12 20:20:12 19:44:01 10577956 31745936 513800 1.56 716308 19623812 1991332 5.87 2851688 17923256 20 20:20:12 19:45:01 10577680 31745704 514020 1.56 716332 19623816 2007576 5.92 2851140 17923208 8 20:20:12 19:46:01 10577612 31745644 514200 1.56 716376 19623808 2007576 5.92 2851508 17923208 24 20:20:12 19:47:01 10577360 31745444 514392 1.56 716400 19623824 2007576 5.92 2851204 17923212 16 20:20:12 19:48:01 10575724 31744672 514944 1.57 716476 19624340 2011720 5.93 2851352 17923668 32 20:20:12 19:49:01 10575320 31744296 515208 1.57 716488 19624340 2011720 5.93 2851932 17923668 192 20:20:12 19:50:01 10575588 31744584 514860 1.57 716504 19624344 2011720 5.93 2851724 17923672 240 20:20:12 19:51:01 10575504 31744536 515104 1.57 716544 19624344 2011720 5.93 2852504 17923672 48 20:20:12 19:52:01 10575456 31744520 515064 1.57 716568 19624348 2011720 5.93 2852272 17923676 252 20:20:12 19:53:01 10575660 31744756 514764 1.57 716596 19624356 2011720 5.93 2851908 17923680 192 20:20:12 19:54:01 10575352 31744472 514984 1.57 716616 19624356 2011720 5.93 2852376 17923684 232 20:20:12 19:55:01 10575304 31744440 514956 1.57 716628 19624360 2011720 5.93 2852728 17923688 204 20:20:12 19:56:01 10575192 31744360 515092 1.57 716668 19624352 2011720 5.93 2852648 17923692 16 20:20:12 19:57:01 10575744 31744936 514508 1.56 716688 19624364 2011720 5.93 2851780 17923692 28 20:20:12 19:58:01 10575904 31745120 514500 1.56 716700 19624368 2011720 5.93 2852228 17923696 224 20:20:12 19:59:01 10576132 31745356 514196 1.56 716708 19624368 2011720 5.93 2851808 17923696 192 20:20:12 20:00:01 10575896 31745128 514412 1.56 716724 19624372 2011720 5.93 2851548 17923700 32 20:20:12 20:01:01 10576308 31745580 514120 1.56 716764 19624368 2011720 5.93 2852000 17923704 24 20:20:12 20:02:01 10576300 31745596 514080 1.56 716784 19624380 2011720 5.93 2852036 17923708 56 20:20:12 20:03:01 10576032 31745360 514272 1.56 716796 19624384 2011720 5.93 2851664 17923712 32 20:20:12 20:04:01 10575676 31745152 514388 1.56 716824 19624520 1995308 5.88 2851700 17923848 12 20:20:12 20:05:01 10575620 31745116 514388 1.56 716836 19624520 1995308 5.88 2852356 17923848 8 20:20:12 20:06:01 10575092 31744612 514836 1.57 716852 19624520 1995308 5.88 2852104 17923852 20 20:20:12 20:07:01 10575352 31744900 514548 1.56 716872 19624524 1995308 5.88 2851916 17923852 28 20:20:12 20:08:01 10575304 31744864 514560 1.56 716888 19624528 1995308 5.88 2851776 17923856 64 20:20:12 20:09:01 10575320 31744884 514520 1.56 716892 19624532 1995308 5.88 2851760 17923860 16 20:20:12 20:10:01 10575304 31744896 514488 1.56 716924 19624532 1995308 5.88 2851804 17923860 8 20:20:12 20:11:01 10575676 31745324 514248 1.56 716964 19624536 1995308 5.88 2852644 17923864 64 20:20:12 20:12:01 10575960 31745632 513944 1.56 716988 19624540 1995308 5.88 2851880 17923864 20 20:20:12 20:13:01 10575944 31745620 513928 1.56 717000 19624544 1995308 5.88 2851868 17923868 12 20:20:12 20:14:01 10575676 31745388 514116 1.56 717020 19624548 1995308 5.88 2851964 17923880 68 20:20:12 20:15:01 10575628 31745364 514096 1.56 717028 19624548 1995308 5.88 2852460 17923876 20 20:20:12 20:16:01 10575736 31745484 513956 1.56 717048 19624548 1995308 5.88 2852868 17923880 68 20:20:12 20:17:02 10575452 31745220 514192 1.56 717056 19624556 1995308 5.88 2852308 17923884 12 20:20:12 20:18:01 10575936 31745716 513880 1.56 717064 19624556 1995308 5.88 2852032 17923884 48 20:20:12 20:19:01 10575928 31745712 513868 1.56 717068 19624560 1995308 5.88 2852080 17923888 12 20:20:12 20:20:01 10018908 31680936 577744 1.76 725100 20079360 2375688 7.00 2924280 18377716 459132 20:20:12 Average: 11336500 31675326 584374 1.78 670394 18889717 2142739 6.31 2900674 17164602 79568 20:20:12 20:20:12 19:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:20:12 19:07:01 lo 3.93 3.93 0.38 0.38 0.00 0.00 0.00 0.00 20:20:12 19:07:01 docker0 875.61 535.90 74.52 3701.69 0.00 0.00 0.00 0.00 20:20:12 19:07:01 ens3 747.97 1000.82 7415.72 126.10 0.00 0.00 0.00 0.00 20:20:12 19:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:08:01 vethb561f73 1.50 1.70 0.12 0.14 0.00 0.00 0.00 0.00 20:20:12 19:08:01 docker0 1.50 1.57 0.10 0.13 0.00 0.00 0.00 0.00 20:20:12 19:08:01 ens3 60.17 51.12 37.03 61.30 0.00 0.00 0.00 0.00 20:20:12 19:09:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 20:20:12 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:09:01 ens3 82.21 49.57 1686.49 16.05 0.00 0.00 0.00 0.00 20:20:12 19:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:10:01 vethd0d0458 0.00 0.97 0.00 0.06 0.00 0.00 0.00 0.00 20:20:12 19:10:01 vethae431d6 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 20:20:12 19:10:01 docker0 337.50 647.48 21.23 7493.09 0.00 0.00 0.00 0.00 20:20:12 19:10:01 veth7075a87 156.30 304.55 12.00 3632.89 0.00 0.00 0.00 0.30 20:20:12 19:10:01 vethc48208a 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 20:20:12 19:10:01 veth0953125 137.89 289.34 10.79 3631.92 0.00 0.00 0.00 0.30 20:20:12 19:10:01 ens3 725.11 400.13 7538.65 108.44 0.00 0.00 0.00 0.00 20:20:12 19:10:01 veth8dda408 0.05 0.23 0.00 0.02 0.00 0.00 0.00 0.00 20:20:12 19:11:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 20:20:12 19:11:01 veth03f339c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:11:01 vethd0d0458 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:20:12 19:11:01 veth998a399 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:11:01 docker0 243.59 360.30 19.76 4565.42 0.00 0.00 0.00 0.00 20:20:12 19:11:01 veth7075a87 118.88 172.73 11.34 2200.15 0.00 0.00 0.00 0.18 20:20:12 19:11:01 veth0953125 103.83 158.66 10.24 2198.52 0.00 0.00 0.00 0.18 20:20:12 19:11:01 ens3 433.49 305.10 4692.35 93.91 0.00 0.00 0.00 0.00 20:20:12 19:12:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 20:20:12 19:12:01 vethd0d0458 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:12:01 docker0 8.61 10.25 0.50 38.13 0.00 0.00 0.00 0.00 20:20:12 19:12:01 veth7075a87 0.15 0.23 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:12:01 veth0953125 0.17 0.22 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:12:01 ens3 108.63 80.99 1158.12 87.00 0.00 0.00 0.00 0.00 20:20:12 19:12:01 vethfb21868 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:20:12 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:13:01 vethd0d0458 0.00 0.55 0.00 0.03 0.00 0.00 0.00 0.00 20:20:12 19:13:01 veth114f532 0.03 0.18 0.00 0.01 0.00 0.00 0.00 0.00 20:20:12 19:13:01 docker0 276.87 471.99 19.97 6863.53 0.00 0.00 0.00 0.00 20:20:12 19:13:01 veth7075a87 11.75 15.15 1.10 206.73 0.00 0.00 0.00 0.02 20:20:12 19:13:01 veth8bd0f99 211.15 373.02 18.07 5825.75 0.00 0.00 0.00 0.48 20:20:12 19:13:01 veth0953125 12.25 16.35 1.20 206.80 0.00 0.00 0.00 0.02 20:20:12 19:13:01 ens3 557.26 352.67 6907.36 109.90 0.00 0.00 0.00 0.00 20:20:12 19:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:14:01 vethd0d0458 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:20:12 19:14:01 docker0 16.21 26.81 1.34 78.88 0.00 0.00 0.00 0.00 20:20:12 19:14:01 veth8bd0f99 12.18 17.98 1.26 3.22 0.00 0.00 0.00 0.00 20:20:12 19:14:01 ens3 65.64 36.66 111.00 18.48 0.00 0.00 0.00 0.00 20:20:12 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:15:01 vethd0d0458 0.00 1.12 0.00 0.05 0.00 0.00 0.00 0.00 20:20:12 19:15:01 docker0 42.86 52.44 2.73 365.75 0.00 0.00 0.00 0.00 20:20:12 19:15:01 ens3 112.60 102.28 389.58 79.67 0.00 0.00 0.00 0.00 20:20:12 19:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:16:01 docker0 0.00 0.98 0.00 0.04 0.00 0.00 0.00 0.00 20:20:12 19:16:01 ens3 5.35 3.50 4.95 2.22 0.00 0.00 0.00 0.00 20:20:12 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:17:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:18:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:21:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:21:01 ens3 3.87 2.93 3.45 1.86 0.00 0.00 0.00 0.00 20:20:12 19:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:22:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:23:01 ens3 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:24:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:26:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:20:12 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:27:01 ens3 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 20:20:12 19:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:28:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:31:01 ens3 0.17 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:20:12 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:32:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:34:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:35:01 ens3 0.10 0.10 0.06 0.01 0.00 0.00 0.00 0.00 20:20:12 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:36:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 20:20:12 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:38:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:39:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:40:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:41:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 20:20:12 19:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:42:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:44:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 20:20:12 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:44:01 ens3 4.72 3.53 2.94 5.35 0.00 0.00 0.00 0.00 20:20:12 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:46:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:20:12 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:47:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:48:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:49:01 ens3 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 20:20:12 19:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:50:01 ens3 0.45 0.10 0.05 0.01 0.00 0.00 0.00 0.00 20:20:12 19:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:51:01 ens3 2.08 0.95 1.01 0.74 0.00 0.00 0.00 0.00 20:20:12 19:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:52:01 ens3 0.65 0.40 0.33 0.21 0.00 0.00 0.00 0.00 20:20:12 19:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:53:01 ens3 0.60 0.00 0.05 0.00 0.00 0.00 0.00 0.00 20:20:12 19:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:54:01 ens3 1.17 0.23 0.17 0.08 0.00 0.00 0.00 0.00 20:20:12 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:55:01 ens3 1.03 0.45 0.40 0.28 0.00 0.00 0.00 0.00 20:20:12 19:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:56:01 ens3 1.05 0.85 0.60 0.48 0.00 0.00 0.00 0.00 20:20:12 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:57:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:58:01 ens3 0.23 0.18 0.07 0.01 0.00 0.00 0.00 0.00 20:20:12 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 19:59:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 20:20:12 20:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:00:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:01:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:20:12 20:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:02:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 20:20:12 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:03:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:04:01 ens3 0.52 0.10 0.05 0.01 0.00 0.00 0.00 0.00 20:20:12 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:05:01 ens3 0.62 0.52 0.35 0.28 0.00 0.00 0.00 0.00 20:20:12 20:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:06:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:20:12 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:07:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:08:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:09:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:10:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:11:01 ens3 0.30 0.28 0.16 0.08 0.00 0.00 0.00 0.00 20:20:12 20:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:12:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:13:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:14:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:15:01 ens3 0.15 0.12 0.09 0.01 0.00 0.00 0.00 0.00 20:20:12 20:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:16:01 ens3 0.23 0.25 0.08 0.08 0.00 0.00 0.00 0.00 20:20:12 20:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:17:02 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:18:01 ens3 0.14 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:20:12 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:20:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 20:20:12 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:12 20:20:01 ens3 111.63 86.87 2522.10 39.85 0.00 0.00 0.00 0.00 20:20:12 Average: lo 0.21 0.21 0.02 0.02 0.00 0.00 0.00 0.00 20:20:12 Average: docker0 24.37 28.49 1.89 312.38 0.00 0.00 0.00 0.00 20:20:12 Average: ens3 40.98 33.58 439.02 10.18 0.00 0.00 0.00 0.00 20:20:12 20:20:12 20:20:12 ---> sar -P ALL: 20:20:12 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21380) 04/19/22 _x86_64_ (8 CPU) 20:20:12 20:20:12 19:05:21 LINUX RESTART (8 CPU) 20:20:12 20:20:12 19:06:01 CPU %user %nice %system %iowait %steal %idle 20:20:12 19:07:01 all 11.09 0.00 4.33 1.82 0.07 82.69 20:20:12 19:07:01 0 9.15 0.00 4.79 3.15 0.05 82.87 20:20:12 19:07:01 1 20.81 0.00 5.50 2.82 0.08 70.78 20:20:12 19:07:01 2 10.42 0.00 3.91 0.37 0.07 85.23 20:20:12 19:07:01 3 11.20 0.00 4.45 1.85 0.07 82.43 20:20:12 19:07:01 4 7.75 0.00 3.55 0.24 0.07 88.40 20:20:12 19:07:01 5 9.01 0.00 4.05 0.20 0.07 86.68 20:20:12 19:07:01 6 10.78 0.00 3.63 3.98 0.07 81.54 20:20:12 19:07:01 7 9.57 0.00 4.81 1.94 0.07 83.61 20:20:12 19:08:01 all 40.53 0.00 7.30 0.18 0.09 51.90 20:20:12 19:08:01 0 40.71 0.00 7.03 0.08 0.10 52.08 20:20:12 19:08:01 1 40.77 0.00 7.26 0.93 0.08 50.96 20:20:12 19:08:01 2 36.14 0.00 6.26 0.03 0.10 57.47 20:20:12 19:08:01 3 43.12 0.00 7.16 0.02 0.10 49.60 20:20:12 19:08:01 4 40.88 0.00 7.37 0.03 0.08 51.63 20:20:12 19:08:01 5 40.13 0.00 8.06 0.03 0.08 51.69 20:20:12 19:08:01 6 41.17 0.00 7.55 0.24 0.08 50.96 20:20:12 19:08:01 7 41.27 0.00 7.72 0.08 0.10 50.83 20:20:12 19:09:01 all 42.24 0.00 5.92 0.39 0.11 51.34 20:20:12 19:09:01 0 41.60 0.00 5.87 0.02 0.10 52.41 20:20:12 19:09:01 1 42.27 0.00 6.10 1.13 0.10 50.40 20:20:12 19:09:01 2 41.00 0.00 5.48 0.02 0.12 53.38 20:20:12 19:09:01 3 42.51 0.00 5.69 0.00 0.12 51.68 20:20:12 19:09:01 4 41.21 0.00 5.78 0.03 0.10 52.88 20:20:12 19:09:01 5 42.04 0.00 6.22 0.02 0.10 51.63 20:20:12 19:09:01 6 44.28 0.00 5.84 0.57 0.12 49.19 20:20:12 19:09:01 7 42.99 0.00 6.37 1.36 0.12 49.16 20:20:12 19:10:01 all 33.96 0.00 15.13 4.17 0.12 46.62 20:20:12 19:10:01 0 34.04 0.00 15.17 2.01 0.12 48.66 20:20:12 19:10:01 1 33.29 0.00 15.94 1.95 0.12 48.70 20:20:12 19:10:01 2 34.79 0.00 14.35 1.32 0.12 49.43 20:20:12 19:10:01 3 34.71 0.00 14.85 6.61 0.12 43.71 20:20:12 19:10:01 4 33.67 0.00 14.31 1.81 0.12 50.09 20:20:12 19:10:01 5 33.75 0.00 16.73 5.40 0.10 44.02 20:20:12 19:10:01 6 33.84 0.00 13.25 7.51 0.10 45.30 20:20:12 19:10:01 7 33.59 0.00 16.45 6.79 0.12 43.05 20:20:12 19:11:01 all 73.83 0.00 12.99 4.10 0.16 8.92 20:20:12 19:11:01 0 74.19 0.00 13.45 2.99 0.17 9.21 20:20:12 19:11:01 1 73.14 0.00 14.22 5.62 0.17 6.86 20:20:12 19:11:01 2 72.53 0.00 11.32 2.62 0.17 13.36 20:20:12 19:11:01 3 75.44 0.00 12.02 4.01 0.17 8.36 20:20:12 19:11:01 4 73.36 0.00 13.23 3.09 0.17 10.16 20:20:12 19:11:01 5 74.59 0.00 12.16 3.31 0.15 9.79 20:20:12 19:11:01 6 74.04 0.00 13.54 4.14 0.17 8.11 20:20:12 19:11:01 7 73.34 0.00 14.00 6.99 0.15 5.51 20:20:12 19:12:01 all 87.66 0.00 11.48 0.10 0.17 0.59 20:20:12 19:12:01 0 87.09 0.00 12.06 0.05 0.17 0.64 20:20:12 19:12:01 1 87.02 0.00 12.39 0.08 0.17 0.33 20:20:12 19:12:01 2 88.43 0.00 10.40 0.08 0.18 0.91 20:20:12 19:12:01 3 89.08 0.00 10.33 0.17 0.15 0.27 20:20:12 19:12:01 4 86.11 0.00 12.94 0.10 0.18 0.67 20:20:12 19:12:01 5 88.25 0.00 11.25 0.03 0.15 0.32 20:20:12 19:12:01 6 87.49 0.00 11.62 0.13 0.17 0.58 20:20:12 19:12:01 7 87.81 0.00 10.88 0.12 0.20 0.99 20:20:12 19:13:01 all 62.11 0.00 12.98 5.70 0.16 19.05 20:20:12 19:13:01 0 55.29 0.00 13.83 5.01 0.17 25.69 20:20:12 19:13:01 1 52.97 0.00 16.78 9.73 0.17 20.35 20:20:12 19:13:01 2 71.39 0.00 10.35 8.15 0.15 9.95 20:20:12 19:13:01 3 57.55 0.00 12.06 7.45 0.19 22.76 20:20:12 19:13:01 4 65.52 0.00 12.28 6.07 0.17 15.96 20:20:12 19:13:01 5 72.33 0.00 10.22 2.67 0.15 14.63 20:20:12 19:13:01 6 55.97 0.00 15.89 3.63 0.14 24.37 20:20:12 19:13:01 7 65.80 0.00 12.48 2.88 0.15 18.68 20:20:12 19:14:01 all 74.69 0.00 12.67 3.59 0.17 8.88 20:20:12 19:14:01 0 77.67 0.00 11.33 3.20 0.17 7.64 20:20:12 19:14:01 1 74.58 0.00 14.04 2.74 0.14 8.50 20:20:12 19:14:01 2 74.98 0.00 12.71 4.41 0.17 7.72 20:20:12 19:14:01 3 72.92 0.00 11.25 3.52 0.16 12.15 20:20:12 19:14:01 4 75.82 0.00 12.48 1.78 0.19 9.74 20:20:12 19:14:01 5 73.95 0.00 12.90 3.91 0.17 9.08 20:20:12 19:14:01 6 73.09 0.00 14.47 7.01 0.17 5.25 20:20:12 19:14:01 7 74.50 0.00 12.14 2.16 0.19 11.01 20:20:12 19:15:01 all 21.57 0.00 5.73 6.00 0.11 66.58 20:20:12 19:15:01 0 26.29 0.00 3.88 1.59 0.08 68.15 20:20:12 19:15:01 1 12.76 0.00 6.48 13.85 0.12 66.79 20:20:12 19:15:01 2 16.32 0.00 5.81 14.34 0.10 63.44 20:20:12 19:15:01 3 14.92 0.00 4.79 5.47 0.12 74.70 20:20:12 19:15:01 4 15.42 0.00 5.89 4.32 0.12 74.25 20:20:12 19:15:01 5 49.36 0.00 5.83 2.02 0.13 42.65 20:20:12 19:15:01 6 20.53 0.00 7.31 3.76 0.08 68.32 20:20:12 19:15:01 7 17.01 0.00 5.90 2.62 0.12 74.35 20:20:12 19:16:01 all 6.86 0.00 3.63 2.22 0.05 87.24 20:20:12 19:16:01 0 7.42 0.00 3.43 1.72 0.03 87.40 20:20:12 19:16:01 1 6.20 0.00 3.88 7.07 0.07 82.78 20:20:12 19:16:01 2 7.12 0.00 3.41 0.79 0.03 88.65 20:20:12 19:16:01 3 8.66 0.00 4.33 6.12 0.07 80.83 20:20:12 19:16:01 4 7.53 0.00 4.07 0.76 0.05 87.59 20:20:12 19:16:01 5 5.84 0.00 3.69 0.69 0.05 89.73 20:20:12 19:16:01 6 5.58 0.00 2.44 0.20 0.03 91.74 20:20:12 19:16:01 7 6.52 0.00 3.82 0.46 0.05 89.15 20:20:12 19:17:01 all 0.01 0.00 0.01 0.02 0.01 99.95 20:20:12 19:17:01 0 0.00 0.00 0.00 0.03 0.02 99.95 20:20:12 19:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:17:01 2 0.00 0.00 0.03 0.05 0.00 99.92 20:20:12 19:17:01 3 0.02 0.00 0.02 0.08 0.00 99.88 20:20:12 19:17:01 4 0.05 0.00 0.03 0.00 0.02 99.90 20:20:12 19:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:17:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:17:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 20:20:12 19:17:01 CPU %user %nice %system %iowait %steal %idle 20:20:12 19:18:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:20:12 19:18:01 0 0.00 0.00 0.02 0.05 0.00 99.93 20:20:12 19:18:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 19:18:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 19:18:01 3 0.03 0.00 0.02 0.03 0.00 99.92 20:20:12 19:18:01 4 0.05 0.00 0.00 0.00 0.02 99.93 20:20:12 19:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:18:01 7 0.02 0.00 0.03 0.00 0.00 99.95 20:20:12 19:19:01 all 0.00 0.00 0.01 0.01 0.00 99.97 20:20:12 19:19:01 0 0.00 0.00 0.02 0.02 0.00 99.97 20:20:12 19:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:19:01 3 0.02 0.00 0.02 0.03 0.00 99.93 20:20:12 19:19:01 4 0.02 0.00 0.07 0.00 0.02 99.90 20:20:12 19:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:19:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 19:20:01 all 0.06 0.00 0.02 0.00 0.00 99.91 20:20:12 19:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:20:01 1 0.43 0.00 0.02 0.00 0.00 99.55 20:20:12 19:20:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:20:12 19:20:01 3 0.02 0.00 0.02 0.02 0.00 99.95 20:20:12 19:20:01 4 0.03 0.00 0.07 0.00 0.02 99.88 20:20:12 19:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:21:01 all 0.39 0.00 0.03 0.01 0.01 99.56 20:20:12 19:21:01 0 0.15 0.00 0.03 0.03 0.02 99.77 20:20:12 19:21:01 1 2.07 0.00 0.02 0.00 0.02 97.90 20:20:12 19:21:01 2 0.22 0.00 0.03 0.03 0.02 99.70 20:20:12 19:21:01 3 0.07 0.00 0.02 0.03 0.00 99.88 20:20:12 19:21:01 4 0.07 0.00 0.02 0.00 0.00 99.92 20:20:12 19:21:01 5 0.07 0.00 0.07 0.00 0.00 99.87 20:20:12 19:21:01 6 0.27 0.00 0.03 0.02 0.00 99.68 20:20:12 19:21:01 7 0.20 0.00 0.02 0.00 0.00 99.78 20:20:12 19:22:01 all 0.25 0.00 0.01 0.00 0.01 99.72 20:20:12 19:22:01 0 0.00 0.00 0.05 0.02 0.00 99.93 20:20:12 19:22:01 1 1.97 0.00 0.00 0.00 0.00 98.03 20:20:12 19:22:01 2 0.00 0.00 0.05 0.00 0.02 99.93 20:20:12 19:22:01 3 0.02 0.00 0.00 0.02 0.02 99.95 20:20:12 19:22:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:22:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:20:12 19:23:01 all 0.26 0.00 0.01 0.00 0.00 99.73 20:20:12 19:23:01 0 0.00 0.00 0.02 0.02 0.00 99.97 20:20:12 19:23:01 1 1.99 0.00 0.00 0.00 0.02 98.00 20:20:12 19:23:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 19:23:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 19:23:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:20:12 19:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 19:24:01 all 0.25 0.00 0.01 0.00 0.01 99.73 20:20:12 19:24:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 19:24:01 1 1.94 0.00 0.02 0.00 0.00 98.05 20:20:12 19:24:01 2 0.00 0.00 0.02 0.03 0.03 99.92 20:20:12 19:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:24:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 19:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:24:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 19:25:01 all 0.25 0.00 0.01 0.00 0.00 99.73 20:20:12 19:25:01 0 0.00 0.00 0.02 0.02 0.00 99.97 20:20:12 19:25:01 1 1.87 0.00 0.02 0.00 0.02 98.09 20:20:12 19:25:01 2 0.03 0.00 0.05 0.00 0.02 99.90 20:20:12 19:25:01 3 0.00 0.00 0.02 0.02 0.00 99.97 20:20:12 19:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:26:01 all 0.25 0.00 0.01 0.01 0.00 99.73 20:20:12 19:26:01 0 0.02 0.00 0.00 0.02 0.00 99.97 20:20:12 19:26:01 1 1.97 0.00 0.00 0.00 0.00 98.03 20:20:12 19:26:01 2 0.00 0.00 0.03 0.02 0.02 99.93 20:20:12 19:26:01 3 0.02 0.00 0.00 0.02 0.02 99.95 20:20:12 19:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:26:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:27:01 all 0.26 0.00 0.01 0.00 0.01 99.71 20:20:12 19:27:01 0 0.03 0.00 0.03 0.02 0.02 99.90 20:20:12 19:27:01 1 2.00 0.00 0.02 0.00 0.02 97.97 20:20:12 19:27:01 2 0.03 0.00 0.02 0.00 0.03 99.92 20:20:12 19:27:01 3 0.00 0.00 0.03 0.02 0.00 99.95 20:20:12 19:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 19:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:28:01 all 0.21 0.00 0.01 0.01 0.01 99.77 20:20:12 19:28:01 0 0.02 0.00 0.02 0.02 0.00 99.95 20:20:12 19:28:01 1 1.58 0.00 0.00 0.00 0.00 98.42 20:20:12 19:28:01 2 0.03 0.00 0.02 0.00 0.02 99.93 20:20:12 19:28:01 3 0.02 0.00 0.00 0.02 0.00 99.97 20:20:12 19:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:28:01 5 0.00 0.00 0.02 0.02 0.00 99.97 20:20:12 19:28:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 19:28:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:20:12 20:20:12 19:28:01 CPU %user %nice %system %iowait %steal %idle 20:20:12 19:29:01 all 0.02 0.00 0.00 0.01 0.00 99.96 20:20:12 19:29:01 0 0.03 0.00 0.02 0.02 0.00 99.93 20:20:12 19:29:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:20:12 19:29:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 19:29:01 3 0.05 0.00 0.00 0.00 0.00 99.95 20:20:12 19:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:29:01 5 0.02 0.00 0.00 0.03 0.00 99.95 20:20:12 19:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:29:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 19:30:01 all 0.00 0.00 0.01 0.01 0.00 99.98 20:20:12 19:30:01 0 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 19:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:30:01 2 0.00 0.00 0.02 0.02 0.02 99.95 20:20:12 19:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:30:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:30:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 19:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 19:31:01 all 0.01 0.00 0.00 0.01 0.01 99.96 20:20:12 19:31:01 0 0.02 0.00 0.00 0.08 0.02 99.88 20:20:12 19:31:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 19:31:01 2 0.02 0.00 0.02 0.02 0.02 99.93 20:20:12 19:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:31:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 19:31:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 19:31:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:20:12 19:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:32:01 all 0.00 0.00 0.01 0.00 0.01 99.98 20:20:12 19:32:01 0 0.00 0.00 0.02 0.02 0.00 99.97 20:20:12 19:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:32:01 2 0.02 0.00 0.05 0.00 0.02 99.92 20:20:12 19:32:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 19:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:32:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 19:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:32:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 19:33:01 all 0.02 0.00 0.01 0.00 0.00 99.97 20:20:12 19:33:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:33:01 2 0.03 0.00 0.02 0.03 0.02 99.90 20:20:12 19:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 19:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:33:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 19:34:01 all 0.00 0.00 0.01 0.00 0.00 99.99 20:20:12 19:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:34:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:34:01 5 0.00 0.00 0.00 0.03 0.00 99.97 20:20:12 19:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:34:01 7 0.00 0.00 0.03 0.00 0.00 99.97 20:20:12 19:35:01 all 0.02 0.00 0.01 0.00 0.00 99.96 20:20:12 19:35:01 0 0.02 0.00 0.02 0.02 0.00 99.95 20:20:12 19:35:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 19:35:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 19:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:35:01 5 0.02 0.00 0.02 0.02 0.00 99.95 20:20:12 19:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:35:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:20:12 19:36:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:20:12 19:36:01 0 0.00 0.00 0.02 0.03 0.00 99.95 20:20:12 19:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:36:01 2 0.02 0.00 0.03 0.00 0.02 99.93 20:20:12 19:36:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:36:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 19:36:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:20:12 19:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:36:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 19:37:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:20:12 19:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 19:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:37:01 2 0.05 0.00 0.02 0.00 0.02 99.92 20:20:12 19:37:01 3 0.00 0.00 0.02 0.00 0.02 99.97 20:20:12 19:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:37:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:20:12 19:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:38:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:20:12 19:38:01 0 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 19:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:38:01 2 0.03 0.00 0.03 0.00 0.02 99.92 20:20:12 19:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:38:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 19:38:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 19:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:39:01 all 0.02 0.00 0.01 0.00 0.00 99.97 20:20:12 19:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:39:01 2 0.07 0.00 0.03 0.00 0.00 99.90 20:20:12 19:39:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:20:12 19:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:39:01 5 0.00 0.00 0.02 0.03 0.00 99.95 20:20:12 19:39:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:20:12 19:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 20:20:12 19:39:01 CPU %user %nice %system %iowait %steal %idle 20:20:12 19:40:01 all 0.24 0.00 0.00 0.00 0.01 99.74 20:20:12 19:40:01 0 0.02 0.00 0.00 0.03 0.00 99.95 20:20:12 19:40:01 1 1.84 0.00 0.00 0.00 0.02 98.14 20:20:12 19:40:01 2 0.03 0.00 0.02 0.00 0.03 99.92 20:20:12 19:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:40:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 19:40:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:20:12 19:41:01 all 0.27 0.00 0.01 0.01 0.00 99.71 20:20:12 19:41:01 0 0.00 0.00 0.03 0.02 0.02 99.93 20:20:12 19:41:01 1 1.97 0.00 0.00 0.00 0.00 98.03 20:20:12 19:41:01 2 0.08 0.00 0.02 0.00 0.02 99.88 20:20:12 19:41:01 3 0.05 0.00 0.00 0.00 0.00 99.95 20:20:12 19:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:41:01 5 0.00 0.00 0.00 0.03 0.00 99.97 20:20:12 19:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:42:01 all 0.26 0.00 0.01 0.00 0.00 99.72 20:20:12 19:42:01 0 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 19:42:01 1 1.97 0.00 0.00 0.00 0.00 98.03 20:20:12 19:42:01 2 0.03 0.00 0.05 0.00 0.02 99.90 20:20:12 19:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 19:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:42:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 19:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:42:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:20:12 19:43:01 all 0.26 0.00 0.01 0.00 0.00 99.72 20:20:12 19:43:01 0 0.00 0.00 0.02 0.02 0.00 99.97 20:20:12 19:43:01 1 1.97 0.00 0.02 0.00 0.00 98.01 20:20:12 19:43:01 2 0.05 0.00 0.02 0.00 0.02 99.92 20:20:12 19:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:43:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:43:01 5 0.00 0.00 0.02 0.02 0.02 99.95 20:20:12 19:43:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:20:12 19:43:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:44:01 all 0.35 0.00 0.02 0.01 0.00 99.62 20:20:12 19:44:01 0 0.03 0.00 0.02 0.03 0.00 99.92 20:20:12 19:44:01 1 2.07 0.00 0.00 0.00 0.00 97.93 20:20:12 19:44:01 2 0.15 0.00 0.02 0.00 0.02 99.82 20:20:12 19:44:01 3 0.07 0.00 0.03 0.00 0.00 99.90 20:20:12 19:44:01 4 0.08 0.00 0.00 0.00 0.00 99.92 20:20:12 19:44:01 5 0.10 0.00 0.07 0.03 0.00 99.80 20:20:12 19:44:01 6 0.15 0.00 0.02 0.00 0.00 99.83 20:20:12 19:44:01 7 0.10 0.00 0.03 0.00 0.00 99.87 20:20:12 19:45:01 all 0.26 0.00 0.01 0.00 0.00 99.73 20:20:12 19:45:01 0 0.02 0.00 0.00 0.02 0.00 99.97 20:20:12 19:45:01 1 1.97 0.00 0.02 0.00 0.02 98.00 20:20:12 19:45:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 19:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 19:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:45:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 19:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:45:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:46:01 all 0.13 0.00 0.01 0.00 0.01 99.85 20:20:12 19:46:01 0 0.02 0.00 0.00 0.02 0.02 99.95 20:20:12 19:46:01 1 0.95 0.00 0.00 0.00 0.00 99.05 20:20:12 19:46:01 2 0.03 0.00 0.02 0.00 0.02 99.93 20:20:12 19:46:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 19:46:01 4 0.02 0.00 0.03 0.00 0.00 99.95 20:20:12 19:46:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 19:46:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:46:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 19:47:01 all 0.00 0.00 0.01 0.01 0.01 99.98 20:20:12 19:47:01 0 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 19:47:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 19:47:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:47:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 19:47:01 5 0.00 0.00 0.00 0.03 0.00 99.97 20:20:12 19:47:01 6 0.00 0.00 0.02 0.00 0.03 99.95 20:20:12 19:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:48:01 all 0.04 0.00 0.03 0.01 0.00 99.92 20:20:12 19:48:01 0 0.15 0.00 0.12 0.05 0.00 99.68 20:20:12 19:48:01 1 0.05 0.00 0.02 0.00 0.00 99.93 20:20:12 19:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:48:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:20:12 19:48:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 19:48:01 5 0.02 0.00 0.02 0.07 0.00 99.90 20:20:12 19:48:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:20:12 19:48:01 7 0.00 0.00 0.03 0.00 0.02 99.95 20:20:12 19:49:01 all 0.01 0.00 0.00 0.00 0.00 99.98 20:20:12 19:49:01 0 0.02 0.00 0.00 0.03 0.00 99.95 20:20:12 19:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 19:49:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:49:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 19:50:01 all 0.02 0.00 0.01 0.01 0.01 99.96 20:20:12 19:50:01 0 0.02 0.00 0.00 0.02 0.02 99.95 20:20:12 19:50:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 19:50:01 2 0.07 0.00 0.02 0.00 0.02 99.90 20:20:12 19:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:50:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:50:01 5 0.00 0.00 0.00 0.03 0.00 99.97 20:20:12 19:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:50:01 7 0.07 0.00 0.02 0.00 0.03 99.88 20:20:12 20:20:12 19:50:01 CPU %user %nice %system %iowait %steal %idle 20:20:12 19:51:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:20:12 19:51:01 0 0.02 0.00 0.02 0.02 0.00 99.95 20:20:12 19:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 19:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 19:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:51:01 5 0.00 0.00 0.02 0.02 0.02 99.95 20:20:12 19:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 19:51:01 7 0.02 0.00 0.03 0.02 0.02 99.92 20:20:12 19:52:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:20:12 19:52:01 0 0.00 0.00 0.00 0.03 0.00 99.97 20:20:12 19:52:01 1 0.00 0.00 0.02 0.00 0.02 99.97 20:20:12 19:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:52:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 19:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:52:01 7 0.05 0.00 0.03 0.00 0.03 99.88 20:20:12 19:53:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:20:12 19:53:01 0 0.00 0.00 0.02 0.02 0.00 99.97 20:20:12 19:53:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:20:12 19:53:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:20:12 19:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:53:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 19:53:01 5 0.02 0.00 0.02 0.02 0.00 99.95 20:20:12 19:53:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 19:53:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 19:54:01 all 0.00 0.00 0.01 0.00 0.00 99.98 20:20:12 19:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:54:01 2 0.00 0.00 0.03 0.00 0.00 99.97 20:20:12 19:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:54:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 19:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:54:01 7 0.02 0.00 0.05 0.00 0.02 99.92 20:20:12 19:55:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:20:12 19:55:01 0 0.02 0.00 0.00 0.02 0.00 99.97 20:20:12 19:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 19:55:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:20:12 19:55:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 19:55:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:20:12 19:55:01 5 0.00 0.00 0.00 0.03 0.00 99.97 20:20:12 19:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:55:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 19:56:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:20:12 19:56:01 0 0.00 0.00 0.00 0.03 0.00 99.97 20:20:12 19:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:56:01 3 0.03 0.00 0.03 0.00 0.02 99.92 20:20:12 19:56:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:56:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 19:56:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 19:56:01 7 0.02 0.00 0.03 0.00 0.02 99.93 20:20:12 19:57:01 all 0.03 0.00 0.00 0.00 0.01 99.96 20:20:12 19:57:01 0 0.08 0.00 0.03 0.02 0.03 99.83 20:20:12 19:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:57:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:20:12 19:57:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:20:12 19:57:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 19:57:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 19:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:58:01 all 0.00 0.00 0.00 0.01 0.01 99.97 20:20:12 19:58:01 0 0.00 0.00 0.00 0.02 0.02 99.97 20:20:12 19:58:01 1 0.00 0.00 0.02 0.00 0.02 99.97 20:20:12 19:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:58:01 5 0.00 0.00 0.00 0.07 0.00 99.93 20:20:12 19:58:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 19:58:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 19:59:01 all 0.02 0.00 0.01 0.00 0.00 99.97 20:20:12 19:59:01 0 0.03 0.00 0.02 0.02 0.02 99.92 20:20:12 19:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 19:59:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 19:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 19:59:01 5 0.02 0.00 0.00 0.02 0.02 99.95 20:20:12 19:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 19:59:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:20:12 20:00:01 all 0.01 0.00 0.01 0.00 0.01 99.98 20:20:12 20:00:01 0 0.03 0.00 0.03 0.00 0.03 99.90 20:20:12 20:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 20:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:00:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 20:00:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 20:00:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 20:01:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:20:12 20:01:01 0 0.02 0.00 0.02 0.02 0.02 99.93 20:20:12 20:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 20:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:01:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 20:01:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 20:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:01:01 7 0.03 0.00 0.03 0.00 0.00 99.93 20:20:12 20:20:12 20:01:01 CPU %user %nice %system %iowait %steal %idle 20:20:12 20:02:01 all 0.01 0.00 0.00 0.01 0.00 99.98 20:20:12 20:02:01 0 0.02 0.00 0.00 0.02 0.02 99.95 20:20:12 20:02:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 20:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:02:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:02:01 5 0.00 0.00 0.00 0.03 0.00 99.97 20:20:12 20:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:02:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:20:12 20:03:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:20:12 20:03:01 0 0.02 0.00 0.02 0.03 0.03 99.90 20:20:12 20:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:03:01 2 0.03 0.00 0.02 0.00 0.02 99.93 20:20:12 20:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:03:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 20:03:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:20:12 20:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:03:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 20:04:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:20:12 20:04:01 0 0.02 0.00 0.03 0.02 0.02 99.92 20:20:12 20:04:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 20:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:04:01 5 0.00 0.00 0.02 0.02 0.00 99.97 20:20:12 20:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:04:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:20:12 20:05:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:20:12 20:05:01 0 0.03 0.00 0.02 0.02 0.02 99.92 20:20:12 20:05:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:20:12 20:05:01 2 0.05 0.00 0.02 0.02 0.00 99.92 20:20:12 20:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:05:01 4 0.03 0.00 0.00 0.00 0.02 99.95 20:20:12 20:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 20:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:05:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 20:06:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:20:12 20:06:01 0 0.03 0.00 0.00 0.02 0.02 99.93 20:20:12 20:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:06:01 2 0.00 0.00 0.02 0.03 0.00 99.95 20:20:12 20:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:06:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 20:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:06:01 7 0.02 0.00 0.03 0.00 0.02 99.93 20:20:12 20:07:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:20:12 20:07:01 0 0.03 0.00 0.03 0.02 0.02 99.90 20:20:12 20:07:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 20:07:01 2 0.00 0.00 0.02 0.02 0.00 99.97 20:20:12 20:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 20:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:07:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:20:12 20:08:01 all 0.02 0.00 0.00 0.00 0.01 99.97 20:20:12 20:08:01 0 0.03 0.00 0.00 0.00 0.03 99.93 20:20:12 20:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:08:01 2 0.02 0.00 0.02 0.03 0.00 99.93 20:20:12 20:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:08:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 20:08:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 20:09:01 all 0.00 0.00 0.01 0.01 0.00 99.97 20:20:12 20:09:01 0 0.00 0.00 0.05 0.02 0.02 99.92 20:20:12 20:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 20:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:09:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 20:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:09:01 5 0.00 0.00 0.00 0.03 0.00 99.97 20:20:12 20:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 20:10:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:20:12 20:10:01 0 0.03 0.00 0.03 0.02 0.02 99.90 20:20:12 20:10:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 20:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 20:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:10:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 20:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:10:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 20:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:20:12 20:11:01 0 0.05 0.00 0.03 0.02 0.02 99.88 20:20:12 20:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:11:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 20:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:11:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 20:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:11:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 20:12:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:20:12 20:12:01 0 0.00 0.00 0.03 0.02 0.02 99.93 20:20:12 20:12:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 20:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:12:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:20:12 20:12:01 5 0.02 0.00 0.00 0.03 0.00 99.95 20:20:12 20:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:20:12 20:12:01 CPU %user %nice %system %iowait %steal %idle 20:20:12 20:13:01 all 0.00 0.00 0.00 0.00 0.01 99.98 20:20:12 20:13:01 0 0.02 0.00 0.02 0.00 0.03 99.93 20:20:12 20:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:13:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 20:13:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 20:13:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 20:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:13:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 20:14:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:20:12 20:14:01 0 0.02 0.00 0.00 0.03 0.02 99.93 20:20:12 20:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:14:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:20:12 20:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 20:14:01 4 0.02 0.00 0.03 0.00 0.00 99.95 20:20:12 20:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:14:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 20:15:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:20:12 20:15:01 0 0.02 0.00 0.02 0.02 0.02 99.93 20:20:12 20:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:15:01 2 0.00 0.00 0.02 0.00 0.02 99.97 20:20:12 20:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:15:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 20:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:15:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 20:16:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:20:12 20:16:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:20:12 20:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 20:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:16:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 20:16:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 20:16:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 20:17:02 all 0.01 0.00 0.01 0.00 0.01 99.97 20:20:12 20:17:02 0 0.03 0.00 0.02 0.02 0.02 99.92 20:20:12 20:17:02 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:17:02 2 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 20:17:02 3 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:17:02 4 0.03 0.00 0.00 0.00 0.00 99.97 20:20:12 20:17:02 5 0.00 0.00 0.02 0.00 0.02 99.97 20:20:12 20:17:02 6 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 20:17:02 7 0.02 0.00 0.02 0.00 0.02 99.95 20:20:12 20:18:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:20:12 20:18:01 0 0.00 0.00 0.00 0.02 0.03 99.95 20:20:12 20:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:20:12 20:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 20:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:18:01 5 0.00 0.00 0.02 0.03 0.00 99.95 20:20:12 20:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 20:18:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:20:12 20:19:01 all 0.01 0.00 0.01 0.00 0.01 99.98 20:20:12 20:19:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 20:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:20:12 20:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:20:12 20:19:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:20:12 20:19:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:20:12 20:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:20:12 20:19:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:20:12 20:20:01 all 2.52 0.00 0.99 0.05 0.01 96.43 20:20:12 20:20:01 0 2.54 0.00 1.42 0.28 0.03 95.73 20:20:12 20:20:01 1 3.29 0.00 0.80 0.00 0.02 95.89 20:20:12 20:20:01 2 2.17 0.00 1.10 0.05 0.02 96.66 20:20:12 20:20:01 3 2.37 0.00 0.95 0.00 0.02 96.66 20:20:12 20:20:01 4 2.20 0.00 0.92 0.02 0.00 96.86 20:20:12 20:20:01 5 2.48 0.00 0.74 0.00 0.00 96.79 20:20:12 20:20:01 6 2.75 0.00 0.87 0.03 0.02 96.33 20:20:12 20:20:01 7 2.35 0.00 1.11 0.00 0.02 96.52 20:20:12 Average: all 6.17 0.00 1.25 0.38 0.02 92.17 20:20:12 Average: 0 6.12 0.00 1.25 0.28 0.02 92.33 20:20:12 Average: 1 6.36 0.00 1.38 0.61 0.02 91.62 20:20:12 Average: 2 6.10 0.00 1.15 0.44 0.02 92.30 20:20:12 Average: 3 6.06 0.00 1.18 0.47 0.02 92.27 20:20:12 Average: 4 6.02 0.00 1.25 0.24 0.02 92.47 20:20:12 Average: 5 6.59 0.00 1.23 0.26 0.02 91.91 20:20:12 Average: 6 6.02 0.00 1.29 0.41 0.02 92.26 20:20:12 Average: 7 6.10 0.00 1.29 0.34 0.03 92.25 20:20:12 20:20:12 20:20:12