Pull request #3979 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 77e1d06be24447da4f7e49bfb3b378c389c0351c+b61922491ec22b60074f418cf5b25f360e5c966a (7fa5e8ad7a7997046c9af82a27d128ab5ef22fc0) 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-ssh3687986218513413863.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-ssh17048179259905723231.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh11247869010377156042.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10783243269095344251.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4181573677081238042.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-21567’ Running on prd-ubuntu20.04-docker-8c-8g-21569 in /w/workspace/edgexfoundry_edgex-go_PR-3979 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 b61922491ec22b60074f418cf5b25f360e5c966a into PR head commit 77e1d06be24447da4f7e49bfb3b378c389c0351c Merge succeeded, producing 77e1d06be24447da4f7e49bfb3b378c389c0351c Checking out Revision 77e1d06be24447da4f7e49bfb3b378c389c0351c (PR-3979) > 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/3979/head:refs/remotes/origin/PR-3979 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 77e1d06be24447da4f7e49bfb3b378c389c0351c # 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 b61922491ec22b60074f418cf5b25f360e5c966a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 77e1d06be24447da4f7e49bfb3b378c389c0351c # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git rev-list --no-walk 9dc9f2fc505f47d8bbe2717dc6bdcd13040f62c9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:08:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:08:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:08:45 ========================================================= 05:08:45 EdgeX Global Pipelines Version Info 05:08:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:08:46 ------------------- 05:08:46 stable info: 05:08:46 ------------------- 05:08:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:08:46 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 05:08:46 Message: update stable to v1.0.221 05:08:47 ------------------- 05:08:47 experimental info: 05:08:47 ------------------- 05:08:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:08:47 Commit SHA: e334d830fa8e8412d6042b94a77caa8dfa54c97b 05:08:47 Message: update experimental to v1.0.223 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3979 [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3979 [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3979 [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 77e1d06be24447da4f7e49bfb3b378c389c0351c [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 77e1d06 [Pipeline] echo 05:08:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:08:47 provisioning config files... 05:08:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5503133028013747395tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:08:48 ---> docker-login.sh 05:08:48 nexus3.edgexfoundry.org:10001 05:08:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:49 Configure a credential helper to remove this warning. See 05:08:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:49 05:08:49 Login Succeeded 05:08:49 nexus3.edgexfoundry.org:10002 05:08:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:49 Configure a credential helper to remove this warning. See 05:08:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:49 05:08:49 Login Succeeded 05:08:49 nexus3.edgexfoundry.org:10003 05:08:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:49 Configure a credential helper to remove this warning. See 05:08:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:49 05:08:49 Login Succeeded 05:08:49 nexus3.edgexfoundry.org:10004 05:08:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:49 Configure a credential helper to remove this warning. See 05:08:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:49 05:08:49 Login Succeeded 05:08:49 docker.io 05:08:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:50 Configure a credential helper to remove this warning. See 05:08:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:50 05:08:50 Login Succeeded 05:08:50 ---> docker-login.sh ends [Pipeline] } 05:08:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:08:50 + 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 05:08:50 + cut -d/ -f2 05:08:50 + dirname cmd/core-command/Dockerfile 05:08:50 + echo core-command,cmd/core-command/Dockerfile 05:08:50 + dirname cmd/core-data/Dockerfile 05:08:50 + cut -d/ -f2 05:08:50 + echo core-data,cmd/core-data/Dockerfile 05:08:50 + cut -d/ -f2 05:08:50 + dirname cmd/core-metadata/Dockerfile 05:08:50 + echo core-metadata,cmd/core-metadata/Dockerfile 05:08:50 + dirname cmd/security-bootstrapper/Dockerfile 05:08:50 + cut -d/ -f2 05:08:50 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 05:08:50 + dirname cmd/security-proxy-setup/Dockerfile 05:08:50 + cut -d/ -f2 05:08:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 05:08:50 + dirname cmd/security-secretstore-setup/Dockerfile 05:08:50 + cut -d/ -f2 05:08:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 05:08:50 + dirname cmd/security-spiffe-token-provider/Dockerfile 05:08:50 + cut -d/ -f2 05:08:50 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 05:08:50 + dirname cmd/security-spire-agent/Dockerfile 05:08:50 + cut -d/ -f2 05:08:50 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 05:08:50 + dirname cmd/security-spire-config/Dockerfile 05:08:50 + cut -d/ -f2 05:08:50 + echo security-spire-config,cmd/security-spire-config/Dockerfile 05:08:50 + dirname cmd/security-spire-server/Dockerfile 05:08:50 + cut -d/ -f2 05:08:50 + echo security-spire-server,cmd/security-spire-server/Dockerfile 05:08:50 + dirname cmd/support-notifications/Dockerfile 05:08:50 + cut -d/ -f2 05:08:50 + echo support-notifications,cmd/support-notifications/Dockerfile 05:08:50 + dirname cmd/support-scheduler/Dockerfile 05:08:50 + cut -d/ -f2 05:08:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile 05:08:50 + dirname cmd/sys-mgmt-agent/Dockerfile 05:08:50 + cut -d/ -f2 05:08:50 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 05:08:50 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 05:08:50 + git rev-list -1 --merges 77e1d06be24447da4f7e49bfb3b378c389c0351c~1..77e1d06be24447da4f7e49bfb3b378c389c0351c [Pipeline] echo 05:08:50 -----------> git rev-list -1 --merges 77e1d06be24447da4f7e49bfb3b378c389c0351c~1..77e1d06be24447da4f7e49bfb3b378c389c0351c 77e1d06be24447da4f7e49bfb3b378c389c0351c [false] [Pipeline] sh 05:08:51 + git log --format=format:%s -1 77e1d06be24447da4f7e49bfb3b378c389c0351c [Pipeline] echo 05:08:51 ========================================================= 05:08:51 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:08:51 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 05:08:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:08:51 + grep -v github /etc/ssh/ssh_known_hosts 05:08:51 + [ -e /tmp/ssh_known_hosts ] 05:08:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:08:51 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:08:51 sudo tee -a /etc/ssh/ssh_known_hosts 05:08:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 05:08:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:08:52 05:08:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:08:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:08:52 latest: Pulling from edgex-devops/git-semver 05:08:52 a0d0a0d46f8b: Pulling fs layer 05:08:52 3e5f54012d9b: Pulling fs layer 05:08:52 4c7163046ea9: Pulling fs layer 05:08:52 0c2d73faf560: Pulling fs layer 05:08:52 0c2d73faf560: Waiting 05:08:52 3e5f54012d9b: Verifying Checksum 05:08:52 3e5f54012d9b: Download complete 05:08:52 a0d0a0d46f8b: Download complete 05:08:52 0c2d73faf560: Download complete 05:08:52 4c7163046ea9: Download complete 05:08:52 a0d0a0d46f8b: Pull complete 05:08:52 3e5f54012d9b: Pull complete 05:08:52 4c7163046ea9: Pull complete 05:08:53 0c2d73faf560: Pull complete 05:08:53 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 05:08:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:08:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:08:53 prd-ubuntu20.04-docker-8c-8g-21569 does not seem to be running inside a container 05:08:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat 05:08:54 $ docker top 5e527e06a50d7b4c7aa97d026761945888941c10f96c3c4f977cca14566d320d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:08:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:08:54 [ssh-agent] Looking for ssh-agent implementation... 05:08:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:08:54 $ docker exec 5e527e06a50d7b4c7aa97d026761945888941c10f96c3c4f977cca14566d320d ssh-agent 05:08:54 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXiBABnC/agent.14 05:08:54 SSH_AGENT_PID=20 05:08:54 Running ssh-add (command line suppressed) 05:08:54 Identity added: /w/workspace/edgex-go/4@tmp/private_key_453199681209727477.key (/w/workspace/edgex-go/4@tmp/private_key_453199681209727477.key) 05:08:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:08:54 + git tag --points-at HEAD [Pipeline] } 05:08:54 $ docker exec --env ******** --env ******** 5e527e06a50d7b4c7aa97d026761945888941c10f96c3c4f977cca14566d320d ssh-agent -k 05:08:55 unset SSH_AUTH_SOCK; 05:08:55 unset SSH_AGENT_PID; 05:08:55 echo Agent pid 20 killed; 05:08:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:08:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:08:55 [ssh-agent] Looking for ssh-agent implementation... 05:08:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:08:55 $ docker exec 5e527e06a50d7b4c7aa97d026761945888941c10f96c3c4f977cca14566d320d ssh-agent 05:08:55 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXnCdnHB/agent.52 05:08:55 SSH_AGENT_PID=58 05:08:55 Running ssh-add (command line suppressed) 05:08:55 Identity added: /w/workspace/edgex-go/4@tmp/private_key_7756494338588407125.key (/w/workspace/edgex-go/4@tmp/private_key_7756494338588407125.key) 05:08:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:08:55 + git semver init 05:08:55 # -> Open(): unable to determine branch for HEAD 05:08:55 # $GIT_DIR = /w/workspace/edgex-go/4/.git 05:08:55 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 05:08:55 # $SEMVER_REMOTE_NAME = origin 05:08:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:08:55 # $SEMVER_USER_NAME = edgex-jenkins 05:08:55 # $SEMVER_BRANCH = PR-3979 05:08:55 # $SEMVER_TEMP = /tmp/semver-149678038 05:08:55 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 05:09:10 # '/tmp/semver-149678038' -> '/w/workspace/edgex-go/4/.semver' 05:09:10 # -> Force: false 05:09:10 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 05:09:10 $ docker exec --env ******** --env ******** 5e527e06a50d7b4c7aa97d026761945888941c10f96c3c4f977cca14566d320d ssh-agent -k 05:09:10 unset SSH_AUTH_SOCK; 05:09:10 unset SSH_AGENT_PID; 05:09:10 echo Agent pid 58 killed; 05:09:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:09:11 + git semver [Pipeline] } 05:09:11 $ docker stop --time=1 5e527e06a50d7b4c7aa97d026761945888941c10f96c3c4f977cca14566d320d 05:09:13 $ docker rm -f 5e527e06a50d7b4c7aa97d026761945888941c10f96c3c4f977cca14566d320d [Pipeline] // withDockerContainer [Pipeline] sh 05:09:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:09:13 Stashed 1 file(s) [Pipeline] echo 05:09:13 [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 05:09:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:09:14 ========================================================= 05:09:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 05:09:14 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:09:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 05:09:14 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 05:09:14 59bf1c3509f3: Pulling fs layer 05:09:14 666ba61612fd: Pulling fs layer 05:09:14 8ed8ca486205: Pulling fs layer 05:09:14 4fe6c5a15a65: Pulling fs layer 05:09:14 22a0e8bec74d: Pulling fs layer 05:09:14 640e595b4fbd: Pulling fs layer 05:09:14 763cafe07f6e: Pulling fs layer 05:09:14 0c0b528cf693: Pulling fs layer 05:09:14 10935f4eaf8b: Pulling fs layer 05:09:14 640e595b4fbd: Waiting 05:09:14 763cafe07f6e: Waiting 05:09:14 0c0b528cf693: Waiting 05:09:14 4fe6c5a15a65: Waiting 05:09:14 22a0e8bec74d: Waiting 05:09:14 8ed8ca486205: Verifying Checksum 05:09:14 8ed8ca486205: Download complete 05:09:14 666ba61612fd: Verifying Checksum 05:09:14 666ba61612fd: Download complete 05:09:14 22a0e8bec74d: Download complete 05:09:14 640e595b4fbd: Verifying Checksum 05:09:14 640e595b4fbd: Download complete 05:09:14 59bf1c3509f3: Verifying Checksum 05:09:14 59bf1c3509f3: Download complete 05:09:14 763cafe07f6e: Verifying Checksum 05:09:14 763cafe07f6e: Download complete 05:09:14 0c0b528cf693: Verifying Checksum 05:09:14 0c0b528cf693: Download complete 05:09:14 59bf1c3509f3: Pull complete 05:09:14 666ba61612fd: Pull complete 05:09:14 8ed8ca486205: Pull complete 05:09:15 4fe6c5a15a65: Verifying Checksum 05:09:15 4fe6c5a15a65: Download complete 05:09:15 10935f4eaf8b: Verifying Checksum 05:09:18 4fe6c5a15a65: Pull complete 05:09:18 22a0e8bec74d: Pull complete 05:09:18 640e595b4fbd: Pull complete 05:09:18 763cafe07f6e: Pull complete 05:09:18 0c0b528cf693: Pull complete 05:09:20 10935f4eaf8b: Pull complete 05:09:20 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 05:09:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 05:09:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 05:09:21 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 05:09:21 WORKDIR /edgex 05:09:21 COPY go.mod . 05:09:21 RUN go mod download 05:09:21 docker build -t ci-base-image-x86_64 -f - . 05:09:22 Sending build context to Docker daemon 335MB 05:09:22 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 05:09:22 ---> 99d49a6021b9 05:09:22 Step 2/4 : WORKDIR /edgex 05:09:25 ---> Running in 403a4802de1a 05:09:25 Removing intermediate container 403a4802de1a 05:09:25 ---> a4bf2ea8c0e4 05:09:25 Step 3/4 : COPY go.mod . 05:09:25 ---> ddfbb38d8079 05:09:25 Step 4/4 : RUN go mod download 05:09:25 ---> Running in c60e1185d696 05:09:29 Still waiting to schedule task 05:09:29 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-21568’ 05:09:40 Removing intermediate container c60e1185d696 05:09:40 ---> 2fe6a96deb24 05:09:40 Successfully built 2fe6a96deb24 05:09:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:09:40 + docker inspect -f . ci-base-image-x86_64 05:09:40 . [Pipeline] withDockerContainer 05:09:40 prd-ubuntu20.04-docker-8c-8g-21569 does not seem to be running inside a container 05:09:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:09:41 $ docker top f9175d09b84eb62e5c87f81c6cd4f578292309748859384df7f3b5ecb113fb5b -eo pid,comm [Pipeline] { [Pipeline] sh 05:09:41 + go version 05:09:41 go version go1.17.6 linux/amd64 [Pipeline] } 05:09:41 $ docker stop --time=1 f9175d09b84eb62e5c87f81c6cd4f578292309748859384df7f3b5ecb113fb5b 05:09:42 $ docker rm -f f9175d09b84eb62e5c87f81c6cd4f578292309748859384df7f3b5ecb113fb5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:09:43 + docker inspect -f . ci-base-image-x86_64 05:09:43 . [Pipeline] withDockerContainer 05:09:43 prd-ubuntu20.04-docker-8c-8g-21569 does not seem to be running inside a container 05:09:43 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:09:43 $ docker top 5f6af82b1b5bb2317c14c4b2bd41a4952b9dc94ababe5fe6da08b96a80b57c67 -eo pid,comm [Pipeline] { [Pipeline] echo 05:09:43 ========================================================= 05:09:43 [edgeXBuildGoParallel] Running Tests and Build... 05:09:43 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:09:44 + make test 05:09:44 go mod tidy -compat=1.17 05:09:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:09:49 ? github.com/edgexfoundry/edgex-go [no test files] 05:10:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 05:10:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 05:10:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 05:10:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 05:10:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 05:10:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 05:10:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 05:10:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 05:10:01 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 05:10:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 05:10:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 05:10:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 05:10:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 05:10:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:10:01 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 05:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.064s coverage: 28.7% of statements 05:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 05:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 05:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.079s coverage: 98.5% of statements 05:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 05:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.132s coverage: 53.4% of statements 05:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 05:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 05:10:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.531s coverage: 89.2% of statements 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 05:10:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.101s coverage: 84.4% of statements 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 05:10:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.464s coverage: 95.6% of statements 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 05:10:06 ok github.com/edgexfoundry/edgex-go/internal/io 0.061s coverage: 72.2% of statements 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 05:10:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.054s coverage: 60.0% of statements 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 05:10:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.081s coverage: 0.9% of statements 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 05:10:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 05:10:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 29.6% of statements 05:10:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 05:10:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 47.1% of statements 05:10:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.086s coverage: 79.5% of statements 05:10:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements 05:10:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.116s coverage: 96.3% of statements 05:10:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.096s coverage: 87.5% of statements 05:10:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.051s coverage: 94.4% of statements 05:10:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements 05:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.176s coverage: 82.5% of statements 05:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.111s coverage: 92.9% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 58.8% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.0% of statements 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 85.4% of statements 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.2% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.184s coverage: 64.4% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.353s coverage: 65.4% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.141s coverage: 43.8% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.077s coverage: 17.7% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.153s coverage: 92.3% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.050s coverage: 28.9% of statements 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 05:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 05:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements 05:10:25 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 05:10:43 GO111MODULE=on go vet ./... 05:10:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:10:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:10:47 ./bin/test-attribution-txt.sh [Pipeline] echo 05:10:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 05:10:48 + ls -al . 05:10:48 total 672 05:10:48 drwxrwxr-x 10 1001 1001 4096 Apr 21 05:10 . 05:10:48 drwxr-xr-x 4 root root 4096 Apr 21 05:09 .. 05:10:48 -rw-rw-r-- 1 1001 1001 11 Apr 21 05:08 .dockerignore 05:10:48 drwxrwxr-x 8 1001 1001 4096 Apr 21 05:08 .git 05:10:48 drwxrwxr-x 3 1001 1001 4096 Apr 21 05:08 .github 05:10:48 -rw-rw-r-- 1 1001 1001 879 Apr 21 05:08 .gitignore 05:10:48 -rw-rw-r-- 1 1001 1001 42 Apr 21 05:08 .golangci.yml 05:10:48 -rw-rw-r-- 1 1001 1001 87 Apr 21 05:08 .hadolint.yml 05:10:48 drwx------ 3 1001 1001 4096 Apr 21 05:09 .semver 05:10:48 -rw-rw-r-- 1 1001 1001 166 Apr 21 05:08 .sonarcloud.properties 05:10:48 -rw-rw-r-- 1 1001 1001 1171 Apr 21 05:08 ADOPTERS.md 05:10:48 -rw-rw-r-- 1 1001 1001 10086 Apr 21 05:08 Attribution.txt 05:10:48 -rw-rw-r-- 1 1001 1001 51732 Apr 21 05:08 CHANGELOG.md 05:10:48 -rw-rw-r-- 1 1001 1001 3804 Apr 21 05:08 CONTRIBUTING.md 05:10:48 -rw-rw-r-- 1 1001 1001 677 Apr 21 05:08 GOVERNANCE.md 05:10:48 -rw-rw-r-- 1 1001 1001 850 Apr 21 05:08 Jenkinsfile 05:10:48 -rw-rw-r-- 1 1001 1001 10775 Apr 21 05:08 LICENSE 05:10:48 -rw-rw-r-- 1 1001 1001 10389 Apr 21 05:08 Makefile 05:10:48 -rw-rw-r-- 1 1001 1001 582 Apr 21 05:08 OWNERS.md 05:10:48 -rw-rw-r-- 1 1001 1001 9120 Apr 21 05:08 README.md 05:10:48 -rw-rw-r-- 1 1001 1001 6912 Apr 21 05:08 SECURITY.md 05:10:48 -rw-rw-r-- 1 1001 1001 5 Apr 21 05:09 VERSION 05:10:48 -rw-rw-r-- 1 1001 1001 4131 Apr 21 05:08 ZMQWindows.md 05:10:48 drwxrwxr-x 2 1001 1001 4096 Apr 21 05:08 bin 05:10:48 drwxrwxr-x 18 1001 1001 4096 Apr 21 05:08 cmd 05:10:48 -rw-r--r-- 1 root root 435134 Apr 21 05:10 coverage.out 05:10:48 -rw-rw-r-- 1 1001 1001 3256 Apr 21 05:08 go.mod 05:10:48 -rw-rw-r-- 1 1001 1001 35162 Apr 21 05:09 go.sum 05:10:48 drwxrwxr-x 8 1001 1001 4096 Apr 21 05:08 internal 05:10:48 drwxrwxr-x 3 1001 1001 4096 Apr 21 05:08 openapi 05:10:48 drwxrwxr-x 4 1001 1001 4096 Apr 21 05:08 snap 05:10:48 -rw-rw-r-- 1 1001 1001 204 Apr 21 05:08 version.go [Pipeline] sh 05:10:49 + '[' -e coverage.out ] 05:10:49 + chown 1001:1001 coverage.out [Pipeline] stash 05:10:49 Stashed 1 file(s) [Pipeline] sh 05:10:49 + make build 05:10:49 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 05:11:04 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:11: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/core-command/core-command ./cmd/core-command 05:11:10 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 05:11:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 05:11:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 05:11:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:11:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:11:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:11:20 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 05:11: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/secrets-config ./cmd/secrets-config 05:11:22 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 05:11:23 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 05:11:24 $ docker stop --time=1 5f6af82b1b5bb2317c14c4b2bd41a4952b9dc94ababe5fe6da08b96a80b57c67 05:11:29 $ docker rm -f 5f6af82b1b5bb2317c14c4b2bd41a4952b9dc94ababe5fe6da08b96a80b57c67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:11:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:11:30 05:11:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 05:11:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:11:30 latest: Pulling from edgex-devops/edgex-compose 05:11:30 cbdbe7a5bc2a: Pulling fs layer 05:11:30 ca9280d653b3: Pulling fs layer 05:11:30 7e9c9ca2126c: Pulling fs layer 05:11:31 cbdbe7a5bc2a: Verifying Checksum 05:11:31 cbdbe7a5bc2a: Download complete 05:11:31 ca9280d653b3: Verifying Checksum 05:11:31 ca9280d653b3: Download complete 05:11:31 cbdbe7a5bc2a: Pull complete 05:11:31 7e9c9ca2126c: Verifying Checksum 05:11:31 7e9c9ca2126c: Download complete 05:11:31 ca9280d653b3: Pull complete 05:11:35 7e9c9ca2126c: Pull complete 05:11:35 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 05:11:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:11:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 05:11:35 prd-ubuntu20.04-docker-8c-8g-21569 does not seem to be running inside a container 05:11:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:11:38 $ docker top f98c809b9fda0a72effe3a800e347114f7b8f5fc30e6fc6881611c26bf67d07b -eo pid,comm [Pipeline] { [Pipeline] sh 05:11:39 + docker-compose build --help 05:11:39 + grep parallel 05:11:39 --parallel Build images in parallel. [Pipeline] } 05:11:39 $ docker stop --time=1 f98c809b9fda0a72effe3a800e347114f7b8f5fc30e6fc6881611c26bf67d07b 05:11:41 $ docker rm -f f98c809b9fda0a72effe3a800e347114f7b8f5fc30e6fc6881611c26bf67d07b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:11:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:11:41 . [Pipeline] withDockerContainer 05:11:41 prd-ubuntu20.04-docker-8c-8g-21569 does not seem to be running inside a container 05:11:41 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:11:42 $ docker top d0eb6b5681543cc883ec1bb2ea001654cb84c199b92ad5b0c22877bfbdd45d4c -eo pid,comm [Pipeline] { [Pipeline] sh 05:11:42 + docker-compose -f ./docker-compose-build.yml build --parallel 05:11:43 Building core-command ... 05:11:43 Building core-data ... 05:11:43 Building core-metadata ... 05:11:43 Building security-bootstrapper ... 05:11:43 Building security-proxy-setup ... 05:11:43 Building security-secretstore-setup ... 05:11:43 Building security-spiffe-token-provider ... 05:11:43 Building security-spire-agent ... 05:11:43 Building security-spire-config ... 05:11:43 Building security-spire-server ... 05:11:43 Building support-notifications ... 05:11:43 Building support-scheduler ... 05:11:43 Building sys-mgmt-agent ... 05:11:43 Building security-bootstrapper 05:11:43 Building security-secretstore-setup 05:11:43 Building security-spire-config 05:11:43 Building security-proxy-setup 05:11:43 Building sys-mgmt-agent 05:11:57 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:11:57 Step 2/31 : FROM ${BUILDER_BASE} AS builder 05:11:57 ---> 2fe6a96deb24 05:11:57 Step 3/31 : WORKDIR /edgex-go 05:11:57 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:11:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 05:11:57 ---> 2fe6a96deb24 05:11:57 Step 3/26 : WORKDIR /edgex-go 05:11:58 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:11:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:11:58 ---> 2fe6a96deb24 05:11:58 Step 3/22 : WORKDIR /edgex-go 05:11:58 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:11:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:11:58 ---> 2fe6a96deb24 05:11:58 Step 3/23 : WORKDIR /edgex-go 05:11:58 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:11:58 Step 2/25 : FROM ${BUILDER_BASE} AS builder 05:11:58 ---> 2fe6a96deb24 05:11:58 Step 3/25 : WORKDIR /edgex-go 05:12:03 ---> Running in f108f78e424c 05:12:03 ---> Running in 80780aebda26 05:12:03 ---> Running in 91b165439add 05:12:03 ---> Running in 3dbd38798809 05:12:03 ---> Running in 8868826a9edc 05:12:03 Removing intermediate container 8868826a9edc 05:12:03 ---> 59ea84dba81f 05:12:03 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:12:03 Removing intermediate container f108f78e424c 05:12:03 ---> 7ba9c233ddbe 05:12:03 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:12:03 Removing intermediate container 91b165439add 05:12:03 ---> 97ce30368c75 05:12:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:12:03 Removing intermediate container 80780aebda26 05:12:03 ---> 17ffacd7e9e9 05:12:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:12:03 Removing intermediate container 3dbd38798809 05:12:03 ---> 1700114d5bd0 05:12:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:12:03 ---> Running in 782db4a1c5a5 05:12:03 ---> Running in 56738c8edd41 05:12:03 ---> Running in 1b498c5e25b4 05:12:03 ---> Running in 4b8f0060b0c5 05:12:03 ---> Running in 0d2386b3dd9e 05:12:05 Removing intermediate container 782db4a1c5a5 05:12:05 ---> 3a0c64bd935e 05:12:05 Step 5/31 : RUN apk add --update --no-cache make git 05:12:05 ---> Running in 6fd89a6dcde8 05:12:05 Removing intermediate container 56738c8edd41 05:12:05 ---> 8579165b01c5 05:12:05 Step 5/22 : RUN apk add --update --no-cache make git 05:12:05 ---> Running in 2969fa40d665 05:12:05 Removing intermediate container 1b498c5e25b4 05:12:05 ---> 9ceba87254d1 05:12:05 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 05:12:05 ---> Running in b4a203128c77 05:12:05 Removing intermediate container 0d2386b3dd9e 05:12:05 ---> bf03b7ca6cce 05:12:05 Step 5/23 : RUN apk add --update --no-cache make bash git 05:12:05 ---> Running in 17d5fa0ec14b 05:12:05 Removing intermediate container 4b8f0060b0c5 05:12:05 ---> 95c4f789ca44 05:12:05 Step 5/25 : RUN apk add --update --no-cache make git 05:12:05 ---> Running in c418d8f82e98 05:12:05 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:12:05 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:12:06 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:12:06 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:12:06 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:12:06 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:12:06 OK: 221 MiB in 52 packages 05:12:06 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:12:06 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:12:06 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:12:06 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:12:07 OK: 221 MiB in 52 packages 05:12:07 OK: 221 MiB in 52 packages 05:12:07 OK: 221 MiB in 52 packages 05:12:07 OK: 221 MiB in 52 packages 05:12:07 Removing intermediate container 6fd89a6dcde8 05:12:07 ---> b52602b12b11 05:12:07 Step 6/31 : COPY go.mod vendor* ./ 05:12:07 ---> acbc4784b42d 05:12:07 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:07 ---> Running in 344757abd075 05:12:08 Removing intermediate container 2969fa40d665 05:12:08 ---> 1b60401ef3bf 05:12:08 Step 6/22 : COPY go.mod vendor* ./ 05:12:08 Removing intermediate container c418d8f82e98 05:12:08 ---> 8034c18b3c53 05:12:08 Step 6/25 : COPY go.mod vendor* ./ 05:12:08 Removing intermediate container b4a203128c77 05:12:08 ---> ec8a38137952 05:12:08 Step 6/26 : COPY go.mod vendor* ./ 05:12:08 ---> 838a7fa962ac 05:12:08 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:08 Removing intermediate container 17d5fa0ec14b 05:12:08 ---> d239a6629a98 05:12:08 Step 6/23 : COPY go.mod vendor* ./ 05:12:08 ---> Running in 561b9db180ac 05:12:08 ---> 87968ec2d1ac 05:12:08 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:08 ---> e7735d8f6fab 05:12:08 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:08 ---> Running in e9711ea07a9e 05:12:08 ---> Running in 79e75478613c 05:12:08 ---> 0cea4e7f666d 05:12:08 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:08 ---> Running in 951dcb2854a4 05:12:09 Removing intermediate container 344757abd075 05:12:09 ---> 8c4d5d4ad5bd 05:12:09 Step 8/31 : COPY . . 05:12:09 Removing intermediate container 561b9db180ac 05:12:09 ---> 26fd8a3829aa 05:12:09 Step 8/22 : COPY . . 05:12:14 Running on prd-ubuntu20.04-docker-arm64-4c-16g-21570 in /w/workspace/edgexfoundry_edgex-go_PR-3979 [Pipeline] { [Pipeline] ws 05:12:14 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 05:12:14 The recommended git tool is: git 05:12:17 Removing intermediate container e9711ea07a9e 05:12:17 ---> dc254a674bdb 05:12:17 Step 8/25 : COPY . . 05:12:17 ---> b86fae57cb71 05:12:17 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 05:12:17 Removing intermediate container 951dcb2854a4 05:12:17 ---> 0e0cdb537390 05:12:17 Step 8/23 : COPY . . 05:12:17 ---> Running in 3e6570e9360d 05:12:17 ---> ed0b690e2871 05:12:17 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 05:12:17 Removing intermediate container 79e75478613c 05:12:17 ---> a56f5a09789f 05:12:17 Step 8/26 : COPY . . 05:12:17 ---> Running in 0e6a9392a738 05:12:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:12:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:12:20 using credential edgex-jenkins-ssh 05:12:20 Cloning the remote Git repository 05:12:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:12:20 > git init /w/workspace/edgex-go/4 # timeout=10 05:12:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:12:20 > git --version # timeout=10 05:12:20 > git --version # 'git version 2.25.1' 05:12:20 using GIT_SSH to set credentials SSH Credentials for GitHub 05:12:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:12:32 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 05:12:32 ---> 9affab07315f 05:12:32 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 05:12:32 ---> adcb82f84d18 05:12:32 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 05:12:32 ---> 5da6d351e904 05:12:32 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:12:32 ---> Running in 4881947496ad 05:12:32 ---> Running in 8e2618b95ef6 05:12:32 ---> Running in 76c0216eac54 05:12:32 Removing intermediate container 4881947496ad 05:12:32 ---> 3656ab8b27c3 05:12:32 Step 10/26 : RUN mkdir -p spire-build 05:12:32 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:12:33 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 05:12:33 ---> Running in 0f7c42d67d0f 05:12:34 Removing intermediate container 3e6570e9360d 05:12:34 ---> 9d2a1715c52e 05:12:34 05:12:34 Step 10/31 : FROM alpine:3.14 05:12:35 Removing intermediate container 0e6a9392a738 05:12:35 ---> 33c16ff6fbd7 05:12:35 05:12:35 Step 10/22 : FROM alpine:3.14 05:12:35 3.14: Pulling from library/alpine 05:12:35 3.14: Pulling from library/alpine 05:12:35 Removing intermediate container 0f7c42d67d0f 05:12:35 ---> 920902de77cb 05:12:35 Step 11/26 : WORKDIR /edgex-go/spire-build 05:12:35 ---> Running in a09f04986ee5 05:12:35 Removing intermediate container a09f04986ee5 05:12:35 ---> ab7b629606cc 05:12:35 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 05:12:35 ---> Running in f7e028608890 05:12:36 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 05:12:36 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 05:12:36 Status: Downloaded newer image for alpine:3.14 05:12:36 Status: Image is up to date for alpine:3.14 05:12:36 ---> e04c818066af 05:12:36 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 05:12:36 ---> e04c818066af 05:12:36 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 05:12:36 ---> Running in ba4af867cae7 05:12:36 ---> Running in 3c80bd1eb2e5 05:12:37 spire-1.2.1/ 05:12:37 spire-1.2.1/.data/ 05:12:37 spire-1.2.1/.data/.file 05:12:37 spire-1.2.1/.dockerignore 05:12:37 spire-1.2.1/.gitattributes 05:12:37 spire-1.2.1/.githooks/ 05:12:37 spire-1.2.1/.githooks/pre-commit 05:12:37 spire-1.2.1/.github/ 05:12:37 spire-1.2.1/.github/ISSUE_TEMPLATE.md 05:12:37 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 05:12:37 spire-1.2.1/.github/dependabot.yml 05:12:37 spire-1.2.1/.github/workflows/ 05:12:37 spire-1.2.1/.github/workflows/nightly_build.yaml 05:12:37 spire-1.2.1/.github/workflows/pr_build.yaml 05:12:37 spire-1.2.1/.github/workflows/release_build.yaml 05:12:37 spire-1.2.1/.github/workflows/scripts/ 05:12:37 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 05:12:37 spire-1.2.1/.github/workflows/scripts/push-images.sh 05:12:37 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 05:12:37 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 05:12:37 spire-1.2.1/.github/workflows/scripts/split.sh 05:12:37 spire-1.2.1/.gitignore 05:12:37 spire-1.2.1/.go-version 05:12:37 spire-1.2.1/.golangci.yml 05:12:37 spire-1.2.1/ADOPTERS.md 05:12:37 spire-1.2.1/CHANGELOG.md 05:12:37 spire-1.2.1/CODE-OF-CONDUCT.md 05:12:37 spire-1.2.1/CODEOWNERS 05:12:37 spire-1.2.1/CONTRIBUTING.md 05:12:37 spire-1.2.1/Dockerfile 05:12:37 spire-1.2.1/Dockerfile.dev 05:12:37 spire-1.2.1/Dockerfile.scratch 05:12:37 spire-1.2.1/LICENSE 05:12:37 spire-1.2.1/MAINTAINERS.md 05:12:37 spire-1.2.1/Makefile 05:12:37 spire-1.2.1/README.md 05:12:37 spire-1.2.1/ROADMAP.md 05:12:37 spire-1.2.1/SECURITY.md 05:12:37 spire-1.2.1/cmd/ 05:12:37 spire-1.2.1/cmd/spire-agent/ 05:12:37 spire-1.2.1/cmd/spire-agent/cli/ 05:12:37 spire-1.2.1/cmd/spire-agent/cli/api/ 05:12:37 spire-1.2.1/cmd/spire-agent/cli/api/common.go 05:12:37 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 05:12:37 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 05:12:37 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 05:12:37 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 05:12:37 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 05:12:37 spire-1.2.1/cmd/spire-agent/cli/cli.go 05:12:37 spire-1.2.1/cmd/spire-agent/cli/common/ 05:12:37 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 05:12:37 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 05:12:37 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 05:12:37 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 05:12:37 spire-1.2.1/cmd/spire-agent/cli/run/ 05:12:37 spire-1.2.1/cmd/spire-agent/cli/run/run.go 05:12:37 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 05:12:37 spire-1.2.1/cmd/spire-agent/cli/validate/ 05:12:37 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 05:12:37 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 05:12:37 spire-1.2.1/cmd/spire-agent/main.go 05:12:37 spire-1.2.1/cmd/spire-server/ 05:12:37 spire-1.2.1/cmd/spire-server/cli/ 05:12:37 spire-1.2.1/cmd/spire-server/cli/agent/ 05:12:37 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/agent/count.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/agent/list.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/agent/show.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/bundle/ 05:12:37 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/cli.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/entry/ 05:12:37 spire-1.2.1/cmd/spire-server/cli/entry/count.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/entry/create.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/entry/show.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/entry/update.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/entry/util.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/federation/ 05:12:37 spire-1.2.1/cmd/spire-server/cli/federation/common.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/federation/create.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/federation/list.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/federation/show.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/federation/update.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 05:12:37 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/jwt/ 05:12:37 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/run/ 05:12:37 spire-1.2.1/cmd/spire-server/cli/run/run.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/token/ 05:12:37 spire-1.2.1/cmd/spire-server/cli/token/generate.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/validate/ 05:12:37 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/x509/ 05:12:37 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 05:12:37 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 05:12:37 spire-1.2.1/cmd/spire-server/main.go 05:12:37 spire-1.2.1/cmd/spire-server/util/ 05:12:37 spire-1.2.1/cmd/spire-server/util/util.go 05:12:37 spire-1.2.1/conf/ 05:12:37 spire-1.2.1/conf/agent/ 05:12:37 spire-1.2.1/conf/agent/agent.conf 05:12:37 spire-1.2.1/conf/agent/agent_full.conf 05:12:37 spire-1.2.1/conf/agent/dummy_root_ca.crt 05:12:37 spire-1.2.1/conf/server/ 05:12:37 spire-1.2.1/conf/server/dummy_upstream_ca.crt 05:12:37 spire-1.2.1/conf/server/dummy_upstream_ca.key 05:12:37 spire-1.2.1/conf/server/server.conf 05:12:37 spire-1.2.1/conf/server/server_full.conf 05:12:37 spire-1.2.1/doc/ 05:12:37 spire-1.2.1/doc/SPIRE101.md 05:12:37 spire-1.2.1/doc/auditlog.md 05:12:37 spire-1.2.1/doc/authorization_policy_engine.md 05:12:37 spire-1.2.1/doc/changelog_guidelines.md 05:12:37 spire-1.2.1/doc/cure53-report.pdf 05:12:37 spire-1.2.1/doc/images/ 05:12:37 spire-1.2.1/doc/images/2019_roadmap.png 05:12:37 spire-1.2.1/doc/images/SPIRE101.png 05:12:37 spire-1.2.1/doc/images/SPIRE_agent.png 05:12:37 spire-1.2.1/doc/images/SPIRE_server.png 05:12:37 spire-1.2.1/doc/images/cache_mgr.png 05:12:37 spire-1.2.1/doc/images/cache_mgr_components.png 05:12:37 spire-1.2.1/doc/images/federated_spire.png 05:12:37 spire-1.2.1/doc/images/ha_mode.png 05:12:37 spire-1.2.1/doc/images/nested_spire.png 05:12:37 spire-1.2.1/doc/images/oidc_federation.png 05:12:37 spire-1.2.1/doc/images/single_trust_domain.png 05:12:37 spire-1.2.1/doc/images/spiffe_compatible.png 05:12:37 spire-1.2.1/doc/images/spire_logo.png 05:12:37 spire-1.2.1/doc/migrating_registration_api_clients.md 05:12:37 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 05:12:37 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 05:12:37 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 05:12:37 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 05:12:37 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 05:12:37 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 05:12:37 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 05:12:37 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 05:12:37 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 05:12:37 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 05:12:37 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 05:12:37 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 05:12:37 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 05:12:37 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 05:12:37 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 05:12:37 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 05:12:37 spire-1.2.1/doc/plugin_server_datastore_sql.md 05:12:37 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 05:12:37 spire-1.2.1/doc/plugin_server_keymanager_disk.md 05:12:37 spire-1.2.1/doc/plugin_server_keymanager_memory.md 05:12:37 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 05:12:37 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 05:12:37 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 05:12:37 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 05:12:37 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 05:12:37 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 05:12:37 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 05:12:37 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 05:12:37 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 05:12:37 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 05:12:37 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 05:12:37 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 05:12:37 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 05:12:37 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 05:12:37 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 05:12:37 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 05:12:37 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 05:12:37 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 05:12:37 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 05:12:37 spire-1.2.1/doc/scaling_spire.md 05:12:37 spire-1.2.1/doc/spire_agent.md 05:12:37 spire-1.2.1/doc/spire_server.md 05:12:37 spire-1.2.1/doc/supported_integrations.md 05:12:37 spire-1.2.1/doc/telemetry.md 05:12:37 spire-1.2.1/doc/telemetry_config.md 05:12:37 spire-1.2.1/doc/upgrading.md 05:12:37 spire-1.2.1/doc/using_spire.md 05:12:37 spire-1.2.1/examples/ 05:12:37 spire-1.2.1/examples/README.md 05:12:37 spire-1.2.1/go.mod 05:12:37 spire-1.2.1/go.sum 05:12:37 spire-1.2.1/pkg/ 05:12:37 spire-1.2.1/pkg/agent/ 05:12:37 spire-1.2.1/pkg/agent/agent.go 05:12:37 spire-1.2.1/pkg/agent/api/ 05:12:37 spire-1.2.1/pkg/agent/api/config.go 05:12:37 spire-1.2.1/pkg/agent/api/debug/ 05:12:37 spire-1.2.1/pkg/agent/api/debug/v1/ 05:12:37 spire-1.2.1/pkg/agent/api/debug/v1/service.go 05:12:37 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 05:12:37 spire-1.2.1/pkg/agent/api/delegatedidentity/ 05:12:37 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 05:12:37 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 05:12:37 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 05:12:37 spire-1.2.1/pkg/agent/api/endpoints.go 05:12:37 spire-1.2.1/pkg/agent/api/health/ 05:12:37 spire-1.2.1/pkg/agent/api/health/v1/ 05:12:37 spire-1.2.1/pkg/agent/api/health/v1/service.go 05:12:37 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 05:12:37 spire-1.2.1/pkg/agent/api/rpccontext/ 05:12:37 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 05:12:37 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 05:12:37 spire-1.2.1/pkg/agent/attestor/ 05:12:37 spire-1.2.1/pkg/agent/attestor/node/ 05:12:37 spire-1.2.1/pkg/agent/attestor/node/experimental.go 05:12:37 spire-1.2.1/pkg/agent/attestor/node/node.go 05:12:37 spire-1.2.1/pkg/agent/attestor/node/node_test.go 05:12:37 spire-1.2.1/pkg/agent/attestor/workload/ 05:12:37 spire-1.2.1/pkg/agent/attestor/workload/workload.go 05:12:37 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 05:12:37 spire-1.2.1/pkg/agent/catalog/ 05:12:37 spire-1.2.1/pkg/agent/catalog/catalog.go 05:12:37 spire-1.2.1/pkg/agent/catalog/keymanager.go 05:12:37 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 05:12:37 spire-1.2.1/pkg/agent/catalog/svidstore.go 05:12:37 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 05:12:37 spire-1.2.1/pkg/agent/client/ 05:12:37 spire-1.2.1/pkg/agent/client/client.go 05:12:37 spire-1.2.1/pkg/agent/client/client_test.go 05:12:37 spire-1.2.1/pkg/agent/client/dial.go 05:12:37 spire-1.2.1/pkg/agent/client/nodeconn.go 05:12:37 spire-1.2.1/pkg/agent/client/nodeconn_test.go 05:12:37 spire-1.2.1/pkg/agent/client/update.go 05:12:37 spire-1.2.1/pkg/agent/client/util.go 05:12:37 spire-1.2.1/pkg/agent/common/ 05:12:37 spire-1.2.1/pkg/agent/common/backoff/ 05:12:37 spire-1.2.1/pkg/agent/common/backoff/backoff.go 05:12:37 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 05:12:37 spire-1.2.1/pkg/agent/common/cgroups/ 05:12:37 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 05:12:37 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 05:12:37 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 05:12:37 spire-1.2.1/pkg/agent/config.go 05:12:37 spire-1.2.1/pkg/agent/endpoints/ 05:12:37 spire-1.2.1/pkg/agent/endpoints/config.go 05:12:37 spire-1.2.1/pkg/agent/endpoints/endpoints.go 05:12:37 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 05:12:37 spire-1.2.1/pkg/agent/endpoints/metrics.go 05:12:37 spire-1.2.1/pkg/agent/endpoints/middleware.go 05:12:37 spire-1.2.1/pkg/agent/endpoints/peertracker.go 05:12:37 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 05:12:37 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 05:12:37 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 05:12:37 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 05:12:37 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 05:12:37 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 05:12:37 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 05:12:37 spire-1.2.1/pkg/agent/endpoints/workload/ 05:12:37 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 05:12:37 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 05:12:37 spire-1.2.1/pkg/agent/manager/ 05:12:37 spire-1.2.1/pkg/agent/manager/cache/ 05:12:37 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 05:12:37 spire-1.2.1/pkg/agent/manager/cache/cache.go 05:12:37 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 05:12:37 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 05:12:37 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 05:12:37 spire-1.2.1/pkg/agent/manager/cache/sets.go 05:12:37 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 05:12:37 spire-1.2.1/pkg/agent/manager/config.go 05:12:37 spire-1.2.1/pkg/agent/manager/manager.go 05:12:37 spire-1.2.1/pkg/agent/manager/manager_test.go 05:12:37 spire-1.2.1/pkg/agent/manager/storage.go 05:12:37 spire-1.2.1/pkg/agent/manager/storage_test.go 05:12:37 spire-1.2.1/pkg/agent/manager/storecache/ 05:12:37 spire-1.2.1/pkg/agent/manager/storecache/cache.go 05:12:37 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 05:12:37 spire-1.2.1/pkg/agent/manager/sync.go 05:12:37 spire-1.2.1/pkg/agent/plugin/ 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/ 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 05:12:37 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 05:12:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/ 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 05:12:37 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 05:12:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 05:12:37 spire-1.2.1/pkg/agent/svid/ 05:12:37 spire-1.2.1/pkg/agent/svid/rotator.go 05:12:37 spire-1.2.1/pkg/agent/svid/rotator_config.go 05:12:37 spire-1.2.1/pkg/agent/svid/rotator_test.go 05:12:37 spire-1.2.1/pkg/agent/svid/store/ 05:12:37 spire-1.2.1/pkg/agent/svid/store/service.go 05:12:37 spire-1.2.1/pkg/agent/svid/store/service_test.go 05:12:37 spire-1.2.1/pkg/common/ 05:12:37 spire-1.2.1/pkg/common/agentpathtemplate/ 05:12:37 spire-1.2.1/pkg/common/agentpathtemplate/template.go 05:12:37 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 05:12:37 spire-1.2.1/pkg/common/api/ 05:12:37 spire-1.2.1/pkg/common/api/metrics.go 05:12:37 spire-1.2.1/pkg/common/api/middleware/ 05:12:37 spire-1.2.1/pkg/common/api/middleware/common_test.go 05:12:37 spire-1.2.1/pkg/common/api/middleware/interceptor.go 05:12:37 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 05:12:37 spire-1.2.1/pkg/common/api/middleware/logger.go 05:12:37 spire-1.2.1/pkg/common/api/middleware/logger_test.go 05:12:37 spire-1.2.1/pkg/common/api/middleware/metrics.go 05:12:37 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 05:12:37 spire-1.2.1/pkg/common/api/middleware/middleware.go 05:12:37 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 05:12:37 spire-1.2.1/pkg/common/api/middleware/misconfig.go 05:12:37 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 05:12:37 spire-1.2.1/pkg/common/api/middleware/names.go 05:12:37 spire-1.2.1/pkg/common/api/middleware/names_test.go 05:12:37 spire-1.2.1/pkg/common/api/names.go 05:12:37 spire-1.2.1/pkg/common/api/ratelimit.go 05:12:37 spire-1.2.1/pkg/common/api/rpccontext/ 05:12:37 spire-1.2.1/pkg/common/api/rpccontext/logger.go 05:12:37 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 05:12:37 spire-1.2.1/pkg/common/api/rpccontext/names.go 05:12:37 spire-1.2.1/pkg/common/auth/ 05:12:37 spire-1.2.1/pkg/common/auth/interceptors.go 05:12:37 spire-1.2.1/pkg/common/auth/interceptors_test.go 05:12:37 spire-1.2.1/pkg/common/auth/untracked_uds.go 05:12:37 spire-1.2.1/pkg/common/bundleutil/ 05:12:37 spire-1.2.1/pkg/common/bundleutil/bundle.go 05:12:37 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 05:12:37 spire-1.2.1/pkg/common/bundleutil/common_test.go 05:12:37 spire-1.2.1/pkg/common/bundleutil/marshal.go 05:12:37 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 05:12:37 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 05:12:37 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 05:12:37 spire-1.2.1/pkg/common/bundleutil/types.go 05:12:37 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 05:12:37 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 05:12:37 spire-1.2.1/pkg/common/catalog/ 05:12:37 spire-1.2.1/pkg/common/catalog/bind.go 05:12:37 spire-1.2.1/pkg/common/catalog/builtin.go 05:12:37 spire-1.2.1/pkg/common/catalog/catalog.go 05:12:37 spire-1.2.1/pkg/common/catalog/catalog_test.go 05:12:37 spire-1.2.1/pkg/common/catalog/closers.go 05:12:37 spire-1.2.1/pkg/common/catalog/cmd_linux.go 05:12:37 spire-1.2.1/pkg/common/catalog/cmd_other.go 05:12:37 spire-1.2.1/pkg/common/catalog/config.go 05:12:37 spire-1.2.1/pkg/common/catalog/config_test.go 05:12:37 spire-1.2.1/pkg/common/catalog/configure.go 05:12:37 spire-1.2.1/pkg/common/catalog/constraints.go 05:12:37 spire-1.2.1/pkg/common/catalog/constraints_test.go 05:12:37 spire-1.2.1/pkg/common/catalog/context.go 05:12:37 spire-1.2.1/pkg/common/catalog/external.go 05:12:37 spire-1.2.1/pkg/common/catalog/host.go 05:12:37 spire-1.2.1/pkg/common/catalog/pipenet.go 05:12:37 spire-1.2.1/pkg/common/catalog/plugin.go 05:12:37 spire-1.2.1/pkg/common/catalog/testplugin/ 05:12:37 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 05:12:37 spire-1.2.1/pkg/common/catalog/testplugin/main.go 05:12:37 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 05:12:37 spire-1.2.1/pkg/common/cli/ 05:12:37 spire-1.2.1/pkg/common/cli/env.go 05:12:37 spire-1.2.1/pkg/common/cli/flags.go 05:12:37 spire-1.2.1/pkg/common/cli/trust_domain.go 05:12:37 spire-1.2.1/pkg/common/cli/trust_domain_test.go 05:12:37 spire-1.2.1/pkg/common/cli/umask.go 05:12:37 spire-1.2.1/pkg/common/cli/umask_posix.go 05:12:37 spire-1.2.1/pkg/common/cli/umask_test.go 05:12:37 spire-1.2.1/pkg/common/cli/umask_windows.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/ 05:12:37 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/flag.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/flag_test.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/format.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/format_test.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/ 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 05:12:37 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 05:12:37 spire-1.2.1/pkg/common/coretypes/ 05:12:37 spire-1.2.1/pkg/common/coretypes/bundle/ 05:12:37 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 05:12:37 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 05:12:37 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 05:12:37 spire-1.2.1/pkg/common/coretypes/bundle/require.go 05:12:37 spire-1.2.1/pkg/common/coretypes/jwtkey/ 05:12:37 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 05:12:37 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 05:12:37 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 05:12:37 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 05:12:37 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 05:12:37 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 05:12:37 spire-1.2.1/pkg/common/coretypes/x509certificate/ 05:12:37 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 05:12:37 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 05:12:37 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 05:12:37 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 05:12:37 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 05:12:37 spire-1.2.1/pkg/common/cryptoutil/ 05:12:37 spire-1.2.1/pkg/common/cryptoutil/keys.go 05:12:37 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 05:12:37 spire-1.2.1/pkg/common/diskutil/ 05:12:37 spire-1.2.1/pkg/common/diskutil/file_posix.go 05:12:37 spire-1.2.1/pkg/common/diskutil/file_test.go 05:12:37 spire-1.2.1/pkg/common/diskutil/file_windows.go 05:12:37 spire-1.2.1/pkg/common/errorutil/ 05:12:37 spire-1.2.1/pkg/common/errorutil/wrapper.go 05:12:37 spire-1.2.1/pkg/common/health/ 05:12:37 spire-1.2.1/pkg/common/health/config.go 05:12:37 spire-1.2.1/pkg/common/health/context.go 05:12:37 spire-1.2.1/pkg/common/health/context_test.go 05:12:37 spire-1.2.1/pkg/common/health/health.go 05:12:37 spire-1.2.1/pkg/common/health/health_test.go 05:12:37 spire-1.2.1/pkg/common/health/logger.go 05:12:37 spire-1.2.1/pkg/common/hostservice/ 05:12:37 spire-1.2.1/pkg/common/hostservice/metricsservice/ 05:12:37 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 05:12:37 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 05:12:37 spire-1.2.1/pkg/common/idutil/ 05:12:37 spire-1.2.1/pkg/common/idutil/require.go 05:12:37 spire-1.2.1/pkg/common/idutil/require_test.go 05:12:37 spire-1.2.1/pkg/common/idutil/safety.go 05:12:37 spire-1.2.1/pkg/common/idutil/safety_test.go 05:12:37 spire-1.2.1/pkg/common/idutil/spiffeid.go 05:12:37 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 05:12:37 spire-1.2.1/pkg/common/jwtsvid/ 05:12:37 spire-1.2.1/pkg/common/jwtsvid/common.go 05:12:37 spire-1.2.1/pkg/common/jwtsvid/sign.go 05:12:37 spire-1.2.1/pkg/common/jwtsvid/token_test.go 05:12:37 spire-1.2.1/pkg/common/jwtsvid/validate.go 05:12:37 spire-1.2.1/pkg/common/jwtutil/ 05:12:37 spire-1.2.1/pkg/common/jwtutil/keyset.go 05:12:37 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 05:12:37 spire-1.2.1/pkg/common/log/ 05:12:37 spire-1.2.1/pkg/common/log/hclog_adapter.go 05:12:37 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 05:12:37 spire-1.2.1/pkg/common/log/log.go 05:12:37 spire-1.2.1/pkg/common/log/log_test.go 05:12:37 spire-1.2.1/pkg/common/log/options.go 05:12:37 spire-1.2.1/pkg/common/nodeutil/ 05:12:37 spire-1.2.1/pkg/common/nodeutil/node.go 05:12:37 spire-1.2.1/pkg/common/nodeutil/node_test.go 05:12:37 spire-1.2.1/pkg/common/peertracker/ 05:12:37 spire-1.2.1/pkg/common/peertracker/conn.go 05:12:37 spire-1.2.1/pkg/common/peertracker/credentials.go 05:12:37 spire-1.2.1/pkg/common/peertracker/errors.go 05:12:37 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 05:12:37 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 05:12:37 spire-1.2.1/pkg/common/peertracker/info.go 05:12:37 spire-1.2.1/pkg/common/peertracker/listener.go 05:12:37 spire-1.2.1/pkg/common/peertracker/listener_test.go 05:12:37 spire-1.2.1/pkg/common/peertracker/peertracker.go 05:12:37 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 05:12:37 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 05:12:37 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 05:12:37 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 05:12:37 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 05:12:37 spire-1.2.1/pkg/common/peertracker/tcp.go 05:12:37 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 05:12:37 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 05:12:37 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 05:12:37 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 05:12:37 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 05:12:37 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 05:12:37 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 05:12:37 spire-1.2.1/pkg/common/peertracker/uds.go 05:12:37 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 05:12:37 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 05:12:37 spire-1.2.1/pkg/common/peertracker/uds_linux.go 05:12:37 spire-1.2.1/pkg/common/pemutil/ 05:12:37 spire-1.2.1/pkg/common/pemutil/block.go 05:12:37 spire-1.2.1/pkg/common/pemutil/certs.go 05:12:37 spire-1.2.1/pkg/common/pemutil/common.go 05:12:37 spire-1.2.1/pkg/common/pemutil/csr.go 05:12:37 spire-1.2.1/pkg/common/pemutil/keys.go 05:12:37 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 05:12:37 spire-1.2.1/pkg/common/pemutil/testdata/ 05:12:37 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 05:12:37 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 05:12:37 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 05:12:37 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 05:12:37 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 05:12:37 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 05:12:37 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 05:12:37 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 05:12:37 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 05:12:37 spire-1.2.1/pkg/common/plugin/ 05:12:37 spire-1.2.1/pkg/common/plugin/aws/ 05:12:37 spire-1.2.1/pkg/common/plugin/aws/iid.go 05:12:37 spire-1.2.1/pkg/common/plugin/azure/ 05:12:37 spire-1.2.1/pkg/common/plugin/azure/msi.go 05:12:37 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 05:12:37 spire-1.2.1/pkg/common/plugin/facade.go 05:12:37 spire-1.2.1/pkg/common/plugin/facade_test.go 05:12:37 spire-1.2.1/pkg/common/plugin/gcp/ 05:12:37 spire-1.2.1/pkg/common/plugin/gcp/iit.go 05:12:37 spire-1.2.1/pkg/common/plugin/k8s/ 05:12:37 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 05:12:37 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 05:12:37 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 05:12:37 spire-1.2.1/pkg/common/plugin/k8s/utils.go 05:12:37 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 05:12:37 spire-1.2.1/pkg/common/plugin/log.go 05:12:37 spire-1.2.1/pkg/common/plugin/sshpop/ 05:12:37 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 05:12:37 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 05:12:37 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 05:12:37 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 05:12:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 05:12:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 05:12:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 05:12:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 05:12:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 05:12:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 05:12:37 spire-1.2.1/pkg/common/plugin/tpmdevid/ 05:12:37 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 05:12:37 spire-1.2.1/pkg/common/plugin/x509pop/ 05:12:37 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 05:12:37 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 05:12:37 spire-1.2.1/pkg/common/profiling/ 05:12:37 spire-1.2.1/pkg/common/profiling/dumpers.go 05:12:37 spire-1.2.1/pkg/common/profiling/profiling.go 05:12:37 spire-1.2.1/pkg/common/protoutil/ 05:12:37 spire-1.2.1/pkg/common/protoutil/masks.go 05:12:37 spire-1.2.1/pkg/common/protoutil/masks_test.go 05:12:37 spire-1.2.1/pkg/common/rotationutil/ 05:12:37 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 05:12:37 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 05:12:37 spire-1.2.1/pkg/common/selector/ 05:12:37 spire-1.2.1/pkg/common/selector/selector.go 05:12:37 spire-1.2.1/pkg/common/selector/selector_test.go 05:12:37 spire-1.2.1/pkg/common/selector/set.go 05:12:37 spire-1.2.1/pkg/common/selector/set_utils.go 05:12:37 spire-1.2.1/pkg/common/selector/set_utils_test.go 05:12:37 spire-1.2.1/pkg/common/telemetry/ 05:12:37 spire-1.2.1/pkg/common/telemetry/agent/ 05:12:37 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 05:12:37 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 05:12:37 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 05:12:37 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 05:12:37 spire-1.2.1/pkg/common/telemetry/agent/manager.go 05:12:37 spire-1.2.1/pkg/common/telemetry/agent/node.go 05:12:37 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 05:12:37 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 05:12:37 spire-1.2.1/pkg/common/telemetry/agent/store/ 05:12:37 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 05:12:37 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 05:12:37 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 05:12:37 spire-1.2.1/pkg/common/telemetry/blackhole.go 05:12:37 spire-1.2.1/pkg/common/telemetry/call.go 05:12:37 spire-1.2.1/pkg/common/telemetry/common/ 05:12:37 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 05:12:37 spire-1.2.1/pkg/common/telemetry/config.go 05:12:37 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 05:12:37 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 05:12:37 spire-1.2.1/pkg/common/telemetry/inmem.go 05:12:37 spire-1.2.1/pkg/common/telemetry/inmem_test.go 05:12:37 spire-1.2.1/pkg/common/telemetry/m3.go 05:12:37 spire-1.2.1/pkg/common/telemetry/m3_test.go 05:12:37 spire-1.2.1/pkg/common/telemetry/metrics.go 05:12:37 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 05:12:37 spire-1.2.1/pkg/common/telemetry/names.go 05:12:37 spire-1.2.1/pkg/common/telemetry/prometheus.go 05:12:37 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 05:12:37 spire-1.2.1/pkg/common/telemetry/sanitize.go 05:12:37 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 05:12:37 spire-1.2.1/pkg/common/telemetry/server/ 05:12:37 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 05:12:37 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 05:12:37 spire-1.2.1/pkg/common/telemetry/server/datastore/ 05:12:37 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 05:12:37 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 05:12:37 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 05:12:37 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 05:12:37 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 05:12:37 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 05:12:37 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 05:12:37 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 05:12:37 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 05:12:37 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 05:12:37 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 05:12:37 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 05:12:37 spire-1.2.1/pkg/common/telemetry/server/rotate.go 05:12:37 spire-1.2.1/pkg/common/telemetry/server/server.go 05:12:37 spire-1.2.1/pkg/common/telemetry/sink.go 05:12:37 spire-1.2.1/pkg/common/telemetry/statsd.go 05:12:37 spire-1.2.1/pkg/common/telemetry/statsd_test.go 05:12:37 spire-1.2.1/pkg/common/telemetry/uptime.go 05:12:37 spire-1.2.1/pkg/common/telemetry/version.go 05:12:37 spire-1.2.1/pkg/common/telemetry/withlabels.go 05:12:37 spire-1.2.1/pkg/common/uptime/ 05:12:37 spire-1.2.1/pkg/common/uptime/uptime.go 05:12:37 spire-1.2.1/pkg/common/uptime/uptime_test.go 05:12:37 spire-1.2.1/pkg/common/util/ 05:12:37 spire-1.2.1/pkg/common/util/certs.go 05:12:37 spire-1.2.1/pkg/common/util/certs_test.go 05:12:37 spire-1.2.1/pkg/common/util/csr.go 05:12:37 spire-1.2.1/pkg/common/util/hash.go 05:12:37 spire-1.2.1/pkg/common/util/selectors.go 05:12:37 spire-1.2.1/pkg/common/util/selectors_test.go 05:12:37 spire-1.2.1/pkg/common/util/signals.go 05:12:37 spire-1.2.1/pkg/common/util/sort.go 05:12:37 spire-1.2.1/pkg/common/util/sort_test.go 05:12:37 spire-1.2.1/pkg/common/util/task.go 05:12:37 spire-1.2.1/pkg/common/util/task_test.go 05:12:37 spire-1.2.1/pkg/common/util/testdata/ 05:12:37 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 05:12:37 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 05:12:37 spire-1.2.1/pkg/common/version/ 05:12:37 spire-1.2.1/pkg/common/version/version.go 05:12:37 spire-1.2.1/pkg/common/x509svid/ 05:12:37 spire-1.2.1/pkg/common/x509svid/common_test.go 05:12:37 spire-1.2.1/pkg/common/x509svid/csr.go 05:12:37 spire-1.2.1/pkg/common/x509svid/upstreamca.go 05:12:37 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 05:12:37 spire-1.2.1/pkg/common/x509util/ 05:12:37 spire-1.2.1/pkg/common/x509util/cert.go 05:12:37 spire-1.2.1/pkg/common/x509util/dns.go 05:12:37 spire-1.2.1/pkg/common/x509util/dns_test.go 05:12:37 spire-1.2.1/pkg/common/x509util/keyid.go 05:12:37 spire-1.2.1/pkg/common/x509util/keypair.go 05:12:37 spire-1.2.1/pkg/common/x509util/serialnumber.go 05:12:37 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 05:12:37 spire-1.2.1/pkg/server/ 05:12:37 spire-1.2.1/pkg/server/api/ 05:12:37 spire-1.2.1/pkg/server/api/agent.go 05:12:37 spire-1.2.1/pkg/server/api/agent/ 05:12:37 spire-1.2.1/pkg/server/api/agent/v1/ 05:12:37 spire-1.2.1/pkg/server/api/agent/v1/service.go 05:12:37 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 05:12:37 spire-1.2.1/pkg/server/api/agent_test.go 05:12:37 spire-1.2.1/pkg/server/api/api.go 05:12:37 spire-1.2.1/pkg/server/api/audit/ 05:12:37 spire-1.2.1/pkg/server/api/audit/audit.go 05:12:37 spire-1.2.1/pkg/server/api/audit/audit_test.go 05:12:37 spire-1.2.1/pkg/server/api/bundle.go 05:12:37 spire-1.2.1/pkg/server/api/bundle/ 05:12:37 spire-1.2.1/pkg/server/api/bundle/v1/ 05:12:37 spire-1.2.1/pkg/server/api/bundle/v1/service.go 05:12:37 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 05:12:37 spire-1.2.1/pkg/server/api/bundle_test.go 05:12:37 spire-1.2.1/pkg/server/api/debug/ 05:12:37 spire-1.2.1/pkg/server/api/debug/v1/ 05:12:37 spire-1.2.1/pkg/server/api/debug/v1/service.go 05:12:37 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 05:12:37 spire-1.2.1/pkg/server/api/entry.go 05:12:37 spire-1.2.1/pkg/server/api/entry/ 05:12:37 spire-1.2.1/pkg/server/api/entry/v1/ 05:12:37 spire-1.2.1/pkg/server/api/entry/v1/service.go 05:12:37 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 05:12:37 spire-1.2.1/pkg/server/api/entry_test.go 05:12:37 spire-1.2.1/pkg/server/api/health/ 05:12:37 spire-1.2.1/pkg/server/api/health/v1/ 05:12:37 spire-1.2.1/pkg/server/api/health/v1/service.go 05:12:37 spire-1.2.1/pkg/server/api/health/v1/service_test.go 05:12:37 spire-1.2.1/pkg/server/api/id.go 05:12:37 spire-1.2.1/pkg/server/api/id_test.go 05:12:37 spire-1.2.1/pkg/server/api/limits/ 05:12:37 spire-1.2.1/pkg/server/api/limits/limits.go 05:12:37 spire-1.2.1/pkg/server/api/middleware/ 05:12:37 spire-1.2.1/pkg/server/api/middleware/alias.go 05:12:37 spire-1.2.1/pkg/server/api/middleware/audit.go 05:12:37 spire-1.2.1/pkg/server/api/middleware/authorization.go 05:12:37 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 05:12:37 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 05:12:37 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 05:12:37 spire-1.2.1/pkg/server/api/middleware/caller.go 05:12:37 spire-1.2.1/pkg/server/api/middleware/caller_test.go 05:12:37 spire-1.2.1/pkg/server/api/middleware/common.go 05:12:37 spire-1.2.1/pkg/server/api/middleware/common_test.go 05:12:37 spire-1.2.1/pkg/server/api/middleware/entries.go 05:12:37 spire-1.2.1/pkg/server/api/middleware/entries_test.go 05:12:37 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 05:12:37 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 05:12:37 spire-1.2.1/pkg/server/api/ratelimit.go 05:12:37 spire-1.2.1/pkg/server/api/rpccontext/ 05:12:37 spire-1.2.1/pkg/server/api/rpccontext/alias.go 05:12:37 spire-1.2.1/pkg/server/api/rpccontext/audit.go 05:12:37 spire-1.2.1/pkg/server/api/rpccontext/caller.go 05:12:37 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 05:12:37 spire-1.2.1/pkg/server/api/selector.go 05:12:37 spire-1.2.1/pkg/server/api/selector_test.go 05:12:37 spire-1.2.1/pkg/server/api/status.go 05:12:37 spire-1.2.1/pkg/server/api/status_test.go 05:12:37 spire-1.2.1/pkg/server/api/svid/ 05:12:37 spire-1.2.1/pkg/server/api/svid/v1/ 05:12:37 spire-1.2.1/pkg/server/api/svid/v1/service.go 05:12:37 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 05:12:37 spire-1.2.1/pkg/server/api/trustdomain.go 05:12:37 spire-1.2.1/pkg/server/api/trustdomain/ 05:12:37 spire-1.2.1/pkg/server/api/trustdomain/v1/ 05:12:37 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 05:12:37 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 05:12:37 spire-1.2.1/pkg/server/api/trustdomain_test.go 05:12:37 spire-1.2.1/pkg/server/authpolicy/ 05:12:37 spire-1.2.1/pkg/server/authpolicy/defaults.go 05:12:37 spire-1.2.1/pkg/server/authpolicy/policy.go 05:12:37 spire-1.2.1/pkg/server/authpolicy/policy.rego 05:12:37 spire-1.2.1/pkg/server/authpolicy/policy_data.json 05:12:37 spire-1.2.1/pkg/server/authpolicy/policy_test.go 05:12:37 spire-1.2.1/pkg/server/authpolicy/validate.go 05:12:37 spire-1.2.1/pkg/server/bundle/ 05:12:37 spire-1.2.1/pkg/server/bundle/client/ 05:12:37 spire-1.2.1/pkg/server/bundle/client/client.go 05:12:37 spire-1.2.1/pkg/server/bundle/client/client_test.go 05:12:37 spire-1.2.1/pkg/server/bundle/client/manager.go 05:12:37 spire-1.2.1/pkg/server/bundle/client/manager_test.go 05:12:37 spire-1.2.1/pkg/server/bundle/client/sources.go 05:12:37 spire-1.2.1/pkg/server/bundle/client/sources_test.go 05:12:37 spire-1.2.1/pkg/server/bundle/client/updater.go 05:12:37 spire-1.2.1/pkg/server/bundle/client/updater_test.go 05:12:37 spire-1.2.1/pkg/server/ca/ 05:12:37 spire-1.2.1/pkg/server/ca/ca.go 05:12:37 spire-1.2.1/pkg/server/ca/ca_health.go 05:12:37 spire-1.2.1/pkg/server/ca/ca_test.go 05:12:37 spire-1.2.1/pkg/server/ca/journal.go 05:12:37 spire-1.2.1/pkg/server/ca/journal_test.go 05:12:37 spire-1.2.1/pkg/server/ca/manager.go 05:12:37 spire-1.2.1/pkg/server/ca/manager_health.go 05:12:37 spire-1.2.1/pkg/server/ca/manager_test.go 05:12:37 spire-1.2.1/pkg/server/ca/templates.go 05:12:37 spire-1.2.1/pkg/server/ca/upstream_client.go 05:12:37 spire-1.2.1/pkg/server/ca/upstream_client_test.go 05:12:37 spire-1.2.1/pkg/server/ca/validation.go 05:12:37 spire-1.2.1/pkg/server/cache/ 05:12:37 spire-1.2.1/pkg/server/cache/dscache/ 05:12:37 spire-1.2.1/pkg/server/cache/dscache/cache.go 05:12:37 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 05:12:37 spire-1.2.1/pkg/server/cache/entrycache/ 05:12:37 spire-1.2.1/pkg/server/cache/entrycache/cache.go 05:12:37 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 05:12:37 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 05:12:37 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 05:12:37 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 05:12:37 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 05:12:37 spire-1.2.1/pkg/server/catalog/ 05:12:37 spire-1.2.1/pkg/server/catalog/catalog.go 05:12:37 spire-1.2.1/pkg/server/catalog/keymanager.go 05:12:37 spire-1.2.1/pkg/server/catalog/nodeattestor.go 05:12:37 spire-1.2.1/pkg/server/catalog/noderesolver.go 05:12:37 spire-1.2.1/pkg/server/catalog/notifier.go 05:12:37 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 05:12:37 spire-1.2.1/pkg/server/config.go 05:12:37 spire-1.2.1/pkg/server/datastore/ 05:12:37 spire-1.2.1/pkg/server/datastore/datastore.go 05:12:37 spire-1.2.1/pkg/server/datastore/datastore_health.go 05:12:37 spire-1.2.1/pkg/server/datastore/repository.go 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/ 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 05:12:37 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 05:12:37 spire-1.2.1/pkg/server/endpoints/ 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/ 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/config.go 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/server.go 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 05:12:37 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 05:12:37 spire-1.2.1/pkg/server/endpoints/config.go 05:12:37 spire-1.2.1/pkg/server/endpoints/endpoints.go 05:12:37 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 05:12:37 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 05:12:37 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 05:12:37 spire-1.2.1/pkg/server/endpoints/middleware.go 05:12:37 spire-1.2.1/pkg/server/endpoints/middleware_test.go 05:12:37 spire-1.2.1/pkg/server/hostservice/ 05:12:37 spire-1.2.1/pkg/server/hostservice/agentstore/ 05:12:37 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 05:12:37 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 05:12:37 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 05:12:37 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 05:12:37 spire-1.2.1/pkg/server/hostservice/identityprovider/ 05:12:37 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 05:12:37 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/ 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/ 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/base/ 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/test/ 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 05:12:37 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/ 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 05:12:37 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/noderesolver/ 05:12:37 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 05:12:37 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 05:12:37 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 05:12:37 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 05:12:37 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 05:12:37 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 05:12:37 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/notifier/ 05:12:37 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 05:12:37 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 05:12:37 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 05:12:37 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 05:12:37 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 05:12:37 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 05:12:37 spire-1.2.1/pkg/server/plugin/notifier/repository.go 05:12:37 spire-1.2.1/pkg/server/plugin/notifier/v1.go 05:12:37 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 05:12:37 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 05:12:37 spire-1.2.1/pkg/server/registration/ 05:12:37 spire-1.2.1/pkg/server/registration/manager.go 05:12:37 spire-1.2.1/pkg/server/registration/manager_test.go 05:12:37 spire-1.2.1/pkg/server/scanentries.go 05:12:37 spire-1.2.1/pkg/server/scanentries_test.go 05:12:37 spire-1.2.1/pkg/server/server.go 05:12:37 spire-1.2.1/pkg/server/server_test.go 05:12:37 spire-1.2.1/pkg/server/svid/ 05:12:37 spire-1.2.1/pkg/server/svid/observer.go 05:12:37 spire-1.2.1/pkg/server/svid/observer_test.go 05:12:37 spire-1.2.1/pkg/server/svid/rotator.go 05:12:37 spire-1.2.1/pkg/server/svid/rotator_config.go 05:12:37 spire-1.2.1/pkg/server/svid/rotator_config_test.go 05:12:37 spire-1.2.1/pkg/server/svid/rotator_test.go 05:12:37 spire-1.2.1/proto/ 05:12:37 spire-1.2.1/proto/private/ 05:12:37 spire-1.2.1/proto/private/server/ 05:12:37 spire-1.2.1/proto/private/server/journal/ 05:12:37 spire-1.2.1/proto/private/server/journal/journal.pb.go 05:12:37 spire-1.2.1/proto/private/server/journal/journal.proto 05:12:37 spire-1.2.1/proto/spire/ 05:12:37 spire-1.2.1/proto/spire/common/ 05:12:37 spire-1.2.1/proto/spire/common/common.pb.go 05:12:37 spire-1.2.1/proto/spire/common/common.proto 05:12:37 spire-1.2.1/proto/spire/common/plugin/ 05:12:37 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 05:12:37 spire-1.2.1/proto/spire/common/plugin/plugin.proto 05:12:37 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 05:12:37 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 05:12:37 spire-1.2.1/proto/spire/plugin/ 05:12:37 spire-1.2.1/proto/spire/plugin/agent/ 05:12:37 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 05:12:37 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 05:12:37 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 05:12:37 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 05:12:37 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 05:12:37 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 05:12:37 spire-1.2.1/release/ 05:12:37 spire-1.2.1/release/spire-extras/ 05:12:37 spire-1.2.1/release/spire-extras/README.md 05:12:37 spire-1.2.1/release/spire-extras/conf/ 05:12:37 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 05:12:37 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 05:12:37 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 05:12:37 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 05:12:37 spire-1.2.1/release/spire/ 05:12:37 spire-1.2.1/release/spire/README.md 05:12:37 spire-1.2.1/release/spire/conf/ 05:12:37 spire-1.2.1/release/spire/conf/agent/ 05:12:37 spire-1.2.1/release/spire/conf/agent/agent.conf 05:12:37 spire-1.2.1/release/spire/conf/server/ 05:12:37 spire-1.2.1/release/spire/conf/server/server.conf 05:12:37 spire-1.2.1/script/ 05:12:37 spire-1.2.1/script/build-artifact.sh 05:12:37 spire-1.2.1/script/generate_dummy_ca.sh 05:12:37 spire-1.2.1/support/ 05:12:37 spire-1.2.1/support/k8s/ 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/ 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 05:12:37 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 05:12:37 spire-1.2.1/support/oidc-discovery-provider/ 05:12:37 spire-1.2.1/support/oidc-discovery-provider/README.md 05:12:37 spire-1.2.1/support/oidc-discovery-provider/common_test.go 05:12:37 spire-1.2.1/support/oidc-discovery-provider/config.go 05:12:37 spire-1.2.1/support/oidc-discovery-provider/config_test.go 05:12:37 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 05:12:37 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 05:12:37 spire-1.2.1/support/oidc-discovery-provider/handler.go 05:12:37 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 05:12:37 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 05:12:37 spire-1.2.1/support/oidc-discovery-provider/main.go 05:12:37 spire-1.2.1/support/oidc-discovery-provider/server_api.go 05:12:37 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 05:12:37 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 05:12:37 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 05:12:37 spire-1.2.1/test/ 05:12:37 spire-1.2.1/test/clock/ 05:12:37 spire-1.2.1/test/clock/clock.go 05:12:37 spire-1.2.1/test/fakes/ 05:12:37 spire-1.2.1/test/fakes/fakeagentcatalog/ 05:12:37 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 05:12:37 spire-1.2.1/test/fakes/fakeagentkeymanager/ 05:12:37 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 05:12:37 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 05:12:37 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 05:12:37 spire-1.2.1/test/fakes/fakeagentstore/ 05:12:37 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 05:12:37 spire-1.2.1/test/fakes/fakedatastore/ 05:12:37 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 05:12:37 spire-1.2.1/test/fakes/fakeentryclient/ 05:12:37 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 05:12:37 spire-1.2.1/test/fakes/fakehealthchecker/ 05:12:37 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 05:12:37 spire-1.2.1/test/fakes/fakeidentityprovider/ 05:12:37 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 05:12:37 spire-1.2.1/test/fakes/fakemetrics/ 05:12:37 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 05:12:37 spire-1.2.1/test/fakes/fakenoderesolver/ 05:12:37 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 05:12:37 spire-1.2.1/test/fakes/fakenotifier/ 05:12:37 spire-1.2.1/test/fakes/fakenotifier/notifier.go 05:12:37 spire-1.2.1/test/fakes/fakepluginmetrics/ 05:12:37 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 05:12:37 spire-1.2.1/test/fakes/fakeserverca/ 05:12:37 spire-1.2.1/test/fakes/fakeserverca/serverca.go 05:12:37 spire-1.2.1/test/fakes/fakeservercatalog/ 05:12:37 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 05:12:37 spire-1.2.1/test/fakes/fakeserverkeymanager/ 05:12:37 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 05:12:37 spire-1.2.1/test/fakes/fakeservernodeattestor/ 05:12:37 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 05:12:37 spire-1.2.1/test/fakes/fakeupstreamauthority/ 05:12:37 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 05:12:37 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 05:12:37 spire-1.2.1/test/fakes/fakeworkloadapi/ 05:12:37 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 05:12:37 spire-1.2.1/test/fakes/fakeworkloadattestor/ 05:12:37 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 05:12:37 spire-1.2.1/test/fixture/ 05:12:37 spire-1.2.1/test/fixture/certs/ 05:12:37 spire-1.2.1/test/fixture/certs/agent_svid.der 05:12:37 spire-1.2.1/test/fixture/certs/base_cert.pem 05:12:37 spire-1.2.1/test/fixture/certs/base_csr.pem 05:12:37 spire-1.2.1/test/fixture/certs/base_key.pem 05:12:37 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 05:12:37 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 05:12:37 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 05:12:37 spire-1.2.1/test/fixture/certs/blog_cert.pem 05:12:37 spire-1.2.1/test/fixture/certs/blog_csr.pem 05:12:37 spire-1.2.1/test/fixture/certs/blog_key.pem 05:12:37 spire-1.2.1/test/fixture/certs/bundle.der 05:12:37 spire-1.2.1/test/fixture/certs/ca.pem 05:12:37 spire-1.2.1/test/fixture/certs/ca_key.pem 05:12:37 spire-1.2.1/test/fixture/certs/database_cert.pem 05:12:37 spire-1.2.1/test/fixture/certs/database_csr.pem 05:12:37 spire-1.2.1/test/fixture/certs/database_key.pem 05:12:37 spire-1.2.1/test/fixture/certs/node_cert.pem 05:12:37 spire-1.2.1/test/fixture/certs/node_csr.pem 05:12:37 spire-1.2.1/test/fixture/certs/node_key.pem 05:12:37 spire-1.2.1/test/fixture/certs/svid.pem 05:12:37 spire-1.2.1/test/fixture/certs/svid_key.pem 05:12:37 spire-1.2.1/test/fixture/config/ 05:12:37 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 05:12:37 spire-1.2.1/test/fixture/config/agent_good.conf 05:12:37 spire-1.2.1/test/fixture/config/agent_good_templated.conf 05:12:37 spire-1.2.1/test/fixture/config/plugin_good.conf 05:12:37 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 05:12:37 spire-1.2.1/test/fixture/config/server_good.conf 05:12:37 spire-1.2.1/test/fixture/config/server_good_templated.conf 05:12:37 spire-1.2.1/test/fixture/fixture.go 05:12:37 spire-1.2.1/test/fixture/nodeattestor/ 05:12:37 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 05:12:37 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 05:12:37 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 05:12:37 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 05:12:37 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 05:12:37 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 05:12:37 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 05:12:37 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 05:12:37 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 05:12:37 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 05:12:37 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 05:12:37 spire-1.2.1/test/fixture/registration/ 05:12:37 spire-1.2.1/test/fixture/registration/entries.json 05:12:37 spire-1.2.1/test/fixture/registration/good-for-update.json 05:12:37 spire-1.2.1/test/fixture/registration/good.json 05:12:37 spire-1.2.1/test/fixture/registration/invalid.json 05:12:37 spire-1.2.1/test/fixture/registration/invalid_json.json 05:12:37 spire-1.2.1/test/fixture/registration/manager_test_entries.json 05:12:37 spire-1.2.1/test/integration/ 05:12:37 spire-1.2.1/test/integration/README.md 05:12:37 spire-1.2.1/test/integration/common 05:12:37 spire-1.2.1/test/integration/setup/ 05:12:37 spire-1.2.1/test/integration/setup/adminclient/ 05:12:37 spire-1.2.1/test/integration/setup/adminclient/build.sh 05:12:37 spire-1.2.1/test/integration/setup/adminclient/client.go 05:12:37 spire-1.2.1/test/integration/setup/debugagent/ 05:12:37 spire-1.2.1/test/integration/setup/debugagent/build.sh 05:12:37 spire-1.2.1/test/integration/setup/debugagent/main.go 05:12:37 spire-1.2.1/test/integration/setup/debugserver/ 05:12:37 spire-1.2.1/test/integration/setup/debugserver/build.sh 05:12:37 spire-1.2.1/test/integration/setup/debugserver/main.go 05:12:37 spire-1.2.1/test/integration/setup/downstreamclient/ 05:12:37 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 05:12:37 spire-1.2.1/test/integration/setup/downstreamclient/client.go 05:12:37 spire-1.2.1/test/integration/setup/itclient/ 05:12:37 spire-1.2.1/test/integration/setup/itclient/client.go 05:12:37 spire-1.2.1/test/integration/setup/node-attestation/ 05:12:37 spire-1.2.1/test/integration/setup/node-attestation/build.sh 05:12:37 spire-1.2.1/test/integration/setup/node-attestation/client.go 05:12:37 spire-1.2.1/test/integration/setup/x509pop/ 05:12:37 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 05:12:37 spire-1.2.1/test/integration/setup/x509pop/setup.sh 05:12:37 spire-1.2.1/test/integration/suites/ 05:12:37 spire-1.2.1/test/integration/suites/admin-endpoints/ 05:12:37 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 05:12:37 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 05:12:37 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 05:12:37 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 05:12:37 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 05:12:37 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 05:12:37 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 05:12:37 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 05:12:37 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 05:12:37 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 05:12:37 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 05:12:37 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 05:12:37 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 05:12:37 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 05:12:37 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 05:12:37 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 05:12:37 spire-1.2.1/test/integration/suites/datastore-mysql/ 05:12:37 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 05:12:37 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 05:12:37 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 05:12:37 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres/ 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 05:12:37 spire-1.2.1/test/integration/suites/debug-endpoints/ 05:12:37 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 05:12:37 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 05:12:37 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 05:12:37 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 05:12:37 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 05:12:37 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 05:12:37 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 05:12:37 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 05:12:37 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 05:12:37 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 05:12:37 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 05:12:37 spire-1.2.1/test/integration/suites/downstream-endpoints/ 05:12:37 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 05:12:37 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 05:12:37 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 05:12:37 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 05:12:37 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 05:12:37 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 05:12:37 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 05:12:37 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 05:12:37 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 05:12:37 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 05:12:37 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 05:12:37 spire-1.2.1/test/integration/suites/join-token/ 05:12:37 spire-1.2.1/test/integration/suites/join-token/01-start-server 05:12:37 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 05:12:37 spire-1.2.1/test/integration/suites/join-token/03-start-agent 05:12:37 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 05:12:37 spire-1.2.1/test/integration/suites/join-token/05-check-svid 05:12:37 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 05:12:37 spire-1.2.1/test/integration/suites/join-token/README.md 05:12:37 spire-1.2.1/test/integration/suites/join-token/conf/ 05:12:37 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 05:12:37 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/join-token/conf/server/ 05:12:37 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/join-token/teardown 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/ 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 05:12:37 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/ 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 05:12:37 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 05:12:37 spire-1.2.1/test/integration/suites/k8s/ 05:12:37 spire-1.2.1/test/integration/suites/k8s/00-setup 05:12:37 spire-1.2.1/test/integration/suites/k8s/01-apply-config 05:12:37 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 05:12:37 spire-1.2.1/test/integration/suites/k8s/README.md 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/ 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/server/ 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 05:12:37 spire-1.2.1/test/integration/suites/k8s/init-kubectl 05:12:37 spire-1.2.1/test/integration/suites/k8s/teardown 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/README.md 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/root/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/nested-rotation/teardown 05:12:37 spire-1.2.1/test/integration/suites/node-attestation/ 05:12:37 spire-1.2.1/test/integration/suites/node-attestation/00-setup 05:12:37 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 05:12:37 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 05:12:37 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 05:12:37 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 05:12:37 spire-1.2.1/test/integration/suites/node-attestation/README.md 05:12:37 spire-1.2.1/test/integration/suites/node-attestation/conf/ 05:12:37 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 05:12:37 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 05:12:37 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/node-attestation/teardown 05:12:37 spire-1.2.1/test/integration/suites/rotation/ 05:12:37 spire-1.2.1/test/integration/suites/rotation/00-setup 05:12:37 spire-1.2.1/test/integration/suites/rotation/01-start-server 05:12:37 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 05:12:37 spire-1.2.1/test/integration/suites/rotation/03-start-agent 05:12:37 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 05:12:37 spire-1.2.1/test/integration/suites/rotation/05-check-svids 05:12:37 spire-1.2.1/test/integration/suites/rotation/README.md 05:12:37 spire-1.2.1/test/integration/suites/rotation/conf/ 05:12:37 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 05:12:37 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/rotation/conf/server/ 05:12:37 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/rotation/teardown 05:12:37 spire-1.2.1/test/integration/suites/self-test/ 05:12:37 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 05:12:37 spire-1.2.1/test/integration/suites/self-test/README.md 05:12:37 spire-1.2.1/test/integration/suites/self-test/teardown 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/ 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 05:12:37 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 05:12:37 spire-1.2.1/test/integration/suites/upgrade/ 05:12:37 spire-1.2.1/test/integration/suites/upgrade/00-setup 05:12:37 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 05:12:37 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 05:12:37 spire-1.2.1/test/integration/suites/upgrade/README.md 05:12:37 spire-1.2.1/test/integration/suites/upgrade/conf/ 05:12:37 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 05:12:37 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 05:12:37 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 05:12:37 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 05:12:37 spire-1.2.1/test/integration/suites/upgrade/teardown 05:12:37 spire-1.2.1/test/integration/suites/upgrade/versions.txt 05:12:37 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 05:12:37 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 05:12:37 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 05:12:37 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 05:12:37 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 05:12:37 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 05:12:37 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 05:12:37 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 05:12:37 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 05:12:37 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 05:12:37 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 05:12:37 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 05:12:37 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 05:12:37 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 05:12:37 spire-1.2.1/test/integration/test-one.sh 05:12:37 spire-1.2.1/test/integration/test.sh 05:12:37 spire-1.2.1/test/plugintest/ 05:12:37 spire-1.2.1/test/plugintest/config.go 05:12:37 spire-1.2.1/test/plugintest/load.go 05:12:37 spire-1.2.1/test/plugintest/option.go 05:12:37 spire-1.2.1/test/spiretest/ 05:12:37 spire-1.2.1/test/spiretest/apiserver.go 05:12:37 spire-1.2.1/test/spiretest/assertions.go 05:12:37 spire-1.2.1/test/spiretest/dir.go 05:12:37 spire-1.2.1/test/spiretest/errors_posix.go 05:12:37 spire-1.2.1/test/spiretest/errors_windows.go 05:12:37 spire-1.2.1/test/spiretest/logs.go 05:12:37 spire-1.2.1/test/spiretest/socketapi.go 05:12:37 spire-1.2.1/test/spiretest/suite.go 05:12:37 spire-1.2.1/test/spiretest/x509.go 05:12:37 spire-1.2.1/test/testca/ 05:12:37 spire-1.2.1/test/testca/ca.go 05:12:37 spire-1.2.1/test/testkey/ 05:12:37 spire-1.2.1/test/testkey/generate.sh 05:12:37 spire-1.2.1/test/testkey/genkeys.go 05:12:37 spire-1.2.1/test/testkey/keys.go 05:12:37 spire-1.2.1/test/testkey/new.go 05:12:37 spire-1.2.1/test/tpmsimulator/ 05:12:37 spire-1.2.1/test/tpmsimulator/simulator.go 05:12:37 spire-1.2.1/test/util/ 05:12:37 spire-1.2.1/test/util/cert_fixtures.go 05:12:37 spire-1.2.1/test/util/cert_generation.go 05:12:37 spire-1.2.1/test/util/io_redirection.go 05:12:37 spire-1.2.1/test/util/race.go 05:12:37 spire-1.2.1/test/util/util.go 05:12:37 building spire from source... 05:12:37 Installing go1.17.7... 05:12:37 Removing intermediate container 3c80bd1eb2e5 05:12:37 ---> 73a6026eed49 05:12:37 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 05:12:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 05:12:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 05:12:38 (1/6) Installing ca-certificates (20211220-r0) 05:12:38 (2/6) Installing brotli-libs (1.0.9-r5) 05:12:38 (3/6) Installing nghttp2-libs (1.43.0-r0) 05:12:38 (4/6) Installing libcurl (7.79.1-r0) 05:12:38 (5/6) Installing curl (7.79.1-r0) 05:12:38 (6/6) Installing dumb-init (1.2.5-r1) 05:12:38 Executing busybox-1.33.1-r7.trigger 05:12:38 Executing ca-certificates-20211220-r0.trigger 05:12:38 OK: 8 MiB in 20 packages 05:12:38 ---> Running in f7975e7b6d66 05:12:39 Merging remotes/origin/main commit b61922491ec22b60074f418cf5b25f360e5c966a into PR head commit 77e1d06be24447da4f7e49bfb3b378c389c0351c 05:12:40 Merge succeeded, producing 77e1d06be24447da4f7e49bfb3b378c389c0351c 05:12:40 Checking out Revision 77e1d06be24447da4f7e49bfb3b378c389c0351c (PR-3979) 05:12:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:12:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:12:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:12:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:12:39 using GIT_SSH to set credentials SSH Credentials for GitHub 05:12:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3979/head:refs/remotes/origin/PR-3979 +refs/heads/main:refs/remotes/origin/main # timeout=10 05:12:39 > git config core.sparsecheckout # timeout=10 05:12:39 > git checkout -f 77e1d06be24447da4f7e49bfb3b378c389c0351c # timeout=10 05:12:40 > git remote # timeout=10 05:12:40 > git config --get remote.origin.url # timeout=10 05:12:40 using GIT_SSH to set credentials SSH Credentials for GitHub 05:12:40 > git merge b61922491ec22b60074f418cf5b25f360e5c966a # timeout=10 05:12:40 > git rev-parse HEAD^{commit} # timeout=10 05:12:40 > git config core.sparsecheckout # timeout=10 05:12:40 > git checkout -f 77e1d06be24447da4f7e49bfb3b378c389c0351c # timeout=10 05:12:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 05:12:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 05:12:41 Removing intermediate container ba4af867cae7 05:12:41 ---> ddce9f6b15f8 05:12:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:12:41 (1/2) Installing dumb-init (1.2.5-r1) 05:12:41 (2/2) Installing su-exec (0.2-r1) 05:12:41 Executing busybox-1.33.1-r7.trigger 05:12:41 OK: 6 MiB in 16 packages 05:12:42 ---> Running in a4d590f7493e 05:12:42 Removing intermediate container a4d590f7493e 05:12:42 ---> c804a81af37e 05:12:42 Step 13/22 : WORKDIR /edgex 05:12:42 ---> Running in 96d5e2f5d66c 05:12:42 Removing intermediate container f7975e7b6d66 05:12:42 ---> d8a452fa3781 05:12:42 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 05:12:43 Removing intermediate container 96d5e2f5d66c 05:12:43 ---> f2c51674c4bd 05:12:43 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 05:12:43 ---> Running in 64d40c31daf6 05:12:43 Removing intermediate container 64d40c31daf6 05:12:43 ---> 9419c5a71b77 05:12:43 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 05:12:43 Building bin/spire-server... 05:12:43 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 05:12:43 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 05:12:43 go: downloading github.com/mitchellh/cli v1.1.2 05:12:43 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 05:12:43 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 05:12:43 go: downloading github.com/imdario/mergo v0.3.12 05:12:43 go: downloading github.com/sirupsen/logrus v1.8.1 05:12:43 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 05:12:43 go: downloading github.com/hashicorp/go-hclog v1.1.0 05:12:43 go: downloading google.golang.org/grpc v1.44.0 05:12:43  ---> 3a48923954cb 05:12:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 05:12:43 ---> Running in b27466c56229 05:12:43 go: downloading github.com/hashicorp/go-plugin v1.4.3 05:12:43 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 05:12:44 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 05:12:44 go: downloading github.com/InVisionApp/go-logger v1.0.1 05:12:44 go: downloading github.com/armon/go-metrics v0.3.10 05:12:44 go: downloading github.com/prometheus/client_golang v1.12.1 05:12:44 go: downloading github.com/uber-go/tally/v4 v4.1.1 05:12:44 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 05:12:44 go: downloading github.com/open-policy-agent/opa v0.38.0 05:12:44 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 05:12:44 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 05:12:44 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 05:12:44 Removing intermediate container b27466c56229 05:12:44 ---> 420fce069c42 05:12:44 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 05:12:44 go: downloading github.com/fatih/color v1.13.0 05:12:44 go: downloading github.com/mattn/go-isatty v0.0.14 05:12:44 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 05:12:44 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 05:12:44 go: downloading github.com/oklog/run v1.0.0 05:12:44 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 05:12:44 go: downloading github.com/prometheus/client_model v0.2.0 05:12:44 go: downloading github.com/prometheus/common v0.32.1 05:12:44 go: downloading github.com/beorn7/perks v1.0.1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:12:45 go: downloading github.com/cespare/xxhash/v2 v2.1.2 05:12:45 go: downloading github.com/prometheus/procfs v0.7.3 05:12:45 go: downloading github.com/imkira/go-observer v1.0.3 05:12:45 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 05:12:45 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 05:12:45 go: downloading github.com/Masterminds/goutils v1.1.0 05:12:45 go: downloading github.com/Masterminds/semver v1.5.0 05:12:45 go: downloading github.com/google/uuid v1.1.2 05:12:45 go: downloading github.com/huandu/xstrings v1.3.2 05:12:45 go: downloading go.uber.org/atomic v1.9.0 05:12:45 go: downloading github.com/mattn/go-colorable v0.1.12 05:12:45 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 05:12:45 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 05:12:45  ---> 8fd0dd7a2d5f 05:12:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:12:45 ---> Running in 03937ddf6195 05:12:45 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 05:12:45 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 05:12:45 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:12:45 % Total % Received % Xferd Average Speed Time Time Time Current 05:12:45 Dload Upload Total Spent Left Speed 05:12:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 189k 0 --:--:-- --:--:-- --:--:-- 189k 05:12:46  ---> d4e2633bcfef 05:12:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [Pipeline] sh 05:12:46 ---> 1a83776a97fb 05:12:46 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:12: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:12:46 ---> Running in 73da7e6760ee 05:12:46 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:12:46 Removing intermediate container 03937ddf6195 05:12:46 ---> 4e7642a4f8ba 05:12:46 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 05:12:46 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 05:12:46 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 05:12:47 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:12:47 + sudo tee /etc/docker/daemon.new 05:12:47 { 05:12:47 "registry-mirrors": [ 05:12:47 "https://nexus3.edgexfoundry.org:10001" 05:12:47 ], 05:12:47 "bip": "10.250.0.254/24", 05:12:47 "hosts": [ 05:12:47 "tcp://0.0.0.0:5555", 05:12:47 "unix:///var/run/docker.sock" 05:12:47 ], 05:12:47 "mtu": 1458, 05:12:47 "selinux-enabled": true, 05:12:47 "seccomp-profile": "/etc/docker/seccomp.json" 05:12:47 } [Pipeline] sh 05:12:47 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 05:12:47 go: downloading github.com/stretchr/testify v1.7.0 05:12:47 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 05:12:47 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 05:12:47 go: downloading github.com/blang/semver/v4 v4.0.0 05:12:47 go: downloading github.com/go-sql-driver/mysql v1.6.0 05:12:47 go: downloading github.com/jinzhu/gorm v1.9.16 05:12:47 go: downloading github.com/lib/pq v1.10.4 05:12:47 go: downloading github.com/mattn/go-sqlite3 v1.14.12 05:12:47 go: downloading github.com/aws/aws-sdk-go v1.43.0 05:12:47 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:12:47 + sudo service docker restart 05:12:48  ---> Running in c893aa167877 05:12:49 Removing intermediate container c893aa167877 05:12:49 ---> 1f50facf75b5 05:12:49 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 05:12:49 Removing intermediate container 73da7e6760ee 05:12:49 ---> a5ad3b355ae1 05:12:49 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 05:12:50 go: downloading google.golang.org/api v0.70.0 05:12:50 go: downloading k8s.io/client-go v0.23.4 05:12:50 go: downloading k8s.io/api v0.23.4 05:12:50 go: downloading github.com/google/go-tpm v0.3.3 05:12:50 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 05:12:52 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 05:12:52 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 05:12:52 go: downloading cloud.google.com/go/storage v1.21.0 05:12:52 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 05:12:52 go: downloading cloud.google.com/go v0.100.2 05:12:52 go: downloading k8s.io/apimachinery v0.23.4 05:12:52 go: downloading k8s.io/kube-aggregator v0.23.3 05:12:53 go: downloading sigs.k8s.io/controller-runtime v0.11.1 05:12:53 go: downloading cloud.google.com/go/security v1.3.0 05:12:53 go: downloading github.com/hashicorp/vault/api v1.4.1 05:12:54 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 05:12:54 go: downloading github.com/mitchellh/reflectwalk v1.0.1 05:12:54 go: downloading github.com/hashicorp/golang-lru v0.5.4 05:12:54 go: downloading github.com/twmb/murmur3 v1.1.6 05:12:54 go: downloading github.com/hashicorp/errwrap v1.1.0 05:12:54 go: downloading github.com/aws/smithy-go v1.11.0 05:12:54 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 05:12:54 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 05:12:55 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 05:12:55 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 05:12:55 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 05:12:55 go: downloading github.com/jinzhu/inflection v1.0.0 05:12:55 go: downloading github.com/gogo/protobuf v1.3.2 05:12:55 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 05:12:55  ---> 8d3fe0318509 05:12:55 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 05:12:55 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 05:12:55 go: downloading github.com/Azure/go-autorest/logger v0.2.1 05:12:55  ---> Running in f7af55519171 05:12:55 go: downloading github.com/dimchansky/utfbom v1.1.1 05:12:55 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 05:12:55 go: downloading cloud.google.com/go/compute v1.3.0 05:12:55 go: downloading cloud.google.com/go/iam v0.1.1 05:12:55 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 05:12:55 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 05:12:55 Removing intermediate container 8e2618b95ef6 05:12:55 ---> 4cae5f397ed0 05:12:55 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 05:12:55 Removing intermediate container 76c0216eac54 05:12:55 ---> 4ac893c891e7 05:12:55 05:12:55 Step 10/25 : FROM alpine:3.14 05:12:55 ---> e04c818066af 05:12:55 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 05:12:55 go: downloading k8s.io/klog/v2 v2.30.0 05:12:55 go: downloading github.com/google/gofuzz v1.1.0 05:12:55 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 05:12:55 go: downloading github.com/spf13/pflag v1.0.5 05:12:55 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 05:12:55 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 05:12:55 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 05:12:55 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 05:12:55 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 05:12:55 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 05:12:55 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 05:12:55 go: downloading github.com/hashicorp/vault/sdk v0.4.1 05:12:55  ---> Running in 41ad2e023f72 05:12:56 go: downloading github.com/mitchellh/mapstructure v1.4.3 05:12:56 go: downloading github.com/tklauser/go-sysconf v0.3.9 05:12:56 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 05:12:56 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 05:12:56 go: downloading github.com/OneOfOne/xxhash v1.2.8 05:12:56 go: downloading gopkg.in/yaml.v2 v2.4.0 05:12:56 go: downloading github.com/gobwas/glob v0.2.3 05:12:56 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 05:12:56 go: downloading github.com/jmespath/go-jmespath v0.4.0 05:12:56 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 05:12:56 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 05:12:56 go: downloading gopkg.in/inf.v0 v0.9.1 05:12:56 go: downloading go.opencensus.io v0.23.0 05:12:56 go: downloading github.com/google/go-cmp v0.5.7 05:12:56 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 05:12:56 go: downloading github.com/googleapis/gnostic v0.5.5 05:12:56 go: downloading github.com/go-logr/logr v1.2.2 05:12:56 go: downloading github.com/json-iterator/go v1.1.12 05:12:56 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 05:12:56 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 05:12:56 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 05:12:56 go: downloading github.com/tklauser/numcpus v0.3.0 05:12:56 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 05:12:57 go: downloading go.uber.org/zap v1.21.0 05:12:57 go: downloading sigs.k8s.io/yaml v1.3.0 05:12:57 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 05:12:57 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 05:12:57 go: downloading github.com/modern-go/reflect2 v1.0.2 05:12:57 go: downloading github.com/golang/snappy v0.0.4 05:12:57 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 05:12:57 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 05:12:57 go: downloading github.com/hashicorp/go-uuid v1.0.2 05:12:57 go: downloading github.com/hashicorp/go-version v1.2.0 05:12:57 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 05:12:57 go: downloading github.com/ryanuber/go-glob v1.0.0 05:12:57 go: downloading go.uber.org/multierr v1.6.0 05:12:59 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 05:12:59 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 05:13:03  ---> Running in 7e44ed78da50 05:13:03 ---> Running in 853a0fa5124d 05:13:03 Removing intermediate container f7af55519171 05:13:03 ---> e9dd8cd43cbb 05:13:03 Step 20/22 : LABEL arch=x86_64 05:13:03 ---> Running in 7c0f5d93e2a1 05:13:03 Removing intermediate container 7c0f5d93e2a1 05:13:03 ---> 7c16ced64422 05:13:03 Step 21/22 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:13:03 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 05:13:03 ---> Running in 3b0a1f4803db 05:13:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 05:13:04 Removing intermediate container 3b0a1f4803db 05:13:04 ---> 96e9c779eb07 05:13:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 05:13:04 Step 22/22 : LABEL version=0.0.0 05:13:04 Removing intermediate container 41ad2e023f72 05:13:04 ---> 92e135f30666 05:13:04 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 05:13:04 ---> Running in 57e2a4025c11 05:13:04 (1/3) Installing ca-certificates (20211220-r0) 05:13:04 (2/3) Installing dumb-init (1.2.5-r1) 05:13:04 (3/3) Installing su-exec (0.2-r1) 05:13:04 Executing busybox-1.33.1-r7.trigger 05:13:04 Executing ca-certificates-20211220-r0.trigger 05:13:04 OK: 6 MiB in 17 packages 05:13:04 Removing intermediate container 57e2a4025c11 05:13:04 ---> 373f127b3358 05:13:04 05:13:04 Successfully built 373f127b3358 05:13:04 Removing intermediate container 7e44ed78da50 05:13:04 ---> a036210bad51 05:13:04 05:13:04 Step 11/23 : FROM docker:20.10.14 05:13:04 Successfully tagged security-proxy-setup:latest 05:13:04 ---> f7b63ed62c70 05:13:04 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:13:04  Building security-proxy-setup ... done Building core-data 05:13:05 20.10.14: Pulling from library/docker [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:13:06 provisioning config files... 05:13:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5713846904666310783tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:13:06 ---> docker-login.sh 05:13:06 nexus3.edgexfoundry.org:10001 05:13:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:13:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:13:07 Configure a credential helper to remove this warning. See 05:13:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:13:07 05:13:07 Login Succeeded 05:13:07 nexus3.edgexfoundry.org:10002 05:13:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:13:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:13:07 Configure a credential helper to remove this warning. See 05:13:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:13:07 05:13:07 Login Succeeded 05:13:07 nexus3.edgexfoundry.org:10003 05:13:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:13:08 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:13:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:13:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:13:08 Configure a credential helper to remove this warning. See 05:13:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:13:08 05:13:08 Login Succeeded 05:13:08 nexus3.edgexfoundry.org:10004 05:13:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:13:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:13:08 Configure a credential helper to remove this warning. See 05:13:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:13:08 05:13:08 Login Succeeded 05:13:08 docker.io 05:13:09 ---> 2fe6a96deb24 05:13:09 Step 3/23 : WORKDIR /edgex-go 05:13:09 ---> Using cache 05:13:09 ---> 17ffacd7e9e9 05:13:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:13:09 ---> Using cache 05:13:09 ---> 9ceba87254d1 05:13:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 05:13:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:13:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:13:09 Configure a credential helper to remove this warning. See 05:13:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:13:09 05:13:09 Login Succeeded 05:13:09 ---> docker-login.sh ends [Pipeline] } 05:13:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:13:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:13:10 ========================================================= 05:13:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 05:13:10 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:13:10 ---> 6cfb4b2c9230 05:13:10 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 05:13:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 05:13:10 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:13:10 9b3977197b4f: Pulling fs layer 05:13:10 1a89e8eeedd5: Pulling fs layer 05:13:10 94645a83ff95: Pulling fs layer 05:13:10 3f3a8bcf1eab: Pulling fs layer 05:13:10 0c92f367c5e7: Pulling fs layer 05:13:10 f7c0051592d6: Pulling fs layer 05:13:10 a227ed2f7395: Pulling fs layer 05:13:10 7b1c46037f91: Pulling fs layer 05:13:10 0c92f367c5e7: Waiting 05:13:10 f7c0051592d6: Waiting 05:13:10 a227ed2f7395: Waiting 05:13:10 7b1c46037f91: Waiting 05:13:10 3f3a8bcf1eab: Waiting 05:13:10 94645a83ff95: Download complete 05:13:10 1a89e8eeedd5: Verifying Checksum 05:13:10 1a89e8eeedd5: Download complete 05:13:10 0c92f367c5e7: Verifying Checksum 05:13:10 0c92f367c5e7: Download complete 05:13:10 f7c0051592d6: Verifying Checksum 05:13:10 f7c0051592d6: Download complete 05:13:10 9b3977197b4f: Verifying Checksum 05:13:10 9b3977197b4f: Download complete 05:13:10 a227ed2f7395: Verifying Checksum 05:13:10 a227ed2f7395: Download complete 05:13:10 Removing intermediate container 853a0fa5124d 05:13:10 ---> a52185e2bd92 05:13:10 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:13:11 ---> Running in 9ca6e884e173 05:13:11 ---> 0546fc0a05a9 05:13:11 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 05:13:11 ---> Running in fe54b8cdafc0 05:13:11 9b3977197b4f: Pull complete 05:13:12 1a89e8eeedd5: Pull complete 05:13:12 94645a83ff95: Pull complete 05:13:13 7b1c46037f91: Verifying Checksum 05:13:13 7b1c46037f91: Download complete 05:13:13 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:13:13 Removing intermediate container fe54b8cdafc0 05:13:13 ---> 61560f071615 05:13:13 Step 13/25 : WORKDIR / 05:13:13 3f3a8bcf1eab: Verifying Checksum 05:13:13 3f3a8bcf1eab: Download complete 05:13:14 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:13:14 OK: 221 MiB in 52 packages 05:13:15 ---> dff95b2e9b9b 05:13:15 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 05:13:15 ---> Running in 78fec8226eb1 05:13:16 ---> 3bbc060010b4 05:13:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 05:13:16 Removing intermediate container 78fec8226eb1 05:13:16 ---> 48ff4f4e91bd 05:13:16 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:13:17 ---> Running in bee0fbc9baf5 05:13:17 Removing intermediate container 9ca6e884e173 05:13:17 ---> 5fbd599c3e97 05:13:17 Step 6/23 : COPY go.mod vendor* ./ 05:13:17 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 05:13:17 Status: Downloaded newer image for docker:20.10.14 05:13:17 ---> 7417809fdb73 05:13:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 05:13:17 ---> f4b55c4c3591 05:13:17 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 05:13:17 ---> Running in b80ccad05bc6 05:13:17 ---> 1fcffd7dae17 05:13:17 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:13:17 Removing intermediate container bee0fbc9baf5 05:13:17 ---> 3f36d7a9ac90 05:13:17 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:13:18 ---> Running in dec6b0f5d7b7 05:13:18 ---> a86f659a4776 05:13:18 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 05:13:18 Removing intermediate container b80ccad05bc6 05:13:18 ---> 788c73e5f219 05:13:18 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 05:13:19 ---> 5ff9f1f0d062 05:13:19 Step 26/31 : RUN chmod +x /entrypoint.sh 05:13:19 ---> Running in 6f1a66dc3f95 05:13:19 ---> b344f940f5a1 05:13:19 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 05:13:19 ---> Running in 85459c4943f9 05:13:20 ---> e5fdea152590 05:13:20 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:13:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:13:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:13:20 (1/43) Installing readline (8.1.1-r0) 05:13:20 (2/43) Installing bash (5.1.16-r0) 05:13:20 Executing bash-5.1.16-r0.post-install 05:13:20 (3/43) Installing brotli-libs (1.0.9-r5) 05:13:20 (4/43) Installing nghttp2-libs (1.46.0-r0) 05:13:20 (5/43) Installing libcurl (7.80.0-r0) 05:13:20 (6/43) Installing curl (7.80.0-r0) 05:13:20 (7/43) Installing dumb-init (1.2.5-r1) 05:13:20 (8/43) Installing libbz2 (1.0.8-r1) 05:13:21 (9/43) Installing expat (2.4.7-r0) 05:13:21 (10/43) Installing libffi (3.4.2-r1) 05:13:21 (11/43) Installing gdbm (1.22-r0) 05:13:21 (12/43) Installing xz-libs (5.2.5-r1) 05:13:21 (13/43) Installing libgcc (10.3.1_git20211027-r0) 05:13:21 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 05:13:21 (15/43) Installing mpdecimal (2.5.1-r1) 05:13:21 (16/43) Installing sqlite-libs (3.36.0-r0) 05:13:21 (17/43) Installing python3 (3.9.7-r4) 05:13:21 (18/43) Installing py3-appdirs (1.4.4-r2) 05:13:21 (19/43) Installing py3-certifi (2020.12.5-r1) 05:13:21 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 05:13:21 (21/43) Installing py3-idna (3.3-r0) 05:13:21 (22/43) Installing py3-urllib3 (1.26.7-r0) 05:13:21 (23/43) Installing py3-requests (2.26.0-r1) 05:13:21 (24/43) Installing py3-msgpack (1.0.2-r1) 05:13:21 (25/43) Installing py3-lockfile (0.12.2-r4) 05:13:21 (26/43) Installing py3-cachecontrol (0.12.10-r0) 05:13:21 (27/43) Installing py3-colorama (0.4.4-r1) 05:13:21 (28/43) Installing py3-contextlib2 (21.6.0-r1) 05:13:21 (29/43) Installing py3-distlib (0.3.3-r0) 05:13:21 (30/43) Installing py3-distro (1.6.0-r0) 05:13:21 (31/43) Installing py3-six (1.16.0-r0) 05:13:21 (32/43) Installing py3-webencodings (0.5.1-r4) 05:13:21 (33/43) Installing py3-html5lib (1.1-r1) 05:13:21 (34/43) Installing py3-parsing (2.4.7-r2) 05:13:21 (35/43) Installing py3-packaging (20.9-r1) 05:13:21 (36/43) Installing py3-tomli (1.2.2-r0) 05:13:21 (37/43) Installing py3-pep517 (0.12.0-r0) 05:13:21 (38/43) Installing py3-progress (1.6-r0) 05:13:21 (39/43) Installing py3-retrying (1.3.3-r2) 05:13:21 (40/43) Installing py3-ordered-set (4.0.2-r2) 05:13:21 (41/43) Installing py3-setuptools (52.0.0-r4) 05:13:21 (42/43) Installing py3-toml (0.10.2-r2) 05:13:21 (43/43) Installing py3-pip (20.3.4-r1) 05:13:21 Executing busybox-1.34.1-r5.trigger 05:13:21 OK: 83 MiB in 65 packages 05:13:22 ---> 98fcd2d7e6fd 05:13:22 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:13:22 Removing intermediate container dec6b0f5d7b7 05:13:22 ---> 6ef26ac32df4 05:13:22 Step 8/23 : COPY . . 05:13:22 Collecting docker-compose==1.23.2 05:13:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 05:13:22 Collecting websocket-client<1.0,>=0.32.0 05:13:22 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 05:13:22 Collecting dockerpty<0.5,>=0.4.1 05:13:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 05:13:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 05:13:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 05:13:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 05:13:23 Collecting docopt<0.7,>=0.6.1 05:13:23 Downloading docopt-0.6.2.tar.gz (25 kB) 05:13:24 Collecting jsonschema<3,>=2.5.1 05:13:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 05:13:25 Collecting PyYAML<4,>=3.10 05:13:25 Downloading PyYAML-3.13.tar.gz (270 kB) 05:13:25 Collecting cached-property<2,>=1.2.0 05:13:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 05:13:25 Collecting docker<4.0,>=3.6.0 05:13:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 05:13:25 Collecting texttable<0.10,>=0.9.0 05:13:25 Downloading texttable-0.9.1.tar.gz (11 kB) 05:13:26 Collecting docker-pycreds>=0.4.0 05:13:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 05:13:26 Collecting idna<2.8,>=2.5 05:13:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 05:13:26 Collecting urllib3<1.25,>=1.21.1 05:13:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 05:13:26 Collecting chardet<3.1.0,>=3.0.2 05:13:26 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 05:13:26 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) 05:13:26 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 05:13:26 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 05:13:26 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 05:13:26 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 05:13:26 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 05:13:26 Attempting uninstall: urllib3 05:13:26 Found existing installation: urllib3 1.26.7 05:13:26 Uninstalling urllib3-1.26.7: 05:13:26 Successfully uninstalled urllib3-1.26.7 05:13:28 Attempting uninstall: idna 05:13:28 Found existing installation: idna 3.3 05:13:28 Uninstalling idna-3.3: 05:13:28 Successfully uninstalled idna-3.3 05:13:28 ---> c8e0e4f696f2 05:13:28 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:13:28 Removing intermediate container 85459c4943f9 05:13:28 ---> dcac70c28ca1 05:13:28 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 05:13:28 ---> b831f912c7bb 05:13:28 Step 9/23 : RUN make cmd/core-data/core-data 05:13:28 3f3a8bcf1eab: Pull complete 05:13:28 0c92f367c5e7: Pull complete 05:13:28 f7c0051592d6: Pull complete 05:13:28 a227ed2f7395: Pull complete 05:13:28 ---> Running in e5fbd9ab4661 05:13:28 ---> 1f8d59367033 05:13:28 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/ 05:13:29 Attempting uninstall: requests 05:13:29 Found existing installation: requests 2.26.0 05:13:29 Uninstalling requests-2.26.0: 05:13:29 ---> Running in 1819f70f8b47 05:13:29 Successfully uninstalled requests-2.26.0 05:13:29 ---> Running in bc5b1e809d69 05:13:29 Running setup.py install for texttable: started 05:13:29 Removing intermediate container e5fbd9ab4661 05:13:29 ---> cfdac5290f7d 05:13:29 Step 28/31 : CMD ["gate"] 05:13:29 Running setup.py install for texttable: finished with status 'done' 05:13:29 Running setup.py install for PyYAML: started 05:13:30 ---> Running in f8fac33077aa 05:13:30 Running setup.py install for PyYAML: finished with status 'done' 05:13:30 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 05:13:31 Running setup.py install for docopt: started 05:13:31 Removing intermediate container f8fac33077aa 05:13:31 ---> 3dca195ace29 05:13:31 Step 29/31 : LABEL arch=x86_64 05:13:31 ---> Running in 6c20a86b2768 05:13:31 Running setup.py install for docopt: finished with status 'done' 05:13:31 Running setup.py install for dockerpty: started 05:13:32 Running setup.py install for dockerpty: finished with status 'done' 05:13:32 Removing intermediate container 6c20a86b2768 05:13:32 ---> 5d35f6555ca2 05:13:32 Step 30/31 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:13:32 Removing intermediate container bc5b1e809d69 05:13:32 ---> d9f96ae56546 05:13:32 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 05:13:32 ---> Running in 2ea838895122 05:13:32 ---> Running in 2a471498c7e5 05:13:32 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 05:13:32 Removing intermediate container 2ea838895122 05:13:32 ---> 686c04c41c6c 05:13:32 Step 31/31 : LABEL version=0.0.0 05:13:32 Removing intermediate container 2a471498c7e5 05:13:32 ---> f99f7f54fc45 05:13:32 Step 23/25 : LABEL arch=x86_64 05:13:33 7b1c46037f91: Pull complete 05:13:33 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 05:13:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 05:13:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 05:13:33 ---> Running in c6e9dd5a6a0f 05:13:33 ---> Running in cf330558e254 05:13:33 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 05:13:33 WORKDIR /edgex 05:13:33 COPY go.mod . 05:13:33 RUN go mod download 05:13:33 + docker build -t ci-base-image-arm64 -f - . 05:13:33 Removing intermediate container c6e9dd5a6a0f 05:13:33 ---> 50c3fbb23996 05:13:33 Step 24/25 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:13:33 Removing intermediate container cf330558e254 05:13:33 ---> 6b408022cd23 05:13:33 05:13:33 ---> Running in 47f6d91034af 05:13:33 Successfully built 6b408022cd23 05:13:33 Successfully tagged security-bootstrapper:latest 05:13:33 Building security-spire-agent 05:13:36 Sending build context to Docker daemon 169.2MB 05:13:36 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 05:13:36 ---> f79e39bc4007 05:13:36 Step 2/4 : WORKDIR /edgex 05:13:36  Building security-bootstrapper ... done Removing intermediate container 47f6d91034af 05:13:36 ---> af3f8907dcee 05:13:36 Step 25/25 : LABEL version=0.0.0 05:13:38 ---> Running in c8cd822b360d 05:13:38 Removing intermediate container c8cd822b360d 05:13:38 ---> 0b086d45e47e 05:13:38 Step 3/4 : COPY go.mod . 05:13:38 ---> a34163e91770 05:13:38 Step 4/4 : RUN go mod download 05:13:38 ---> Running in 9d95ffd74895 05:13:39 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:13:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 05:13:39 ---> 2fe6a96deb24 05:13:39 Step 3/26 : WORKDIR /edgex-go 05:13:39 ---> Using cache 05:13:39 ---> 17ffacd7e9e9 05:13:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:13:39 ---> Using cache 05:13:39 ---> 9ceba87254d1 05:13:39 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 05:13:39 ---> Using cache 05:13:39 ---> ec8a38137952 05:13:39 Step 6/26 : COPY go.mod vendor* ./ 05:13:39 ---> Using cache 05:13:39 ---> e7735d8f6fab 05:13:39 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:13:39 ---> Using cache 05:13:39 ---> a56f5a09789f 05:13:39 Step 8/26 : COPY . . 05:13:39 ---> Using cache 05:13:39 ---> adcb82f84d18 05:13:39 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 05:13:39 ---> Using cache 05:13:39 ---> 3656ab8b27c3 05:13:39 Step 10/26 : RUN mkdir -p spire-build 05:13:39 ---> Using cache 05:13:39 ---> 920902de77cb 05:13:39 Step 11/26 : WORKDIR /edgex-go/spire-build 05:13:39 ---> Using cache 05:13:39 ---> ab7b629606cc 05:13:39 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 05:13:40 ---> Running in d244b0347756 05:13:40 ---> Running in f45a9c644621 05:13:40 Removing intermediate container 6f1a66dc3f95 05:13:40 ---> e6f04faf8dd8 05:13:40 Step 14/23 : ENV APP_PORT=58890 05:13:41 ---> Running in 23901dce69fe 05:13:41 Removing intermediate container d244b0347756 05:13:41 ---> d983d1114884 05:13:41 05:13:41 Successfully built d983d1114884 05:13:41 Successfully tagged security-secretstore-setup:latest 05:13:41 Building core-command 05:13:41  Building security-secretstore-setup ... done Removing intermediate container 23901dce69fe 05:13:41 ---> c95a41823edd 05:13:41 Step 15/23 : EXPOSE $APP_PORT 05:13:41 ---> Running in 239150b19e24 05:13:42 spire-1.2.1/ 05:13:42 spire-1.2.1/.data/ 05:13:42 spire-1.2.1/.data/.file 05:13:42 spire-1.2.1/.dockerignore 05:13:42 spire-1.2.1/.gitattributes 05:13:42 spire-1.2.1/.githooks/ 05:13:42 spire-1.2.1/.githooks/pre-commit 05:13:42 spire-1.2.1/.github/ 05:13:42 spire-1.2.1/.github/ISSUE_TEMPLATE.md 05:13:42 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 05:13:42 spire-1.2.1/.github/dependabot.yml 05:13:42 spire-1.2.1/.github/workflows/ 05:13:42 spire-1.2.1/.github/workflows/nightly_build.yaml 05:13:42 spire-1.2.1/.github/workflows/pr_build.yaml 05:13:42 spire-1.2.1/.github/workflows/release_build.yaml 05:13:42 spire-1.2.1/.github/workflows/scripts/ 05:13:42 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 05:13:42 spire-1.2.1/.github/workflows/scripts/push-images.sh 05:13:42 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 05:13:42 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 05:13:42 spire-1.2.1/.github/workflows/scripts/split.sh 05:13:42 spire-1.2.1/.gitignore 05:13:42 spire-1.2.1/.go-version 05:13:42 spire-1.2.1/.golangci.yml 05:13:42 spire-1.2.1/ADOPTERS.md 05:13:42 spire-1.2.1/CHANGELOG.md 05:13:42 spire-1.2.1/CODE-OF-CONDUCT.md 05:13:42 spire-1.2.1/CODEOWNERS 05:13:42 spire-1.2.1/CONTRIBUTING.md 05:13:42 spire-1.2.1/Dockerfile 05:13:42 spire-1.2.1/Dockerfile.dev 05:13:42 spire-1.2.1/Dockerfile.scratch 05:13:42 spire-1.2.1/LICENSE 05:13:42 spire-1.2.1/MAINTAINERS.md 05:13:42 spire-1.2.1/Makefile 05:13:42 spire-1.2.1/README.md 05:13:42 spire-1.2.1/ROADMAP.md 05:13:42 spire-1.2.1/SECURITY.md 05:13:42 spire-1.2.1/cmd/ 05:13:42 spire-1.2.1/cmd/spire-agent/ 05:13:42 spire-1.2.1/cmd/spire-agent/cli/ 05:13:42 spire-1.2.1/cmd/spire-agent/cli/api/ 05:13:42 spire-1.2.1/cmd/spire-agent/cli/api/common.go 05:13:42 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 05:13:42 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 05:13:42 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 05:13:42 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 05:13:42 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 05:13:42 spire-1.2.1/cmd/spire-agent/cli/cli.go 05:13:42 spire-1.2.1/cmd/spire-agent/cli/common/ 05:13:42 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 05:13:42 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 05:13:42 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 05:13:42 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 05:13:42 spire-1.2.1/cmd/spire-agent/cli/run/ 05:13:42 spire-1.2.1/cmd/spire-agent/cli/run/run.go 05:13:42 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 05:13:42 spire-1.2.1/cmd/spire-agent/cli/validate/ 05:13:42 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 05:13:42 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 05:13:42 spire-1.2.1/cmd/spire-agent/main.go 05:13:42 spire-1.2.1/cmd/spire-server/ 05:13:42 spire-1.2.1/cmd/spire-server/cli/ 05:13:42 spire-1.2.1/cmd/spire-server/cli/agent/ 05:13:42 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/agent/count.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/agent/list.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/agent/show.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/bundle/ 05:13:42 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/cli.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/entry/ 05:13:42 spire-1.2.1/cmd/spire-server/cli/entry/count.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/entry/create.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/entry/show.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/entry/update.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/entry/util.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/federation/ 05:13:42 spire-1.2.1/cmd/spire-server/cli/federation/common.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/federation/create.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/federation/list.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/federation/show.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/federation/update.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 05:13:42 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/jwt/ 05:13:42 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/run/ 05:13:42 spire-1.2.1/cmd/spire-server/cli/run/run.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/token/ 05:13:42 spire-1.2.1/cmd/spire-server/cli/token/generate.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/validate/ 05:13:42 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/x509/ 05:13:42 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 05:13:42 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 05:13:42 spire-1.2.1/cmd/spire-server/main.go 05:13:42 spire-1.2.1/cmd/spire-server/util/ 05:13:42 spire-1.2.1/cmd/spire-server/util/util.go 05:13:42 spire-1.2.1/conf/ 05:13:42 spire-1.2.1/conf/agent/ 05:13:42 spire-1.2.1/conf/agent/agent.conf 05:13:42 spire-1.2.1/conf/agent/agent_full.conf 05:13:42 spire-1.2.1/conf/agent/dummy_root_ca.crt 05:13:42 spire-1.2.1/conf/server/ 05:13:42 spire-1.2.1/conf/server/dummy_upstream_ca.crt 05:13:42 spire-1.2.1/conf/server/dummy_upstream_ca.key 05:13:42 spire-1.2.1/conf/server/server.conf 05:13:42 spire-1.2.1/conf/server/server_full.conf 05:13:42 spire-1.2.1/doc/ 05:13:42 spire-1.2.1/doc/SPIRE101.md 05:13:42 spire-1.2.1/doc/auditlog.md 05:13:42 spire-1.2.1/doc/authorization_policy_engine.md 05:13:42 spire-1.2.1/doc/changelog_guidelines.md 05:13:42 spire-1.2.1/doc/cure53-report.pdf 05:13:42 spire-1.2.1/doc/images/ 05:13:42 spire-1.2.1/doc/images/2019_roadmap.png 05:13:42 spire-1.2.1/doc/images/SPIRE101.png 05:13:42 spire-1.2.1/doc/images/SPIRE_agent.png 05:13:42 spire-1.2.1/doc/images/SPIRE_server.png 05:13:42 spire-1.2.1/doc/images/cache_mgr.png 05:13:42 spire-1.2.1/doc/images/cache_mgr_components.png 05:13:42 spire-1.2.1/doc/images/federated_spire.png 05:13:42 spire-1.2.1/doc/images/ha_mode.png 05:13:42 spire-1.2.1/doc/images/nested_spire.png 05:13:42 spire-1.2.1/doc/images/oidc_federation.png 05:13:42 spire-1.2.1/doc/images/single_trust_domain.png 05:13:42 spire-1.2.1/doc/images/spiffe_compatible.png 05:13:42 spire-1.2.1/doc/images/spire_logo.png 05:13:42 spire-1.2.1/doc/migrating_registration_api_clients.md 05:13:42 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 05:13:42 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 05:13:42 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 05:13:42 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 05:13:42 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 05:13:42 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 05:13:42 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 05:13:42 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 05:13:42 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 05:13:42 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 05:13:42 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 05:13:42 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 05:13:42 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 05:13:42 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 05:13:42 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 05:13:42 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 05:13:42 spire-1.2.1/doc/plugin_server_datastore_sql.md 05:13:42 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 05:13:42 spire-1.2.1/doc/plugin_server_keymanager_disk.md 05:13:42 spire-1.2.1/doc/plugin_server_keymanager_memory.md 05:13:42 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 05:13:42 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 05:13:42 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 05:13:42 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 05:13:42 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 05:13:42 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 05:13:42 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 05:13:42 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 05:13:42 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 05:13:42 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 05:13:42 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 05:13:42 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 05:13:42 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 05:13:42 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 05:13:42 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 05:13:42 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 05:13:42 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 05:13:42 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 05:13:42 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 05:13:42 spire-1.2.1/doc/scaling_spire.md 05:13:42 spire-1.2.1/doc/spire_agent.md 05:13:42 spire-1.2.1/doc/spire_server.md 05:13:42 spire-1.2.1/doc/supported_integrations.md 05:13:42 spire-1.2.1/doc/telemetry.md 05:13:42 spire-1.2.1/doc/telemetry_config.md 05:13:42 spire-1.2.1/doc/upgrading.md 05:13:42 spire-1.2.1/doc/using_spire.md 05:13:42 spire-1.2.1/examples/ 05:13:42 spire-1.2.1/examples/README.md 05:13:42 spire-1.2.1/go.mod 05:13:42 spire-1.2.1/go.sum 05:13:42 spire-1.2.1/pkg/ 05:13:42 spire-1.2.1/pkg/agent/ 05:13:42 spire-1.2.1/pkg/agent/agent.go 05:13:42 spire-1.2.1/pkg/agent/api/ 05:13:42 spire-1.2.1/pkg/agent/api/config.go 05:13:42 spire-1.2.1/pkg/agent/api/debug/ 05:13:42 spire-1.2.1/pkg/agent/api/debug/v1/ 05:13:42 spire-1.2.1/pkg/agent/api/debug/v1/service.go 05:13:42 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 05:13:42 spire-1.2.1/pkg/agent/api/delegatedidentity/ 05:13:42 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 05:13:42 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 05:13:42 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 05:13:42 spire-1.2.1/pkg/agent/api/endpoints.go 05:13:42 spire-1.2.1/pkg/agent/api/health/ 05:13:42 spire-1.2.1/pkg/agent/api/health/v1/ 05:13:42 spire-1.2.1/pkg/agent/api/health/v1/service.go 05:13:42 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 05:13:42 spire-1.2.1/pkg/agent/api/rpccontext/ 05:13:42 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 05:13:42 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 05:13:42 spire-1.2.1/pkg/agent/attestor/ 05:13:42 spire-1.2.1/pkg/agent/attestor/node/ 05:13:42 spire-1.2.1/pkg/agent/attestor/node/experimental.go 05:13:42 spire-1.2.1/pkg/agent/attestor/node/node.go 05:13:42 spire-1.2.1/pkg/agent/attestor/node/node_test.go 05:13:42 spire-1.2.1/pkg/agent/attestor/workload/ 05:13:42 spire-1.2.1/pkg/agent/attestor/workload/workload.go 05:13:42 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 05:13:42 spire-1.2.1/pkg/agent/catalog/ 05:13:42 spire-1.2.1/pkg/agent/catalog/catalog.go 05:13:42 spire-1.2.1/pkg/agent/catalog/keymanager.go 05:13:42 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 05:13:42 spire-1.2.1/pkg/agent/catalog/svidstore.go 05:13:42 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 05:13:42 spire-1.2.1/pkg/agent/client/ 05:13:42 spire-1.2.1/pkg/agent/client/client.go 05:13:42 spire-1.2.1/pkg/agent/client/client_test.go 05:13:42 spire-1.2.1/pkg/agent/client/dial.go 05:13:42 spire-1.2.1/pkg/agent/client/nodeconn.go 05:13:42 spire-1.2.1/pkg/agent/client/nodeconn_test.go 05:13:42 spire-1.2.1/pkg/agent/client/update.go 05:13:42 spire-1.2.1/pkg/agent/client/util.go 05:13:42 spire-1.2.1/pkg/agent/common/ 05:13:42 spire-1.2.1/pkg/agent/common/backoff/ 05:13:42 spire-1.2.1/pkg/agent/common/backoff/backoff.go 05:13:42 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 05:13:42 spire-1.2.1/pkg/agent/common/cgroups/ 05:13:42 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 05:13:42 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 05:13:42 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 05:13:42 spire-1.2.1/pkg/agent/config.go 05:13:42 spire-1.2.1/pkg/agent/endpoints/ 05:13:42 spire-1.2.1/pkg/agent/endpoints/config.go 05:13:42 spire-1.2.1/pkg/agent/endpoints/endpoints.go 05:13:42 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 05:13:42 spire-1.2.1/pkg/agent/endpoints/metrics.go 05:13:42 spire-1.2.1/pkg/agent/endpoints/middleware.go 05:13:42 spire-1.2.1/pkg/agent/endpoints/peertracker.go 05:13:42 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 05:13:42 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 05:13:42 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 05:13:42 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 05:13:42 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 05:13:42 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 05:13:42 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 05:13:42 spire-1.2.1/pkg/agent/endpoints/workload/ 05:13:42 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 05:13:42 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 05:13:42 spire-1.2.1/pkg/agent/manager/ 05:13:42 spire-1.2.1/pkg/agent/manager/cache/ 05:13:42 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 05:13:42 spire-1.2.1/pkg/agent/manager/cache/cache.go 05:13:42 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 05:13:42 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 05:13:42 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 05:13:42 spire-1.2.1/pkg/agent/manager/cache/sets.go 05:13:42 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 05:13:42 spire-1.2.1/pkg/agent/manager/config.go 05:13:42 spire-1.2.1/pkg/agent/manager/manager.go 05:13:42 spire-1.2.1/pkg/agent/manager/manager_test.go 05:13:42 spire-1.2.1/pkg/agent/manager/storage.go 05:13:42 spire-1.2.1/pkg/agent/manager/storage_test.go 05:13:42 spire-1.2.1/pkg/agent/manager/storecache/ 05:13:42 spire-1.2.1/pkg/agent/manager/storecache/cache.go 05:13:42 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 05:13:42 spire-1.2.1/pkg/agent/manager/sync.go 05:13:42 spire-1.2.1/pkg/agent/plugin/ 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/ 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 05:13:42 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 05:13:42 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/ 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 05:13:42 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 05:13:42 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 05:13:42 spire-1.2.1/pkg/agent/svid/ 05:13:42 spire-1.2.1/pkg/agent/svid/rotator.go 05:13:42 spire-1.2.1/pkg/agent/svid/rotator_config.go 05:13:42 spire-1.2.1/pkg/agent/svid/rotator_test.go 05:13:42 spire-1.2.1/pkg/agent/svid/store/ 05:13:42 spire-1.2.1/pkg/agent/svid/store/service.go 05:13:42 spire-1.2.1/pkg/agent/svid/store/service_test.go 05:13:42 spire-1.2.1/pkg/common/ 05:13:42 spire-1.2.1/pkg/common/agentpathtemplate/ 05:13:42 spire-1.2.1/pkg/common/agentpathtemplate/template.go 05:13:42 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 05:13:42 spire-1.2.1/pkg/common/api/ 05:13:42 spire-1.2.1/pkg/common/api/metrics.go 05:13:42 spire-1.2.1/pkg/common/api/middleware/ 05:13:42 spire-1.2.1/pkg/common/api/middleware/common_test.go 05:13:42 spire-1.2.1/pkg/common/api/middleware/interceptor.go 05:13:42 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 05:13:42 spire-1.2.1/pkg/common/api/middleware/logger.go 05:13:42 spire-1.2.1/pkg/common/api/middleware/logger_test.go 05:13:42 spire-1.2.1/pkg/common/api/middleware/metrics.go 05:13:42 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 05:13:42 spire-1.2.1/pkg/common/api/middleware/middleware.go 05:13:42 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 05:13:42 spire-1.2.1/pkg/common/api/middleware/misconfig.go 05:13:42 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 05:13:42 spire-1.2.1/pkg/common/api/middleware/names.go 05:13:42 spire-1.2.1/pkg/common/api/middleware/names_test.go 05:13:42 spire-1.2.1/pkg/common/api/names.go 05:13:42 spire-1.2.1/pkg/common/api/ratelimit.go 05:13:42 spire-1.2.1/pkg/common/api/rpccontext/ 05:13:42 spire-1.2.1/pkg/common/api/rpccontext/logger.go 05:13:42 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 05:13:42 spire-1.2.1/pkg/common/api/rpccontext/names.go 05:13:42 spire-1.2.1/pkg/common/auth/ 05:13:42 spire-1.2.1/pkg/common/auth/interceptors.go 05:13:42 spire-1.2.1/pkg/common/auth/interceptors_test.go 05:13:42 spire-1.2.1/pkg/common/auth/untracked_uds.go 05:13:42 spire-1.2.1/pkg/common/bundleutil/ 05:13:42 spire-1.2.1/pkg/common/bundleutil/bundle.go 05:13:42 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 05:13:42 spire-1.2.1/pkg/common/bundleutil/common_test.go 05:13:42 spire-1.2.1/pkg/common/bundleutil/marshal.go 05:13:42 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 05:13:42 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 05:13:42 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 05:13:42 spire-1.2.1/pkg/common/bundleutil/types.go 05:13:42 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 05:13:42 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 05:13:42 spire-1.2.1/pkg/common/catalog/ 05:13:42 spire-1.2.1/pkg/common/catalog/bind.go 05:13:42 spire-1.2.1/pkg/common/catalog/builtin.go 05:13:42 spire-1.2.1/pkg/common/catalog/catalog.go 05:13:42 spire-1.2.1/pkg/common/catalog/catalog_test.go 05:13:42 spire-1.2.1/pkg/common/catalog/closers.go 05:13:42 spire-1.2.1/pkg/common/catalog/cmd_linux.go 05:13:42 spire-1.2.1/pkg/common/catalog/cmd_other.go 05:13:42 spire-1.2.1/pkg/common/catalog/config.go 05:13:42 spire-1.2.1/pkg/common/catalog/config_test.go 05:13:42 spire-1.2.1/pkg/common/catalog/configure.go 05:13:42 spire-1.2.1/pkg/common/catalog/constraints.go 05:13:42 spire-1.2.1/pkg/common/catalog/constraints_test.go 05:13:42 spire-1.2.1/pkg/common/catalog/context.go 05:13:42 spire-1.2.1/pkg/common/catalog/external.go 05:13:42 spire-1.2.1/pkg/common/catalog/host.go 05:13:42 spire-1.2.1/pkg/common/catalog/pipenet.go 05:13:42 spire-1.2.1/pkg/common/catalog/plugin.go 05:13:42 spire-1.2.1/pkg/common/catalog/testplugin/ 05:13:42 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 05:13:42 spire-1.2.1/pkg/common/catalog/testplugin/main.go 05:13:42 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 05:13:42 spire-1.2.1/pkg/common/cli/ 05:13:42 spire-1.2.1/pkg/common/cli/env.go 05:13:42 spire-1.2.1/pkg/common/cli/flags.go 05:13:42 spire-1.2.1/pkg/common/cli/trust_domain.go 05:13:42 spire-1.2.1/pkg/common/cli/trust_domain_test.go 05:13:42 spire-1.2.1/pkg/common/cli/umask.go 05:13:42 spire-1.2.1/pkg/common/cli/umask_posix.go 05:13:42 spire-1.2.1/pkg/common/cli/umask_test.go 05:13:42 spire-1.2.1/pkg/common/cli/umask_windows.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/ 05:13:42 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/flag.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/flag_test.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/format.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/format_test.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/ 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 05:13:42 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 05:13:42 spire-1.2.1/pkg/common/coretypes/ 05:13:42 spire-1.2.1/pkg/common/coretypes/bundle/ 05:13:42 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 05:13:42 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 05:13:42 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 05:13:42 spire-1.2.1/pkg/common/coretypes/bundle/require.go 05:13:42 spire-1.2.1/pkg/common/coretypes/jwtkey/ 05:13:42 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 05:13:42 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 05:13:42 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 05:13:42 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 05:13:42 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 05:13:42 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 05:13:42 spire-1.2.1/pkg/common/coretypes/x509certificate/ 05:13:42 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 05:13:42 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 05:13:42 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 05:13:42 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 05:13:42 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 05:13:42 spire-1.2.1/pkg/common/cryptoutil/ 05:13:42 spire-1.2.1/pkg/common/cryptoutil/keys.go 05:13:42 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 05:13:42 spire-1.2.1/pkg/common/diskutil/ 05:13:42 spire-1.2.1/pkg/common/diskutil/file_posix.go 05:13:42 spire-1.2.1/pkg/common/diskutil/file_test.go 05:13:42 spire-1.2.1/pkg/common/diskutil/file_windows.go 05:13:42 spire-1.2.1/pkg/common/errorutil/ 05:13:42 spire-1.2.1/pkg/common/errorutil/wrapper.go 05:13:42 spire-1.2.1/pkg/common/health/ 05:13:42 spire-1.2.1/pkg/common/health/config.go 05:13:42 spire-1.2.1/pkg/common/health/context.go 05:13:42 spire-1.2.1/pkg/common/health/context_test.go 05:13:42 spire-1.2.1/pkg/common/health/health.go 05:13:42 spire-1.2.1/pkg/common/health/health_test.go 05:13:42 spire-1.2.1/pkg/common/health/logger.go 05:13:42 spire-1.2.1/pkg/common/hostservice/ 05:13:42 spire-1.2.1/pkg/common/hostservice/metricsservice/ 05:13:42 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 05:13:42 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 05:13:42 spire-1.2.1/pkg/common/idutil/ 05:13:42 spire-1.2.1/pkg/common/idutil/require.go 05:13:42 spire-1.2.1/pkg/common/idutil/require_test.go 05:13:42 spire-1.2.1/pkg/common/idutil/safety.go 05:13:42 spire-1.2.1/pkg/common/idutil/safety_test.go 05:13:42 spire-1.2.1/pkg/common/idutil/spiffeid.go 05:13:42 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 05:13:42 spire-1.2.1/pkg/common/jwtsvid/ 05:13:42 spire-1.2.1/pkg/common/jwtsvid/common.go 05:13:42 spire-1.2.1/pkg/common/jwtsvid/sign.go 05:13:42 spire-1.2.1/pkg/common/jwtsvid/token_test.go 05:13:42 spire-1.2.1/pkg/common/jwtsvid/validate.go 05:13:42 spire-1.2.1/pkg/common/jwtutil/ 05:13:42 spire-1.2.1/pkg/common/jwtutil/keyset.go 05:13:42 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 05:13:42 spire-1.2.1/pkg/common/log/ 05:13:42 spire-1.2.1/pkg/common/log/hclog_adapter.go 05:13:42 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 05:13:42 spire-1.2.1/pkg/common/log/log.go 05:13:42 spire-1.2.1/pkg/common/log/log_test.go 05:13:42 spire-1.2.1/pkg/common/log/options.go 05:13:42 spire-1.2.1/pkg/common/nodeutil/ 05:13:42 spire-1.2.1/pkg/common/nodeutil/node.go 05:13:42 spire-1.2.1/pkg/common/nodeutil/node_test.go 05:13:42 spire-1.2.1/pkg/common/peertracker/ 05:13:42 spire-1.2.1/pkg/common/peertracker/conn.go 05:13:42 spire-1.2.1/pkg/common/peertracker/credentials.go 05:13:42 spire-1.2.1/pkg/common/peertracker/errors.go 05:13:42 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 05:13:42 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 05:13:42 spire-1.2.1/pkg/common/peertracker/info.go 05:13:42 spire-1.2.1/pkg/common/peertracker/listener.go 05:13:42 spire-1.2.1/pkg/common/peertracker/listener_test.go 05:13:42 spire-1.2.1/pkg/common/peertracker/peertracker.go 05:13:42 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 05:13:42 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 05:13:42 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 05:13:42 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 05:13:42 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 05:13:42 spire-1.2.1/pkg/common/peertracker/tcp.go 05:13:42 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 05:13:42 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 05:13:42 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 05:13:42 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 05:13:42 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 05:13:42 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 05:13:42 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 05:13:42 spire-1.2.1/pkg/common/peertracker/uds.go 05:13:42 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 05:13:42 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 05:13:42 spire-1.2.1/pkg/common/peertracker/uds_linux.go 05:13:42 spire-1.2.1/pkg/common/pemutil/ 05:13:42 spire-1.2.1/pkg/common/pemutil/block.go 05:13:42 spire-1.2.1/pkg/common/pemutil/certs.go 05:13:42 spire-1.2.1/pkg/common/pemutil/common.go 05:13:42 spire-1.2.1/pkg/common/pemutil/csr.go 05:13:42 spire-1.2.1/pkg/common/pemutil/keys.go 05:13:42 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 05:13:42 spire-1.2.1/pkg/common/pemutil/testdata/ 05:13:42 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 05:13:42 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 05:13:42 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 05:13:42 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 05:13:42 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 05:13:42 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 05:13:42 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 05:13:42 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 05:13:42 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 05:13:42 spire-1.2.1/pkg/common/plugin/ 05:13:42 spire-1.2.1/pkg/common/plugin/aws/ 05:13:42 spire-1.2.1/pkg/common/plugin/aws/iid.go 05:13:42 spire-1.2.1/pkg/common/plugin/azure/ 05:13:42 spire-1.2.1/pkg/common/plugin/azure/msi.go 05:13:42 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 05:13:42 spire-1.2.1/pkg/common/plugin/facade.go 05:13:42 spire-1.2.1/pkg/common/plugin/facade_test.go 05:13:42 spire-1.2.1/pkg/common/plugin/gcp/ 05:13:42 spire-1.2.1/pkg/common/plugin/gcp/iit.go 05:13:42 spire-1.2.1/pkg/common/plugin/k8s/ 05:13:42 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 05:13:42 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 05:13:42 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 05:13:42 spire-1.2.1/pkg/common/plugin/k8s/utils.go 05:13:42 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 05:13:42 spire-1.2.1/pkg/common/plugin/log.go 05:13:42 spire-1.2.1/pkg/common/plugin/sshpop/ 05:13:42 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 05:13:42 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 05:13:42 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 05:13:42 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 05:13:42 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 05:13:42 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 05:13:42 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 05:13:42 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 05:13:42 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 05:13:42 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 05:13:42 spire-1.2.1/pkg/common/plugin/tpmdevid/ 05:13:42 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 05:13:42 spire-1.2.1/pkg/common/plugin/x509pop/ 05:13:42 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 05:13:42 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 05:13:42 spire-1.2.1/pkg/common/profiling/ 05:13:42 spire-1.2.1/pkg/common/profiling/dumpers.go 05:13:42 spire-1.2.1/pkg/common/profiling/profiling.go 05:13:42 spire-1.2.1/pkg/common/protoutil/ 05:13:42 spire-1.2.1/pkg/common/protoutil/masks.go 05:13:42 spire-1.2.1/pkg/common/protoutil/masks_test.go 05:13:42 spire-1.2.1/pkg/common/rotationutil/ 05:13:42 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 05:13:42 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 05:13:42 spire-1.2.1/pkg/common/selector/ 05:13:42 spire-1.2.1/pkg/common/selector/selector.go 05:13:42 spire-1.2.1/pkg/common/selector/selector_test.go 05:13:42 spire-1.2.1/pkg/common/selector/set.go 05:13:42 spire-1.2.1/pkg/common/selector/set_utils.go 05:13:42 spire-1.2.1/pkg/common/selector/set_utils_test.go 05:13:42 spire-1.2.1/pkg/common/telemetry/ 05:13:42 spire-1.2.1/pkg/common/telemetry/agent/ 05:13:42 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 05:13:42 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 05:13:42 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 05:13:42 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 05:13:42 spire-1.2.1/pkg/common/telemetry/agent/manager.go 05:13:42 spire-1.2.1/pkg/common/telemetry/agent/node.go 05:13:42 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 05:13:42 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 05:13:42 spire-1.2.1/pkg/common/telemetry/agent/store/ 05:13:42 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 05:13:42 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 05:13:42 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 05:13:42 spire-1.2.1/pkg/common/telemetry/blackhole.go 05:13:42 spire-1.2.1/pkg/common/telemetry/call.go 05:13:42 spire-1.2.1/pkg/common/telemetry/common/ 05:13:42 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 05:13:42 spire-1.2.1/pkg/common/telemetry/config.go 05:13:42 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 05:13:42 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 05:13:42 spire-1.2.1/pkg/common/telemetry/inmem.go 05:13:42 spire-1.2.1/pkg/common/telemetry/inmem_test.go 05:13:42 spire-1.2.1/pkg/common/telemetry/m3.go 05:13:42 spire-1.2.1/pkg/common/telemetry/m3_test.go 05:13:42 spire-1.2.1/pkg/common/telemetry/metrics.go 05:13:42 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 05:13:42 spire-1.2.1/pkg/common/telemetry/names.go 05:13:42 spire-1.2.1/pkg/common/telemetry/prometheus.go 05:13:42 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 05:13:42 spire-1.2.1/pkg/common/telemetry/sanitize.go 05:13:42 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 05:13:42 spire-1.2.1/pkg/common/telemetry/server/ 05:13:42 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 05:13:42 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 05:13:42 spire-1.2.1/pkg/common/telemetry/server/datastore/ 05:13:42 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 05:13:42 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 05:13:42 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 05:13:42 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 05:13:42 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 05:13:42 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 05:13:42 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 05:13:42 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 05:13:42 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 05:13:42 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 05:13:42 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 05:13:42 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 05:13:42 spire-1.2.1/pkg/common/telemetry/server/rotate.go 05:13:42 spire-1.2.1/pkg/common/telemetry/server/server.go 05:13:42 spire-1.2.1/pkg/common/telemetry/sink.go 05:13:42 spire-1.2.1/pkg/common/telemetry/statsd.go 05:13:42 spire-1.2.1/pkg/common/telemetry/statsd_test.go 05:13:42 spire-1.2.1/pkg/common/telemetry/uptime.go 05:13:42 spire-1.2.1/pkg/common/telemetry/version.go 05:13:42 spire-1.2.1/pkg/common/telemetry/withlabels.go 05:13:42 spire-1.2.1/pkg/common/uptime/ 05:13:42 spire-1.2.1/pkg/common/uptime/uptime.go 05:13:42 spire-1.2.1/pkg/common/uptime/uptime_test.go 05:13:42 spire-1.2.1/pkg/common/util/ 05:13:42 spire-1.2.1/pkg/common/util/certs.go 05:13:42 spire-1.2.1/pkg/common/util/certs_test.go 05:13:42 spire-1.2.1/pkg/common/util/csr.go 05:13:42 spire-1.2.1/pkg/common/util/hash.go 05:13:42 spire-1.2.1/pkg/common/util/selectors.go 05:13:42 spire-1.2.1/pkg/common/util/selectors_test.go 05:13:42 spire-1.2.1/pkg/common/util/signals.go 05:13:42 spire-1.2.1/pkg/common/util/sort.go 05:13:42 spire-1.2.1/pkg/common/util/sort_test.go 05:13:42 spire-1.2.1/pkg/common/util/task.go 05:13:42 spire-1.2.1/pkg/common/util/task_test.go 05:13:42 spire-1.2.1/pkg/common/util/testdata/ 05:13:42 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 05:13:42 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 05:13:42 spire-1.2.1/pkg/common/version/ 05:13:42 spire-1.2.1/pkg/common/version/version.go 05:13:42 spire-1.2.1/pkg/common/x509svid/ 05:13:42 spire-1.2.1/pkg/common/x509svid/common_test.go 05:13:42 spire-1.2.1/pkg/common/x509svid/csr.go 05:13:42 spire-1.2.1/pkg/common/x509svid/upstreamca.go 05:13:42 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 05:13:42 spire-1.2.1/pkg/common/x509util/ 05:13:42 spire-1.2.1/pkg/common/x509util/cert.go 05:13:42 spire-1.2.1/pkg/common/x509util/dns.go 05:13:42 spire-1.2.1/pkg/common/x509util/dns_test.go 05:13:42 spire-1.2.1/pkg/common/x509util/keyid.go 05:13:42 spire-1.2.1/pkg/common/x509util/keypair.go 05:13:42 spire-1.2.1/pkg/common/x509util/serialnumber.go 05:13:42 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 05:13:42 spire-1.2.1/pkg/server/ 05:13:42 spire-1.2.1/pkg/server/api/ 05:13:42 spire-1.2.1/pkg/server/api/agent.go 05:13:42 spire-1.2.1/pkg/server/api/agent/ 05:13:42 spire-1.2.1/pkg/server/api/agent/v1/ 05:13:42 spire-1.2.1/pkg/server/api/agent/v1/service.go 05:13:42 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 05:13:42 spire-1.2.1/pkg/server/api/agent_test.go 05:13:42 spire-1.2.1/pkg/server/api/api.go 05:13:42 spire-1.2.1/pkg/server/api/audit/ 05:13:42 spire-1.2.1/pkg/server/api/audit/audit.go 05:13:42 spire-1.2.1/pkg/server/api/audit/audit_test.go 05:13:42 spire-1.2.1/pkg/server/api/bundle.go 05:13:42 spire-1.2.1/pkg/server/api/bundle/ 05:13:42 spire-1.2.1/pkg/server/api/bundle/v1/ 05:13:42 spire-1.2.1/pkg/server/api/bundle/v1/service.go 05:13:42 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 05:13:42 spire-1.2.1/pkg/server/api/bundle_test.go 05:13:42 spire-1.2.1/pkg/server/api/debug/ 05:13:42 spire-1.2.1/pkg/server/api/debug/v1/ 05:13:42 spire-1.2.1/pkg/server/api/debug/v1/service.go 05:13:42 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 05:13:42 spire-1.2.1/pkg/server/api/entry.go 05:13:42 spire-1.2.1/pkg/server/api/entry/ 05:13:42 spire-1.2.1/pkg/server/api/entry/v1/ 05:13:42 spire-1.2.1/pkg/server/api/entry/v1/service.go 05:13:42 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 05:13:42 spire-1.2.1/pkg/server/api/entry_test.go 05:13:42 spire-1.2.1/pkg/server/api/health/ 05:13:42 spire-1.2.1/pkg/server/api/health/v1/ 05:13:42 spire-1.2.1/pkg/server/api/health/v1/service.go 05:13:42 spire-1.2.1/pkg/server/api/health/v1/service_test.go 05:13:42 spire-1.2.1/pkg/server/api/id.go 05:13:42 spire-1.2.1/pkg/server/api/id_test.go 05:13:42 spire-1.2.1/pkg/server/api/limits/ 05:13:42 spire-1.2.1/pkg/server/api/limits/limits.go 05:13:42 spire-1.2.1/pkg/server/api/middleware/ 05:13:42 spire-1.2.1/pkg/server/api/middleware/alias.go 05:13:42 spire-1.2.1/pkg/server/api/middleware/audit.go 05:13:42 spire-1.2.1/pkg/server/api/middleware/authorization.go 05:13:42 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 05:13:42 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 05:13:42 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 05:13:42 spire-1.2.1/pkg/server/api/middleware/caller.go 05:13:42 spire-1.2.1/pkg/server/api/middleware/caller_test.go 05:13:42 spire-1.2.1/pkg/server/api/middleware/common.go 05:13:42 spire-1.2.1/pkg/server/api/middleware/common_test.go 05:13:42 spire-1.2.1/pkg/server/api/middleware/entries.go 05:13:42 spire-1.2.1/pkg/server/api/middleware/entries_test.go 05:13:42 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 05:13:42 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 05:13:42 spire-1.2.1/pkg/server/api/ratelimit.go 05:13:42 spire-1.2.1/pkg/server/api/rpccontext/ 05:13:42 spire-1.2.1/pkg/server/api/rpccontext/alias.go 05:13:42 spire-1.2.1/pkg/server/api/rpccontext/audit.go 05:13:42 spire-1.2.1/pkg/server/api/rpccontext/caller.go 05:13:42 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 05:13:42 spire-1.2.1/pkg/server/api/selector.go 05:13:42 spire-1.2.1/pkg/server/api/selector_test.go 05:13:42 spire-1.2.1/pkg/server/api/status.go 05:13:42 spire-1.2.1/pkg/server/api/status_test.go 05:13:42 spire-1.2.1/pkg/server/api/svid/ 05:13:42 spire-1.2.1/pkg/server/api/svid/v1/ 05:13:42 spire-1.2.1/pkg/server/api/svid/v1/service.go 05:13:42 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 05:13:42 spire-1.2.1/pkg/server/api/trustdomain.go 05:13:42 spire-1.2.1/pkg/server/api/trustdomain/ 05:13:42 spire-1.2.1/pkg/server/api/trustdomain/v1/ 05:13:42 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 05:13:42 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 05:13:42 spire-1.2.1/pkg/server/api/trustdomain_test.go 05:13:42 spire-1.2.1/pkg/server/authpolicy/ 05:13:42 spire-1.2.1/pkg/server/authpolicy/defaults.go 05:13:42 spire-1.2.1/pkg/server/authpolicy/policy.go 05:13:42 spire-1.2.1/pkg/server/authpolicy/policy.rego 05:13:42 spire-1.2.1/pkg/server/authpolicy/policy_data.json 05:13:42 spire-1.2.1/pkg/server/authpolicy/policy_test.go 05:13:42 spire-1.2.1/pkg/server/authpolicy/validate.go 05:13:42 spire-1.2.1/pkg/server/bundle/ 05:13:42 spire-1.2.1/pkg/server/bundle/client/ 05:13:42 spire-1.2.1/pkg/server/bundle/client/client.go 05:13:42 spire-1.2.1/pkg/server/bundle/client/client_test.go 05:13:42 spire-1.2.1/pkg/server/bundle/client/manager.go 05:13:42 spire-1.2.1/pkg/server/bundle/client/manager_test.go 05:13:42 spire-1.2.1/pkg/server/bundle/client/sources.go 05:13:42 spire-1.2.1/pkg/server/bundle/client/sources_test.go 05:13:42 spire-1.2.1/pkg/server/bundle/client/updater.go 05:13:42 spire-1.2.1/pkg/server/bundle/client/updater_test.go 05:13:42 spire-1.2.1/pkg/server/ca/ 05:13:42 spire-1.2.1/pkg/server/ca/ca.go 05:13:42 spire-1.2.1/pkg/server/ca/ca_health.go 05:13:42 spire-1.2.1/pkg/server/ca/ca_test.go 05:13:42 spire-1.2.1/pkg/server/ca/journal.go 05:13:42 spire-1.2.1/pkg/server/ca/journal_test.go 05:13:42 spire-1.2.1/pkg/server/ca/manager.go 05:13:42 spire-1.2.1/pkg/server/ca/manager_health.go 05:13:42 spire-1.2.1/pkg/server/ca/manager_test.go 05:13:42 spire-1.2.1/pkg/server/ca/templates.go 05:13:42 spire-1.2.1/pkg/server/ca/upstream_client.go 05:13:42 spire-1.2.1/pkg/server/ca/upstream_client_test.go 05:13:42 spire-1.2.1/pkg/server/ca/validation.go 05:13:42 spire-1.2.1/pkg/server/cache/ 05:13:42 spire-1.2.1/pkg/server/cache/dscache/ 05:13:42 spire-1.2.1/pkg/server/cache/dscache/cache.go 05:13:42 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 05:13:42 spire-1.2.1/pkg/server/cache/entrycache/ 05:13:42 spire-1.2.1/pkg/server/cache/entrycache/cache.go 05:13:42 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 05:13:42 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 05:13:42 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 05:13:42 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 05:13:42 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 05:13:42 spire-1.2.1/pkg/server/catalog/ 05:13:42 spire-1.2.1/pkg/server/catalog/catalog.go 05:13:42 spire-1.2.1/pkg/server/catalog/keymanager.go 05:13:42 spire-1.2.1/pkg/server/catalog/nodeattestor.go 05:13:42 spire-1.2.1/pkg/server/catalog/noderesolver.go 05:13:42 spire-1.2.1/pkg/server/catalog/notifier.go 05:13:42 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 05:13:42 spire-1.2.1/pkg/server/config.go 05:13:42 spire-1.2.1/pkg/server/datastore/ 05:13:42 spire-1.2.1/pkg/server/datastore/datastore.go 05:13:42 spire-1.2.1/pkg/server/datastore/datastore_health.go 05:13:42 spire-1.2.1/pkg/server/datastore/repository.go 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/ 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 05:13:42 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 05:13:42 spire-1.2.1/pkg/server/endpoints/ 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/ 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/config.go 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/server.go 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 05:13:42 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 05:13:42 spire-1.2.1/pkg/server/endpoints/config.go 05:13:42 spire-1.2.1/pkg/server/endpoints/endpoints.go 05:13:42 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 05:13:42 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 05:13:42 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 05:13:42 spire-1.2.1/pkg/server/endpoints/middleware.go 05:13:42 spire-1.2.1/pkg/server/endpoints/middleware_test.go 05:13:42 spire-1.2.1/pkg/server/hostservice/ 05:13:42 spire-1.2.1/pkg/server/hostservice/agentstore/ 05:13:42 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 05:13:42 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 05:13:42 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 05:13:42 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 05:13:42 spire-1.2.1/pkg/server/hostservice/identityprovider/ 05:13:42 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 05:13:42 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/ 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/ 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/base/ 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/test/ 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 05:13:42 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/ 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 05:13:42 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/noderesolver/ 05:13:42 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 05:13:42 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 05:13:42 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 05:13:42 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 05:13:42 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 05:13:42 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 05:13:42 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/notifier/ 05:13:42 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 05:13:42 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 05:13:42 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 05:13:42 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 05:13:42 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 05:13:42 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 05:13:42 spire-1.2.1/pkg/server/plugin/notifier/repository.go 05:13:42 spire-1.2.1/pkg/server/plugin/notifier/v1.go 05:13:42 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 05:13:42 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 05:13:42 spire-1.2.1/pkg/server/registration/ 05:13:42 spire-1.2.1/pkg/server/registration/manager.go 05:13:42 spire-1.2.1/pkg/server/registration/manager_test.go 05:13:42 spire-1.2.1/pkg/server/scanentries.go 05:13:42 spire-1.2.1/pkg/server/scanentries_test.go 05:13:42 spire-1.2.1/pkg/server/server.go 05:13:42 spire-1.2.1/pkg/server/server_test.go 05:13:42 spire-1.2.1/pkg/server/svid/ 05:13:42 spire-1.2.1/pkg/server/svid/observer.go 05:13:42 spire-1.2.1/pkg/server/svid/observer_test.go 05:13:42 spire-1.2.1/pkg/server/svid/rotator.go 05:13:42 spire-1.2.1/pkg/server/svid/rotator_config.go 05:13:42 spire-1.2.1/pkg/server/svid/rotator_config_test.go 05:13:42 spire-1.2.1/pkg/server/svid/rotator_test.go 05:13:42 spire-1.2.1/proto/ 05:13:42 spire-1.2.1/proto/private/ 05:13:42 spire-1.2.1/proto/private/server/ 05:13:42 spire-1.2.1/proto/private/server/journal/ 05:13:42 spire-1.2.1/proto/private/server/journal/journal.pb.go 05:13:42 spire-1.2.1/proto/private/server/journal/journal.proto 05:13:42 spire-1.2.1/proto/spire/ 05:13:42 spire-1.2.1/proto/spire/common/ 05:13:42 spire-1.2.1/proto/spire/common/common.pb.go 05:13:42 spire-1.2.1/proto/spire/common/common.proto 05:13:42 spire-1.2.1/proto/spire/common/plugin/ 05:13:42 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 05:13:42 spire-1.2.1/proto/spire/common/plugin/plugin.proto 05:13:42 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 05:13:42 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 05:13:42 spire-1.2.1/proto/spire/plugin/ 05:13:42 spire-1.2.1/proto/spire/plugin/agent/ 05:13:42 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 05:13:42 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 05:13:42 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 05:13:42 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 05:13:42 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 05:13:42 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 05:13:42 spire-1.2.1/release/ 05:13:42 spire-1.2.1/release/spire-extras/ 05:13:42 spire-1.2.1/release/spire-extras/README.md 05:13:42 spire-1.2.1/release/spire-extras/conf/ 05:13:42 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 05:13:42 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 05:13:42 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 05:13:42 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 05:13:42 spire-1.2.1/release/spire/ 05:13:42 spire-1.2.1/release/spire/README.md 05:13:42 spire-1.2.1/release/spire/conf/ 05:13:42 spire-1.2.1/release/spire/conf/agent/ 05:13:42 spire-1.2.1/release/spire/conf/agent/agent.conf 05:13:42 spire-1.2.1/release/spire/conf/server/ 05:13:42 spire-1.2.1/release/spire/conf/server/server.conf 05:13:42 spire-1.2.1/script/ 05:13:42 spire-1.2.1/script/build-artifact.sh 05:13:42 spire-1.2.1/script/generate_dummy_ca.sh 05:13:42 spire-1.2.1/support/ 05:13:42 spire-1.2.1/support/k8s/ 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/ 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 05:13:42 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 05:13:42 spire-1.2.1/support/oidc-discovery-provider/ 05:13:42 spire-1.2.1/support/oidc-discovery-provider/README.md 05:13:42 spire-1.2.1/support/oidc-discovery-provider/common_test.go 05:13:42 spire-1.2.1/support/oidc-discovery-provider/config.go 05:13:42 spire-1.2.1/support/oidc-discovery-provider/config_test.go 05:13:42 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 05:13:42 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 05:13:42 spire-1.2.1/support/oidc-discovery-provider/handler.go 05:13:42 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 05:13:42 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 05:13:42 spire-1.2.1/support/oidc-discovery-provider/main.go 05:13:42 spire-1.2.1/support/oidc-discovery-provider/server_api.go 05:13:42 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 05:13:42 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 05:13:42 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 05:13:42 spire-1.2.1/test/ 05:13:42 spire-1.2.1/test/clock/ 05:13:42 spire-1.2.1/test/clock/clock.go 05:13:42 spire-1.2.1/test/fakes/ 05:13:42 spire-1.2.1/test/fakes/fakeagentcatalog/ 05:13:42 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 05:13:42 spire-1.2.1/test/fakes/fakeagentkeymanager/ 05:13:42 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 05:13:42 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 05:13:42 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 05:13:42 spire-1.2.1/test/fakes/fakeagentstore/ 05:13:42 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 05:13:42 spire-1.2.1/test/fakes/fakedatastore/ 05:13:42 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 05:13:42 spire-1.2.1/test/fakes/fakeentryclient/ 05:13:42 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 05:13:42 spire-1.2.1/test/fakes/fakehealthchecker/ 05:13:42 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 05:13:42 spire-1.2.1/test/fakes/fakeidentityprovider/ 05:13:42 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 05:13:42 spire-1.2.1/test/fakes/fakemetrics/ 05:13:42 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 05:13:42 spire-1.2.1/test/fakes/fakenoderesolver/ 05:13:42 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 05:13:42 spire-1.2.1/test/fakes/fakenotifier/ 05:13:42 spire-1.2.1/test/fakes/fakenotifier/notifier.go 05:13:42 spire-1.2.1/test/fakes/fakepluginmetrics/ 05:13:42 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 05:13:42 spire-1.2.1/test/fakes/fakeserverca/ 05:13:42 spire-1.2.1/test/fakes/fakeserverca/serverca.go 05:13:42 spire-1.2.1/test/fakes/fakeservercatalog/ 05:13:42 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 05:13:42 spire-1.2.1/test/fakes/fakeserverkeymanager/ 05:13:42 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 05:13:42 spire-1.2.1/test/fakes/fakeservernodeattestor/ 05:13:42 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 05:13:42 spire-1.2.1/test/fakes/fakeupstreamauthority/ 05:13:42 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 05:13:42 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 05:13:42 spire-1.2.1/test/fakes/fakeworkloadapi/ 05:13:42 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 05:13:42 spire-1.2.1/test/fakes/fakeworkloadattestor/ 05:13:42 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 05:13:42 spire-1.2.1/test/fixture/ 05:13:42 spire-1.2.1/test/fixture/certs/ 05:13:42 spire-1.2.1/test/fixture/certs/agent_svid.der 05:13:42 spire-1.2.1/test/fixture/certs/base_cert.pem 05:13:42 spire-1.2.1/test/fixture/certs/base_csr.pem 05:13:42 spire-1.2.1/test/fixture/certs/base_key.pem 05:13:42 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 05:13:42 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 05:13:42 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 05:13:42 spire-1.2.1/test/fixture/certs/blog_cert.pem 05:13:42 spire-1.2.1/test/fixture/certs/blog_csr.pem 05:13:42 spire-1.2.1/test/fixture/certs/blog_key.pem 05:13:42 spire-1.2.1/test/fixture/certs/bundle.der 05:13:42 spire-1.2.1/test/fixture/certs/ca.pem 05:13:42 spire-1.2.1/test/fixture/certs/ca_key.pem 05:13:42 spire-1.2.1/test/fixture/certs/database_cert.pem 05:13:42 spire-1.2.1/test/fixture/certs/database_csr.pem 05:13:42 spire-1.2.1/test/fixture/certs/database_key.pem 05:13:42 spire-1.2.1/test/fixture/certs/node_cert.pem 05:13:42 spire-1.2.1/test/fixture/certs/node_csr.pem 05:13:42 spire-1.2.1/test/fixture/certs/node_key.pem 05:13:42 spire-1.2.1/test/fixture/certs/svid.pem 05:13:42 spire-1.2.1/test/fixture/certs/svid_key.pem 05:13:42 spire-1.2.1/test/fixture/config/ 05:13:42 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 05:13:42 spire-1.2.1/test/fixture/config/agent_good.conf 05:13:42 spire-1.2.1/test/fixture/config/agent_good_templated.conf 05:13:42 spire-1.2.1/test/fixture/config/plugin_good.conf 05:13:42 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 05:13:42 spire-1.2.1/test/fixture/config/server_good.conf 05:13:42 spire-1.2.1/test/fixture/config/server_good_templated.conf 05:13:42 spire-1.2.1/test/fixture/fixture.go 05:13:42 spire-1.2.1/test/fixture/nodeattestor/ 05:13:42 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 05:13:42 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 05:13:42 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 05:13:42 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 05:13:42 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 05:13:42 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 05:13:42 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 05:13:42 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 05:13:42 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 05:13:42 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 05:13:42 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 05:13:42 spire-1.2.1/test/fixture/registration/ 05:13:42 spire-1.2.1/test/fixture/registration/entries.json 05:13:42 spire-1.2.1/test/fixture/registration/good-for-update.json 05:13:42 spire-1.2.1/test/fixture/registration/good.json 05:13:42 spire-1.2.1/test/fixture/registration/invalid.json 05:13:42 spire-1.2.1/test/fixture/registration/invalid_json.json 05:13:42 spire-1.2.1/test/fixture/registration/manager_test_entries.json 05:13:42 spire-1.2.1/test/integration/ 05:13:42 spire-1.2.1/test/integration/README.md 05:13:42 spire-1.2.1/test/integration/common 05:13:42 spire-1.2.1/test/integration/setup/ 05:13:42 spire-1.2.1/test/integration/setup/adminclient/ 05:13:42 spire-1.2.1/test/integration/setup/adminclient/build.sh 05:13:42 spire-1.2.1/test/integration/setup/adminclient/client.go 05:13:42 spire-1.2.1/test/integration/setup/debugagent/ 05:13:42 spire-1.2.1/test/integration/setup/debugagent/build.sh 05:13:42 spire-1.2.1/test/integration/setup/debugagent/main.go 05:13:42 spire-1.2.1/test/integration/setup/debugserver/ 05:13:42 spire-1.2.1/test/integration/setup/debugserver/build.sh 05:13:42 spire-1.2.1/test/integration/setup/debugserver/main.go 05:13:42 spire-1.2.1/test/integration/setup/downstreamclient/ 05:13:42 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 05:13:42 spire-1.2.1/test/integration/setup/downstreamclient/client.go 05:13:42 spire-1.2.1/test/integration/setup/itclient/ 05:13:42 spire-1.2.1/test/integration/setup/itclient/client.go 05:13:42 spire-1.2.1/test/integration/setup/node-attestation/ 05:13:42 spire-1.2.1/test/integration/setup/node-attestation/build.sh 05:13:42 spire-1.2.1/test/integration/setup/node-attestation/client.go 05:13:42 spire-1.2.1/test/integration/setup/x509pop/ 05:13:42 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 05:13:42 spire-1.2.1/test/integration/setup/x509pop/setup.sh 05:13:42 spire-1.2.1/test/integration/suites/ 05:13:42 spire-1.2.1/test/integration/suites/admin-endpoints/ 05:13:42 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 05:13:42 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 05:13:42 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 05:13:42 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 05:13:42 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 05:13:42 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 05:13:42 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 05:13:42 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 05:13:42 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 05:13:42 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 05:13:42 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 05:13:42 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 05:13:42 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 05:13:42 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 05:13:42 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 05:13:42 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 05:13:42 spire-1.2.1/test/integration/suites/datastore-mysql/ 05:13:42 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 05:13:42 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 05:13:42 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 05:13:42 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres/ 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 05:13:42 spire-1.2.1/test/integration/suites/debug-endpoints/ 05:13:42 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 05:13:42 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 05:13:42 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 05:13:42 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 05:13:42 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 05:13:42 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 05:13:42 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 05:13:42 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 05:13:42 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 05:13:42 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 05:13:42 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 05:13:42 spire-1.2.1/test/integration/suites/downstream-endpoints/ 05:13:42 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 05:13:42 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 05:13:42 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 05:13:42 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 05:13:42 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 05:13:42 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 05:13:42 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 05:13:42 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 05:13:42 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 05:13:42 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 05:13:42 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 05:13:42 spire-1.2.1/test/integration/suites/join-token/ 05:13:42 spire-1.2.1/test/integration/suites/join-token/01-start-server 05:13:42 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 05:13:42 spire-1.2.1/test/integration/suites/join-token/03-start-agent 05:13:42 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 05:13:42 spire-1.2.1/test/integration/suites/join-token/05-check-svid 05:13:42 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 05:13:42 spire-1.2.1/test/integration/suites/join-token/README.md 05:13:42 spire-1.2.1/test/integration/suites/join-token/conf/ 05:13:42 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 05:13:42 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/join-token/conf/server/ 05:13:42 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/join-token/teardown 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/ 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 05:13:42 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/ 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 05:13:42 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 05:13:42 spire-1.2.1/test/integration/suites/k8s/ 05:13:42 spire-1.2.1/test/integration/suites/k8s/00-setup 05:13:42 spire-1.2.1/test/integration/suites/k8s/01-apply-config 05:13:42 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 05:13:42 spire-1.2.1/test/integration/suites/k8s/README.md 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/ 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/server/ 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 05:13:42 spire-1.2.1/test/integration/suites/k8s/init-kubectl 05:13:42 spire-1.2.1/test/integration/suites/k8s/teardown 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/README.md 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/root/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/nested-rotation/teardown 05:13:42 spire-1.2.1/test/integration/suites/node-attestation/ 05:13:42 spire-1.2.1/test/integration/suites/node-attestation/00-setup 05:13:42 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 05:13:42 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 05:13:42 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 05:13:42 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 05:13:42 spire-1.2.1/test/integration/suites/node-attestation/README.md 05:13:42 spire-1.2.1/test/integration/suites/node-attestation/conf/ 05:13:42 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 05:13:42 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 05:13:42 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/node-attestation/teardown 05:13:42 spire-1.2.1/test/integration/suites/rotation/ 05:13:42 spire-1.2.1/test/integration/suites/rotation/00-setup 05:13:42 spire-1.2.1/test/integration/suites/rotation/01-start-server 05:13:42 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 05:13:42 spire-1.2.1/test/integration/suites/rotation/03-start-agent 05:13:42 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 05:13:42 spire-1.2.1/test/integration/suites/rotation/05-check-svids 05:13:42 spire-1.2.1/test/integration/suites/rotation/README.md 05:13:42 spire-1.2.1/test/integration/suites/rotation/conf/ 05:13:42 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 05:13:42 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/rotation/conf/server/ 05:13:42 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/rotation/teardown 05:13:42 spire-1.2.1/test/integration/suites/self-test/ 05:13:42 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 05:13:42 spire-1.2.1/test/integration/suites/self-test/README.md 05:13:42 spire-1.2.1/test/integration/suites/self-test/teardown 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/ 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 05:13:42 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 05:13:42 spire-1.2.1/test/integration/suites/upgrade/ 05:13:42 spire-1.2.1/test/integration/suites/upgrade/00-setup 05:13:42 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 05:13:42 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 05:13:42 spire-1.2.1/test/integration/suites/upgrade/README.md 05:13:42 spire-1.2.1/test/integration/suites/upgrade/conf/ 05:13:42 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 05:13:42 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 05:13:42 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 05:13:42 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 05:13:42 spire-1.2.1/test/integration/suites/upgrade/teardown 05:13:42 spire-1.2.1/test/integration/suites/upgrade/versions.txt 05:13:42 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 05:13:42 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 05:13:42 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 05:13:42 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 05:13:42 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 05:13:42 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 05:13:42 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 05:13:42 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 05:13:42 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 05:13:42 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 05:13:42 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 05:13:42 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 05:13:42 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 05:13:42 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 05:13:42 spire-1.2.1/test/integration/test-one.sh 05:13:42 spire-1.2.1/test/integration/test.sh 05:13:42 spire-1.2.1/test/plugintest/ 05:13:42 spire-1.2.1/test/plugintest/config.go 05:13:42 spire-1.2.1/test/plugintest/load.go 05:13:42 spire-1.2.1/test/plugintest/option.go 05:13:42 spire-1.2.1/test/spiretest/ 05:13:42 spire-1.2.1/test/spiretest/apiserver.go 05:13:42 spire-1.2.1/test/spiretest/assertions.go 05:13:42 spire-1.2.1/test/spiretest/dir.go 05:13:42 spire-1.2.1/test/spiretest/errors_posix.go 05:13:42 spire-1.2.1/test/spiretest/errors_windows.go 05:13:42 spire-1.2.1/test/spiretest/logs.go 05:13:42 spire-1.2.1/test/spiretest/socketapi.go 05:13:42 spire-1.2.1/test/spiretest/suite.go 05:13:42 spire-1.2.1/test/spiretest/x509.go 05:13:42 spire-1.2.1/test/testca/ 05:13:42 spire-1.2.1/test/testca/ca.go 05:13:42 spire-1.2.1/test/testkey/ 05:13:42 spire-1.2.1/test/testkey/generate.sh 05:13:42 spire-1.2.1/test/testkey/genkeys.go 05:13:42 spire-1.2.1/test/testkey/keys.go 05:13:42 spire-1.2.1/test/testkey/new.go 05:13:42 spire-1.2.1/test/tpmsimulator/ 05:13:42 spire-1.2.1/test/tpmsimulator/simulator.go 05:13:42 spire-1.2.1/test/util/ 05:13:42 spire-1.2.1/test/util/cert_fixtures.go 05:13:42 spire-1.2.1/test/util/cert_generation.go 05:13:42 spire-1.2.1/test/util/io_redirection.go 05:13:42 spire-1.2.1/test/util/race.go 05:13:42 spire-1.2.1/test/util/util.go 05:13:42 building spire from source... 05:13:42 Installing go1.17.7... 05:13:44 Removing intermediate container 239150b19e24 05:13:44 ---> 9a9a2c3c7d25 05:13:44 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 05:13:46 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:13:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:13:46 ---> 2fe6a96deb24 05:13:46 Step 3/23 : WORKDIR /edgex-go 05:13:46 ---> Using cache 05:13:46 ---> 17ffacd7e9e9 05:13:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:13:46 ---> Using cache 05:13:46 ---> 9ceba87254d1 05:13:46 Step 5/23 : RUN apk add --update --no-cache make git 05:13:48 Building bin/spire-server... 05:13:49 go: downloading github.com/mitchellh/cli v1.1.2 05:13:49 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 05:13:49 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 05:13:49 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 05:13:49 go: downloading google.golang.org/grpc v1.44.0 05:13:49 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 05:13:49 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 05:13:49 go: downloading github.com/imdario/mergo v0.3.12 05:13:49 go: downloading github.com/sirupsen/logrus v1.8.1 05:13:49 go: downloading github.com/hashicorp/go-hclog v1.1.0 05:13:49 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 05:13:49 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 05:13:49 go: downloading github.com/fatih/color v1.13.0 05:13:49 go: downloading github.com/mattn/go-isatty v0.0.14 05:13:49 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 05:13:49 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 05:13:49 go: downloading github.com/InVisionApp/go-logger v1.0.1 05:13:49 go: downloading github.com/armon/go-metrics v0.3.10 05:13:49 go: downloading github.com/prometheus/client_golang v1.12.1 05:13:49 go: downloading github.com/uber-go/tally/v4 v4.1.1 05:13:49 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 05:13:49 go: downloading github.com/open-policy-agent/opa v0.38.0 05:13:50 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 05:13:50 go: downloading github.com/hashicorp/go-plugin v1.4.3 05:13:50 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 05:13:50 go: downloading github.com/mattn/go-colorable v0.1.12 05:13:50 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 05:13:50 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 05:13:50 go: downloading github.com/Masterminds/goutils v1.1.0 05:13:50 go: downloading github.com/Masterminds/semver v1.5.0 05:13:50 go: downloading github.com/google/uuid v1.1.2 05:13:50 go: downloading github.com/huandu/xstrings v1.3.2 05:13:50 go: downloading github.com/imkira/go-observer v1.0.3 05:13:51 go: downloading github.com/beorn7/perks v1.0.1 05:13:51 go: downloading github.com/cespare/xxhash/v2 v2.1.2 05:13:51 go: downloading github.com/prometheus/client_model v0.2.0 05:13:51 go: downloading github.com/prometheus/common v0.32.1 05:13:51 go: downloading github.com/prometheus/procfs v0.7.3 05:13:51 go: downloading go.uber.org/atomic v1.9.0 05:13:51 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 05:13:51 go: downloading github.com/oklog/run v1.0.0 05:13:51 go: downloading github.com/hashicorp/errwrap v1.1.0 05:13:51 go: downloading github.com/hashicorp/golang-lru v0.5.4 05:13:51 go: downloading github.com/mitchellh/reflectwalk v1.0.1 05:13:51 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 05:13:51 go: downloading github.com/blang/semver/v4 v4.0.0 05:13:51 go: downloading github.com/go-sql-driver/mysql v1.6.0 05:13:52 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 05:13:52 go: downloading github.com/jinzhu/gorm v1.9.16 05:13:52 go: downloading github.com/lib/pq v1.10.4 05:13:52 go: downloading github.com/mattn/go-sqlite3 v1.14.12 05:13:52 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 05:13:52 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 05:13:52 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 05:13:52 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 05:13:52 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 05:13:52 go: downloading github.com/stretchr/testify v1.7.0 05:13:52 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 05:13:53 go: downloading github.com/aws/aws-sdk-go v1.43.0 05:13:56 go: downloading google.golang.org/api v0.70.0 05:13:56 go: downloading k8s.io/client-go v0.23.4 05:13:56 go: downloading k8s.io/api v0.23.4 05:13:56 go: downloading github.com/google/go-tpm v0.3.3 05:13:56 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 05:13:56 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 05:13:56 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 05:13:57 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 05:13:57 go: downloading cloud.google.com/go/storage v1.21.0 05:13:57 go: downloading cloud.google.com/go v0.100.2 05:13:57 go: downloading k8s.io/apimachinery v0.23.4 05:13:57 go: downloading k8s.io/kube-aggregator v0.23.3 05:13:57 go: downloading sigs.k8s.io/controller-runtime v0.11.1 05:13:57 go: downloading cloud.google.com/go/security v1.3.0 05:13:58 go: downloading github.com/hashicorp/vault/api v1.4.1 05:13:58 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 05:13:59 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 05:13:59 go: downloading github.com/twmb/murmur3 v1.1.6 05:13:59 go: downloading github.com/jinzhu/inflection v1.0.0 05:14:00 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 05:14:00 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 05:14:00 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 05:14:00 go: downloading github.com/aws/smithy-go v1.11.0 05:14:00 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 05:14:00 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 05:14:00 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 05:14:00 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 05:14:00 go: downloading github.com/Azure/go-autorest/logger v0.2.1 05:14:00 go: downloading github.com/dimchansky/utfbom v1.1.1 05:14:00 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 05:14:00 go: downloading github.com/gogo/protobuf v1.3.2 05:14:00 go: downloading cloud.google.com/go/compute v1.3.0 05:14:00 go: downloading cloud.google.com/go/iam v0.1.1 05:14:00 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 05:14:01 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 05:14:01 go: downloading k8s.io/klog/v2 v2.30.0 05:14:01 go: downloading github.com/google/gofuzz v1.1.0 05:14:01 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 05:14:01 go: downloading github.com/spf13/pflag v1.0.5 05:14:01 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 05:14:01 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 05:14:01 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 05:14:01 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 05:14:01 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 05:14:01 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 05:14:01 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 05:14:01 go: downloading github.com/hashicorp/vault/sdk v0.4.1 05:14:01 go: downloading github.com/mitchellh/mapstructure v1.4.3 05:14:01 go: downloading github.com/tklauser/go-sysconf v0.3.9 05:14:01 go: downloading github.com/OneOfOne/xxhash v1.2.8 05:14:01 go: downloading gopkg.in/yaml.v2 v2.4.0 05:14:01 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 05:14:02 go: downloading github.com/gobwas/glob v0.2.3 05:14:02 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 05:14:02 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 05:14:02 go: downloading github.com/jmespath/go-jmespath v0.4.0 05:14:02 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 05:14:02 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 05:14:02 go: downloading gopkg.in/inf.v0 v0.9.1 05:14:02 go: downloading go.opencensus.io v0.23.0 05:14:02 go: downloading github.com/go-logr/logr v1.2.2 05:14:02 go: downloading github.com/google/go-cmp v0.5.7 05:14:02 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 05:14:02 go: downloading github.com/googleapis/gnostic v0.5.5 05:14:02 go: downloading github.com/json-iterator/go v1.1.12 05:14:02 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 05:14:03 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 05:14:03 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 05:14:03 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 05:14:03 go: downloading go.uber.org/zap v1.21.0 05:14:03 go: downloading sigs.k8s.io/yaml v1.3.0 05:14:03 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 05:14:03 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 05:14:03 go: downloading github.com/tklauser/numcpus v0.3.0 05:14:03 go: downloading github.com/modern-go/reflect2 v1.0.2 05:14:03 go: downloading github.com/golang/snappy v0.0.4 05:14:03 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 05:14:03 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 05:14:03 go: downloading github.com/hashicorp/go-uuid v1.0.2 05:14:04 go: downloading github.com/hashicorp/go-version v1.2.0 05:14:04 go: downloading github.com/ryanuber/go-glob v1.0.0 05:14:04 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 05:14:04 go: downloading go.uber.org/multierr v1.6.0 05:14:05 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 05:14:05 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 05:14:07  ---> b5f0f9b6eba9 05:14:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 05:14:10 ---> Running in 268bebe77ef3 05:14:10 ---> 3f98ae56fb3d 05:14:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 05:14:11 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:14:11 ---> ac467fbd9bde 05:14:11 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 05:14:11 ---> Running in 2fc161fbf7b3 05:14:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:14:11 Removing intermediate container 2fc161fbf7b3 05:14:11 ---> bcbaca955410 05:14:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:14:12 ---> Running in 0360f257547d 05:14:12 OK: 221 MiB in 52 packages 05:14:13 Removing intermediate container 0360f257547d 05:14:13 ---> f43a248fd58c 05:14:13 Step 21/23 : LABEL arch=x86_64 05:14:13 Removing intermediate container 1819f70f8b47 05:14:13 ---> da9fc2367ae3 05:14:13 05:14:13 Step 10/23 : FROM alpine:3.14 05:14:13 ---> e04c818066af 05:14:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:14:13 ---> Running in 4e03f6d62a8a 05:14:14 ---> Running in 80f10cca588c 05:14:14 Removing intermediate container 268bebe77ef3 05:14:14 ---> d5d8f0db2f0c 05:14:14 Step 6/23 : COPY go.mod vendor* ./ 05:14:14 Removing intermediate container 4e03f6d62a8a 05:14:14 ---> c05678be9956 05:14:14 Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:14:15 Removing intermediate container 80f10cca588c 05:14:15 ---> 96427fb12eac 05:14:15 Step 12/23 : ENV APP_PORT=59880 05:14:15 ---> Running in 5a2f424a2ab3 05:14:15 ---> 32504c601c64 05:14:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:14:16 ---> Running in 1c71cffa7704 05:14:16 ---> Running in 8c704fb5a1be 05:14:16 Removing intermediate container 5a2f424a2ab3 05:14:16 ---> 07a10b20950e 05:14:16 Step 23/23 : LABEL version=0.0.0 05:14:16 ---> Running in f372bd61acb8 05:14:16 Removing intermediate container 1c71cffa7704 05:14:16 ---> 7e60d797aab0 05:14:16 Step 13/23 : EXPOSE $APP_PORT 05:14:17 Removing intermediate container f372bd61acb8 05:14:17 ---> 08945c92538c 05:14:17 05:14:17 ---> Running in 7cd61d19e9c4 05:14:17 Successfully built 08945c92538c 05:14:17 Successfully tagged sys-mgmt-agent:latest 05:14:17  Building sys-mgmt-agent ... done Building support-scheduler 05:14:17 Removing intermediate container 7cd61d19e9c4 05:14:17 ---> 059c6115677c 05:14:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:14:19 ---> Running in a89a0937b5c6 05:14:20 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:14:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:14:20 ---> 2fe6a96deb24 05:14:20 Step 3/22 : WORKDIR /edgex-go 05:14:20 ---> Using cache 05:14:20 ---> 17ffacd7e9e9 05:14:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:14:20 ---> Using cache 05:14:20 ---> 9ceba87254d1 05:14:20 Step 5/22 : RUN apk add --update --no-cache make git 05:14:20 ---> Using cache 05:14:20 ---> d5d8f0db2f0c 05:14:20 Step 6/22 : COPY go.mod vendor* ./ 05:14:20 ---> Using cache 05:14:20 ---> 32504c601c64 05:14:20 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:14:21 ---> Running in 5fe1bd77b9b8 05:14:21 Removing intermediate container 8c704fb5a1be 05:14:21 ---> f49bb765a427 05:14:21 Step 8/23 : COPY . . 05:14:26 Removing intermediate container a89a0937b5c6 05:14:26 ---> 318768a25158 05:14:26 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 05:14:26 ---> Running in 89c444261bae 05:14:26 Removing intermediate container 5fe1bd77b9b8 05:14:26 ---> 247ca3ece42f 05:14:26 Step 8/22 : COPY . . 05:14:27 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 05:14:28 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 05:14:28 (1/6) Installing dumb-init (1.2.5-r1) 05:14:28 (2/6) Installing libgcc (10.3.1_git20210424-r2) 05:14:28 (3/6) Installing libsodium (1.0.18-r0) 05:14:28 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 05:14:28 (5/6) Installing libzmq (4.3.4-r0) 05:14:28 (6/6) Installing zeromq (4.3.4-r0) 05:14:28 Executing busybox-1.33.1-r7.trigger 05:14:28 OK: 8 MiB in 20 packages 05:14:29 ---> ec84e7d6ab52 05:14:29 Step 9/23 : RUN make cmd/core-command/core-command 05:14:30 ---> Running in cd9f233aadae 05:14:31 Removing intermediate container 89c444261bae 05:14:31 ---> d959dab339d8 05:14:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:14:31 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 05:14:31 ---> add9add221df 05:14:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:14:33 ---> 6a3ef026f4cc 05:14:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 05:14:33 ---> f3cca044bc0f 05:14:33 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 05:14:34 ---> Running in f85d7f4566f8 05:14:34 ---> dfde7f218e05 05:14:34 Step 19/23 : ENTRYPOINT ["/core-data"] 05:14:34 ---> Running in 9a3231164554 05:14:35 Removing intermediate container 9d95ffd74895 05:14:35 ---> 90f61d284949 05:14:35 Successfully built 90f61d284949 05:14:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:14:35 Removing intermediate container 9a3231164554 05:14:35 ---> 44d8982f512d 05:14:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:14:35 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 05:14:35 ---> Running in bdc1c394bbda 05:14:35 + docker inspect -f . ci-base-image-arm64 05:14:35 . [Pipeline] withDockerContainer 05:14:35 prd-ubuntu20.04-docker-arm64-4c-16g-21570 does not seem to be running inside a container 05:14:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:14:36 Removing intermediate container bdc1c394bbda 05:14:36 ---> e2ca58312800 05:14:36 Step 21/23 : LABEL arch=x86_64 05:14:36 ---> Running in facf8ca4b233 05:14:37 Removing intermediate container facf8ca4b233 05:14:37 ---> 7dc76b2171b0 05:14:37 Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:14:37 ---> Running in 88cbbd0eb5c1 05:14:37 $ docker top 5c903fdf2d070f9aba95a58bc0c004ad4d60b9e97f6185fe1e7415c9bc425dfe -eo pid,comm 05:14:37 Removing intermediate container 88cbbd0eb5c1 05:14:37 ---> 8ac91b68aff6 05:14:37 Step 23/23 : LABEL version=0.0.0 [Pipeline] { [Pipeline] sh 05:14:37 ---> Running in 668f9b5b070f 05:14:38 + go version 05:14:38 go version go1.17.6 linux/arm64 [Pipeline] } 05:14:38 $ docker stop --time=1 5c903fdf2d070f9aba95a58bc0c004ad4d60b9e97f6185fe1e7415c9bc425dfe 05:14:38 Removing intermediate container 668f9b5b070f 05:14:38 ---> d392b73a2d47 05:14:38 05:14:38 Successfully built d392b73a2d47 05:14:38 Successfully tagged core-data:latest 05:14:38 Building security-spiffe-token-provider 05:14:39 $ docker rm -f 5c903fdf2d070f9aba95a58bc0c004ad4d60b9e97f6185fe1e7415c9bc425dfe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:14:40 + docker inspect -f . ci-base-image-arm64 05:14:40 . [Pipeline] withDockerContainer 05:14:40 prd-ubuntu20.04-docker-arm64-4c-16g-21570 does not seem to be running inside a container 05:14:40 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:14:42 $ docker top 6a28aa0ce98221edaae8a036c5a47f10a9aba5461c4de985b9db6ed036b22cba -eo pid,comm [Pipeline] { [Pipeline] echo 05:14:42 ========================================================= 05:14:42 [edgeXBuildGoParallel] Running Tests and Build... 05:14:42 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:14:43 + make test 05:14:43 go mod tidy -compat=1.17 05:14:43  Building core-data ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:14:43 Step 2/20 : FROM ${BUILDER_BASE} AS builder 05:14:43 ---> 2fe6a96deb24 05:14:43 Step 3/20 : WORKDIR /edgex-go 05:14:43 ---> Using cache 05:14:43 ---> 17ffacd7e9e9 05:14:43 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 05:14:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:14:47 ---> Running in 9753d2f5a324 05:14:48 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:14:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:14:49 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 05:14:49 v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] 05:14:49 OK: 15866 distinct packages available 05:14:50 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:14:50 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:14:51 OK: 221 MiB in 52 packages 05:14:56 Removing intermediate container 9753d2f5a324 05:14:56 ---> d1fe84b76475 05:14:56 Step 5/20 : COPY go.mod vendor* ./ 05:14:57 Building bin/spire-agent... 05:14:57 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 05:14:57 go: downloading cloud.google.com/go/secretmanager v1.3.0 05:14:57 go: downloading github.com/docker/docker v20.10.12+incompatible 05:14:57 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 05:14:58  ---> 663bf82cbdcc 05:14:58 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:14:58 go: downloading github.com/google/go-tpm-tools v0.3.3 05:14:58 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 05:14:58 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 05:14:59 go: downloading github.com/docker/go-units v0.4.0 05:14:59 go: downloading github.com/docker/go-connections v0.4.0 05:14:59 go: downloading github.com/opencontainers/image-spec v1.0.1 05:14:59 go: downloading github.com/docker/distribution v2.7.1+incompatible 05:14:59 go: downloading github.com/containerd/containerd v1.3.4 05:14:59 go: downloading github.com/opencontainers/go-digest v1.0.0 05:15:01  ---> Running in 0847ddae6e05 05:15:01 Removing intermediate container cd9f233aadae 05:15:01 ---> 7c37e5adb2d0 05:15:01 05:15:01 Step 10/23 : FROM alpine:3.14 05:15:01 ---> e04c818066af 05:15:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 05:15:02 ---> Running in af99b810cb8e 05:15:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 05:15:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 05:15:03 (1/1) Installing dumb-init (1.2.5-r1) 05:15:03 Executing busybox-1.33.1-r7.trigger 05:15:03 OK: 6 MiB in 15 packages 05:15:06 Removing intermediate container 0847ddae6e05 05:15:06 ---> 360438dc9f4d 05:15:06 Step 7/20 : COPY . . 05:15:06 Removing intermediate container af99b810cb8e 05:15:06 ---> bb97967f725e 05:15:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:15:09 ---> Running in 3655dff1ca3c 05:15:11 Removing intermediate container f85d7f4566f8 05:15:11 ---> 837d3b96c642 05:15:11 05:15:11 Step 10/22 : FROM alpine:3.14 05:15:11 ---> e04c818066af 05:15:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 05:15:11 ---> Using cache 05:15:11 ---> bb97967f725e 05:15:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:15:11 ---> Using cache 05:15:11 ---> b253c8fb44f4 05:15:11 Step 13/22 : ENV APP_PORT=59861 05:15:12 Removing intermediate container 3655dff1ca3c 05:15:12 ---> b253c8fb44f4 05:15:12 Step 13/23 : ENV APP_PORT=59882 05:15:13 ---> Running in 09a1450f6e03 05:15:13 ---> Running in 3085da93e334 05:15:13 Removing intermediate container 09a1450f6e03 05:15:13 ---> 29cfe424ce2d 05:15:13 Step 14/22 : EXPOSE $APP_PORT 05:15:13 ---> faa4e847f143 05:15:13 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:15:13 ---> Running in 50e926d476ee 05:15:13 Removing intermediate container 3085da93e334 05:15:13 ---> 224fc251013a 05:15:13 Step 14/23 : EXPOSE $APP_PORT 05:15:13 ---> Running in 667e3ce8fed6 05:15:13 ---> Running in b130a5aa91e2 05:15:14 Removing intermediate container 50e926d476ee 05:15:14 ---> 053d19e9a90a 05:15:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:15:14 Removing intermediate container b130a5aa91e2 05:15:14 ---> e2c5035c7336 05:15:14 Step 15/23 : WORKDIR / 05:15:14 ---> Running in f3dd0fb2d28e 05:15:14 ---> 24b4fb0c111a 05:15:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:15: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 05:15:14 Removing intermediate container f3dd0fb2d28e 05:15:14 ---> 7638a96aafb5 05:15:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:15:15 ---> cfc60709447f 05:15:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:15:16 ---> 020e8c3b3287 05:15:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 05:15:16 ? github.com/edgexfoundry/edgex-go [no test files] 05:15:17 ---> 169f841b216d 05:15:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 05:15:18 ---> 1c88c72be4f5 05:15:18 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 05:15:18 ---> ad6c12e95fb5 05:15:18 Step 19/23 : ENTRYPOINT ["/core-command"] 05:15:18 ---> Running in 715b01fefb51 05:15:18 ---> Running in 4b255ca923f9 05:15:18 Removing intermediate container 715b01fefb51 05:15:18 ---> 9e8c6aa8ff18 05:15:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:15:19 ---> Running in 1eb3c3f823b7 05:15:19 Removing intermediate container 4b255ca923f9 05:15:19 ---> ac78aa8b83d7 05:15:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:15:19 ---> Running in 4c70f6cc0702 05:15:19 Removing intermediate container 1eb3c3f823b7 05:15:19 ---> 9768a0b5c7f6 05:15:19 Step 20/22 : LABEL arch=x86_64 05:15:19 ---> Running in 14694cd9ae9a 05:15:19 Removing intermediate container 4c70f6cc0702 05:15:19 ---> aa06e13a209a 05:15:19 Step 21/23 : LABEL arch=x86_64 05:15:19 Removing intermediate container 14694cd9ae9a 05:15:19 ---> b88678cf2459 05:15:19 Step 21/22 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:15:19 ---> Running in de551830f0d7 05:15:19 ---> Running in 26e8da3c6a3e 05:15:20 Removing intermediate container de551830f0d7 05:15:20 ---> b9273793c0c8 05:15:20 Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:15:20 Removing intermediate container 26e8da3c6a3e 05:15:20 ---> 5de6eba5d2a2 05:15:20 Step 22/22 : LABEL version=0.0.0 05:15:20 ---> Running in 9980200307e9 05:15:20 ---> Running in cc546ca1c789 05:15:20 Removing intermediate container 9980200307e9 05:15:20 ---> d92661d7594a 05:15:20 Step 23/23 : LABEL version=0.0.0 05:15:20 ---> Running in bac9d58521d6 05:15:20 Removing intermediate container cc546ca1c789 05:15:20 ---> 32404aa1e025 05:15:20 05:15:20 Removing intermediate container bac9d58521d6 05:15:20 ---> f9f23bccbcf3 05:15:20 05:15:20 Successfully built 32404aa1e025 05:15:20 Successfully tagged support-scheduler:latest 05:15:20  Building support-scheduler ... done Building security-spire-server 05:15:20 Successfully built f9f23bccbcf3 05:15:20 Successfully tagged core-command:latest 05:15:20  Building core-command ... done Building support-notifications 05:15:29 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:15:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:15:29 ---> 2fe6a96deb24 05:15:29 Step 3/22 : WORKDIR /edgex-go 05:15:29 ---> Using cache 05:15:29 ---> 17ffacd7e9e9 05:15:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:15:29 ---> Using cache 05:15:29 ---> 9ceba87254d1 05:15:29 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 05:15:29 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:15:29 Step 2/25 : FROM ${BUILDER_BASE} AS builder 05:15:29 ---> 2fe6a96deb24 05:15:29 Step 3/25 : WORKDIR /edgex-go 05:15:29 ---> Using cache 05:15:29 ---> 17ffacd7e9e9 05:15:29 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:15:29 ---> Using cache 05:15:29 ---> 9ceba87254d1 05:15:29 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 05:15:29 ---> Using cache 05:15:29 ---> ec8a38137952 05:15:29 Step 6/25 : COPY go.mod vendor* ./ 05:15:29 ---> Using cache 05:15:29 ---> e7735d8f6fab 05:15:29 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:15:29 ---> Using cache 05:15:29 ---> a56f5a09789f 05:15:29 Step 8/25 : COPY . . 05:15:29 ---> Using cache 05:15:29 ---> adcb82f84d18 05:15:29 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 05:15:29 ---> Using cache 05:15:29 ---> 3656ab8b27c3 05:15:29 Step 10/25 : RUN mkdir -p spire-build 05:15:29 ---> Using cache 05:15:29 ---> 920902de77cb 05:15:29 Step 11/25 : WORKDIR /edgex-go/spire-build 05:15:29 ---> Using cache 05:15:29 ---> ab7b629606cc 05:15:29 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 05:15:44 ---> Running in 2103a730b302 05:15:44 ---> Running in 27779c43a18c 05:15:44 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:15:44 spire-1.2.1/ 05:15:44 spire-1.2.1/.data/ 05:15:44 spire-1.2.1/.data/.file 05:15:44 spire-1.2.1/.dockerignore 05:15:44 spire-1.2.1/.gitattributes 05:15:44 spire-1.2.1/.githooks/ 05:15:44 spire-1.2.1/.githooks/pre-commit 05:15:44 spire-1.2.1/.github/ 05:15:44 spire-1.2.1/.github/ISSUE_TEMPLATE.md 05:15:44 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 05:15:44 spire-1.2.1/.github/dependabot.yml 05:15:44 spire-1.2.1/.github/workflows/ 05:15:44 spire-1.2.1/.github/workflows/nightly_build.yaml 05:15:44 spire-1.2.1/.github/workflows/pr_build.yaml 05:15:44 spire-1.2.1/.github/workflows/release_build.yaml 05:15:44 spire-1.2.1/.github/workflows/scripts/ 05:15:44 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 05:15:44 spire-1.2.1/.github/workflows/scripts/push-images.sh 05:15:44 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 05:15:44 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 05:15:44 spire-1.2.1/.github/workflows/scripts/split.sh 05:15:44 spire-1.2.1/.gitignore 05:15:44 spire-1.2.1/.go-version 05:15:44 spire-1.2.1/.golangci.yml 05:15:44 spire-1.2.1/ADOPTERS.md 05:15:44 spire-1.2.1/CHANGELOG.md 05:15:44 spire-1.2.1/CODE-OF-CONDUCT.md 05:15:44 spire-1.2.1/CODEOWNERS 05:15:44 spire-1.2.1/CONTRIBUTING.md 05:15:44 spire-1.2.1/Dockerfile 05:15:44 spire-1.2.1/Dockerfile.dev 05:15:44 spire-1.2.1/Dockerfile.scratch 05:15:44 spire-1.2.1/LICENSE 05:15:44 spire-1.2.1/MAINTAINERS.md 05:15:44 spire-1.2.1/Makefile 05:15:44 spire-1.2.1/README.md 05:15:44 spire-1.2.1/ROADMAP.md 05:15:44 spire-1.2.1/SECURITY.md 05:15:44 spire-1.2.1/cmd/ 05:15:44 spire-1.2.1/cmd/spire-agent/ 05:15:44 spire-1.2.1/cmd/spire-agent/cli/ 05:15:44 spire-1.2.1/cmd/spire-agent/cli/api/ 05:15:44 spire-1.2.1/cmd/spire-agent/cli/api/common.go 05:15:44 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 05:15:44 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 05:15:44 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 05:15:44 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 05:15:44 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 05:15:44 spire-1.2.1/cmd/spire-agent/cli/cli.go 05:15:44 spire-1.2.1/cmd/spire-agent/cli/common/ 05:15:44 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 05:15:44 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 05:15:44 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 05:15:44 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 05:15:44 spire-1.2.1/cmd/spire-agent/cli/run/ 05:15:44 spire-1.2.1/cmd/spire-agent/cli/run/run.go 05:15:44 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 05:15:44 spire-1.2.1/cmd/spire-agent/cli/validate/ 05:15:44 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 05:15:44 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 05:15:44 spire-1.2.1/cmd/spire-agent/main.go 05:15:44 spire-1.2.1/cmd/spire-server/ 05:15:44 spire-1.2.1/cmd/spire-server/cli/ 05:15:44 spire-1.2.1/cmd/spire-server/cli/agent/ 05:15:44 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/agent/count.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/agent/list.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/agent/show.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/bundle/ 05:15:44 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/cli.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/entry/ 05:15:44 spire-1.2.1/cmd/spire-server/cli/entry/count.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/entry/create.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/entry/show.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/entry/update.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/entry/util.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/federation/ 05:15:44 spire-1.2.1/cmd/spire-server/cli/federation/common.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/federation/create.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/federation/list.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/federation/show.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/federation/update.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 05:15:44 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/jwt/ 05:15:44 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/run/ 05:15:44 spire-1.2.1/cmd/spire-server/cli/run/run.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/token/ 05:15:44 spire-1.2.1/cmd/spire-server/cli/token/generate.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/validate/ 05:15:44 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/x509/ 05:15:44 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 05:15:44 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 05:15:44 spire-1.2.1/cmd/spire-server/main.go 05:15:44 spire-1.2.1/cmd/spire-server/util/ 05:15:44 spire-1.2.1/cmd/spire-server/util/util.go 05:15:44 spire-1.2.1/conf/ 05:15:44 spire-1.2.1/conf/agent/ 05:15:44 spire-1.2.1/conf/agent/agent.conf 05:15:44 spire-1.2.1/conf/agent/agent_full.conf 05:15:44 spire-1.2.1/conf/agent/dummy_root_ca.crt 05:15:44 spire-1.2.1/conf/server/ 05:15:44 spire-1.2.1/conf/server/dummy_upstream_ca.crt 05:15:44 spire-1.2.1/conf/server/dummy_upstream_ca.key 05:15:44 spire-1.2.1/conf/server/server.conf 05:15:44 spire-1.2.1/conf/server/server_full.conf 05:15:44 spire-1.2.1/doc/ 05:15:44 spire-1.2.1/doc/SPIRE101.md 05:15:44 spire-1.2.1/doc/auditlog.md 05:15:44 spire-1.2.1/doc/authorization_policy_engine.md 05:15:44 spire-1.2.1/doc/changelog_guidelines.md 05:15:44 spire-1.2.1/doc/cure53-report.pdf 05:15:44 spire-1.2.1/doc/images/ 05:15:44 spire-1.2.1/doc/images/2019_roadmap.png 05:15:44 spire-1.2.1/doc/images/SPIRE101.png 05:15:44 spire-1.2.1/doc/images/SPIRE_agent.png 05:15:44 spire-1.2.1/doc/images/SPIRE_server.png 05:15:44 spire-1.2.1/doc/images/cache_mgr.png 05:15:44 spire-1.2.1/doc/images/cache_mgr_components.png 05:15:44 spire-1.2.1/doc/images/federated_spire.png 05:15:44 spire-1.2.1/doc/images/ha_mode.png 05:15:44 spire-1.2.1/doc/images/nested_spire.png 05:15:44 spire-1.2.1/doc/images/oidc_federation.png 05:15:44 spire-1.2.1/doc/images/single_trust_domain.png 05:15:44 spire-1.2.1/doc/images/spiffe_compatible.png 05:15:44 spire-1.2.1/doc/images/spire_logo.png 05:15:44 spire-1.2.1/doc/migrating_registration_api_clients.md 05:15:44 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 05:15:44 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 05:15:44 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 05:15:44 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 05:15:44 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 05:15:44 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 05:15:44 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 05:15:44 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 05:15:44 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 05:15:44 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 05:15:44 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 05:15:44 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 05:15:44 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 05:15:44 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 05:15:44 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 05:15:44 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 05:15:44 spire-1.2.1/doc/plugin_server_datastore_sql.md 05:15:44 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 05:15:44 spire-1.2.1/doc/plugin_server_keymanager_disk.md 05:15:44 spire-1.2.1/doc/plugin_server_keymanager_memory.md 05:15:44 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 05:15:44 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 05:15:44 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 05:15:44 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 05:15:44 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 05:15:44 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 05:15:44 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 05:15:44 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 05:15:44 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 05:15:44 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 05:15:44 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 05:15:44 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 05:15:44 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 05:15:44 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 05:15:44 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 05:15:44 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 05:15:44 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 05:15:44 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 05:15:44 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 05:15:44 spire-1.2.1/doc/scaling_spire.md 05:15:44 spire-1.2.1/doc/spire_agent.md 05:15:44 spire-1.2.1/doc/spire_server.md 05:15:44 spire-1.2.1/doc/supported_integrations.md 05:15:44 spire-1.2.1/doc/telemetry.md 05:15:44 spire-1.2.1/doc/telemetry_config.md 05:15:44 spire-1.2.1/doc/upgrading.md 05:15:44 spire-1.2.1/doc/using_spire.md 05:15:44 spire-1.2.1/examples/ 05:15:44 spire-1.2.1/examples/README.md 05:15:44 spire-1.2.1/go.mod 05:15:44 spire-1.2.1/go.sum 05:15:44 spire-1.2.1/pkg/ 05:15:44 spire-1.2.1/pkg/agent/ 05:15:44 spire-1.2.1/pkg/agent/agent.go 05:15:44 spire-1.2.1/pkg/agent/api/ 05:15:44 spire-1.2.1/pkg/agent/api/config.go 05:15:44 spire-1.2.1/pkg/agent/api/debug/ 05:15:44 spire-1.2.1/pkg/agent/api/debug/v1/ 05:15:44 spire-1.2.1/pkg/agent/api/debug/v1/service.go 05:15:44 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 05:15:44 spire-1.2.1/pkg/agent/api/delegatedidentity/ 05:15:44 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 05:15:44 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 05:15:44 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 05:15:44 spire-1.2.1/pkg/agent/api/endpoints.go 05:15:44 spire-1.2.1/pkg/agent/api/health/ 05:15:44 spire-1.2.1/pkg/agent/api/health/v1/ 05:15:44 spire-1.2.1/pkg/agent/api/health/v1/service.go 05:15:44 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 05:15:44 spire-1.2.1/pkg/agent/api/rpccontext/ 05:15:44 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 05:15:44 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 05:15:44 spire-1.2.1/pkg/agent/attestor/ 05:15:44 spire-1.2.1/pkg/agent/attestor/node/ 05:15:44 spire-1.2.1/pkg/agent/attestor/node/experimental.go 05:15:44 spire-1.2.1/pkg/agent/attestor/node/node.go 05:15:44 spire-1.2.1/pkg/agent/attestor/node/node_test.go 05:15:44 spire-1.2.1/pkg/agent/attestor/workload/ 05:15:44 spire-1.2.1/pkg/agent/attestor/workload/workload.go 05:15:44 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 05:15:44 spire-1.2.1/pkg/agent/catalog/ 05:15:44 spire-1.2.1/pkg/agent/catalog/catalog.go 05:15:44 spire-1.2.1/pkg/agent/catalog/keymanager.go 05:15:44 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 05:15:44 spire-1.2.1/pkg/agent/catalog/svidstore.go 05:15:44 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 05:15:44 spire-1.2.1/pkg/agent/client/ 05:15:44 spire-1.2.1/pkg/agent/client/client.go 05:15:44 spire-1.2.1/pkg/agent/client/client_test.go 05:15:44 spire-1.2.1/pkg/agent/client/dial.go 05:15:44 spire-1.2.1/pkg/agent/client/nodeconn.go 05:15:44 spire-1.2.1/pkg/agent/client/nodeconn_test.go 05:15:44 spire-1.2.1/pkg/agent/client/update.go 05:15:44 spire-1.2.1/pkg/agent/client/util.go 05:15:44 spire-1.2.1/pkg/agent/common/ 05:15:44 spire-1.2.1/pkg/agent/common/backoff/ 05:15:44 spire-1.2.1/pkg/agent/common/backoff/backoff.go 05:15:44 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 05:15:44 spire-1.2.1/pkg/agent/common/cgroups/ 05:15:44 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 05:15:44 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 05:15:44 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 05:15:44 spire-1.2.1/pkg/agent/config.go 05:15:44 spire-1.2.1/pkg/agent/endpoints/ 05:15:44 spire-1.2.1/pkg/agent/endpoints/config.go 05:15:44 spire-1.2.1/pkg/agent/endpoints/endpoints.go 05:15:44 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 05:15:44 spire-1.2.1/pkg/agent/endpoints/metrics.go 05:15:44 spire-1.2.1/pkg/agent/endpoints/middleware.go 05:15:44 spire-1.2.1/pkg/agent/endpoints/peertracker.go 05:15:44 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 05:15:44 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 05:15:44 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 05:15:44 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 05:15:44 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 05:15:44 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 05:15:44 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 05:15:44 spire-1.2.1/pkg/agent/endpoints/workload/ 05:15:44 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 05:15:44 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 05:15:44 spire-1.2.1/pkg/agent/manager/ 05:15:44 spire-1.2.1/pkg/agent/manager/cache/ 05:15:44 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 05:15:44 spire-1.2.1/pkg/agent/manager/cache/cache.go 05:15:44 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 05:15:44 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 05:15:44 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 05:15:44 spire-1.2.1/pkg/agent/manager/cache/sets.go 05:15:44 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 05:15:44 spire-1.2.1/pkg/agent/manager/config.go 05:15:44 spire-1.2.1/pkg/agent/manager/manager.go 05:15:44 spire-1.2.1/pkg/agent/manager/manager_test.go 05:15:44 spire-1.2.1/pkg/agent/manager/storage.go 05:15:44 spire-1.2.1/pkg/agent/manager/storage_test.go 05:15:44 spire-1.2.1/pkg/agent/manager/storecache/ 05:15:44 spire-1.2.1/pkg/agent/manager/storecache/cache.go 05:15:44 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 05:15:44 spire-1.2.1/pkg/agent/manager/sync.go 05:15:44 spire-1.2.1/pkg/agent/plugin/ 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/ 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 05:15:44 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 05:15:44 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/ 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 05:15:44 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 05:15:44 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 05:15:44 spire-1.2.1/pkg/agent/svid/ 05:15:44 spire-1.2.1/pkg/agent/svid/rotator.go 05:15:44 spire-1.2.1/pkg/agent/svid/rotator_config.go 05:15:44 spire-1.2.1/pkg/agent/svid/rotator_test.go 05:15:44 spire-1.2.1/pkg/agent/svid/store/ 05:15:44 spire-1.2.1/pkg/agent/svid/store/service.go 05:15:44 spire-1.2.1/pkg/agent/svid/store/service_test.go 05:15:44 spire-1.2.1/pkg/common/ 05:15:44 spire-1.2.1/pkg/common/agentpathtemplate/ 05:15:44 spire-1.2.1/pkg/common/agentpathtemplate/template.go 05:15:44 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 05:15:44 spire-1.2.1/pkg/common/api/ 05:15:44 spire-1.2.1/pkg/common/api/metrics.go 05:15:44 spire-1.2.1/pkg/common/api/middleware/ 05:15:44 spire-1.2.1/pkg/common/api/middleware/common_test.go 05:15:44 spire-1.2.1/pkg/common/api/middleware/interceptor.go 05:15:44 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 05:15:44 spire-1.2.1/pkg/common/api/middleware/logger.go 05:15:44 spire-1.2.1/pkg/common/api/middleware/logger_test.go 05:15:44 spire-1.2.1/pkg/common/api/middleware/metrics.go 05:15:44 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 05:15:44 spire-1.2.1/pkg/common/api/middleware/middleware.go 05:15:44 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 05:15:44 spire-1.2.1/pkg/common/api/middleware/misconfig.go 05:15:44 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 05:15:44 spire-1.2.1/pkg/common/api/middleware/names.go 05:15:44 spire-1.2.1/pkg/common/api/middleware/names_test.go 05:15:44 spire-1.2.1/pkg/common/api/names.go 05:15:44 spire-1.2.1/pkg/common/api/ratelimit.go 05:15:44 spire-1.2.1/pkg/common/api/rpccontext/ 05:15:44 spire-1.2.1/pkg/common/api/rpccontext/logger.go 05:15:44 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 05:15:44 spire-1.2.1/pkg/common/api/rpccontext/names.go 05:15:44 spire-1.2.1/pkg/common/auth/ 05:15:44 spire-1.2.1/pkg/common/auth/interceptors.go 05:15:44 spire-1.2.1/pkg/common/auth/interceptors_test.go 05:15:44 spire-1.2.1/pkg/common/auth/untracked_uds.go 05:15:44 spire-1.2.1/pkg/common/bundleutil/ 05:15:44 spire-1.2.1/pkg/common/bundleutil/bundle.go 05:15:44 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 05:15:44 spire-1.2.1/pkg/common/bundleutil/common_test.go 05:15:44 spire-1.2.1/pkg/common/bundleutil/marshal.go 05:15:44 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 05:15:44 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 05:15:44 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 05:15:44 spire-1.2.1/pkg/common/bundleutil/types.go 05:15:44 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 05:15:44 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 05:15:44 spire-1.2.1/pkg/common/catalog/ 05:15:44 spire-1.2.1/pkg/common/catalog/bind.go 05:15:44 spire-1.2.1/pkg/common/catalog/builtin.go 05:15:44 spire-1.2.1/pkg/common/catalog/catalog.go 05:15:44 spire-1.2.1/pkg/common/catalog/catalog_test.go 05:15:44 spire-1.2.1/pkg/common/catalog/closers.go 05:15:44 spire-1.2.1/pkg/common/catalog/cmd_linux.go 05:15:44 spire-1.2.1/pkg/common/catalog/cmd_other.go 05:15:44 spire-1.2.1/pkg/common/catalog/config.go 05:15:44 spire-1.2.1/pkg/common/catalog/config_test.go 05:15:44 spire-1.2.1/pkg/common/catalog/configure.go 05:15:44 spire-1.2.1/pkg/common/catalog/constraints.go 05:15:44 spire-1.2.1/pkg/common/catalog/constraints_test.go 05:15:44 spire-1.2.1/pkg/common/catalog/context.go 05:15:44 spire-1.2.1/pkg/common/catalog/external.go 05:15:44 spire-1.2.1/pkg/common/catalog/host.go 05:15:44 spire-1.2.1/pkg/common/catalog/pipenet.go 05:15:44 spire-1.2.1/pkg/common/catalog/plugin.go 05:15:44 spire-1.2.1/pkg/common/catalog/testplugin/ 05:15:44 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 05:15:44 spire-1.2.1/pkg/common/catalog/testplugin/main.go 05:15:44 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 05:15:44 spire-1.2.1/pkg/common/cli/ 05:15:44 spire-1.2.1/pkg/common/cli/env.go 05:15:44 spire-1.2.1/pkg/common/cli/flags.go 05:15:44 spire-1.2.1/pkg/common/cli/trust_domain.go 05:15:44 spire-1.2.1/pkg/common/cli/trust_domain_test.go 05:15:44 spire-1.2.1/pkg/common/cli/umask.go 05:15:44 spire-1.2.1/pkg/common/cli/umask_posix.go 05:15:44 spire-1.2.1/pkg/common/cli/umask_test.go 05:15:44 spire-1.2.1/pkg/common/cli/umask_windows.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/ 05:15:44 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/flag.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/flag_test.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/format.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/format_test.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/ 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 05:15:44 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 05:15:44 spire-1.2.1/pkg/common/coretypes/ 05:15:44 spire-1.2.1/pkg/common/coretypes/bundle/ 05:15:44 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 05:15:44 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 05:15:44 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 05:15:44 spire-1.2.1/pkg/common/coretypes/bundle/require.go 05:15:44 spire-1.2.1/pkg/common/coretypes/jwtkey/ 05:15:44 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 05:15:44 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 05:15:44 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 05:15:44 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 05:15:44 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 05:15:44 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 05:15:44 spire-1.2.1/pkg/common/coretypes/x509certificate/ 05:15:44 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 05:15:44 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 05:15:44 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 05:15:44 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 05:15:44 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 05:15:44 spire-1.2.1/pkg/common/cryptoutil/ 05:15:44 spire-1.2.1/pkg/common/cryptoutil/keys.go 05:15:44 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 05:15:44 spire-1.2.1/pkg/common/diskutil/ 05:15:44 spire-1.2.1/pkg/common/diskutil/file_posix.go 05:15:44 spire-1.2.1/pkg/common/diskutil/file_test.go 05:15:44 spire-1.2.1/pkg/common/diskutil/file_windows.go 05:15:44 spire-1.2.1/pkg/common/errorutil/ 05:15:44 spire-1.2.1/pkg/common/errorutil/wrapper.go 05:15:44 spire-1.2.1/pkg/common/health/ 05:15:44 spire-1.2.1/pkg/common/health/config.go 05:15:44 spire-1.2.1/pkg/common/health/context.go 05:15:44 spire-1.2.1/pkg/common/health/context_test.go 05:15:44 spire-1.2.1/pkg/common/health/health.go 05:15:44 spire-1.2.1/pkg/common/health/health_test.go 05:15:44 spire-1.2.1/pkg/common/health/logger.go 05:15:44 spire-1.2.1/pkg/common/hostservice/ 05:15:44 spire-1.2.1/pkg/common/hostservice/metricsservice/ 05:15:44 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 05:15:44 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 05:15:44 spire-1.2.1/pkg/common/idutil/ 05:15:44 spire-1.2.1/pkg/common/idutil/require.go 05:15:44 spire-1.2.1/pkg/common/idutil/require_test.go 05:15:44 spire-1.2.1/pkg/common/idutil/safety.go 05:15:44 spire-1.2.1/pkg/common/idutil/safety_test.go 05:15:44 spire-1.2.1/pkg/common/idutil/spiffeid.go 05:15:44 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 05:15:44 spire-1.2.1/pkg/common/jwtsvid/ 05:15:44 spire-1.2.1/pkg/common/jwtsvid/common.go 05:15:44 spire-1.2.1/pkg/common/jwtsvid/sign.go 05:15:44 spire-1.2.1/pkg/common/jwtsvid/token_test.go 05:15:44 spire-1.2.1/pkg/common/jwtsvid/validate.go 05:15:44 spire-1.2.1/pkg/common/jwtutil/ 05:15:44 spire-1.2.1/pkg/common/jwtutil/keyset.go 05:15:44 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 05:15:44 spire-1.2.1/pkg/common/log/ 05:15:44 spire-1.2.1/pkg/common/log/hclog_adapter.go 05:15:44 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 05:15:44 spire-1.2.1/pkg/common/log/log.go 05:15:44 spire-1.2.1/pkg/common/log/log_test.go 05:15:44 spire-1.2.1/pkg/common/log/options.go 05:15:44 spire-1.2.1/pkg/common/nodeutil/ 05:15:44 spire-1.2.1/pkg/common/nodeutil/node.go 05:15:44 spire-1.2.1/pkg/common/nodeutil/node_test.go 05:15:44 spire-1.2.1/pkg/common/peertracker/ 05:15:44 spire-1.2.1/pkg/common/peertracker/conn.go 05:15:44 spire-1.2.1/pkg/common/peertracker/credentials.go 05:15:44 spire-1.2.1/pkg/common/peertracker/errors.go 05:15:44 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 05:15:44 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 05:15:44 spire-1.2.1/pkg/common/peertracker/info.go 05:15:44 spire-1.2.1/pkg/common/peertracker/listener.go 05:15:44 spire-1.2.1/pkg/common/peertracker/listener_test.go 05:15:44 spire-1.2.1/pkg/common/peertracker/peertracker.go 05:15:44 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 05:15:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 05:15:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 05:15:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 05:15:44 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 05:15:44 spire-1.2.1/pkg/common/peertracker/tcp.go 05:15:44 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 05:15:44 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 05:15:44 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 05:15:44 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 05:15:44 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 05:15:44 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 05:15:44 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 05:15:44 spire-1.2.1/pkg/common/peertracker/uds.go 05:15:44 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 05:15:44 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 05:15:44 spire-1.2.1/pkg/common/peertracker/uds_linux.go 05:15:44 spire-1.2.1/pkg/common/pemutil/ 05:15:44 spire-1.2.1/pkg/common/pemutil/block.go 05:15:44 spire-1.2.1/pkg/common/pemutil/certs.go 05:15:44 spire-1.2.1/pkg/common/pemutil/common.go 05:15:44 spire-1.2.1/pkg/common/pemutil/csr.go 05:15:44 spire-1.2.1/pkg/common/pemutil/keys.go 05:15:44 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 05:15:44 spire-1.2.1/pkg/common/pemutil/testdata/ 05:15:44 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 05:15:44 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 05:15:44 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 05:15:44 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 05:15:44 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 05:15:44 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 05:15:44 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 05:15:44 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 05:15:44 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 05:15:44 spire-1.2.1/pkg/common/plugin/ 05:15:44 spire-1.2.1/pkg/common/plugin/aws/ 05:15:44 spire-1.2.1/pkg/common/plugin/aws/iid.go 05:15:44 spire-1.2.1/pkg/common/plugin/azure/ 05:15:44 spire-1.2.1/pkg/common/plugin/azure/msi.go 05:15:44 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 05:15:44 spire-1.2.1/pkg/common/plugin/facade.go 05:15:44 spire-1.2.1/pkg/common/plugin/facade_test.go 05:15:44 spire-1.2.1/pkg/common/plugin/gcp/ 05:15:44 spire-1.2.1/pkg/common/plugin/gcp/iit.go 05:15:44 spire-1.2.1/pkg/common/plugin/k8s/ 05:15:44 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 05:15:44 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 05:15:44 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 05:15:44 spire-1.2.1/pkg/common/plugin/k8s/utils.go 05:15:44 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 05:15:44 spire-1.2.1/pkg/common/plugin/log.go 05:15:44 spire-1.2.1/pkg/common/plugin/sshpop/ 05:15:44 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 05:15:44 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 05:15:44 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 05:15:44 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 05:15:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 05:15:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 05:15:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 05:15:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 05:15:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 05:15:44 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 05:15:44 spire-1.2.1/pkg/common/plugin/tpmdevid/ 05:15:44 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 05:15:44 spire-1.2.1/pkg/common/plugin/x509pop/ 05:15:44 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 05:15:44 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 05:15:44 spire-1.2.1/pkg/common/profiling/ 05:15:44 spire-1.2.1/pkg/common/profiling/dumpers.go 05:15:44 spire-1.2.1/pkg/common/profiling/profiling.go 05:15:44 spire-1.2.1/pkg/common/protoutil/ 05:15:44 spire-1.2.1/pkg/common/protoutil/masks.go 05:15:44 spire-1.2.1/pkg/common/protoutil/masks_test.go 05:15:44 spire-1.2.1/pkg/common/rotationutil/ 05:15:44 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 05:15:44 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 05:15:44 spire-1.2.1/pkg/common/selector/ 05:15:44 spire-1.2.1/pkg/common/selector/selector.go 05:15:44 spire-1.2.1/pkg/common/selector/selector_test.go 05:15:44 spire-1.2.1/pkg/common/selector/set.go 05:15:44 spire-1.2.1/pkg/common/selector/set_utils.go 05:15:44 spire-1.2.1/pkg/common/selector/set_utils_test.go 05:15:44 spire-1.2.1/pkg/common/telemetry/ 05:15:44 spire-1.2.1/pkg/common/telemetry/agent/ 05:15:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 05:15:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 05:15:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 05:15:44 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 05:15:44 spire-1.2.1/pkg/common/telemetry/agent/manager.go 05:15:44 spire-1.2.1/pkg/common/telemetry/agent/node.go 05:15:44 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 05:15:44 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 05:15:44 spire-1.2.1/pkg/common/telemetry/agent/store/ 05:15:44 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 05:15:44 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 05:15:44 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 05:15:44 spire-1.2.1/pkg/common/telemetry/blackhole.go 05:15:44 spire-1.2.1/pkg/common/telemetry/call.go 05:15:44 spire-1.2.1/pkg/common/telemetry/common/ 05:15:44 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 05:15:44 spire-1.2.1/pkg/common/telemetry/config.go 05:15:44 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 05:15:44 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 05:15:44 spire-1.2.1/pkg/common/telemetry/inmem.go 05:15:44 spire-1.2.1/pkg/common/telemetry/inmem_test.go 05:15:44 spire-1.2.1/pkg/common/telemetry/m3.go 05:15:44 spire-1.2.1/pkg/common/telemetry/m3_test.go 05:15:44 spire-1.2.1/pkg/common/telemetry/metrics.go 05:15:44 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 05:15:44 spire-1.2.1/pkg/common/telemetry/names.go 05:15:44 spire-1.2.1/pkg/common/telemetry/prometheus.go 05:15:44 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 05:15:44 spire-1.2.1/pkg/common/telemetry/sanitize.go 05:15:44 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 05:15:44 spire-1.2.1/pkg/common/telemetry/server/ 05:15:44 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 05:15:44 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 05:15:44 spire-1.2.1/pkg/common/telemetry/server/datastore/ 05:15:44 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 05:15:44 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 05:15:44 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 05:15:44 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 05:15:44 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 05:15:44 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 05:15:44 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 05:15:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 05:15:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 05:15:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 05:15:44 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 05:15:44 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 05:15:44 spire-1.2.1/pkg/common/telemetry/server/rotate.go 05:15:44 spire-1.2.1/pkg/common/telemetry/server/server.go 05:15:44 spire-1.2.1/pkg/common/telemetry/sink.go 05:15:44 spire-1.2.1/pkg/common/telemetry/statsd.go 05:15:44 spire-1.2.1/pkg/common/telemetry/statsd_test.go 05:15:44 spire-1.2.1/pkg/common/telemetry/uptime.go 05:15:44 spire-1.2.1/pkg/common/telemetry/version.go 05:15:44 spire-1.2.1/pkg/common/telemetry/withlabels.go 05:15:44 spire-1.2.1/pkg/common/uptime/ 05:15:44 spire-1.2.1/pkg/common/uptime/uptime.go 05:15:44 spire-1.2.1/pkg/common/uptime/uptime_test.go 05:15:44 spire-1.2.1/pkg/common/util/ 05:15:44 spire-1.2.1/pkg/common/util/certs.go 05:15:44 spire-1.2.1/pkg/common/util/certs_test.go 05:15:44 spire-1.2.1/pkg/common/util/csr.go 05:15:44 spire-1.2.1/pkg/common/util/hash.go 05:15:44 spire-1.2.1/pkg/common/util/selectors.go 05:15:44 spire-1.2.1/pkg/common/util/selectors_test.go 05:15:44 spire-1.2.1/pkg/common/util/signals.go 05:15:44 spire-1.2.1/pkg/common/util/sort.go 05:15:44 spire-1.2.1/pkg/common/util/sort_test.go 05:15:44 spire-1.2.1/pkg/common/util/task.go 05:15:44 spire-1.2.1/pkg/common/util/task_test.go 05:15:44 spire-1.2.1/pkg/common/util/testdata/ 05:15:44 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 05:15:44 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 05:15:44 spire-1.2.1/pkg/common/version/ 05:15:44 spire-1.2.1/pkg/common/version/version.go 05:15:44 spire-1.2.1/pkg/common/x509svid/ 05:15:44 spire-1.2.1/pkg/common/x509svid/common_test.go 05:15:44 spire-1.2.1/pkg/common/x509svid/csr.go 05:15:44 spire-1.2.1/pkg/common/x509svid/upstreamca.go 05:15:44 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 05:15:44 spire-1.2.1/pkg/common/x509util/ 05:15:44 spire-1.2.1/pkg/common/x509util/cert.go 05:15:44 spire-1.2.1/pkg/common/x509util/dns.go 05:15:44 spire-1.2.1/pkg/common/x509util/dns_test.go 05:15:44 spire-1.2.1/pkg/common/x509util/keyid.go 05:15:44 spire-1.2.1/pkg/common/x509util/keypair.go 05:15:44 spire-1.2.1/pkg/common/x509util/serialnumber.go 05:15:44 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 05:15:44 spire-1.2.1/pkg/server/ 05:15:44 spire-1.2.1/pkg/server/api/ 05:15:44 spire-1.2.1/pkg/server/api/agent.go 05:15:44 spire-1.2.1/pkg/server/api/agent/ 05:15:44 spire-1.2.1/pkg/server/api/agent/v1/ 05:15:44 spire-1.2.1/pkg/server/api/agent/v1/service.go 05:15:44 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 05:15:44 spire-1.2.1/pkg/server/api/agent_test.go 05:15:44 spire-1.2.1/pkg/server/api/api.go 05:15:44 spire-1.2.1/pkg/server/api/audit/ 05:15:44 spire-1.2.1/pkg/server/api/audit/audit.go 05:15:44 spire-1.2.1/pkg/server/api/audit/audit_test.go 05:15:44 spire-1.2.1/pkg/server/api/bundle.go 05:15:44 spire-1.2.1/pkg/server/api/bundle/ 05:15:44 spire-1.2.1/pkg/server/api/bundle/v1/ 05:15:44 spire-1.2.1/pkg/server/api/bundle/v1/service.go 05:15:44 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 05:15:44 spire-1.2.1/pkg/server/api/bundle_test.go 05:15:44 spire-1.2.1/pkg/server/api/debug/ 05:15:44 spire-1.2.1/pkg/server/api/debug/v1/ 05:15:44 spire-1.2.1/pkg/server/api/debug/v1/service.go 05:15:44 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 05:15:44 spire-1.2.1/pkg/server/api/entry.go 05:15:44 spire-1.2.1/pkg/server/api/entry/ 05:15:44 spire-1.2.1/pkg/server/api/entry/v1/ 05:15:44 spire-1.2.1/pkg/server/api/entry/v1/service.go 05:15:44 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 05:15:44 spire-1.2.1/pkg/server/api/entry_test.go 05:15:44 spire-1.2.1/pkg/server/api/health/ 05:15:44 spire-1.2.1/pkg/server/api/health/v1/ 05:15:44 spire-1.2.1/pkg/server/api/health/v1/service.go 05:15:44 spire-1.2.1/pkg/server/api/health/v1/service_test.go 05:15:44 spire-1.2.1/pkg/server/api/id.go 05:15:44 spire-1.2.1/pkg/server/api/id_test.go 05:15:44 spire-1.2.1/pkg/server/api/limits/ 05:15:44 spire-1.2.1/pkg/server/api/limits/limits.go 05:15:44 spire-1.2.1/pkg/server/api/middleware/ 05:15:44 spire-1.2.1/pkg/server/api/middleware/alias.go 05:15:44 spire-1.2.1/pkg/server/api/middleware/audit.go 05:15:44 spire-1.2.1/pkg/server/api/middleware/authorization.go 05:15:44 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 05:15:44 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 05:15:44 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 05:15:44 spire-1.2.1/pkg/server/api/middleware/caller.go 05:15:44 spire-1.2.1/pkg/server/api/middleware/caller_test.go 05:15:44 spire-1.2.1/pkg/server/api/middleware/common.go 05:15:44 spire-1.2.1/pkg/server/api/middleware/common_test.go 05:15:44 spire-1.2.1/pkg/server/api/middleware/entries.go 05:15:44 spire-1.2.1/pkg/server/api/middleware/entries_test.go 05:15:44 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 05:15:44 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 05:15:44 spire-1.2.1/pkg/server/api/ratelimit.go 05:15:44 spire-1.2.1/pkg/server/api/rpccontext/ 05:15:44 spire-1.2.1/pkg/server/api/rpccontext/alias.go 05:15:44 spire-1.2.1/pkg/server/api/rpccontext/audit.go 05:15:44 spire-1.2.1/pkg/server/api/rpccontext/caller.go 05:15:44 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 05:15:44 spire-1.2.1/pkg/server/api/selector.go 05:15:44 spire-1.2.1/pkg/server/api/selector_test.go 05:15:44 spire-1.2.1/pkg/server/api/status.go 05:15:44 spire-1.2.1/pkg/server/api/status_test.go 05:15:44 spire-1.2.1/pkg/server/api/svid/ 05:15:44 spire-1.2.1/pkg/server/api/svid/v1/ 05:15:44 spire-1.2.1/pkg/server/api/svid/v1/service.go 05:15:44 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 05:15:44 spire-1.2.1/pkg/server/api/trustdomain.go 05:15:44 spire-1.2.1/pkg/server/api/trustdomain/ 05:15:44 spire-1.2.1/pkg/server/api/trustdomain/v1/ 05:15:44 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 05:15:44 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 05:15:44 spire-1.2.1/pkg/server/api/trustdomain_test.go 05:15:44 spire-1.2.1/pkg/server/authpolicy/ 05:15:44 spire-1.2.1/pkg/server/authpolicy/defaults.go 05:15:44 spire-1.2.1/pkg/server/authpolicy/policy.go 05:15:44 spire-1.2.1/pkg/server/authpolicy/policy.rego 05:15:44 spire-1.2.1/pkg/server/authpolicy/policy_data.json 05:15:44 spire-1.2.1/pkg/server/authpolicy/policy_test.go 05:15:44 spire-1.2.1/pkg/server/authpolicy/validate.go 05:15:44 spire-1.2.1/pkg/server/bundle/ 05:15:44 spire-1.2.1/pkg/server/bundle/client/ 05:15:44 spire-1.2.1/pkg/server/bundle/client/client.go 05:15:44 spire-1.2.1/pkg/server/bundle/client/client_test.go 05:15:44 spire-1.2.1/pkg/server/bundle/client/manager.go 05:15:44 spire-1.2.1/pkg/server/bundle/client/manager_test.go 05:15:44 spire-1.2.1/pkg/server/bundle/client/sources.go 05:15:44 spire-1.2.1/pkg/server/bundle/client/sources_test.go 05:15:44 spire-1.2.1/pkg/server/bundle/client/updater.go 05:15:44 spire-1.2.1/pkg/server/bundle/client/updater_test.go 05:15:44 spire-1.2.1/pkg/server/ca/ 05:15:44 spire-1.2.1/pkg/server/ca/ca.go 05:15:44 spire-1.2.1/pkg/server/ca/ca_health.go 05:15:44 spire-1.2.1/pkg/server/ca/ca_test.go 05:15:44 spire-1.2.1/pkg/server/ca/journal.go 05:15:44 spire-1.2.1/pkg/server/ca/journal_test.go 05:15:44 spire-1.2.1/pkg/server/ca/manager.go 05:15:44 spire-1.2.1/pkg/server/ca/manager_health.go 05:15:44 spire-1.2.1/pkg/server/ca/manager_test.go 05:15:44 spire-1.2.1/pkg/server/ca/templates.go 05:15:44 spire-1.2.1/pkg/server/ca/upstream_client.go 05:15:44 spire-1.2.1/pkg/server/ca/upstream_client_test.go 05:15:44 spire-1.2.1/pkg/server/ca/validation.go 05:15:44 spire-1.2.1/pkg/server/cache/ 05:15:44 spire-1.2.1/pkg/server/cache/dscache/ 05:15:44 spire-1.2.1/pkg/server/cache/dscache/cache.go 05:15:44 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 05:15:44 spire-1.2.1/pkg/server/cache/entrycache/ 05:15:44 spire-1.2.1/pkg/server/cache/entrycache/cache.go 05:15:44 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 05:15:44 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 05:15:44 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 05:15:44 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 05:15:44 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 05:15:44 spire-1.2.1/pkg/server/catalog/ 05:15:44 spire-1.2.1/pkg/server/catalog/catalog.go 05:15:44 spire-1.2.1/pkg/server/catalog/keymanager.go 05:15:44 spire-1.2.1/pkg/server/catalog/nodeattestor.go 05:15:44 spire-1.2.1/pkg/server/catalog/noderesolver.go 05:15:44 spire-1.2.1/pkg/server/catalog/notifier.go 05:15:44 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 05:15:44 spire-1.2.1/pkg/server/config.go 05:15:44 spire-1.2.1/pkg/server/datastore/ 05:15:44 spire-1.2.1/pkg/server/datastore/datastore.go 05:15:44 spire-1.2.1/pkg/server/datastore/datastore_health.go 05:15:44 spire-1.2.1/pkg/server/datastore/repository.go 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/ 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 05:15:44 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 05:15:44 spire-1.2.1/pkg/server/endpoints/ 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/ 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/config.go 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/server.go 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 05:15:44 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 05:15:44 spire-1.2.1/pkg/server/endpoints/config.go 05:15:44 spire-1.2.1/pkg/server/endpoints/endpoints.go 05:15:44 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 05:15:44 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 05:15:44 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 05:15:44 spire-1.2.1/pkg/server/endpoints/middleware.go 05:15:44 spire-1.2.1/pkg/server/endpoints/middleware_test.go 05:15:44 spire-1.2.1/pkg/server/hostservice/ 05:15:44 spire-1.2.1/pkg/server/hostservice/agentstore/ 05:15:44 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 05:15:44 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 05:15:44 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 05:15:44 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 05:15:44 spire-1.2.1/pkg/server/hostservice/identityprovider/ 05:15:44 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 05:15:44 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/ 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/ 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/base/ 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/test/ 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 05:15:44 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/ 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 05:15:44 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/noderesolver/ 05:15:44 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 05:15:44 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 05:15:44 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 05:15:44 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 05:15:44 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 05:15:44 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 05:15:44 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/notifier/ 05:15:44 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 05:15:44 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 05:15:44 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 05:15:44 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 05:15:44 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 05:15:44 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 05:15:44 spire-1.2.1/pkg/server/plugin/notifier/repository.go 05:15:44 spire-1.2.1/pkg/server/plugin/notifier/v1.go 05:15:44 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 05:15:44 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 05:15:44 spire-1.2.1/pkg/server/registration/ 05:15:44 spire-1.2.1/pkg/server/registration/manager.go 05:15:44 spire-1.2.1/pkg/server/registration/manager_test.go 05:15:44 spire-1.2.1/pkg/server/scanentries.go 05:15:44 spire-1.2.1/pkg/server/scanentries_test.go 05:15:44 spire-1.2.1/pkg/server/server.go 05:15:44 spire-1.2.1/pkg/server/server_test.go 05:15:44 spire-1.2.1/pkg/server/svid/ 05:15:44 spire-1.2.1/pkg/server/svid/observer.go 05:15:44 spire-1.2.1/pkg/server/svid/observer_test.go 05:15:44 spire-1.2.1/pkg/server/svid/rotator.go 05:15:44 spire-1.2.1/pkg/server/svid/rotator_config.go 05:15:44 spire-1.2.1/pkg/server/svid/rotator_config_test.go 05:15:44 spire-1.2.1/pkg/server/svid/rotator_test.go 05:15:44 spire-1.2.1/proto/ 05:15:44 spire-1.2.1/proto/private/ 05:15:44 spire-1.2.1/proto/private/server/ 05:15:44 spire-1.2.1/proto/private/server/journal/ 05:15:44 spire-1.2.1/proto/private/server/journal/journal.pb.go 05:15:44 spire-1.2.1/proto/private/server/journal/journal.proto 05:15:44 spire-1.2.1/proto/spire/ 05:15:44 spire-1.2.1/proto/spire/common/ 05:15:44 spire-1.2.1/proto/spire/common/common.pb.go 05:15:44 spire-1.2.1/proto/spire/common/common.proto 05:15:44 spire-1.2.1/proto/spire/common/plugin/ 05:15:44 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 05:15:44 spire-1.2.1/proto/spire/common/plugin/plugin.proto 05:15:44 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 05:15:44 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 05:15:44 spire-1.2.1/proto/spire/plugin/ 05:15:44 spire-1.2.1/proto/spire/plugin/agent/ 05:15:44 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 05:15:44 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 05:15:44 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 05:15:44 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 05:15:44 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 05:15:44 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 05:15:44 spire-1.2.1/release/ 05:15:44 spire-1.2.1/release/spire-extras/ 05:15:44 spire-1.2.1/release/spire-extras/README.md 05:15:44 spire-1.2.1/release/spire-extras/conf/ 05:15:44 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 05:15:44 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 05:15:44 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 05:15:44 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 05:15:44 spire-1.2.1/release/spire/ 05:15:44 spire-1.2.1/release/spire/README.md 05:15:44 spire-1.2.1/release/spire/conf/ 05:15:44 spire-1.2.1/release/spire/conf/agent/ 05:15:44 spire-1.2.1/release/spire/conf/agent/agent.conf 05:15:44 spire-1.2.1/release/spire/conf/server/ 05:15:44 spire-1.2.1/release/spire/conf/server/server.conf 05:15:44 spire-1.2.1/script/ 05:15:44 spire-1.2.1/script/build-artifact.sh 05:15:44 spire-1.2.1/script/generate_dummy_ca.sh 05:15:44 spire-1.2.1/support/ 05:15:44 spire-1.2.1/support/k8s/ 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/ 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 05:15:44 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 05:15:44 spire-1.2.1/support/oidc-discovery-provider/ 05:15:44 spire-1.2.1/support/oidc-discovery-provider/README.md 05:15:44 spire-1.2.1/support/oidc-discovery-provider/common_test.go 05:15:44 spire-1.2.1/support/oidc-discovery-provider/config.go 05:15:44 spire-1.2.1/support/oidc-discovery-provider/config_test.go 05:15:44 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 05:15:44 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 05:15:44 spire-1.2.1/support/oidc-discovery-provider/handler.go 05:15:44 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 05:15:44 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 05:15:44 spire-1.2.1/support/oidc-discovery-provider/main.go 05:15:44 spire-1.2.1/support/oidc-discovery-provider/server_api.go 05:15:44 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 05:15:44 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 05:15:44 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 05:15:44 spire-1.2.1/test/ 05:15:44 spire-1.2.1/test/clock/ 05:15:44 spire-1.2.1/test/clock/clock.go 05:15:44 spire-1.2.1/test/fakes/ 05:15:44 spire-1.2.1/test/fakes/fakeagentcatalog/ 05:15:44 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 05:15:44 spire-1.2.1/test/fakes/fakeagentkeymanager/ 05:15:44 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 05:15:44 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 05:15:44 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 05:15:44 spire-1.2.1/test/fakes/fakeagentstore/ 05:15:44 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 05:15:44 spire-1.2.1/test/fakes/fakedatastore/ 05:15:44 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 05:15:44 spire-1.2.1/test/fakes/fakeentryclient/ 05:15:44 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 05:15:44 spire-1.2.1/test/fakes/fakehealthchecker/ 05:15:44 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 05:15:44 spire-1.2.1/test/fakes/fakeidentityprovider/ 05:15:44 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 05:15:44 spire-1.2.1/test/fakes/fakemetrics/ 05:15:44 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 05:15:44 spire-1.2.1/test/fakes/fakenoderesolver/ 05:15:44 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 05:15:44 spire-1.2.1/test/fakes/fakenotifier/ 05:15:44 spire-1.2.1/test/fakes/fakenotifier/notifier.go 05:15:44 spire-1.2.1/test/fakes/fakepluginmetrics/ 05:15:44 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 05:15:44 spire-1.2.1/test/fakes/fakeserverca/ 05:15:44 spire-1.2.1/test/fakes/fakeserverca/serverca.go 05:15:44 spire-1.2.1/test/fakes/fakeservercatalog/ 05:15:44 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 05:15:44 spire-1.2.1/test/fakes/fakeserverkeymanager/ 05:15:44 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 05:15:44 spire-1.2.1/test/fakes/fakeservernodeattestor/ 05:15:44 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 05:15:44 spire-1.2.1/test/fakes/fakeupstreamauthority/ 05:15:44 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 05:15:44 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 05:15:44 spire-1.2.1/test/fakes/fakeworkloadapi/ 05:15:44 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 05:15:44 spire-1.2.1/test/fakes/fakeworkloadattestor/ 05:15:44 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 05:15:44 spire-1.2.1/test/fixture/ 05:15:44 spire-1.2.1/test/fixture/certs/ 05:15:44 spire-1.2.1/test/fixture/certs/agent_svid.der 05:15:44 spire-1.2.1/test/fixture/certs/base_cert.pem 05:15:44 spire-1.2.1/test/fixture/certs/base_csr.pem 05:15:44 spire-1.2.1/test/fixture/certs/base_key.pem 05:15:44 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 05:15:44 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 05:15:44 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 05:15:44 spire-1.2.1/test/fixture/certs/blog_cert.pem 05:15:44 spire-1.2.1/test/fixture/certs/blog_csr.pem 05:15:44 spire-1.2.1/test/fixture/certs/blog_key.pem 05:15:44 spire-1.2.1/test/fixture/certs/bundle.der 05:15:44 spire-1.2.1/test/fixture/certs/ca.pem 05:15:44 spire-1.2.1/test/fixture/certs/ca_key.pem 05:15:44 spire-1.2.1/test/fixture/certs/database_cert.pem 05:15:44 spire-1.2.1/test/fixture/certs/database_csr.pem 05:15:44 spire-1.2.1/test/fixture/certs/database_key.pem 05:15:44 spire-1.2.1/test/fixture/certs/node_cert.pem 05:15:44 spire-1.2.1/test/fixture/certs/node_csr.pem 05:15:44 spire-1.2.1/test/fixture/certs/node_key.pem 05:15:44 spire-1.2.1/test/fixture/certs/svid.pem 05:15:44 spire-1.2.1/test/fixture/certs/svid_key.pem 05:15:44 spire-1.2.1/test/fixture/config/ 05:15:44 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 05:15:44 spire-1.2.1/test/fixture/config/agent_good.conf 05:15:44 spire-1.2.1/test/fixture/config/agent_good_templated.conf 05:15:44 spire-1.2.1/test/fixture/config/plugin_good.conf 05:15:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 05:15:44 spire-1.2.1/test/fixture/config/server_good.conf 05:15:44 spire-1.2.1/test/fixture/config/server_good_templated.conf 05:15:44 spire-1.2.1/test/fixture/fixture.go 05:15:44 spire-1.2.1/test/fixture/nodeattestor/ 05:15:44 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 05:15:44 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 05:15:44 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 05:15:44 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 05:15:44 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 05:15:44 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 05:15:44 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 05:15:44 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 05:15:44 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 05:15:44 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 05:15:44 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 05:15:44 spire-1.2.1/test/fixture/registration/ 05:15:44 spire-1.2.1/test/fixture/registration/entries.json 05:15:44 spire-1.2.1/test/fixture/registration/good-for-update.json 05:15:44 spire-1.2.1/test/fixture/registration/good.json 05:15:44 spire-1.2.1/test/fixture/registration/invalid.json 05:15:44 spire-1.2.1/test/fixture/registration/invalid_json.json 05:15:44 spire-1.2.1/test/fixture/registration/manager_test_entries.json 05:15:44 spire-1.2.1/test/integration/ 05:15:44 spire-1.2.1/test/integration/README.md 05:15:44 spire-1.2.1/test/integration/common 05:15:44 spire-1.2.1/test/integration/setup/ 05:15:44 spire-1.2.1/test/integration/setup/adminclient/ 05:15:44 spire-1.2.1/test/integration/setup/adminclient/build.sh 05:15:44 spire-1.2.1/test/integration/setup/adminclient/client.go 05:15:44 spire-1.2.1/test/integration/setup/debugagent/ 05:15:44 spire-1.2.1/test/integration/setup/debugagent/build.sh 05:15:44 spire-1.2.1/test/integration/setup/debugagent/main.go 05:15:44 spire-1.2.1/test/integration/setup/debugserver/ 05:15:44 spire-1.2.1/test/integration/setup/debugserver/build.sh 05:15:44 spire-1.2.1/test/integration/setup/debugserver/main.go 05:15:44 spire-1.2.1/test/integration/setup/downstreamclient/ 05:15:44 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 05:15:44 spire-1.2.1/test/integration/setup/downstreamclient/client.go 05:15:44 spire-1.2.1/test/integration/setup/itclient/ 05:15:44 spire-1.2.1/test/integration/setup/itclient/client.go 05:15:44 spire-1.2.1/test/integration/setup/node-attestation/ 05:15:44 spire-1.2.1/test/integration/setup/node-attestation/build.sh 05:15:44 spire-1.2.1/test/integration/setup/node-attestation/client.go 05:15:44 spire-1.2.1/test/integration/setup/x509pop/ 05:15:44 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 05:15:44 spire-1.2.1/test/integration/setup/x509pop/setup.sh 05:15:44 spire-1.2.1/test/integration/suites/ 05:15:44 spire-1.2.1/test/integration/suites/admin-endpoints/ 05:15:44 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 05:15:44 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 05:15:44 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 05:15:44 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 05:15:44 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 05:15:44 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 05:15:44 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 05:15:44 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 05:15:44 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 05:15:44 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 05:15:44 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 05:15:44 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 05:15:44 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 05:15:44 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 05:15:44 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 05:15:44 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 05:15:44 spire-1.2.1/test/integration/suites/datastore-mysql/ 05:15:44 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 05:15:44 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 05:15:44 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 05:15:44 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres/ 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 05:15:44 spire-1.2.1/test/integration/suites/debug-endpoints/ 05:15:44 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 05:15:44 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 05:15:44 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 05:15:44 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 05:15:44 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 05:15:44 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 05:15:44 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 05:15:44 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 05:15:44 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 05:15:44 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 05:15:44 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 05:15:44 spire-1.2.1/test/integration/suites/downstream-endpoints/ 05:15:44 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 05:15:44 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 05:15:44 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 05:15:44 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 05:15:44 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 05:15:44 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 05:15:44 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 05:15:44 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 05:15:44 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 05:15:44 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 05:15:44 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:15:44 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 05:15:44 spire-1.2.1/test/integration/suites/join-token/ 05:15:44 spire-1.2.1/test/integration/suites/join-token/01-start-server 05:15:44 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 05:15:44 spire-1.2.1/test/integration/suites/join-token/03-start-agent 05:15:44 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 05:15:44 spire-1.2.1/test/integration/suites/join-token/05-check-svid 05:15:44 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 05:15:44 spire-1.2.1/test/integration/suites/join-token/README.md 05:15:44 spire-1.2.1/test/integration/suites/join-token/conf/ 05:15:44 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 05:15:44 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/join-token/conf/server/ 05:15:44 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/join-token/teardown 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/ 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 05:15:44 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/ 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 05:15:44 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 05:15:44 spire-1.2.1/test/integration/suites/k8s/ 05:15:44 spire-1.2.1/test/integration/suites/k8s/00-setup 05:15:44 spire-1.2.1/test/integration/suites/k8s/01-apply-config 05:15:44 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 05:15:44 spire-1.2.1/test/integration/suites/k8s/README.md 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/ 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/server/ 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 05:15:44 spire-1.2.1/test/integration/suites/k8s/init-kubectl 05:15:44 spire-1.2.1/test/integration/suites/k8s/teardown 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/README.md 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/root/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/nested-rotation/teardown 05:15:44 spire-1.2.1/test/integration/suites/node-attestation/ 05:15:44 spire-1.2.1/test/integration/suites/node-attestation/00-setup 05:15:44 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 05:15:44 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 05:15:44 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 05:15:44 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 05:15:44 spire-1.2.1/test/integration/suites/node-attestation/README.md 05:15:44 spire-1.2.1/test/integration/suites/node-attestation/conf/ 05:15:44 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 05:15:44 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 05:15:44 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/node-attestation/teardown 05:15:44 spire-1.2.1/test/integration/suites/rotation/ 05:15:44 spire-1.2.1/test/integration/suites/rotation/00-setup 05:15:44 spire-1.2.1/test/integration/suites/rotation/01-start-server 05:15:44 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 05:15:44 spire-1.2.1/test/integration/suites/rotation/03-start-agent 05:15:44 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 05:15:44 spire-1.2.1/test/integration/suites/rotation/05-check-svids 05:15:44 spire-1.2.1/test/integration/suites/rotation/README.md 05:15:44 spire-1.2.1/test/integration/suites/rotation/conf/ 05:15:44 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 05:15:44 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/rotation/conf/server/ 05:15:44 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/rotation/teardown 05:15:44 spire-1.2.1/test/integration/suites/self-test/ 05:15:44 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 05:15:44 spire-1.2.1/test/integration/suites/self-test/README.md 05:15:44 spire-1.2.1/test/integration/suites/self-test/teardown 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/ 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 05:15:44 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 05:15:44 spire-1.2.1/test/integration/suites/upgrade/ 05:15:44 spire-1.2.1/test/integration/suites/upgrade/00-setup 05:15:44 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 05:15:44 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 05:15:44 spire-1.2.1/test/integration/suites/upgrade/README.md 05:15:44 spire-1.2.1/test/integration/suites/upgrade/conf/ 05:15:44 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 05:15:44 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 05:15:44 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 05:15:44 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 05:15:44 spire-1.2.1/test/integration/suites/upgrade/teardown 05:15:44 spire-1.2.1/test/integration/suites/upgrade/versions.txt 05:15:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 05:15:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 05:15:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 05:15:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 05:15:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 05:15:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 05:15:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 05:15:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 05:15:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 05:15:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 05:15:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 05:15:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 05:15:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 05:15:44 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 05:15:44 spire-1.2.1/test/integration/test-one.sh 05:15:44 spire-1.2.1/test/integration/test.sh 05:15:44 spire-1.2.1/test/plugintest/ 05:15:44 spire-1.2.1/test/plugintest/config.go 05:15:44 spire-1.2.1/test/plugintest/load.go 05:15:44 spire-1.2.1/test/plugintest/option.go 05:15:44 spire-1.2.1/test/spiretest/ 05:15:44 spire-1.2.1/test/spiretest/apiserver.go 05:15:44 spire-1.2.1/test/spiretest/assertions.go 05:15:44 spire-1.2.1/test/spiretest/dir.go 05:15:44 spire-1.2.1/test/spiretest/errors_posix.go 05:15:44 spire-1.2.1/test/spiretest/errors_windows.go 05:15:44 spire-1.2.1/test/spiretest/logs.go 05:15:44 spire-1.2.1/test/spiretest/socketapi.go 05:15:44 spire-1.2.1/test/spiretest/suite.go 05:15:44 spire-1.2.1/test/spiretest/x509.go 05:15:44 spire-1.2.1/test/testca/ 05:15:44 spire-1.2.1/test/testca/ca.go 05:15:44 spire-1.2.1/test/testkey/ 05:15:44 spire-1.2.1/test/testkey/generate.sh 05:15:44 spire-1.2.1/test/testkey/genkeys.go 05:15:44 spire-1.2.1/test/testkey/keys.go 05:15:44 spire-1.2.1/test/testkey/new.go 05:15:44 spire-1.2.1/test/tpmsimulator/ 05:15:44 spire-1.2.1/test/tpmsimulator/simulator.go 05:15:44 spire-1.2.1/test/util/ 05:15:44 spire-1.2.1/test/util/cert_fixtures.go 05:15:44 spire-1.2.1/test/util/cert_generation.go 05:15:44 spire-1.2.1/test/util/io_redirection.go 05:15:44 spire-1.2.1/test/util/race.go 05:15:44 spire-1.2.1/test/util/util.go 05:15:44 building spire from source... 05:15:44 Installing go1.17.7... 05:15:44 OK: 221 MiB in 52 packages 05:15:48 Building bin/spire-server... 05:15:48 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 05:15:48 go: downloading github.com/mitchellh/cli v1.1.2 05:15:48 go: downloading github.com/sirupsen/logrus v1.8.1 05:15:48 go: downloading github.com/imdario/mergo v0.3.12 05:15:48 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 05:15:48 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 05:15:49 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 05:15:49 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 05:15:49 go: downloading github.com/hashicorp/go-hclog v1.1.0 05:15:49 go: downloading google.golang.org/grpc v1.44.0 05:15:49 go: downloading github.com/hashicorp/go-plugin v1.4.3 05:15:49 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 05:15:49 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 05:15:49 go: downloading github.com/InVisionApp/go-logger v1.0.1 05:15:49 go: downloading github.com/armon/go-metrics v0.3.10 05:15:49 go: downloading github.com/prometheus/client_golang v1.12.1 05:15:49 go: downloading github.com/uber-go/tally/v4 v4.1.1 05:15:50 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 05:15:50 go: downloading github.com/open-policy-agent/opa v0.38.0 05:15:50 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 05:15:50 go: downloading github.com/fatih/color v1.13.0 05:15:50 go: downloading github.com/mattn/go-isatty v0.0.14 05:15:50 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 05:15:50 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 05:15:50 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 05:15:50 go: downloading github.com/oklog/run v1.0.0 05:15:51 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 05:15:51 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 05:15:51 go: downloading github.com/imkira/go-observer v1.0.3 05:15:51 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 05:15:51 go: downloading github.com/prometheus/client_model v0.2.0 05:15:51 go: downloading github.com/prometheus/common v0.32.1 05:15:51 go: downloading github.com/beorn7/perks v1.0.1 05:15:51 go: downloading github.com/cespare/xxhash/v2 v2.1.2 05:15:51 go: downloading github.com/prometheus/procfs v0.7.3 05:15:52 go: downloading go.uber.org/atomic v1.9.0 05:15:52 go: downloading github.com/mattn/go-colorable v0.1.12 05:15:53 go: downloading github.com/Masterminds/goutils v1.1.0 05:15:53 go: downloading github.com/Masterminds/semver v1.5.0 05:15:53 go: downloading github.com/google/uuid v1.1.2 05:15:53 go: downloading github.com/huandu/xstrings v1.3.2 05:15:53 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 05:15:53 go: downloading github.com/blang/semver/v4 v4.0.0 05:15:53 go: downloading github.com/go-sql-driver/mysql v1.6.0 05:15:53 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 05:15:53 go: downloading github.com/jinzhu/gorm v1.9.16 05:15:53 Removing intermediate container 667e3ce8fed6 05:15:53 ---> de0ef023ec51 05:15:53 05:15:53 Step 9/20 : FROM alpine:3.15 05:15:53 go: downloading github.com/lib/pq v1.10.4 05:15:53 go: downloading github.com/mattn/go-sqlite3 v1.14.12 05:15:53 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 05:15:53 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 05:15:53 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 05:15:53 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 05:15:53 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 05:15:53 go: downloading github.com/stretchr/testify v1.7.0 05:15:53 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 05:15:53 go: downloading github.com/aws/aws-sdk-go v1.43.0 05:15:54 3.15: Pulling from library/alpine 05:15:55 Removing intermediate container 2103a730b302 05:15:55 ---> b9bdce7edc57 05:15:55 Step 6/22 : COPY go.mod vendor* ./ 05:15:55 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 05:15:55 Status: Downloaded newer image for alpine:3.15 05:15:55 ---> 0ac33e5f5afa 05:15:55 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:15:55 ---> Running in e6d8a66bf759 05:15:55 ---> ca786c01b933 05:15:55 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:15:55 Removing intermediate container e6d8a66bf759 05:15:55 ---> b1aa9b811c1e 05:15:55 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:15:55 ---> Running in 7bb16775fc2f 05:15:55 ---> Running in 72d06116a364 05:15:56 Removing intermediate container f7e028608890 05:15:56 ---> b4b9dc2a2791 05:15:56 05:15:56 Step 13/26 : FROM alpine:3.15 05:15:56 ---> 0ac33e5f5afa 05:15:56 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:15:56 ---> Using cache 05:15:56 ---> b1aa9b811c1e 05:15:56 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:15:57 go: downloading google.golang.org/api v0.70.0 05:15:57 go: downloading k8s.io/client-go v0.23.4 05:15:57 go: downloading k8s.io/api v0.23.4 05:15:57 go: downloading github.com/google/go-tpm v0.3.3 05:15:57 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 05:15:57 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 05:15:57 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 05:15:58 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 05:15:58 go: downloading cloud.google.com/go/storage v1.21.0 05:15:58 go: downloading cloud.google.com/go v0.100.2 05:15:58 go: downloading k8s.io/apimachinery v0.23.4 05:15:58 go: downloading k8s.io/kube-aggregator v0.23.3 05:15:58 go: downloading sigs.k8s.io/controller-runtime v0.11.1 05:15:58 go: downloading cloud.google.com/go/security v1.3.0 05:15:59 go: downloading github.com/hashicorp/vault/api v1.4.1 05:15:59  ---> Running in c1c3b0a01c0d 05:15:59 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 05:15:59 go: downloading github.com/hashicorp/golang-lru v0.5.4 05:15:59 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 05:15:59 Removing intermediate container 72d06116a364 05:15:59 ---> b3d8754dd2b3 05:15:59 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:15:59 Removing intermediate container 7bb16775fc2f 05:15:59 ---> 0f7df26e2c4b 05:15:59 Step 8/22 : COPY . . 05:15:59 go: downloading github.com/twmb/murmur3 v1.1.6 05:15:59 go: downloading github.com/hashicorp/errwrap v1.1.0 05:15:59 go: downloading github.com/mitchellh/reflectwalk v1.0.1 05:15:59 go: downloading github.com/jinzhu/inflection v1.0.0 05:15:59 go: downloading github.com/aws/smithy-go v1.11.0 05:15:59  ---> Running in 0ecd3ffad806 05:15:59 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 05:15:59 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 05:15:59 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 05:15:59 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 05:15:59 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 05:15:59 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 05:15:59 go: downloading github.com/Azure/go-autorest/logger v0.2.1 05:15:59 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 05:15:59 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 05:15:59 go: downloading github.com/dimchansky/utfbom v1.1.1 05:15:59 go: downloading github.com/gogo/protobuf v1.3.2 05:15:59 go: downloading cloud.google.com/go/compute v1.3.0 05:15:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:16:00 go: downloading cloud.google.com/go/iam v0.1.1 05:16:00 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 05:16:00 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 05:16:00 go: downloading k8s.io/klog/v2 v2.30.0 05:16:00 go: downloading github.com/google/gofuzz v1.1.0 05:16:00 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 05:16:00 go: downloading github.com/spf13/pflag v1.0.5 05:16:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:16:00 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 05:16:00 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 05:16:00 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 05:16:00 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 05:16:00 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 05:16:00 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 05:16:00 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 05:16:00 go: downloading github.com/hashicorp/vault/sdk v0.4.1 05:16:01 go: downloading github.com/mitchellh/mapstructure v1.4.3 05:16:01 go: downloading github.com/tklauser/go-sysconf v0.3.9 05:16:01 go: downloading github.com/OneOfOne/xxhash v1.2.8 05:16:01 go: downloading gopkg.in/yaml.v2 v2.4.0 05:16:01 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 05:16:01 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 05:16:01 v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] 05:16:01 OK: 15855 distinct packages available 05:16:01 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:16:01 go: downloading github.com/gobwas/glob v0.2.3 05:16:01 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 05:16:01 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 05:16:01 go: downloading github.com/jmespath/go-jmespath v0.4.0 05:16:01 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 05:16:01 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 05:16:01 go: downloading gopkg.in/inf.v0 v0.9.1 05:16:01 go: downloading go.opencensus.io v0.23.0 05:16:01 go: downloading github.com/google/go-cmp v0.5.7 05:16:01 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 05:16:01 go: downloading github.com/googleapis/gnostic v0.5.5 05:16:01 go: downloading github.com/go-logr/logr v1.2.2 05:16:01 go: downloading github.com/json-iterator/go v1.1.12 05:16:01 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 05:16:01 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 05:16:01 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 05:16:01 go: downloading go.uber.org/zap v1.21.0 05:16:01 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 05:16:01 go: downloading github.com/tklauser/numcpus v0.3.0 05:16:01 go: downloading sigs.k8s.io/yaml v1.3.0 05:16:01 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 05:16:01 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 05:16:02 go: downloading github.com/modern-go/reflect2 v1.0.2 05:16:02 go: downloading github.com/golang/snappy v0.0.4 05:16:02 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 05:16:02 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 05:16:02 go: downloading github.com/hashicorp/go-uuid v1.0.2 05:16:02 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:16:02 go: downloading github.com/hashicorp/go-version v1.2.0 05:16:02 go: downloading github.com/ryanuber/go-glob v1.0.0 05:16:02 go: downloading go.uber.org/multierr v1.6.0 05:16:02 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 05:16:02 (1/9) Installing ca-certificates (20211220-r0) 05:16:02 (2/9) Installing brotli-libs (1.0.9-r5) 05:16:02 (3/9) Installing nghttp2-libs (1.46.0-r0) 05:16:02 (4/9) Installing libcurl (7.80.0-r0) 05:16:03 (5/9) Installing curl (7.80.0-r0) 05:16:03 (6/9) Installing dumb-init (1.2.5-r1) 05:16:03 (7/9) Installing musl-obstack (1.2.3-r0) 05:16:03 (8/9) Installing libucontext (1.1-r0) 05:16:03 (9/9) Installing gcompat (1.0.0-r4) 05:16:03 Executing busybox-1.34.1-r5.trigger 05:16:03 Executing ca-certificates-20211220-r0.trigger 05:16:03 OK: 8 MiB in 23 packages 05:16:06 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 05:16:06 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 05:16:09 Building bin/spire-agent... 05:16:09 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 05:16:09 go: downloading cloud.google.com/go/secretmanager v1.3.0 05:16:09 go: downloading github.com/docker/docker v20.10.12+incompatible 05:16:09 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 05:16:09 go: downloading github.com/google/go-tpm-tools v0.3.3 05:16:09 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 05:16:09 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 05:16:09 go: downloading github.com/docker/go-connections v0.4.0 05:16:09 go: downloading github.com/docker/go-units v0.4.0 05:16:09 go: downloading github.com/opencontainers/image-spec v1.0.1 05:16:10 go: downloading github.com/containerd/containerd v1.3.4 05:16:10 go: downloading github.com/docker/distribution v2.7.1+incompatible 05:16:10 go: downloading github.com/opencontainers/go-digest v1.0.0 05:16:15 Removing intermediate container c1c3b0a01c0d 05:16:15 ---> 25f906d00e16 05:16:15 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 05:16:15 ---> ce6ad3cd2e34 05:16:15 Step 9/22 : RUN make cmd/support-notifications/support-notifications 05:16:17 ---> Running in 0c53355baa2d 05:16:17 ---> Running in 7474fbb51c7b 05:16:17 Removing intermediate container 0ecd3ffad806 05:16:17 ---> c556dc2d0d6a 05:16:17 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 05:16:18 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:16:19 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:16:19 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 05:16:19 v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] 05:16:19 OK: 15855 distinct packages available 05:16:19 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:16:19 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 05:16:19 ---> 7b3acf711141 05:16:19 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:16:20 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:16:21 (1/4) Installing dumb-init (1.2.5-r1) 05:16:21 (2/4) Installing musl-obstack (1.2.3-r0) 05:16:21 (3/4) Installing libucontext (1.1-r0) 05:16:21 (4/4) Installing gcompat (1.0.0-r4) 05:16:21 Executing busybox-1.34.1-r5.trigger 05:16:21 OK: 6 MiB in 18 packages 05:16:21 ---> be5c4c60ae0f 05:16:21 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 05:16:22 ---> a1d03b2b8c73 05:16:22 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 05:16:23 ---> Running in 33b4ae69ddb2 05:16:23 Removing intermediate container 0c53355baa2d 05:16:23 ---> ae4d3493591d 05:16:23 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 05:16:26 Removing intermediate container 33b4ae69ddb2 05:16:26 ---> 69fe3dacc3e0 05:16:26 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:16:29 ---> 71a1a3a724f4 05:16:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:16:29 ---> Running in 1762990dc855 05:16:30 Removing intermediate container 1762990dc855 05:16:30 ---> fd1d419d6937 05:16:30 Step 18/20 : LABEL arch=x86_64 05:16:32 ---> Running in 531ff34f2219 05:16:32 ---> 2215e93989d2 05:16:32 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 05:16:39 ---> Running in 9dbb6028833c 05:16:41 Removing intermediate container 531ff34f2219 05:16:41 ---> 8e872c07b25d 05:16:41 Step 19/20 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:16:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 05:16:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 05:16:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 05:16:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 05:17:03 Removing intermediate container 9dbb6028833c 05:17:03 ---> a3bfe31a2828 05:17:03 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:17:03 ---> Running in 92c1c7c44b39 05:17:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 05:17:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 05:17:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 05:17:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 05:17:06 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 05:17:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 05:17:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 05:17:06 Removing intermediate container 92c1c7c44b39 05:17:06 ---> d3e1c5792bb7 05:17:06 Step 20/20 : LABEL version=0.0.0 05:17:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 05:17:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 05:17:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 05:17:10 ---> f8a75b34d092 05:17:10 Step 21/26 : WORKDIR / 05:17:10 ---> Running in 2a4cc5a73fef 05:17:10 Removing intermediate container 7474fbb51c7b 05:17:10 ---> b72df98e6f9a 05:17:10 05:17:10 Step 10/22 : FROM alpine:3.14 05:17:10 ---> e04c818066af 05:17:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 05:17:11 ---> Running in 7480519a45fe 05:17:12 ---> Running in 09565db3c783 05:17:12 Removing intermediate container 2a4cc5a73fef 05:17:12 ---> 3b9da71b3547 05:17:12 05:17:12 Successfully built 3b9da71b3547 05:17:12 Successfully tagged security-spiffe-token-provider:latest 05:17:12 Building core-metadata 05:17:12  Building security-spiffe-token-provider ... done Removing intermediate container 7480519a45fe 05:17:12 ---> a08c1a2c50c2 05:17:12 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 05:17:12 ---> Running in f23dc4d6d261 05:17:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 05:17:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 05:17:13 (1/2) Installing ca-certificates (20211220-r0) 05:17:14 (2/2) Installing dumb-init (1.2.5-r1) 05:17:14 Executing busybox-1.33.1-r7.trigger 05:17:14 Executing ca-certificates-20211220-r0.trigger 05:17:14 OK: 6 MiB in 16 packages 05:17:15 Removing intermediate container f23dc4d6d261 05:17:15 ---> a98650eb323e 05:17:15 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 05:17:16 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:17:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:17:16 ---> 2fe6a96deb24 05:17:16 Step 3/23 : WORKDIR /edgex-go 05:17:16 ---> Using cache 05:17:16 ---> 17ffacd7e9e9 05:17:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:17:16 ---> Using cache 05:17:16 ---> 9ceba87254d1 05:17:16 Step 5/23 : RUN apk add --update --no-cache make git 05:17:16 ---> Using cache 05:17:16 ---> d5d8f0db2f0c 05:17:16 Step 6/23 : COPY go.mod vendor* ./ 05:17:16 ---> Using cache 05:17:16 ---> 32504c601c64 05:17:16 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:17:16 ---> Using cache 05:17:16 ---> 247ca3ece42f 05:17:16 Step 8/23 : COPY . . 05:17:16 ---> Using cache 05:17:16 ---> f3cca044bc0f 05:17:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 05:17:18 ---> Running in 79f45d675059 05:17:18 ---> Running in faeb921d040b 05:17:18 Removing intermediate container faeb921d040b 05:17:18 ---> 97d98ec638f8 05:17:18 Step 24/26 : LABEL arch=x86_64 05:17:18 Removing intermediate container 09565db3c783 05:17:18 ---> a5eaa16c3295 05:17:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 05:17: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/core-metadata/core-metadata ./cmd/core-metadata 05:17:18 ---> Running in 68c9d351f15e 05:17:18 ---> Running in 2888a4e4e115 05:17:18 Removing intermediate container 68c9d351f15e 05:17:18 ---> 8092f2920596 05:17:18 Step 25/26 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:17:18 ---> Running in b2df8aeac3c2 05:17:18 Removing intermediate container 2888a4e4e115 05:17:18 ---> 8171f3b4ea53 05:17:18 Step 13/22 : ENV APP_PORT=59860 05:17:18 ---> Running in c58323f2d315 05:17:18 Removing intermediate container b2df8aeac3c2 05:17:18 ---> be15629f8c0a 05:17:18 Step 26/26 : LABEL version=0.0.0 05:17:19 ---> Running in c38ffa2cbef6 05:17:19 Removing intermediate container c58323f2d315 05:17:19 ---> 4b2efef5b626 05:17:19 Step 14/22 : EXPOSE $APP_PORT 05:17:19 ---> Running in ad47fa06c531 05:17:19 Removing intermediate container c38ffa2cbef6 05:17:19 ---> 46b47568d6ac 05:17:19 05:17:19 Removing intermediate container ad47fa06c531 05:17:19 ---> e663e32e048b 05:17:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:17:19 Successfully built 46b47568d6ac 05:17:19 Successfully tagged security-spire-config:latest 05:17:19  Building security-spire-config ... done  ---> 2a47fc09ebe2 05:17:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:17:20 ---> 5a9d7a17885b 05:17:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 05:17:21 ---> 2a14f6e72d6e 05:17:21 Step 18/22 : ENTRYPOINT ["/support-notifications"] 05:17:21 ---> Running in e179f09957ad 05:17:21 Removing intermediate container f45a9c644621 05:17:21 ---> 5418fe49b491 05:17:21 05:17:21 Step 13/26 : FROM alpine:3.15 05:17:21 ---> 0ac33e5f5afa 05:17:21 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:17:21 ---> Using cache 05:17:21 ---> b1aa9b811c1e 05:17:21 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:17:21 ---> Using cache 05:17:21 ---> 25f906d00e16 05:17:21 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:17:21 Removing intermediate container e179f09957ad 05:17:21 ---> dacf4d6d6f7b 05:17:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:17:21 ---> Running in 3a0b706bce87 05:17:21 ---> Running in f3089ad6cc27 05:17:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.316s coverage: 28.7% of statements 05:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 05:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 05:17:22 Removing intermediate container f3089ad6cc27 05:17:22 ---> b6d011f4dead 05:17:22 Step 20/22 : LABEL arch=x86_64 05:17:22 ---> Running in 622d94eb7f50 05:17:22 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:17:22 Removing intermediate container 622d94eb7f50 05:17:22 ---> cb8a743922c6 05:17:22 Step 21/22 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:17:22 ---> Running in 273fa0ec5ad7 05:17:22 Removing intermediate container 273fa0ec5ad7 05:17:22 ---> 1856a85a83b4 05:17:22 Step 22/22 : LABEL version=0.0.0 05:17:22 ---> Running in 76915e8becbd 05:17:23 Removing intermediate container 76915e8becbd 05:17:23 ---> feea8f6b6af0 05:17:23 05:17:23 Successfully built feea8f6b6af0 05:17:23 Successfully tagged support-notifications:latest 05:17:23  Building support-notifications ... done fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:17:23 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 05:17:23 v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] 05:17:23 OK: 15855 distinct packages available 05:17:23 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:17:24 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:17:25 (1/5) Installing dumb-init (1.2.5-r1) 05:17:25 (2/5) Installing musl-obstack (1.2.3-r0) 05:17:25 (3/5) Installing libucontext (1.1-r0) 05:17:25 (4/5) Installing gcompat (1.0.0-r4) 05:17:25 (5/5) Installing openssl (1.1.1n-r0) 05:17:25 Executing busybox-1.34.1-r5.trigger 05:17:25 OK: 6 MiB in 19 packages 05:17:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.419s coverage: 98.5% of statements 05:17:26 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 05:17:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.503s coverage: 53.4% of statements 05:17:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 05:17:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 05:17:26 Removing intermediate container 3a0b706bce87 05:17:26 ---> 7f33a26613c7 05:17:26 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 05:17:27 ---> 1a42a4d656d5 05:17:27 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 05:17:29 ---> 8ae605059010 05:17:29 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:17:29 ---> daf2ee657e13 05:17:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:17:30 ---> bfdd9e9a1aef 05:17:30 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:17:30 ---> 0a44f89ddda5 05:17:30 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 05:17:30 ---> Running in 7d5777b786b3 05:17:30 Removing intermediate container 7d5777b786b3 05:17:30 ---> 7f1a9eec143e 05:17:30 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 05:17:30 ---> Running in cc5e939fe641 05:17:31 Removing intermediate container cc5e939fe641 05:17:31 ---> db7f5695a4f2 05:17:31 Step 24/26 : LABEL arch=x86_64 05:17:31 ---> Running in 68e924d26175 05:17:31 Removing intermediate container 79f45d675059 05:17:31 ---> ff7fdf7bc211 05:17:31 05:17:31 Step 10/23 : FROM alpine:3.14 05:17:31 ---> e04c818066af 05:17:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 05:17:31 ---> Using cache 05:17:31 ---> bb97967f725e 05:17:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:17:31 ---> Using cache 05:17:31 ---> b253c8fb44f4 05:17:31 Step 13/23 : ENV APP_PORT=59881 05:17:31 ---> Running in 893f2f090009 05:17:31 Removing intermediate container 68e924d26175 05:17:31 ---> ef65c6ee669b 05:17:31 Step 25/26 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:17:31 ---> Running in 98f85feece0b 05:17:31 Removing intermediate container 893f2f090009 05:17:31 ---> 4e015df81f5f 05:17:31 Step 14/23 : EXPOSE $APP_PORT 05:17:31 ---> Running in 7a1d349fcb5b 05:17:31 Removing intermediate container 98f85feece0b 05:17:31 ---> 3dc2b586cd05 05:17:31 Step 26/26 : LABEL version=0.0.0 05:17:31 ---> Running in 7291f23196f1 05:17:31 Removing intermediate container 7a1d349fcb5b 05:17:31 ---> e492594124c1 05:17:31 Step 15/23 : WORKDIR / 05:17:31 ---> Running in b34de149a632 05:17:32 Removing intermediate container 7291f23196f1 05:17:32 ---> 90f7a6834c3d 05:17:32 05:17:32 Successfully built 90f7a6834c3d 05:17:32 Successfully tagged security-spire-agent:latest 05:17:32  Building security-spire-agent ... done Removing intermediate container b34de149a632 05:17:32 ---> 076ca5586b1a 05:17:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:17:32 ---> 18f8fe02132b 05:17:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:17:32 ---> 6786e5befd2c 05:17:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 05:17:32 ---> ce04220e6aa0 05:17:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 05:17:32 ---> Running in cc975f571844 05:17:33 Removing intermediate container cc975f571844 05:17:33 ---> 7efe9fe946b5 05:17:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:17:33 ---> Running in 13f3a7eeac42 05:17:33 Removing intermediate container 13f3a7eeac42 05:17:33 ---> 831d636efb52 05:17:33 Step 21/23 : LABEL arch=x86_64 05:17:33 ---> Running in d8cc20c3f404 05:17:33 Removing intermediate container d8cc20c3f404 05:17:33 ---> 87e0a716b311 05:17:33 Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:17:33 ---> Running in 7746b597b06b 05:17:33 Removing intermediate container 7746b597b06b 05:17:33 ---> 6db17d29f8fa 05:17:33 Step 23/23 : LABEL version=0.0.0 05:17:33 ---> Running in 6082b133c47f 05:17:33 Removing intermediate container 6082b133c47f 05:17:33 ---> f2b5a94c1c9c 05:17:33 05:17:33 Successfully built f2b5a94c1c9c 05:17:33 Successfully tagged core-metadata:latest 05:17:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.405s coverage: 89.2% of statements 05:17:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 05:17:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 05:17:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 05:17:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.415s coverage: 84.4% of statements 05:17:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 05:17:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 05:17:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 05:17:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 05:17:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 05:17:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.413s coverage: 95.6% of statements 05:17:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 05:17:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 05:17:50 ok github.com/edgexfoundry/edgex-go/internal/io 0.367s coverage: 72.2% of statements 05:17:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 05:17:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 05:17:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 05:17:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:17:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 05:17:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.391s coverage: 60.0% of statements 05:17:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 05:17:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:17:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 05:17:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.501s coverage: 0.9% of statements 05:17:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 05:17:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.449s coverage: 58.8% of statements 05:17:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.254s coverage: 29.6% of statements 05:17:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 05:17:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.235s coverage: 47.1% of statements 05:17:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.297s coverage: 79.5% of statements 05:17:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.271s coverage: 94.1% of statements 05:17:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.320s coverage: 96.3% of statements 05:17:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.241s coverage: 87.5% of statements 05:17:55  Building core-metadata ... done Building bin/spire-agent... 05:17:55 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 05:17:55 go: downloading cloud.google.com/go/secretmanager v1.3.0 05:17:55 go: downloading github.com/docker/docker v20.10.12+incompatible 05:17:55 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 05:17:55 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 05:17:55 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 05:17:55 go: downloading github.com/google/go-tpm-tools v0.3.3 05:17:55 go: downloading github.com/docker/go-connections v0.4.0 05:17:55 go: downloading github.com/docker/go-units v0.4.0 05:17:55 go: downloading github.com/opencontainers/image-spec v1.0.1 05:17:55 go: downloading github.com/docker/distribution v2.7.1+incompatible 05:17:55 go: downloading github.com/containerd/containerd v1.3.4 05:17:55 go: downloading github.com/opencontainers/go-digest v1.0.0 05:18:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.270s coverage: 94.4% of statements 05:18:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.206s coverage: 44.8% of statements 05:18:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.699s coverage: 82.5% of statements 05:18:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 05:18:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.310s coverage: 92.9% of statements 05:18:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 05:18:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 05:18:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 05:18:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements 05:18:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 05:18:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 05:18:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 05:18:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 05:18:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 05:18:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.204s coverage: 87.2% of statements 05:18:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 05:18:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 05:18:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements 05:18:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 05:18:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.303s coverage: 58.8% of statements 05:18:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 05:18:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.292s coverage: 80.0% of statements 05:18:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.292s coverage: 87.2% of statements 05:18:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.310s coverage: 85.4% of statements 05:18:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.877s coverage: 91.2% of statements 05:18:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:18:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.005s coverage: 64.4% of statements 05:18:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 05:18:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 05:18:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.337s coverage: 100.0% of statements 05:18:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.132s coverage: 89.4% of statements 05:18:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 05:18:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 05:18:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 05:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.517s coverage: 65.4% of statements 05:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 05:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 05:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 05:18:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.894s coverage: 43.8% of statements 05:18:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 05:18:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 05:18:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.279s coverage: 89.5% of statements 05:18:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 05:18:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.242s coverage: 84.8% of statements 05:18:33 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 05:18:33 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 05:18:33 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 05:18:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 05:18:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.352s coverage: 17.7% of statements 05:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 05:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 05:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 05:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 05:18:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.800s coverage: 92.3% of statements 05:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 05:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 05:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 05:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 05:18:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.322s coverage: 63.2% of statements 05:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 05:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 05:18:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.469s coverage: 97.7% of statements 05:18:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 05:18:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 05:18:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 05:18:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 05:18:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.226s coverage: 28.9% of statements 05:18:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 05:18:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 05:18:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 05:18:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 05:18:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 05:18:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 05:18:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.218s coverage: 100.0% of statements 05:18:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 96.9% of statements 05:18:45 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 05:18:45 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:18:45 GO111MODULE=on go vet ./... 05:18:51 Removing intermediate container 27779c43a18c 05:18:51 ---> f66aee6a3535 05:18:51 05:18:51 Step 13/25 : FROM alpine:3.15 05:18:51 ---> 0ac33e5f5afa 05:18:51 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:18:51 ---> Using cache 05:18:51 ---> b1aa9b811c1e 05:18:51 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:18:51 ---> Using cache 05:18:51 ---> 25f906d00e16 05:18:51 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:18:51 ---> Using cache 05:18:51 ---> 7f33a26613c7 05:18:51 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 05:18:53 ---> c2936de98eab 05:18:53 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:18:53 ---> 5df2af457363 05:18:53 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:18:53 ---> d3257a294e65 05:18:53 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:18:53 ---> cbcc4f8a34fb 05:18:53 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 05:18:53 ---> Running in dff45388361e 05:18:53 Removing intermediate container dff45388361e 05:18:53 ---> 45088f2e5fb7 05:18:53 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 05:18:53 ---> Running in 4d15bb66bd61 05:18:54 Removing intermediate container 4d15bb66bd61 05:18:54 ---> ad395c75e826 05:18:54 Step 23/25 : LABEL arch=x86_64 05:18:54 ---> Running in 2bbf6c53111f 05:18:54 Removing intermediate container 2bbf6c53111f 05:18:54 ---> df032cc87401 05:18:54 Step 24/25 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:18:54 ---> Running in e42bc55ada86 05:18:54 Removing intermediate container e42bc55ada86 05:18:54 ---> 189b15f20723 05:18:54 Step 25/25 : LABEL version=0.0.0 05:18:54 ---> Running in 60d4b012caa8 05:18:54 Removing intermediate container 60d4b012caa8 05:18:54 ---> b7304c1d8197 05:18:54 05:18:54 Successfully built b7304c1d8197 05:18:54 Successfully tagged security-spire-server:latest 05:18:54  Building security-spire-server ... done  [Pipeline] } 05:18:54 $ docker stop --time=1 d0eb6b5681543cc883ec1bb2ea001654cb84c199b92ad5b0c22877bfbdd45d4c 05:18:56 $ docker rm -f d0eb6b5681543cc883ec1bb2ea001654cb84c199b92ad5b0c22877bfbdd45d4c [Pipeline] // withDockerContainer [Pipeline] sh 05:18:56 + docker images 05:18:56 REPOSITORY TAG IMAGE ID CREATED SIZE 05:18:56 security-spire-server latest b7304c1d8197 2 seconds ago 87.3MB 05:18:56 f66aee6a3535 20 seconds ago 4.43GB 05:18:56 core-metadata latest f2b5a94c1c9c About a minute ago 17MB 05:18:56 ff7fdf7bc211 About a minute ago 1.5GB 05:18:56 security-spire-agent latest 90f7a6834c3d About a minute ago 127MB 05:18:56 support-notifications latest feea8f6b6af0 About a minute ago 26.9MB 05:18:56 security-spire-config latest 46b47568d6ac About a minute ago 86.7MB 05:18:56 5418fe49b491 About a minute ago 4.43GB 05:18:56 security-spiffe-token-provider latest 3b9da71b3547 About a minute ago 28.8MB 05:18:56 b72df98e6f9a About a minute ago 1.55GB 05:18:56 b4b9dc2a2791 3 minutes ago 4.43GB 05:18:56 de0ef023ec51 3 minutes ago 1.54GB 05:18:56 support-scheduler latest 32404aa1e025 3 minutes ago 26.3MB 05:18:56 core-command latest f9f23bccbcf3 3 minutes ago 16.1MB 05:18:56 837d3b96c642 3 minutes ago 1.55GB 05:18:56 7c37e5adb2d0 3 minutes ago 1.49GB 05:18:56 core-data latest d392b73a2d47 4 minutes ago 22.5MB 05:18:56 sys-mgmt-agent latest 08945c92538c 4 minutes ago 299MB 05:18:56 da9fc2367ae3 4 minutes ago 1.52GB 05:18:56 security-secretstore-setup latest d983d1114884 5 minutes ago 28.5MB 05:18:56 security-bootstrapper latest 6b408022cd23 5 minutes ago 19.1MB 05:18:56 a036210bad51 5 minutes ago 1.49GB 05:18:56 security-proxy-setup latest 373f127b3358 5 minutes ago 26.9MB 05:18:56 4ac893c891e7 6 minutes ago 1.5GB 05:18:56 33c16ff6fbd7 6 minutes ago 1.5GB 05:18:56 9d2a1715c52e 6 minutes ago 1.5GB 05:18:56 ci-base-image-x86_64 latest 2fe6a96deb24 9 minutes ago 896MB 05:18:56 docker 20.10.14 7417809fdb73 2 weeks ago 218MB 05:18:56 alpine 3.14 e04c818066af 2 weeks ago 5.59MB 05:18:56 alpine 3.15 0ac33e5f5afa 2 weeks ago 5.57MB 05:18:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB 05:18:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB 05:18:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 22 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:20:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:20:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:20:37 ./bin/test-attribution-txt.sh [Pipeline] echo 05:20:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 05:20:41 + ls -al . 05:20:41 total 668 05:20:41 drwxrwxr-x 9 1001 1001 4096 Apr 21 05:20 . 05:20:41 drwxr-xr-x 4 root root 4096 Apr 21 05:14 .. 05:20:41 -rw-rw-r-- 1 1001 1001 11 Apr 21 05:12 .dockerignore 05:20:41 drwxrwxr-x 8 1001 1001 4096 Apr 21 05:12 .git 05:20:41 drwxrwxr-x 3 1001 1001 4096 Apr 21 05:12 .github 05:20:41 -rw-rw-r-- 1 1001 1001 879 Apr 21 05:12 .gitignore 05:20:41 -rw-rw-r-- 1 1001 1001 42 Apr 21 05:12 .golangci.yml 05:20:41 -rw-rw-r-- 1 1001 1001 87 Apr 21 05:12 .hadolint.yml 05:20:41 -rw-rw-r-- 1 1001 1001 166 Apr 21 05:12 .sonarcloud.properties 05:20:41 -rw-rw-r-- 1 1001 1001 1171 Apr 21 05:12 ADOPTERS.md 05:20:41 -rw-rw-r-- 1 1001 1001 10086 Apr 21 05:12 Attribution.txt 05:20:41 -rw-rw-r-- 1 1001 1001 51732 Apr 21 05:12 CHANGELOG.md 05:20:41 -rw-rw-r-- 1 1001 1001 3804 Apr 21 05:12 CONTRIBUTING.md 05:20:41 -rw-rw-r-- 1 1001 1001 677 Apr 21 05:12 GOVERNANCE.md 05:20:41 -rw-rw-r-- 1 1001 1001 850 Apr 21 05:12 Jenkinsfile 05:20:41 -rw-rw-r-- 1 1001 1001 10775 Apr 21 05:12 LICENSE 05:20:41 -rw-rw-r-- 1 1001 1001 10389 Apr 21 05:12 Makefile 05:20:41 -rw-rw-r-- 1 1001 1001 582 Apr 21 05:12 OWNERS.md 05:20:41 -rw-rw-r-- 1 1001 1001 9120 Apr 21 05:12 README.md 05:20:41 -rw-rw-r-- 1 1001 1001 6912 Apr 21 05:12 SECURITY.md 05:20:41 -rw-rw-r-- 1 1001 1001 5 Apr 21 05:09 VERSION 05:20:41 -rw-rw-r-- 1 1001 1001 4131 Apr 21 05:12 ZMQWindows.md 05:20:41 drwxrwxr-x 2 1001 1001 4096 Apr 21 05:12 bin 05:20:41 drwxrwxr-x 18 1001 1001 4096 Apr 21 05:12 cmd 05:20:41 -rw-r--r-- 1 root root 435134 Apr 21 05:18 coverage.out 05:20:41 -rw-rw-r-- 1 1001 1001 3256 Apr 21 05:12 go.mod 05:20:41 -rw-rw-r-- 1 1001 1001 35162 Apr 21 05:14 go.sum 05:20:41 drwxrwxr-x 8 1001 1001 4096 Apr 21 05:12 internal 05:20:41 drwxrwxr-x 3 1001 1001 4096 Apr 21 05:12 openapi 05:20:41 drwxrwxr-x 4 1001 1001 4096 Apr 21 05:12 snap 05:20:41 -rw-rw-r-- 1 1001 1001 204 Apr 21 05:12 version.go [Pipeline] sh 05:20:42 + '[' -e coverage.out ] 05:20:42 + chown 1001:1001 coverage.out [Pipeline] stash 05:20:42 Warning: overwriting stash ‘coverage-report’ 05:20:43 Stashed 1 file(s) [Pipeline] sh 05:20:43 + make build 05:20:43 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 05:22:05 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:23: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/core-command/core-command ./cmd/core-command 05:23:13 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 05:23: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 05:23: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 05:23:55 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 05:24: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:24:05 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:24:11 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:24:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 05: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 05:24:26 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 05:24:31 $ docker stop --time=1 6a28aa0ce98221edaae8a036c5a47f10a9aba5461c4de985b9db6ed036b22cba 05:24:33 $ docker rm -f 6a28aa0ce98221edaae8a036c5a47f10a9aba5461c4de985b9db6ed036b22cba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:24:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:24:36 05:24:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:24:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:24:37 latest: Pulling from edgex-devops/edgex-compose-arm64 05:24:37 29e5d40040c1: Pulling fs layer 05:24:37 1ce36da41761: Pulling fs layer 05:24:37 25b303627fd3: Pulling fs layer 05:24:37 29e5d40040c1: Verifying Checksum 05:24:37 29e5d40040c1: Download complete 05:24:37 1ce36da41761: Verifying Checksum 05:24:37 1ce36da41761: Download complete 05:24:37 29e5d40040c1: Pull complete 05:24:39 1ce36da41761: Pull complete 05:24:39 25b303627fd3: Verifying Checksum 05:24:39 25b303627fd3: Download complete 05:24:49 25b303627fd3: Pull complete 05:24:49 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 05:24:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:24:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 05:24:49 prd-ubuntu20.04-docker-arm64-4c-16g-21570 does not seem to be running inside a container 05:24:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 05:24:52 $ docker top a72109d6c75074842ab22ac765b19f565b68bff719cbe6667fb7e8f2809c6835 -eo pid,comm [Pipeline] { [Pipeline] sh 05:24:53 + docker-compose build --help 05:24:53 + grep parallel 05:24:58 --parallel Build images in parallel. [Pipeline] } 05:24:58 $ docker stop --time=1 a72109d6c75074842ab22ac765b19f565b68bff719cbe6667fb7e8f2809c6835 05:25:00 $ docker rm -f a72109d6c75074842ab22ac765b19f565b68bff719cbe6667fb7e8f2809c6835 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:25:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:25:01 . [Pipeline] withDockerContainer 05:25:01 prd-ubuntu20.04-docker-arm64-4c-16g-21570 does not seem to be running inside a container 05:25:01 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 05:25:02 $ docker top d53610d981dab5615ff81cda05edaa6b3e5364d7ead2266ea8de8460800b75e8 -eo pid,comm [Pipeline] { [Pipeline] sh 05:25:03 + docker-compose -f ./docker-compose-build.yml build --parallel 05:25:09 Building core-command ... 05:25:09 Building core-data ... 05:25:09 Building core-metadata ... 05:25:09 Building security-bootstrapper ... 05:25:09 Building security-proxy-setup ... 05:25:09 Building security-secretstore-setup ... 05:25:09 Building security-spiffe-token-provider ... 05:25:09 Building security-spire-agent ... 05:25:09 Building security-spire-config ... 05:25:09 Building security-spire-server ... 05:25:09 Building support-notifications ... 05:25:09 Building support-scheduler ... 05:25:09 Building sys-mgmt-agent ... 05:25:09 Building security-spire-config 05:25:09 Building core-command 05:25:09 Building security-secretstore-setup 05:25:09 Building security-proxy-setup 05:25:09 Building support-scheduler 05:26:31 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:26:31 Step 2/25 : FROM ${BUILDER_BASE} AS builder 05:26:31 ---> 90f61d284949 05:26:31 Step 3/25 : WORKDIR /edgex-go 05:26:31 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:26:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 05:26:31 ---> 90f61d284949 05:26:31 Step 3/26 : WORKDIR /edgex-go 05:26:31 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:26:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:26:31 ---> 90f61d284949 05:26:31 Step 3/23 : WORKDIR /edgex-go 05:26:31 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:26:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:26:31 ---> 90f61d284949 05:26:31 Step 3/22 : WORKDIR /edgex-go 05:26:31 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:26:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:26:31 ---> 90f61d284949 05:26:31 Step 3/22 : WORKDIR /edgex-go 05:26:32 ---> Running in 51cbacfd0b3e 05:26:32 ---> Running in ceeed019f796 05:26:32 ---> Running in 860590ad6d2a 05:26:32 ---> Running in a352a2358e88 05:26:32 ---> Running in 80b62ab7cccd 05:26:32 Removing intermediate container 860590ad6d2a 05:26:32 ---> 3bccbf738fc9 05:26:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:26:32 ---> Running in ae7550c7766f 05:26:32 Removing intermediate container ceeed019f796 05:26:32 ---> 3c782f7f3d5e 05:26:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:26:32 Removing intermediate container a352a2358e88 05:26:32 ---> b89054e234f0 05:26:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:26:32 ---> Running in 706d461accb2 05:26:32 Removing intermediate container 51cbacfd0b3e 05:26:32 ---> c023068ccdda 05:26:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:26:32 ---> Running in 11c1b8c25f8b 05:26:33 Removing intermediate container 80b62ab7cccd 05:26:33 ---> 99dd0feb8a2f 05:26:33 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:26:33 ---> Running in 24d3b5b926e2 05:26:33 ---> Running in 75201ff50819 05:26:36 Removing intermediate container ae7550c7766f 05:26:36 ---> 8b5dd9b60dfc 05:26:36 Step 5/22 : RUN apk add --update --no-cache make git 05:26:36 ---> Running in cbd62ca16ea2 05:26:37 Removing intermediate container 706d461accb2 05:26:37 ---> 9ffe6eb9fe81 05:26:37 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 05:26:37 ---> Running in 50dcd5579c02 05:26:37 Removing intermediate container 75201ff50819 05:26:37 ---> cc555e76b06f 05:26:37 Step 5/25 : RUN apk add --update --no-cache make git 05:26:37 ---> Running in 21fda7ff4831 05:26:37 Removing intermediate container 24d3b5b926e2 05:26:37 ---> 66bccac43ec3 05:26:37 Step 5/22 : RUN apk add --update --no-cache make git 05:26:37 Removing intermediate container 11c1b8c25f8b 05:26:37 ---> 9f12ae335d91 05:26:37 Step 5/23 : RUN apk add --update --no-cache make git 05:26:37 ---> Running in 8ad2c75f0647 05:26:37 ---> Running in 8cba83d5047a 05:26:38 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:26:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:26:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:26:39 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:26:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:26:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:26:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:26:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:26:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:26:40 OK: 220 MiB in 52 packages 05:26:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:26:41 OK: 220 MiB in 52 packages 05:26:42 OK: 220 MiB in 52 packages 05:26:42 OK: 220 MiB in 52 packages 05:26:42 OK: 220 MiB in 52 packages 05:26:42 Removing intermediate container 50dcd5579c02 05:26:42 ---> 305616b355dc 05:26:42 Step 6/26 : COPY go.mod vendor* ./ 05:26:43 Removing intermediate container cbd62ca16ea2 05:26:43 ---> a6b9db1bfb65 05:26:43 Step 6/22 : COPY go.mod vendor* ./ 05:26:44 Removing intermediate container 21fda7ff4831 05:26:44 ---> 1819af20ba08 05:26:44 Step 6/25 : COPY go.mod vendor* ./ 05:26:44 Removing intermediate container 8cba83d5047a 05:26:44 ---> ebe0eb76cda2 05:26:44 Step 6/23 : COPY go.mod vendor* ./ 05:26:44 Removing intermediate container 8ad2c75f0647 05:26:44 ---> b3be49dab343 05:26:44 Step 6/22 : COPY go.mod vendor* ./ 05:26:44 ---> 2bd427ab8842 05:26:44 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:26:44 ---> Running in a3e41dae2fe9 05:26:44 ---> c241e12dd040 05:26:44 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:26:44 ---> Running in 347719f69617 05:26:45 ---> cf95f1db3a1b 05:26:45 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:26:45 ---> e7a4e008e9af 05:26:45 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:26:45 ---> Running in ea0648ed462d 05:26:45 ---> b369f446f7df 05:26:45 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:26:45 ---> Running in aea47de8899f 05:26:46 ---> Running in 8bd9c6360fdf 05:26:50 Removing intermediate container a3e41dae2fe9 05:26:50 ---> e171ebf144a1 05:26:50 Step 8/22 : COPY . . 05:26:50 Removing intermediate container 347719f69617 05:26:50 ---> 0393c6232936 05:26:50 Step 8/26 : COPY . . 05:26:51 Removing intermediate container ea0648ed462d 05:26:51 ---> db4da7ff9f4f 05:26:51 Step 8/25 : COPY . . 05:26:52 Removing intermediate container aea47de8899f 05:26:52 ---> 17b289763d8e 05:26:52 Step 8/22 : COPY . . 05:26:52 Removing intermediate container 8bd9c6360fdf 05:26:52 ---> db22b1cb109d 05:26:52 Step 8/23 : COPY . . 05:27:24 ---> 1a2011104f95 05:27:24 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 05:27:24 ---> 5771b9291057 05:27:24 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 05:27:24 ---> Running in 85f713f56e5d 05:27:24 ---> 354c7316d43e 05:27:24 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 05:27:24 ---> Running in ceafac8d48ff 05:27:24 ---> f005eda562b5 05:27:24 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:27:24 ---> Running in 888893d8c88e 05:27:24 ---> Running in 9059ae1d6e81 05:27:24 Removing intermediate container 85f713f56e5d 05:27:24 ---> 9a68296021e6 05:27:24 Step 10/26 : RUN mkdir -p spire-build 05:27:24 ---> 7b24b77c4b9f 05:27:24 Step 9/23 : RUN make cmd/core-command/core-command 05:27:24 ---> Running in d39f682ae2a6 05:27:24 ---> Running in 8ea3a1b43f68 05:27:24 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:27:24 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:27:24 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:27:24 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 05:27:25 Removing intermediate container d39f682ae2a6 05:27:25 ---> 942faefdd9af 05:27:25 Step 11/26 : WORKDIR /edgex-go/spire-build 05:27:25 ---> Running in e7a7684b0685 05:27:26 Removing intermediate container e7a7684b0685 05:27:26 ---> e0d76e2b0f79 05:27:26 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 05:27:26 ---> Running in 7f5bc1005a0b 05:27:28 spire-1.2.1/ 05:27:28 spire-1.2.1/.data/ 05:27:28 spire-1.2.1/.data/.file 05:27:28 spire-1.2.1/.dockerignore 05:27:28 spire-1.2.1/.gitattributes 05:27:28 spire-1.2.1/.githooks/ 05:27:28 spire-1.2.1/.githooks/pre-commit 05:27:28 spire-1.2.1/.github/ 05:27:28 spire-1.2.1/.github/ISSUE_TEMPLATE.md 05:27:28 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 05:27:28 spire-1.2.1/.github/dependabot.yml 05:27:28 spire-1.2.1/.github/workflows/ 05:27:28 spire-1.2.1/.github/workflows/nightly_build.yaml 05:27:28 spire-1.2.1/.github/workflows/pr_build.yaml 05:27:28 spire-1.2.1/.github/workflows/release_build.yaml 05:27:28 spire-1.2.1/.github/workflows/scripts/ 05:27:28 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 05:27:28 spire-1.2.1/.github/workflows/scripts/push-images.sh 05:27:28 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 05:27:28 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 05:27:28 spire-1.2.1/.github/workflows/scripts/split.sh 05:27:28 spire-1.2.1/.gitignore 05:27:28 spire-1.2.1/.go-version 05:27:28 spire-1.2.1/.golangci.yml 05:27:28 spire-1.2.1/ADOPTERS.md 05:27:28 spire-1.2.1/CHANGELOG.md 05:27:28 spire-1.2.1/CODE-OF-CONDUCT.md 05:27:28 spire-1.2.1/CODEOWNERS 05:27:28 spire-1.2.1/CONTRIBUTING.md 05:27:28 spire-1.2.1/Dockerfile 05:27:28 spire-1.2.1/Dockerfile.dev 05:27:28 spire-1.2.1/Dockerfile.scratch 05:27:28 spire-1.2.1/LICENSE 05:27:28 spire-1.2.1/MAINTAINERS.md 05:27:28 spire-1.2.1/Makefile 05:27:28 spire-1.2.1/README.md 05:27:28 spire-1.2.1/ROADMAP.md 05:27:28 spire-1.2.1/SECURITY.md 05:27:28 spire-1.2.1/cmd/ 05:27:28 spire-1.2.1/cmd/spire-agent/ 05:27:28 spire-1.2.1/cmd/spire-agent/cli/ 05:27:28 spire-1.2.1/cmd/spire-agent/cli/api/ 05:27:28 spire-1.2.1/cmd/spire-agent/cli/api/common.go 05:27:28 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 05:27:28 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 05:27:28 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 05:27:28 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 05:27:28 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 05:27:28 spire-1.2.1/cmd/spire-agent/cli/cli.go 05:27:28 spire-1.2.1/cmd/spire-agent/cli/common/ 05:27:28 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 05:27:28 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 05:27:28 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 05:27:28 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 05:27:28 spire-1.2.1/cmd/spire-agent/cli/run/ 05:27:28 spire-1.2.1/cmd/spire-agent/cli/run/run.go 05:27:28 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 05:27:28 spire-1.2.1/cmd/spire-agent/cli/validate/ 05:27:28 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 05:27:28 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 05:27:28 spire-1.2.1/cmd/spire-agent/main.go 05:27:28 spire-1.2.1/cmd/spire-server/ 05:27:28 spire-1.2.1/cmd/spire-server/cli/ 05:27:28 spire-1.2.1/cmd/spire-server/cli/agent/ 05:27:28 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/agent/count.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/agent/list.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/agent/show.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/bundle/ 05:27:28 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/cli.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/entry/ 05:27:28 spire-1.2.1/cmd/spire-server/cli/entry/count.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/entry/create.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/entry/show.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/entry/update.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/entry/util.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/federation/ 05:27:28 spire-1.2.1/cmd/spire-server/cli/federation/common.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/federation/create.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/federation/list.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/federation/show.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/federation/update.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 05:27:28 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/jwt/ 05:27:28 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/run/ 05:27:28 spire-1.2.1/cmd/spire-server/cli/run/run.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/token/ 05:27:28 spire-1.2.1/cmd/spire-server/cli/token/generate.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/validate/ 05:27:28 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/x509/ 05:27:28 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 05:27:28 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 05:27:28 spire-1.2.1/cmd/spire-server/main.go 05:27:28 spire-1.2.1/cmd/spire-server/util/ 05:27:28 spire-1.2.1/cmd/spire-server/util/util.go 05:27:28 spire-1.2.1/conf/ 05:27:28 spire-1.2.1/conf/agent/ 05:27:28 spire-1.2.1/conf/agent/agent.conf 05:27:28 spire-1.2.1/conf/agent/agent_full.conf 05:27:28 spire-1.2.1/conf/agent/dummy_root_ca.crt 05:27:28 spire-1.2.1/conf/server/ 05:27:28 spire-1.2.1/conf/server/dummy_upstream_ca.crt 05:27:28 spire-1.2.1/conf/server/dummy_upstream_ca.key 05:27:28 spire-1.2.1/conf/server/server.conf 05:27:28 spire-1.2.1/conf/server/server_full.conf 05:27:28 spire-1.2.1/doc/ 05:27:28 spire-1.2.1/doc/SPIRE101.md 05:27:28 spire-1.2.1/doc/auditlog.md 05:27:28 spire-1.2.1/doc/authorization_policy_engine.md 05:27:28 spire-1.2.1/doc/changelog_guidelines.md 05:27:28 spire-1.2.1/doc/cure53-report.pdf 05:27:28 spire-1.2.1/doc/images/ 05:27:28 spire-1.2.1/doc/images/2019_roadmap.png 05:27:28 spire-1.2.1/doc/images/SPIRE101.png 05:27:28 spire-1.2.1/doc/images/SPIRE_agent.png 05:27:28 spire-1.2.1/doc/images/SPIRE_server.png 05:27:28 spire-1.2.1/doc/images/cache_mgr.png 05:27:28 spire-1.2.1/doc/images/cache_mgr_components.png 05:27:28 spire-1.2.1/doc/images/federated_spire.png 05:27:28 spire-1.2.1/doc/images/ha_mode.png 05:27:28 spire-1.2.1/doc/images/nested_spire.png 05:27:28 spire-1.2.1/doc/images/oidc_federation.png 05:27:28 spire-1.2.1/doc/images/single_trust_domain.png 05:27:28 spire-1.2.1/doc/images/spiffe_compatible.png 05:27:28 spire-1.2.1/doc/images/spire_logo.png 05:27:28 spire-1.2.1/doc/migrating_registration_api_clients.md 05:27:28 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 05:27:28 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 05:27:28 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 05:27:28 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 05:27:28 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 05:27:28 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 05:27:28 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 05:27:28 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 05:27:28 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 05:27:28 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 05:27:28 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 05:27:28 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 05:27:28 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 05:27:28 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 05:27:28 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 05:27:28 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 05:27:28 spire-1.2.1/doc/plugin_server_datastore_sql.md 05:27:28 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 05:27:28 spire-1.2.1/doc/plugin_server_keymanager_disk.md 05:27:28 spire-1.2.1/doc/plugin_server_keymanager_memory.md 05:27:28 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 05:27:28 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 05:27:28 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 05:27:28 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 05:27:28 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 05:27:28 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 05:27:28 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 05:27:28 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 05:27:28 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 05:27:28 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 05:27:28 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 05:27:28 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 05:27:28 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 05:27:28 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 05:27:28 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 05:27:28 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 05:27:28 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 05:27:28 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 05:27:28 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 05:27:28 spire-1.2.1/doc/scaling_spire.md 05:27:28 spire-1.2.1/doc/spire_agent.md 05:27:28 spire-1.2.1/doc/spire_server.md 05:27:28 spire-1.2.1/doc/supported_integrations.md 05:27:28 spire-1.2.1/doc/telemetry.md 05:27:28 spire-1.2.1/doc/telemetry_config.md 05:27:28 spire-1.2.1/doc/upgrading.md 05:27:28 spire-1.2.1/doc/using_spire.md 05:27:28 spire-1.2.1/examples/ 05:27:28 spire-1.2.1/examples/README.md 05:27:28 spire-1.2.1/go.mod 05:27:28 spire-1.2.1/go.sum 05:27:28 spire-1.2.1/pkg/ 05:27:28 spire-1.2.1/pkg/agent/ 05:27:28 spire-1.2.1/pkg/agent/agent.go 05:27:28 spire-1.2.1/pkg/agent/api/ 05:27:28 spire-1.2.1/pkg/agent/api/config.go 05:27:28 spire-1.2.1/pkg/agent/api/debug/ 05:27:28 spire-1.2.1/pkg/agent/api/debug/v1/ 05:27:28 spire-1.2.1/pkg/agent/api/debug/v1/service.go 05:27:28 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 05:27:28 spire-1.2.1/pkg/agent/api/delegatedidentity/ 05:27:28 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 05:27:28 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 05:27:28 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 05:27:28 spire-1.2.1/pkg/agent/api/endpoints.go 05:27:28 spire-1.2.1/pkg/agent/api/health/ 05:27:28 spire-1.2.1/pkg/agent/api/health/v1/ 05:27:28 spire-1.2.1/pkg/agent/api/health/v1/service.go 05:27:28 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 05:27:28 spire-1.2.1/pkg/agent/api/rpccontext/ 05:27:28 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 05:27:28 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 05:27:28 spire-1.2.1/pkg/agent/attestor/ 05:27:28 spire-1.2.1/pkg/agent/attestor/node/ 05:27:28 spire-1.2.1/pkg/agent/attestor/node/experimental.go 05:27:28 spire-1.2.1/pkg/agent/attestor/node/node.go 05:27:28 spire-1.2.1/pkg/agent/attestor/node/node_test.go 05:27:28 spire-1.2.1/pkg/agent/attestor/workload/ 05:27:28 spire-1.2.1/pkg/agent/attestor/workload/workload.go 05:27:28 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 05:27:28 spire-1.2.1/pkg/agent/catalog/ 05:27:28 spire-1.2.1/pkg/agent/catalog/catalog.go 05:27:28 spire-1.2.1/pkg/agent/catalog/keymanager.go 05:27:28 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 05:27:28 spire-1.2.1/pkg/agent/catalog/svidstore.go 05:27:28 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 05:27:28 spire-1.2.1/pkg/agent/client/ 05:27:28 spire-1.2.1/pkg/agent/client/client.go 05:27:28 spire-1.2.1/pkg/agent/client/client_test.go 05:27:28 spire-1.2.1/pkg/agent/client/dial.go 05:27:28 spire-1.2.1/pkg/agent/client/nodeconn.go 05:27:28 spire-1.2.1/pkg/agent/client/nodeconn_test.go 05:27:28 spire-1.2.1/pkg/agent/client/update.go 05:27:28 spire-1.2.1/pkg/agent/client/util.go 05:27:28 spire-1.2.1/pkg/agent/common/ 05:27:28 spire-1.2.1/pkg/agent/common/backoff/ 05:27:28 spire-1.2.1/pkg/agent/common/backoff/backoff.go 05:27:28 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 05:27:28 spire-1.2.1/pkg/agent/common/cgroups/ 05:27:28 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 05:27:28 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 05:27:28 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 05:27:28 spire-1.2.1/pkg/agent/config.go 05:27:28 spire-1.2.1/pkg/agent/endpoints/ 05:27:28 spire-1.2.1/pkg/agent/endpoints/config.go 05:27:28 spire-1.2.1/pkg/agent/endpoints/endpoints.go 05:27:28 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 05:27:28 spire-1.2.1/pkg/agent/endpoints/metrics.go 05:27:28 spire-1.2.1/pkg/agent/endpoints/middleware.go 05:27:28 spire-1.2.1/pkg/agent/endpoints/peertracker.go 05:27:28 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 05:27:28 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 05:27:28 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 05:27:28 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 05:27:28 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 05:27:28 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 05:27:28 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 05:27:28 spire-1.2.1/pkg/agent/endpoints/workload/ 05:27:28 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 05:27:28 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 05:27:28 spire-1.2.1/pkg/agent/manager/ 05:27:28 spire-1.2.1/pkg/agent/manager/cache/ 05:27:28 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 05:27:28 spire-1.2.1/pkg/agent/manager/cache/cache.go 05:27:28 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 05:27:28 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 05:27:28 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 05:27:28 spire-1.2.1/pkg/agent/manager/cache/sets.go 05:27:28 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 05:27:28 spire-1.2.1/pkg/agent/manager/config.go 05:27:28 spire-1.2.1/pkg/agent/manager/manager.go 05:27:28 spire-1.2.1/pkg/agent/manager/manager_test.go 05:27:28 spire-1.2.1/pkg/agent/manager/storage.go 05:27:28 spire-1.2.1/pkg/agent/manager/storage_test.go 05:27:28 spire-1.2.1/pkg/agent/manager/storecache/ 05:27:28 spire-1.2.1/pkg/agent/manager/storecache/cache.go 05:27:28 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 05:27:28 spire-1.2.1/pkg/agent/manager/sync.go 05:27:28 spire-1.2.1/pkg/agent/plugin/ 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/ 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 05:27:28 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 05:27:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 05:27:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 05:27:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 05:27:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 05:27:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 05:27:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 05:27:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 05:27:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 05:27:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 05:27:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 05:27:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 05:27:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 05:27:28 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 05:27:29 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/ 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 05:27:29 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 05:27:29 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 05:27:29 spire-1.2.1/pkg/agent/svid/ 05:27:29 spire-1.2.1/pkg/agent/svid/rotator.go 05:27:29 spire-1.2.1/pkg/agent/svid/rotator_config.go 05:27:29 spire-1.2.1/pkg/agent/svid/rotator_test.go 05:27:29 spire-1.2.1/pkg/agent/svid/store/ 05:27:29 spire-1.2.1/pkg/agent/svid/store/service.go 05:27:29 spire-1.2.1/pkg/agent/svid/store/service_test.go 05:27:29 spire-1.2.1/pkg/common/ 05:27:29 spire-1.2.1/pkg/common/agentpathtemplate/ 05:27:29 spire-1.2.1/pkg/common/agentpathtemplate/template.go 05:27:29 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 05:27:29 spire-1.2.1/pkg/common/api/ 05:27:29 spire-1.2.1/pkg/common/api/metrics.go 05:27:29 spire-1.2.1/pkg/common/api/middleware/ 05:27:29 spire-1.2.1/pkg/common/api/middleware/common_test.go 05:27:29 spire-1.2.1/pkg/common/api/middleware/interceptor.go 05:27:29 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 05:27:29 spire-1.2.1/pkg/common/api/middleware/logger.go 05:27:29 spire-1.2.1/pkg/common/api/middleware/logger_test.go 05:27:29 spire-1.2.1/pkg/common/api/middleware/metrics.go 05:27:29 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 05:27:29 spire-1.2.1/pkg/common/api/middleware/middleware.go 05:27:29 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 05:27:29 spire-1.2.1/pkg/common/api/middleware/misconfig.go 05:27:29 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 05:27:29 spire-1.2.1/pkg/common/api/middleware/names.go 05:27:29 spire-1.2.1/pkg/common/api/middleware/names_test.go 05:27:29 spire-1.2.1/pkg/common/api/names.go 05:27:29 spire-1.2.1/pkg/common/api/ratelimit.go 05:27:29 spire-1.2.1/pkg/common/api/rpccontext/ 05:27:29 spire-1.2.1/pkg/common/api/rpccontext/logger.go 05:27:29 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 05:27:29 spire-1.2.1/pkg/common/api/rpccontext/names.go 05:27:29 spire-1.2.1/pkg/common/auth/ 05:27:29 spire-1.2.1/pkg/common/auth/interceptors.go 05:27:29 spire-1.2.1/pkg/common/auth/interceptors_test.go 05:27:29 spire-1.2.1/pkg/common/auth/untracked_uds.go 05:27:29 spire-1.2.1/pkg/common/bundleutil/ 05:27:29 spire-1.2.1/pkg/common/bundleutil/bundle.go 05:27:29 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 05:27:29 spire-1.2.1/pkg/common/bundleutil/common_test.go 05:27:29 spire-1.2.1/pkg/common/bundleutil/marshal.go 05:27:29 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 05:27:29 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 05:27:29 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 05:27:29 spire-1.2.1/pkg/common/bundleutil/types.go 05:27:29 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 05:27:29 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 05:27:29 spire-1.2.1/pkg/common/catalog/ 05:27:29 spire-1.2.1/pkg/common/catalog/bind.go 05:27:29 spire-1.2.1/pkg/common/catalog/builtin.go 05:27:29 spire-1.2.1/pkg/common/catalog/catalog.go 05:27:29 spire-1.2.1/pkg/common/catalog/catalog_test.go 05:27:29 spire-1.2.1/pkg/common/catalog/closers.go 05:27:29 spire-1.2.1/pkg/common/catalog/cmd_linux.go 05:27:29 spire-1.2.1/pkg/common/catalog/cmd_other.go 05:27:29 spire-1.2.1/pkg/common/catalog/config.go 05:27:29 spire-1.2.1/pkg/common/catalog/config_test.go 05:27:29 spire-1.2.1/pkg/common/catalog/configure.go 05:27:29 spire-1.2.1/pkg/common/catalog/constraints.go 05:27:29 spire-1.2.1/pkg/common/catalog/constraints_test.go 05:27:29 spire-1.2.1/pkg/common/catalog/context.go 05:27:29 spire-1.2.1/pkg/common/catalog/external.go 05:27:29 spire-1.2.1/pkg/common/catalog/host.go 05:27:29 spire-1.2.1/pkg/common/catalog/pipenet.go 05:27:29 spire-1.2.1/pkg/common/catalog/plugin.go 05:27:29 spire-1.2.1/pkg/common/catalog/testplugin/ 05:27:29 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 05:27:29 spire-1.2.1/pkg/common/catalog/testplugin/main.go 05:27:29 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 05:27:29 spire-1.2.1/pkg/common/cli/ 05:27:29 spire-1.2.1/pkg/common/cli/env.go 05:27:29 spire-1.2.1/pkg/common/cli/flags.go 05:27:29 spire-1.2.1/pkg/common/cli/trust_domain.go 05:27:29 spire-1.2.1/pkg/common/cli/trust_domain_test.go 05:27:29 spire-1.2.1/pkg/common/cli/umask.go 05:27:29 spire-1.2.1/pkg/common/cli/umask_posix.go 05:27:29 spire-1.2.1/pkg/common/cli/umask_test.go 05:27:29 spire-1.2.1/pkg/common/cli/umask_windows.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/ 05:27:29 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/flag.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/flag_test.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/format.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/format_test.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/ 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 05:27:29 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 05:27:29 spire-1.2.1/pkg/common/coretypes/ 05:27:29 spire-1.2.1/pkg/common/coretypes/bundle/ 05:27:29 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 05:27:29 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 05:27:29 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 05:27:29 spire-1.2.1/pkg/common/coretypes/bundle/require.go 05:27:29 spire-1.2.1/pkg/common/coretypes/jwtkey/ 05:27:29 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 05:27:29 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 05:27:29 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 05:27:29 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 05:27:29 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 05:27:29 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 05:27:29 spire-1.2.1/pkg/common/coretypes/x509certificate/ 05:27:29 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 05:27:29 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 05:27:29 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 05:27:29 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 05:27:29 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 05:27:29 spire-1.2.1/pkg/common/cryptoutil/ 05:27:29 spire-1.2.1/pkg/common/cryptoutil/keys.go 05:27:29 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 05:27:29 spire-1.2.1/pkg/common/diskutil/ 05:27:29 spire-1.2.1/pkg/common/diskutil/file_posix.go 05:27:29 spire-1.2.1/pkg/common/diskutil/file_test.go 05:27:29 spire-1.2.1/pkg/common/diskutil/file_windows.go 05:27:29 spire-1.2.1/pkg/common/errorutil/ 05:27:29 spire-1.2.1/pkg/common/errorutil/wrapper.go 05:27:29 spire-1.2.1/pkg/common/health/ 05:27:29 spire-1.2.1/pkg/common/health/config.go 05:27:29 spire-1.2.1/pkg/common/health/context.go 05:27:29 spire-1.2.1/pkg/common/health/context_test.go 05:27:29 spire-1.2.1/pkg/common/health/health.go 05:27:29 spire-1.2.1/pkg/common/health/health_test.go 05:27:29 spire-1.2.1/pkg/common/health/logger.go 05:27:29 spire-1.2.1/pkg/common/hostservice/ 05:27:29 spire-1.2.1/pkg/common/hostservice/metricsservice/ 05:27:29 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 05:27:29 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 05:27:29 spire-1.2.1/pkg/common/idutil/ 05:27:29 spire-1.2.1/pkg/common/idutil/require.go 05:27:29 spire-1.2.1/pkg/common/idutil/require_test.go 05:27:29 spire-1.2.1/pkg/common/idutil/safety.go 05:27:29 spire-1.2.1/pkg/common/idutil/safety_test.go 05:27:29 spire-1.2.1/pkg/common/idutil/spiffeid.go 05:27:29 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 05:27:29 spire-1.2.1/pkg/common/jwtsvid/ 05:27:29 spire-1.2.1/pkg/common/jwtsvid/common.go 05:27:29 spire-1.2.1/pkg/common/jwtsvid/sign.go 05:27:29 spire-1.2.1/pkg/common/jwtsvid/token_test.go 05:27:29 spire-1.2.1/pkg/common/jwtsvid/validate.go 05:27:29 spire-1.2.1/pkg/common/jwtutil/ 05:27:29 spire-1.2.1/pkg/common/jwtutil/keyset.go 05:27:29 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 05:27:29 spire-1.2.1/pkg/common/log/ 05:27:29 spire-1.2.1/pkg/common/log/hclog_adapter.go 05:27:29 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 05:27:29 spire-1.2.1/pkg/common/log/log.go 05:27:29 spire-1.2.1/pkg/common/log/log_test.go 05:27:29 spire-1.2.1/pkg/common/log/options.go 05:27:29 spire-1.2.1/pkg/common/nodeutil/ 05:27:29 spire-1.2.1/pkg/common/nodeutil/node.go 05:27:29 spire-1.2.1/pkg/common/nodeutil/node_test.go 05:27:29 spire-1.2.1/pkg/common/peertracker/ 05:27:29 spire-1.2.1/pkg/common/peertracker/conn.go 05:27:29 spire-1.2.1/pkg/common/peertracker/credentials.go 05:27:29 spire-1.2.1/pkg/common/peertracker/errors.go 05:27:29 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 05:27:29 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 05:27:29 spire-1.2.1/pkg/common/peertracker/info.go 05:27:29 spire-1.2.1/pkg/common/peertracker/listener.go 05:27:29 spire-1.2.1/pkg/common/peertracker/listener_test.go 05:27:29 spire-1.2.1/pkg/common/peertracker/peertracker.go 05:27:29 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 05:27:29 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 05:27:29 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 05:27:29 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 05:27:29 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 05:27:29 spire-1.2.1/pkg/common/peertracker/tcp.go 05:27:29 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 05:27:29 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 05:27:29 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 05:27:29 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 05:27:29 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 05:27:29 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 05:27:29 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 05:27:29 spire-1.2.1/pkg/common/peertracker/uds.go 05:27:29 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 05:27:29 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 05:27:29 spire-1.2.1/pkg/common/peertracker/uds_linux.go 05:27:29 spire-1.2.1/pkg/common/pemutil/ 05:27:29 spire-1.2.1/pkg/common/pemutil/block.go 05:27:29 spire-1.2.1/pkg/common/pemutil/certs.go 05:27:29 spire-1.2.1/pkg/common/pemutil/common.go 05:27:29 spire-1.2.1/pkg/common/pemutil/csr.go 05:27:29 spire-1.2.1/pkg/common/pemutil/keys.go 05:27:29 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 05:27:29 spire-1.2.1/pkg/common/pemutil/testdata/ 05:27:29 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 05:27:29 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 05:27:29 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 05:27:29 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 05:27:29 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 05:27:29 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 05:27:29 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 05:27:29 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 05:27:29 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 05:27:29 spire-1.2.1/pkg/common/plugin/ 05:27:29 spire-1.2.1/pkg/common/plugin/aws/ 05:27:29 spire-1.2.1/pkg/common/plugin/aws/iid.go 05:27:29 spire-1.2.1/pkg/common/plugin/azure/ 05:27:29 spire-1.2.1/pkg/common/plugin/azure/msi.go 05:27:29 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 05:27:29 spire-1.2.1/pkg/common/plugin/facade.go 05:27:29 spire-1.2.1/pkg/common/plugin/facade_test.go 05:27:29 spire-1.2.1/pkg/common/plugin/gcp/ 05:27:29 spire-1.2.1/pkg/common/plugin/gcp/iit.go 05:27:29 spire-1.2.1/pkg/common/plugin/k8s/ 05:27:29 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 05:27:29 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 05:27:29 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 05:27:29 spire-1.2.1/pkg/common/plugin/k8s/utils.go 05:27:29 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 05:27:29 spire-1.2.1/pkg/common/plugin/log.go 05:27:29 spire-1.2.1/pkg/common/plugin/sshpop/ 05:27:29 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 05:27:29 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 05:27:29 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 05:27:29 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 05:27:29 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 05:27:29 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 05:27:29 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 05:27:29 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 05:27:29 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 05:27:29 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 05:27:29 spire-1.2.1/pkg/common/plugin/tpmdevid/ 05:27:29 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 05:27:29 spire-1.2.1/pkg/common/plugin/x509pop/ 05:27:29 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 05:27:29 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 05:27:29 spire-1.2.1/pkg/common/profiling/ 05:27:29 spire-1.2.1/pkg/common/profiling/dumpers.go 05:27:29 spire-1.2.1/pkg/common/profiling/profiling.go 05:27:29 spire-1.2.1/pkg/common/protoutil/ 05:27:29 spire-1.2.1/pkg/common/protoutil/masks.go 05:27:29 spire-1.2.1/pkg/common/protoutil/masks_test.go 05:27:29 spire-1.2.1/pkg/common/rotationutil/ 05:27:29 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 05:27:29 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 05:27:29 spire-1.2.1/pkg/common/selector/ 05:27:29 spire-1.2.1/pkg/common/selector/selector.go 05:27:29 spire-1.2.1/pkg/common/selector/selector_test.go 05:27:29 spire-1.2.1/pkg/common/selector/set.go 05:27:29 spire-1.2.1/pkg/common/selector/set_utils.go 05:27:29 spire-1.2.1/pkg/common/selector/set_utils_test.go 05:27:29 spire-1.2.1/pkg/common/telemetry/ 05:27:29 spire-1.2.1/pkg/common/telemetry/agent/ 05:27:29 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 05:27:29 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 05:27:29 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 05:27:29 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 05:27:29 spire-1.2.1/pkg/common/telemetry/agent/manager.go 05:27:29 spire-1.2.1/pkg/common/telemetry/agent/node.go 05:27:29 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 05:27:29 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 05:27:29 spire-1.2.1/pkg/common/telemetry/agent/store/ 05:27:29 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 05:27:29 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 05:27:29 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 05:27:29 spire-1.2.1/pkg/common/telemetry/blackhole.go 05:27:29 spire-1.2.1/pkg/common/telemetry/call.go 05:27:29 spire-1.2.1/pkg/common/telemetry/common/ 05:27:29 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 05:27:29 spire-1.2.1/pkg/common/telemetry/config.go 05:27:29 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 05:27:29 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 05:27:29 spire-1.2.1/pkg/common/telemetry/inmem.go 05:27:29 spire-1.2.1/pkg/common/telemetry/inmem_test.go 05:27:29 spire-1.2.1/pkg/common/telemetry/m3.go 05:27:29 spire-1.2.1/pkg/common/telemetry/m3_test.go 05:27:29 spire-1.2.1/pkg/common/telemetry/metrics.go 05:27:29 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 05:27:29 spire-1.2.1/pkg/common/telemetry/names.go 05:27:29 spire-1.2.1/pkg/common/telemetry/prometheus.go 05:27:29 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 05:27:29 spire-1.2.1/pkg/common/telemetry/sanitize.go 05:27:29 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 05:27:29 spire-1.2.1/pkg/common/telemetry/server/ 05:27:29 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 05:27:29 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 05:27:29 spire-1.2.1/pkg/common/telemetry/server/datastore/ 05:27:29 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 05:27:29 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 05:27:29 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 05:27:29 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 05:27:29 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 05:27:29 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 05:27:29 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 05:27:29 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 05:27:29 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 05:27:29 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 05:27:29 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 05:27:29 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 05:27:29 spire-1.2.1/pkg/common/telemetry/server/rotate.go 05:27:29 spire-1.2.1/pkg/common/telemetry/server/server.go 05:27:29 spire-1.2.1/pkg/common/telemetry/sink.go 05:27:29 spire-1.2.1/pkg/common/telemetry/statsd.go 05:27:29 spire-1.2.1/pkg/common/telemetry/statsd_test.go 05:27:29 spire-1.2.1/pkg/common/telemetry/uptime.go 05:27:29 spire-1.2.1/pkg/common/telemetry/version.go 05:27:29 spire-1.2.1/pkg/common/telemetry/withlabels.go 05:27:29 spire-1.2.1/pkg/common/uptime/ 05:27:29 spire-1.2.1/pkg/common/uptime/uptime.go 05:27:29 spire-1.2.1/pkg/common/uptime/uptime_test.go 05:27:29 spire-1.2.1/pkg/common/util/ 05:27:29 spire-1.2.1/pkg/common/util/certs.go 05:27:29 spire-1.2.1/pkg/common/util/certs_test.go 05:27:29 spire-1.2.1/pkg/common/util/csr.go 05:27:29 spire-1.2.1/pkg/common/util/hash.go 05:27:29 spire-1.2.1/pkg/common/util/selectors.go 05:27:29 spire-1.2.1/pkg/common/util/selectors_test.go 05:27:29 spire-1.2.1/pkg/common/util/signals.go 05:27:29 spire-1.2.1/pkg/common/util/sort.go 05:27:29 spire-1.2.1/pkg/common/util/sort_test.go 05:27:29 spire-1.2.1/pkg/common/util/task.go 05:27:29 spire-1.2.1/pkg/common/util/task_test.go 05:27:29 spire-1.2.1/pkg/common/util/testdata/ 05:27:29 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 05:27:29 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 05:27:29 spire-1.2.1/pkg/common/version/ 05:27:29 spire-1.2.1/pkg/common/version/version.go 05:27:29 spire-1.2.1/pkg/common/x509svid/ 05:27:29 spire-1.2.1/pkg/common/x509svid/common_test.go 05:27:29 spire-1.2.1/pkg/common/x509svid/csr.go 05:27:29 spire-1.2.1/pkg/common/x509svid/upstreamca.go 05:27:29 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 05:27:29 spire-1.2.1/pkg/common/x509util/ 05:27:29 spire-1.2.1/pkg/common/x509util/cert.go 05:27:29 spire-1.2.1/pkg/common/x509util/dns.go 05:27:29 spire-1.2.1/pkg/common/x509util/dns_test.go 05:27:29 spire-1.2.1/pkg/common/x509util/keyid.go 05:27:29 spire-1.2.1/pkg/common/x509util/keypair.go 05:27:29 spire-1.2.1/pkg/common/x509util/serialnumber.go 05:27:29 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 05:27:29 spire-1.2.1/pkg/server/ 05:27:29 spire-1.2.1/pkg/server/api/ 05:27:29 spire-1.2.1/pkg/server/api/agent.go 05:27:29 spire-1.2.1/pkg/server/api/agent/ 05:27:29 spire-1.2.1/pkg/server/api/agent/v1/ 05:27:29 spire-1.2.1/pkg/server/api/agent/v1/service.go 05:27:29 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 05:27:29 spire-1.2.1/pkg/server/api/agent_test.go 05:27:29 spire-1.2.1/pkg/server/api/api.go 05:27:29 spire-1.2.1/pkg/server/api/audit/ 05:27:29 spire-1.2.1/pkg/server/api/audit/audit.go 05:27:29 spire-1.2.1/pkg/server/api/audit/audit_test.go 05:27:29 spire-1.2.1/pkg/server/api/bundle.go 05:27:29 spire-1.2.1/pkg/server/api/bundle/ 05:27:29 spire-1.2.1/pkg/server/api/bundle/v1/ 05:27:29 spire-1.2.1/pkg/server/api/bundle/v1/service.go 05:27:29 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 05:27:29 spire-1.2.1/pkg/server/api/bundle_test.go 05:27:29 spire-1.2.1/pkg/server/api/debug/ 05:27:29 spire-1.2.1/pkg/server/api/debug/v1/ 05:27:29 spire-1.2.1/pkg/server/api/debug/v1/service.go 05:27:29 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 05:27:29 spire-1.2.1/pkg/server/api/entry.go 05:27:29 spire-1.2.1/pkg/server/api/entry/ 05:27:29 spire-1.2.1/pkg/server/api/entry/v1/ 05:27:29 spire-1.2.1/pkg/server/api/entry/v1/service.go 05:27:29 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 05:27:29 spire-1.2.1/pkg/server/api/entry_test.go 05:27:29 spire-1.2.1/pkg/server/api/health/ 05:27:29 spire-1.2.1/pkg/server/api/health/v1/ 05:27:29 spire-1.2.1/pkg/server/api/health/v1/service.go 05:27:29 spire-1.2.1/pkg/server/api/health/v1/service_test.go 05:27:29 spire-1.2.1/pkg/server/api/id.go 05:27:29 spire-1.2.1/pkg/server/api/id_test.go 05:27:29 spire-1.2.1/pkg/server/api/limits/ 05:27:29 spire-1.2.1/pkg/server/api/limits/limits.go 05:27:29 spire-1.2.1/pkg/server/api/middleware/ 05:27:29 spire-1.2.1/pkg/server/api/middleware/alias.go 05:27:29 spire-1.2.1/pkg/server/api/middleware/audit.go 05:27:29 spire-1.2.1/pkg/server/api/middleware/authorization.go 05:27:29 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 05:27:29 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 05:27:29 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 05:27:29 spire-1.2.1/pkg/server/api/middleware/caller.go 05:27:29 spire-1.2.1/pkg/server/api/middleware/caller_test.go 05:27:29 spire-1.2.1/pkg/server/api/middleware/common.go 05:27:29 spire-1.2.1/pkg/server/api/middleware/common_test.go 05:27:29 spire-1.2.1/pkg/server/api/middleware/entries.go 05:27:29 spire-1.2.1/pkg/server/api/middleware/entries_test.go 05:27:29 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 05:27:29 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 05:27:29 spire-1.2.1/pkg/server/api/ratelimit.go 05:27:29 spire-1.2.1/pkg/server/api/rpccontext/ 05:27:29 spire-1.2.1/pkg/server/api/rpccontext/alias.go 05:27:29 spire-1.2.1/pkg/server/api/rpccontext/audit.go 05:27:29 spire-1.2.1/pkg/server/api/rpccontext/caller.go 05:27:29 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 05:27:29 spire-1.2.1/pkg/server/api/selector.go 05:27:29 spire-1.2.1/pkg/server/api/selector_test.go 05:27:29 spire-1.2.1/pkg/server/api/status.go 05:27:29 spire-1.2.1/pkg/server/api/status_test.go 05:27:29 spire-1.2.1/pkg/server/api/svid/ 05:27:29 spire-1.2.1/pkg/server/api/svid/v1/ 05:27:29 spire-1.2.1/pkg/server/api/svid/v1/service.go 05:27:29 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 05:27:29 spire-1.2.1/pkg/server/api/trustdomain.go 05:27:29 spire-1.2.1/pkg/server/api/trustdomain/ 05:27:29 spire-1.2.1/pkg/server/api/trustdomain/v1/ 05:27:29 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 05:27:29 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 05:27:29 spire-1.2.1/pkg/server/api/trustdomain_test.go 05:27:29 spire-1.2.1/pkg/server/authpolicy/ 05:27:29 spire-1.2.1/pkg/server/authpolicy/defaults.go 05:27:29 spire-1.2.1/pkg/server/authpolicy/policy.go 05:27:29 spire-1.2.1/pkg/server/authpolicy/policy.rego 05:27:29 spire-1.2.1/pkg/server/authpolicy/policy_data.json 05:27:29 spire-1.2.1/pkg/server/authpolicy/policy_test.go 05:27:29 spire-1.2.1/pkg/server/authpolicy/validate.go 05:27:29 spire-1.2.1/pkg/server/bundle/ 05:27:29 spire-1.2.1/pkg/server/bundle/client/ 05:27:29 spire-1.2.1/pkg/server/bundle/client/client.go 05:27:29 spire-1.2.1/pkg/server/bundle/client/client_test.go 05:27:29 spire-1.2.1/pkg/server/bundle/client/manager.go 05:27:29 spire-1.2.1/pkg/server/bundle/client/manager_test.go 05:27:29 spire-1.2.1/pkg/server/bundle/client/sources.go 05:27:29 spire-1.2.1/pkg/server/bundle/client/sources_test.go 05:27:29 spire-1.2.1/pkg/server/bundle/client/updater.go 05:27:29 spire-1.2.1/pkg/server/bundle/client/updater_test.go 05:27:29 spire-1.2.1/pkg/server/ca/ 05:27:29 spire-1.2.1/pkg/server/ca/ca.go 05:27:29 spire-1.2.1/pkg/server/ca/ca_health.go 05:27:29 spire-1.2.1/pkg/server/ca/ca_test.go 05:27:29 spire-1.2.1/pkg/server/ca/journal.go 05:27:29 spire-1.2.1/pkg/server/ca/journal_test.go 05:27:29 spire-1.2.1/pkg/server/ca/manager.go 05:27:29 spire-1.2.1/pkg/server/ca/manager_health.go 05:27:29 spire-1.2.1/pkg/server/ca/manager_test.go 05:27:29 spire-1.2.1/pkg/server/ca/templates.go 05:27:29 spire-1.2.1/pkg/server/ca/upstream_client.go 05:27:29 spire-1.2.1/pkg/server/ca/upstream_client_test.go 05:27:29 spire-1.2.1/pkg/server/ca/validation.go 05:27:29 spire-1.2.1/pkg/server/cache/ 05:27:29 spire-1.2.1/pkg/server/cache/dscache/ 05:27:29 spire-1.2.1/pkg/server/cache/dscache/cache.go 05:27:29 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 05:27:29 spire-1.2.1/pkg/server/cache/entrycache/ 05:27:29 spire-1.2.1/pkg/server/cache/entrycache/cache.go 05:27:29 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 05:27:29 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 05:27:29 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 05:27:29 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 05:27:29 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 05:27:29 spire-1.2.1/pkg/server/catalog/ 05:27:29 spire-1.2.1/pkg/server/catalog/catalog.go 05:27:29 spire-1.2.1/pkg/server/catalog/keymanager.go 05:27:29 spire-1.2.1/pkg/server/catalog/nodeattestor.go 05:27:29 spire-1.2.1/pkg/server/catalog/noderesolver.go 05:27:29 spire-1.2.1/pkg/server/catalog/notifier.go 05:27:29 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 05:27:29 spire-1.2.1/pkg/server/config.go 05:27:29 spire-1.2.1/pkg/server/datastore/ 05:27:29 spire-1.2.1/pkg/server/datastore/datastore.go 05:27:29 spire-1.2.1/pkg/server/datastore/datastore_health.go 05:27:29 spire-1.2.1/pkg/server/datastore/repository.go 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/ 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 05:27:29 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 05:27:29 spire-1.2.1/pkg/server/endpoints/ 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/ 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/config.go 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/server.go 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 05:27:29 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 05:27:29 spire-1.2.1/pkg/server/endpoints/config.go 05:27:29 spire-1.2.1/pkg/server/endpoints/endpoints.go 05:27:29 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 05:27:29 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 05:27:29 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 05:27:29 spire-1.2.1/pkg/server/endpoints/middleware.go 05:27:29 spire-1.2.1/pkg/server/endpoints/middleware_test.go 05:27:29 spire-1.2.1/pkg/server/hostservice/ 05:27:29 spire-1.2.1/pkg/server/hostservice/agentstore/ 05:27:29 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 05:27:29 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 05:27:29 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 05:27:29 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 05:27:29 spire-1.2.1/pkg/server/hostservice/identityprovider/ 05:27:29 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 05:27:29 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/ 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/ 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/base/ 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/test/ 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 05:27:29 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/ 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 05:27:29 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/noderesolver/ 05:27:29 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 05:27:29 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 05:27:29 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 05:27:29 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 05:27:29 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 05:27:29 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 05:27:29 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/notifier/ 05:27:29 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 05:27:29 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 05:27:29 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 05:27:29 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 05:27:29 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 05:27:29 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 05:27:29 spire-1.2.1/pkg/server/plugin/notifier/repository.go 05:27:29 spire-1.2.1/pkg/server/plugin/notifier/v1.go 05:27:29 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 05:27:29 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 05:27:30 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 05:27:30 spire-1.2.1/pkg/server/registration/ 05:27:30 spire-1.2.1/pkg/server/registration/manager.go 05:27:30 spire-1.2.1/pkg/server/registration/manager_test.go 05:27:30 spire-1.2.1/pkg/server/scanentries.go 05:27:30 spire-1.2.1/pkg/server/scanentries_test.go 05:27:30 spire-1.2.1/pkg/server/server.go 05:27:30 spire-1.2.1/pkg/server/server_test.go 05:27:30 spire-1.2.1/pkg/server/svid/ 05:27:30 spire-1.2.1/pkg/server/svid/observer.go 05:27:30 spire-1.2.1/pkg/server/svid/observer_test.go 05:27:30 spire-1.2.1/pkg/server/svid/rotator.go 05:27:30 spire-1.2.1/pkg/server/svid/rotator_config.go 05:27:30 spire-1.2.1/pkg/server/svid/rotator_config_test.go 05:27:30 spire-1.2.1/pkg/server/svid/rotator_test.go 05:27:30 spire-1.2.1/proto/ 05:27:30 spire-1.2.1/proto/private/ 05:27:30 spire-1.2.1/proto/private/server/ 05:27:30 spire-1.2.1/proto/private/server/journal/ 05:27:30 spire-1.2.1/proto/private/server/journal/journal.pb.go 05:27:30 spire-1.2.1/proto/private/server/journal/journal.proto 05:27:30 spire-1.2.1/proto/spire/ 05:27:30 spire-1.2.1/proto/spire/common/ 05:27:30 spire-1.2.1/proto/spire/common/common.pb.go 05:27:30 spire-1.2.1/proto/spire/common/common.proto 05:27:30 spire-1.2.1/proto/spire/common/plugin/ 05:27:30 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 05:27:30 spire-1.2.1/proto/spire/common/plugin/plugin.proto 05:27:30 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 05:27:30 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 05:27:30 spire-1.2.1/proto/spire/plugin/ 05:27:30 spire-1.2.1/proto/spire/plugin/agent/ 05:27:30 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 05:27:30 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 05:27:30 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 05:27:30 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 05:27:30 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 05:27:30 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 05:27:30 spire-1.2.1/release/ 05:27:30 spire-1.2.1/release/spire-extras/ 05:27:30 spire-1.2.1/release/spire-extras/README.md 05:27:30 spire-1.2.1/release/spire-extras/conf/ 05:27:30 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 05:27:30 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 05:27:30 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 05:27:30 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 05:27:30 spire-1.2.1/release/spire/ 05:27:30 spire-1.2.1/release/spire/README.md 05:27:30 spire-1.2.1/release/spire/conf/ 05:27:30 spire-1.2.1/release/spire/conf/agent/ 05:27:30 spire-1.2.1/release/spire/conf/agent/agent.conf 05:27:30 spire-1.2.1/release/spire/conf/server/ 05:27:30 spire-1.2.1/release/spire/conf/server/server.conf 05:27:30 spire-1.2.1/script/ 05:27:30 spire-1.2.1/script/build-artifact.sh 05:27:30 spire-1.2.1/script/generate_dummy_ca.sh 05:27:30 spire-1.2.1/support/ 05:27:30 spire-1.2.1/support/k8s/ 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/ 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 05:27:30 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 05:27:30 spire-1.2.1/support/oidc-discovery-provider/ 05:27:30 spire-1.2.1/support/oidc-discovery-provider/README.md 05:27:30 spire-1.2.1/support/oidc-discovery-provider/common_test.go 05:27:30 spire-1.2.1/support/oidc-discovery-provider/config.go 05:27:30 spire-1.2.1/support/oidc-discovery-provider/config_test.go 05:27:30 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 05:27:30 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 05:27:30 spire-1.2.1/support/oidc-discovery-provider/handler.go 05:27:30 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 05:27:30 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 05:27:30 spire-1.2.1/support/oidc-discovery-provider/main.go 05:27:30 spire-1.2.1/support/oidc-discovery-provider/server_api.go 05:27:30 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 05:27:30 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 05:27:30 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 05:27:30 spire-1.2.1/test/ 05:27:30 spire-1.2.1/test/clock/ 05:27:30 spire-1.2.1/test/clock/clock.go 05:27:30 spire-1.2.1/test/fakes/ 05:27:30 spire-1.2.1/test/fakes/fakeagentcatalog/ 05:27:30 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 05:27:30 spire-1.2.1/test/fakes/fakeagentkeymanager/ 05:27:30 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 05:27:30 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 05:27:30 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 05:27:30 spire-1.2.1/test/fakes/fakeagentstore/ 05:27:30 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 05:27:30 spire-1.2.1/test/fakes/fakedatastore/ 05:27:30 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 05:27:30 spire-1.2.1/test/fakes/fakeentryclient/ 05:27:30 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 05:27:30 spire-1.2.1/test/fakes/fakehealthchecker/ 05:27:30 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 05:27:30 spire-1.2.1/test/fakes/fakeidentityprovider/ 05:27:30 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 05:27:30 spire-1.2.1/test/fakes/fakemetrics/ 05:27:30 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 05:27:30 spire-1.2.1/test/fakes/fakenoderesolver/ 05:27:30 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 05:27:30 spire-1.2.1/test/fakes/fakenotifier/ 05:27:30 spire-1.2.1/test/fakes/fakenotifier/notifier.go 05:27:30 spire-1.2.1/test/fakes/fakepluginmetrics/ 05:27:30 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 05:27:30 spire-1.2.1/test/fakes/fakeserverca/ 05:27:30 spire-1.2.1/test/fakes/fakeserverca/serverca.go 05:27:30 spire-1.2.1/test/fakes/fakeservercatalog/ 05:27:30 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 05:27:30 spire-1.2.1/test/fakes/fakeserverkeymanager/ 05:27:30 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 05:27:30 spire-1.2.1/test/fakes/fakeservernodeattestor/ 05:27:30 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 05:27:30 spire-1.2.1/test/fakes/fakeupstreamauthority/ 05:27:30 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 05:27:30 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 05:27:30 spire-1.2.1/test/fakes/fakeworkloadapi/ 05:27:30 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 05:27:30 spire-1.2.1/test/fakes/fakeworkloadattestor/ 05:27:30 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 05:27:30 spire-1.2.1/test/fixture/ 05:27:30 spire-1.2.1/test/fixture/certs/ 05:27:30 spire-1.2.1/test/fixture/certs/agent_svid.der 05:27:30 spire-1.2.1/test/fixture/certs/base_cert.pem 05:27:30 spire-1.2.1/test/fixture/certs/base_csr.pem 05:27:30 spire-1.2.1/test/fixture/certs/base_key.pem 05:27:30 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 05:27:30 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 05:27:30 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 05:27:30 spire-1.2.1/test/fixture/certs/blog_cert.pem 05:27:30 spire-1.2.1/test/fixture/certs/blog_csr.pem 05:27:30 spire-1.2.1/test/fixture/certs/blog_key.pem 05:27:30 spire-1.2.1/test/fixture/certs/bundle.der 05:27:30 spire-1.2.1/test/fixture/certs/ca.pem 05:27:30 spire-1.2.1/test/fixture/certs/ca_key.pem 05:27:30 spire-1.2.1/test/fixture/certs/database_cert.pem 05:27:30 spire-1.2.1/test/fixture/certs/database_csr.pem 05:27:30 spire-1.2.1/test/fixture/certs/database_key.pem 05:27:30 spire-1.2.1/test/fixture/certs/node_cert.pem 05:27:30 spire-1.2.1/test/fixture/certs/node_csr.pem 05:27:30 spire-1.2.1/test/fixture/certs/node_key.pem 05:27:30 spire-1.2.1/test/fixture/certs/svid.pem 05:27:30 spire-1.2.1/test/fixture/certs/svid_key.pem 05:27:30 spire-1.2.1/test/fixture/config/ 05:27:30 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 05:27:30 spire-1.2.1/test/fixture/config/agent_good.conf 05:27:30 spire-1.2.1/test/fixture/config/agent_good_templated.conf 05:27:30 spire-1.2.1/test/fixture/config/plugin_good.conf 05:27:30 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 05:27:30 spire-1.2.1/test/fixture/config/server_good.conf 05:27:30 spire-1.2.1/test/fixture/config/server_good_templated.conf 05:27:30 spire-1.2.1/test/fixture/fixture.go 05:27:30 spire-1.2.1/test/fixture/nodeattestor/ 05:27:30 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 05:27:30 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 05:27:30 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 05:27:30 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 05:27:30 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 05:27:30 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 05:27:30 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 05:27:30 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 05:27:30 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 05:27:30 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 05:27:30 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 05:27:30 spire-1.2.1/test/fixture/registration/ 05:27:30 spire-1.2.1/test/fixture/registration/entries.json 05:27:30 spire-1.2.1/test/fixture/registration/good-for-update.json 05:27:30 spire-1.2.1/test/fixture/registration/good.json 05:27:30 spire-1.2.1/test/fixture/registration/invalid.json 05:27:30 spire-1.2.1/test/fixture/registration/invalid_json.json 05:27:30 spire-1.2.1/test/fixture/registration/manager_test_entries.json 05:27:30 spire-1.2.1/test/integration/ 05:27:30 spire-1.2.1/test/integration/README.md 05:27:30 spire-1.2.1/test/integration/common 05:27:30 spire-1.2.1/test/integration/setup/ 05:27:30 spire-1.2.1/test/integration/setup/adminclient/ 05:27:30 spire-1.2.1/test/integration/setup/adminclient/build.sh 05:27:30 spire-1.2.1/test/integration/setup/adminclient/client.go 05:27:30 spire-1.2.1/test/integration/setup/debugagent/ 05:27:30 spire-1.2.1/test/integration/setup/debugagent/build.sh 05:27:30 spire-1.2.1/test/integration/setup/debugagent/main.go 05:27:30 spire-1.2.1/test/integration/setup/debugserver/ 05:27:30 spire-1.2.1/test/integration/setup/debugserver/build.sh 05:27:30 spire-1.2.1/test/integration/setup/debugserver/main.go 05:27:30 spire-1.2.1/test/integration/setup/downstreamclient/ 05:27:30 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 05:27:30 spire-1.2.1/test/integration/setup/downstreamclient/client.go 05:27:30 spire-1.2.1/test/integration/setup/itclient/ 05:27:30 spire-1.2.1/test/integration/setup/itclient/client.go 05:27:30 spire-1.2.1/test/integration/setup/node-attestation/ 05:27:30 spire-1.2.1/test/integration/setup/node-attestation/build.sh 05:27:30 spire-1.2.1/test/integration/setup/node-attestation/client.go 05:27:30 spire-1.2.1/test/integration/setup/x509pop/ 05:27:30 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 05:27:30 spire-1.2.1/test/integration/setup/x509pop/setup.sh 05:27:30 spire-1.2.1/test/integration/suites/ 05:27:30 spire-1.2.1/test/integration/suites/admin-endpoints/ 05:27:30 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 05:27:30 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 05:27:30 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 05:27:30 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 05:27:30 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 05:27:30 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 05:27:30 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 05:27:30 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 05:27:30 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 05:27:30 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 05:27:30 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 05:27:30 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 05:27:30 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 05:27:30 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 05:27:30 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 05:27:30 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 05:27:30 spire-1.2.1/test/integration/suites/datastore-mysql/ 05:27:30 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 05:27:30 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 05:27:30 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 05:27:30 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres/ 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 05:27:30 spire-1.2.1/test/integration/suites/debug-endpoints/ 05:27:30 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 05:27:30 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 05:27:30 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 05:27:30 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 05:27:30 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 05:27:30 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 05:27:30 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 05:27:30 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 05:27:30 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 05:27:30 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 05:27:30 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 05:27:30 spire-1.2.1/test/integration/suites/downstream-endpoints/ 05:27:30 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 05:27:30 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 05:27:30 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 05:27:30 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 05:27:30 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 05:27:30 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 05:27:30 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 05:27:30 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 05:27:30 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 05:27:30 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 05:27:30 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 05:27:30 spire-1.2.1/test/integration/suites/join-token/ 05:27:30 spire-1.2.1/test/integration/suites/join-token/01-start-server 05:27:30 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 05:27:30 spire-1.2.1/test/integration/suites/join-token/03-start-agent 05:27:30 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 05:27:30 spire-1.2.1/test/integration/suites/join-token/05-check-svid 05:27:30 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 05:27:30 spire-1.2.1/test/integration/suites/join-token/README.md 05:27:30 spire-1.2.1/test/integration/suites/join-token/conf/ 05:27:30 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 05:27:30 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/join-token/conf/server/ 05:27:30 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/join-token/teardown 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/ 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 05:27:30 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/ 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 05:27:30 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 05:27:30 spire-1.2.1/test/integration/suites/k8s/ 05:27:30 spire-1.2.1/test/integration/suites/k8s/00-setup 05:27:30 spire-1.2.1/test/integration/suites/k8s/01-apply-config 05:27:30 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 05:27:30 spire-1.2.1/test/integration/suites/k8s/README.md 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/ 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/server/ 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 05:27:30 spire-1.2.1/test/integration/suites/k8s/init-kubectl 05:27:30 spire-1.2.1/test/integration/suites/k8s/teardown 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/README.md 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/root/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/nested-rotation/teardown 05:27:30 spire-1.2.1/test/integration/suites/node-attestation/ 05:27:30 spire-1.2.1/test/integration/suites/node-attestation/00-setup 05:27:30 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 05:27:30 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 05:27:30 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 05:27:30 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 05:27:30 spire-1.2.1/test/integration/suites/node-attestation/README.md 05:27:30 spire-1.2.1/test/integration/suites/node-attestation/conf/ 05:27:30 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 05:27:30 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 05:27:30 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/node-attestation/teardown 05:27:30 spire-1.2.1/test/integration/suites/rotation/ 05:27:30 spire-1.2.1/test/integration/suites/rotation/00-setup 05:27:30 spire-1.2.1/test/integration/suites/rotation/01-start-server 05:27:30 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 05:27:30 spire-1.2.1/test/integration/suites/rotation/03-start-agent 05:27:30 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 05:27:30 spire-1.2.1/test/integration/suites/rotation/05-check-svids 05:27:30 spire-1.2.1/test/integration/suites/rotation/README.md 05:27:30 spire-1.2.1/test/integration/suites/rotation/conf/ 05:27:30 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 05:27:30 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/rotation/conf/server/ 05:27:30 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/rotation/teardown 05:27:30 spire-1.2.1/test/integration/suites/self-test/ 05:27:30 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 05:27:30 spire-1.2.1/test/integration/suites/self-test/README.md 05:27:30 spire-1.2.1/test/integration/suites/self-test/teardown 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/ 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 05:27:30 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 05:27:30 spire-1.2.1/test/integration/suites/upgrade/ 05:27:30 spire-1.2.1/test/integration/suites/upgrade/00-setup 05:27:30 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 05:27:30 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 05:27:30 spire-1.2.1/test/integration/suites/upgrade/README.md 05:27:30 spire-1.2.1/test/integration/suites/upgrade/conf/ 05:27:30 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 05:27:30 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 05:27:30 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 05:27:30 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 05:27:30 spire-1.2.1/test/integration/suites/upgrade/teardown 05:27:30 spire-1.2.1/test/integration/suites/upgrade/versions.txt 05:27:30 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 05:27:30 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 05:27:30 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 05:27:30 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 05:27:30 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 05:27:30 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 05:27:30 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 05:27:30 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 05:27:30 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 05:27:30 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 05:27:30 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 05:27:30 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 05:27:30 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 05:27:30 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 05:27:30 spire-1.2.1/test/integration/test-one.sh 05:27:30 spire-1.2.1/test/integration/test.sh 05:27:30 spire-1.2.1/test/plugintest/ 05:27:30 spire-1.2.1/test/plugintest/config.go 05:27:30 spire-1.2.1/test/plugintest/load.go 05:27:30 spire-1.2.1/test/plugintest/option.go 05:27:30 spire-1.2.1/test/spiretest/ 05:27:30 spire-1.2.1/test/spiretest/apiserver.go 05:27:30 spire-1.2.1/test/spiretest/assertions.go 05:27:30 spire-1.2.1/test/spiretest/dir.go 05:27:30 spire-1.2.1/test/spiretest/errors_posix.go 05:27:30 spire-1.2.1/test/spiretest/errors_windows.go 05:27:30 spire-1.2.1/test/spiretest/logs.go 05:27:30 spire-1.2.1/test/spiretest/socketapi.go 05:27:30 spire-1.2.1/test/spiretest/suite.go 05:27:30 spire-1.2.1/test/spiretest/x509.go 05:27:30 spire-1.2.1/test/testca/ 05:27:30 spire-1.2.1/test/testca/ca.go 05:27:30 spire-1.2.1/test/testkey/ 05:27:30 spire-1.2.1/test/testkey/generate.sh 05:27:30 spire-1.2.1/test/testkey/genkeys.go 05:27:30 spire-1.2.1/test/testkey/keys.go 05:27:30 spire-1.2.1/test/testkey/new.go 05:27:30 spire-1.2.1/test/tpmsimulator/ 05:27:30 spire-1.2.1/test/tpmsimulator/simulator.go 05:27:30 spire-1.2.1/test/util/ 05:27:30 spire-1.2.1/test/util/cert_fixtures.go 05:27:30 spire-1.2.1/test/util/cert_generation.go 05:27:30 spire-1.2.1/test/util/io_redirection.go 05:27:30 spire-1.2.1/test/util/race.go 05:27:30 spire-1.2.1/test/util/util.go 05:27:30 building spire from source... 05:27:31 Installing go1.17.7... 05:27:58 Building bin/spire-server... 05:27:58 go: downloading github.com/mitchellh/cli v1.1.2 05:27:58 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 05:27:58 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 05:27:58 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 05:27:58 go: downloading google.golang.org/grpc v1.44.0 05:27:58 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 05:27:59 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 05:28:00 go: downloading github.com/imdario/mergo v0.3.12 05:28:00 go: downloading github.com/sirupsen/logrus v1.8.1 05:28:02 go: downloading github.com/hashicorp/go-hclog v1.1.0 05:28:03 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 05:28:03 go: downloading github.com/fatih/color v1.13.0 05:28:03 go: downloading github.com/mattn/go-isatty v0.0.14 05:28:03 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 05:28:03 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 05:28:03 go: downloading github.com/hashicorp/go-plugin v1.4.3 05:28:03 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 05:28:04 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 05:28:04 go: downloading github.com/InVisionApp/go-logger v1.0.1 05:28:04 go: downloading github.com/armon/go-metrics v0.3.10 05:28:05 go: downloading github.com/prometheus/client_golang v1.12.1 05:28:05 go: downloading github.com/uber-go/tally/v4 v4.1.1 05:28:06 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 05:28:06 go: downloading github.com/open-policy-agent/opa v0.38.0 05:28:21 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 05:28:21 go: downloading github.com/mattn/go-colorable v0.1.12 05:28:21 go: downloading github.com/Masterminds/semver v1.5.0 05:28:21 go: downloading github.com/Masterminds/goutils v1.1.0 05:28:21 go: downloading github.com/google/uuid v1.1.2 05:28:22 go: downloading github.com/huandu/xstrings v1.3.2 05:28:22 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 05:28:22 go: downloading github.com/oklog/run v1.0.0 05:28:22 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 05:28:22 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 05:28:22 go: downloading github.com/prometheus/client_model v0.2.0 05:28:22 go: downloading github.com/prometheus/common v0.32.1 05:28:22 go: downloading github.com/beorn7/perks v1.0.1 05:28:22 go: downloading github.com/cespare/xxhash/v2 v2.1.2 05:28:23 go: downloading github.com/prometheus/procfs v0.7.3 05:28:24 go: downloading go.uber.org/atomic v1.9.0 05:28:25 go: downloading github.com/imkira/go-observer v1.0.3 05:28:25 go: downloading github.com/hashicorp/errwrap v1.1.0 05:28:25 go: downloading github.com/mitchellh/reflectwalk v1.0.1 05:28:25 go: downloading github.com/hashicorp/golang-lru v0.5.4 05:28:25 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 05:28:26 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 05:28:26 go: downloading github.com/blang/semver/v4 v4.0.0 05:28:26 go: downloading github.com/go-sql-driver/mysql v1.6.0 05:28:26 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 05:28:26 go: downloading github.com/jinzhu/gorm v1.9.16 05:28:27 go: downloading github.com/mattn/go-sqlite3 v1.14.12 05:28:27 go: downloading github.com/lib/pq v1.10.4 05:28:27 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 05:28:28 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 05:28:32 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 05:28:42 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 05:28:42 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 05:28:42 go: downloading github.com/stretchr/testify v1.7.0 05:28:43 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 05:28:43 go: downloading github.com/aws/aws-sdk-go v1.43.0 05:29:10 go: downloading google.golang.org/api v0.70.0 05:29:10 go: downloading k8s.io/client-go v0.23.4 05:29:10 go: downloading k8s.io/api v0.23.4 05:29:20 go: downloading github.com/google/go-tpm v0.3.3 05:29:20 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 05:29:53 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 05:29:53 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 05:29:53 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 05:29:53 go: downloading cloud.google.com/go/storage v1.21.0 05:29:53 go: downloading cloud.google.com/go v0.100.2 05:29:53 go: downloading k8s.io/apimachinery v0.23.4 05:29:54 go: downloading k8s.io/kube-aggregator v0.23.3 05:29:55 go: downloading sigs.k8s.io/controller-runtime v0.11.1 05:29:57 go: downloading cloud.google.com/go/security v1.3.0 05:29:57 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 05:29:58 go: downloading github.com/hashicorp/vault/api v1.4.1 05:29:58 go: downloading github.com/twmb/murmur3 v1.1.6 05:29:58 go: downloading gopkg.in/yaml.v2 v2.4.0 05:29:58 go: downloading github.com/OneOfOne/xxhash v1.2.8 05:29:59 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 05:29:59 go: downloading github.com/gobwas/glob v0.2.3 05:29:59 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 05:29:59 go: downloading github.com/jinzhu/inflection v1.0.0 05:29:59 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 05:30:00 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 05:30:00 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 05:30:00 go: downloading github.com/aws/smithy-go v1.11.0 05:30:02 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 05:30:02 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 05:30:02 go: downloading github.com/gogo/protobuf v1.3.2 05:30:07 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 05:30:07 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 05:30:08 go: downloading github.com/Azure/go-autorest/logger v0.2.1 05:30:08 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 05:30:08 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 05:30:08 go: downloading github.com/dimchansky/utfbom v1.1.1 05:30:08 go: downloading cloud.google.com/go/compute v1.3.0 05:30:09 go: downloading cloud.google.com/go/iam v0.1.1 05:30:09 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 05:30:09 go: downloading k8s.io/klog/v2 v2.30.0 05:30:09 go: downloading github.com/google/gofuzz v1.1.0 05:30:10 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 05:30:11 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 05:30:12 go: downloading github.com/spf13/pflag v1.0.5 05:30:13 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 05:30:13 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 05:30:14 go: downloading github.com/tklauser/go-sysconf v0.3.9 05:30:14 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 05:30:14 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 05:30:14 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 05:30:15 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 05:30:15 go: downloading github.com/hashicorp/vault/sdk v0.4.1 05:30:16 go: downloading github.com/mitchellh/mapstructure v1.4.3 05:30:16 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 05:30:17 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 05:30:17 go: downloading github.com/jmespath/go-jmespath v0.4.0 05:30:19 go: downloading go.opencensus.io v0.23.0 05:30:19 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 05:30:19 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 05:30:20 go: downloading gopkg.in/inf.v0 v0.9.1 05:30:20 go: downloading github.com/go-logr/logr v1.2.2 05:30:20 go: downloading github.com/google/go-cmp v0.5.7 05:30:20 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 05:30:21 go: downloading github.com/json-iterator/go v1.1.12 05:30:21 go: downloading github.com/googleapis/gnostic v0.5.5 05:30:25 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 05:30:27 go: downloading github.com/tklauser/numcpus v0.3.0 05:30:27 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 05:30:27 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 05:30:27 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 05:30:27 go: downloading go.uber.org/zap v1.21.0 05:30:28 go: downloading sigs.k8s.io/yaml v1.3.0 05:30:28 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 05:30:28 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 05:30:28 go: downloading github.com/modern-go/reflect2 v1.0.2 05:30:29 go: downloading github.com/ryanuber/go-glob v1.0.0 05:30:29 go: downloading github.com/golang/snappy v0.0.4 05:30:29 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 05:30:41 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 05:30:41 go: downloading github.com/hashicorp/go-uuid v1.0.2 05:30:41 go: downloading github.com/hashicorp/go-version v1.2.0 05:30:41 go: downloading go.uber.org/multierr v1.6.0 05:31:08 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 05:31:08 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 05:32:16 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 05:32: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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:32:26 Removing intermediate container 8ea3a1b43f68 05:32:26 ---> ea368b2f4f0c 05:32:26 05:32:26 Step 10/23 : FROM alpine:3.14 05:32:26 3.14: Pulling from library/alpine 05:32:29 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 05:32:29 Status: Downloaded newer image for alpine:3.14 05:32:29 ---> ac73e934f311 05:32:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 05:32:30 ---> Running in cdcdaed4f76b 05:32:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 05:32:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 05:32:34 (1/1) Installing dumb-init (1.2.5-r1) 05:32:34 Executing busybox-1.33.1-r7.trigger 05:32:34 OK: 5 MiB in 15 packages 05:32:36 Removing intermediate container cdcdaed4f76b 05:32:36 ---> 069b5d8cf000 05:32:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:32:36 ---> Running in 42f7cbd7526f 05:32:37 Removing intermediate container 42f7cbd7526f 05:32:37 ---> 0e18336b2633 05:32:37 Step 13/23 : ENV APP_PORT=59882 05:32:37 ---> Running in 09e57039d3ae 05:32:39 Removing intermediate container 09e57039d3ae 05:32:39 ---> b10d9cc4fc89 05:32:39 Step 14/23 : EXPOSE $APP_PORT 05:32:39 ---> Running in 9abdc0a99201 05:32:40 Removing intermediate container 9abdc0a99201 05:32:40 ---> 334ccb792557 05:32:40 Step 15/23 : WORKDIR / 05:32:40 Removing intermediate container 9059ae1d6e81 05:32:40 ---> 5ae25b036916 05:32:40 05:32:40 Step 10/22 : FROM alpine:3.14 05:32:40 ---> ac73e934f311 05:32:40 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 05:32:40 ---> Running in b1b02ce76c57 05:32:40 ---> Running in 2f28b0a85d2d 05:32:41 Removing intermediate container b1b02ce76c57 05:32:41 ---> 77f0e7bdaab3 05:32:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:32:42 Removing intermediate container 888893d8c88e 05:32:42 ---> 968cfd944de9 05:32:42 05:32:42 Step 10/25 : FROM alpine:3.14 05:32:42 ---> ac73e934f311 05:32:42 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 05:32:42 ---> Running in 988d9dc26b4f 05:32:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 05:32:44 ---> c6139b6270f2 05:32:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:32:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 05:32:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 05:32:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 05:32:45 (1/6) Installing ca-certificates (20211220-r0) 05:32:45 ---> 9c0eb7928fe9 05:32:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 05:32:45 (2/6) Installing brotli-libs (1.0.9-r5) 05:32:45 (3/6) Installing nghttp2-libs (1.43.0-r0) 05:32:45 (4/6) Installing libcurl (7.79.1-r0) 05:32:45 (5/6) Installing curl (7.79.1-r0) 05:32:45 (6/6) Installing dumb-init (1.2.5-r1) 05:32:45 Executing busybox-1.33.1-r7.trigger 05:32:46 Executing ca-certificates-20211220-r0.trigger 05:32:46 OK: 8 MiB in 20 packages 05:32:46 (1/3) Installing ca-certificates (20211220-r0) 05:32:46 (2/3) Installing dumb-init (1.2.5-r1) 05:32:46 (3/3) Installing su-exec (0.2-r1) 05:32:46 Executing busybox-1.33.1-r7.trigger 05:32:46 Executing ca-certificates-20211220-r0.trigger 05:32:47 ---> 393addcedb69 05:32:47 Step 19/23 : ENTRYPOINT ["/core-command"] 05:32:47 ---> Running in eddecc0991dc 05:32:47 OK: 6 MiB in 17 packages 05:32:48 Removing intermediate container eddecc0991dc 05:32:48 ---> 5040591a4b3d 05:32:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:32:48 ---> Running in 3e5735aa96c7 05:32:49 Removing intermediate container 3e5735aa96c7 05:32:49 ---> 3977d456e1e3 05:32:49 Step 21/23 : LABEL arch=arm64 05:32:50 Removing intermediate container 2f28b0a85d2d 05:32:50 ---> 3dc44a88e4d2 05:32:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:32:50 ---> Running in 46696ba9be30 05:32:50 ---> Running in 30cd752fb564 05:32:50 Removing intermediate container 988d9dc26b4f 05:32:50 ---> 2cb60fc0c6fd 05:32:50 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:32:50 ---> Running in 4b28ac03e88a 05:32:51 Removing intermediate container 46696ba9be30 05:32:51 ---> abde4559889d 05:32:51 Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:32:51 Removing intermediate container 30cd752fb564 05:32:51 ---> b27865e97c9b 05:32:51 Step 13/22 : WORKDIR /edgex 05:32:51 ---> Running in 6bd8cf05f796 05:32:51 ---> Running in e4b4ed12de79 05:32:51 Removing intermediate container 4b28ac03e88a 05:32:51 ---> 39c280de2028 05:32:51 Step 13/25 : WORKDIR / 05:32:52 ---> Running in 2564adbc4f84 05:32:52 Removing intermediate container e4b4ed12de79 05:32:52 ---> 9177f80258d1 05:32:52 Step 23/23 : LABEL version=0.0.0 05:32:52 Removing intermediate container 6bd8cf05f796 05:32:52 ---> 8c9b2896f9af 05:32:52 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 05:32:52 ---> Running in c5ae5a909501 05:32:52 Removing intermediate container 2564adbc4f84 05:32:52 ---> e33095ddbf4e 05:32:52 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:32:53 Removing intermediate container c5ae5a909501 05:32:53 ---> 46e0a515c007 05:32:53 05:32:53 ---> 69695c63387e 05:32:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 05:32:54 ---> bc4f7b8410d1 05:32:54 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 05:32:55 Successfully built 46e0a515c007 05:32:55 Successfully tagged core-command-arm64:latest 05:32:55 Building core-metadata 05:32:56  Building core-command ... done  ---> 4f14ae0e059d 05:32:56 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 05:32:56 ---> 0b7a9e31e0ab 05:32:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:32:57 ---> 26e22168fc7f 05:32:57 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 05:32:58 ---> 48651b312f4c 05:32:58 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:32:58 ---> 09429ed843a3 05:32:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:33:00 ---> 7bbee5027a23 05:33:00 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:33:00 ---> Running in c126de11336c 05:33:01 ---> 01e30a329c64 05:33:01 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:33:03 ---> 6b573810e99d 05:33:03 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:33:04 Removing intermediate container c126de11336c 05:33:04 ---> ee03600fadae 05:33:04 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 05:33:04 ---> Running in 935badf29378 05:33:04 ---> 5d7610b4af38 05:33:04 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/ 05:33:04 ---> Running in 80b2d12e0659 05:33:04 Removing intermediate container 935badf29378 05:33:04 ---> cd3c112bead2 05:33:04 Step 20/22 : LABEL arch=arm64 05:33:05 ---> Running in 3a3f2e976c03 05:33:06 Removing intermediate container 3a3f2e976c03 05:33:06 ---> 9f7985e5eb82 05:33:06 Step 21/22 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:33:06 ---> Running in 15a0db2bf5e9 05:33:07 Removing intermediate container 15a0db2bf5e9 05:33:07 ---> 85e1a0e0c0b0 05:33:07 Step 22/22 : LABEL version=0.0.0 05:33:07 ---> Running in 26e6571188fc 05:33:08 Removing intermediate container 26e6571188fc 05:33:08 ---> 6cbb76326884 05:33:08 05:33:08 Removing intermediate container 80b2d12e0659 05:33:08 ---> 5eb91562fe9a 05:33:08 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 05:33:09 ---> Running in 81fc2f87a9a8 05:33:09 Successfully built 6cbb76326884 05:33:09 Successfully tagged security-proxy-setup-arm64:latest 05:33:09 Building security-spire-agent 05:33:09  Building security-proxy-setup ... done Removing intermediate container 81fc2f87a9a8 05:33:09 ---> c33f92936a71 05:33:09 Step 23/25 : LABEL arch=arm64 05:33:09 ---> Running in 2637ffc03d62 05:33:10 Removing intermediate container 2637ffc03d62 05:33:10 ---> 10e8e2a3b511 05:33:10 Step 24/25 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:33:10 ---> Running in c7ad745bf620 05:33:11 Removing intermediate container c7ad745bf620 05:33:11 ---> 156cfcc3fffe 05:33:11 Step 25/25 : LABEL version=0.0.0 05:33:11 ---> Running in 72146e1057ca 05:33:12 Removing intermediate container 72146e1057ca 05:33:12 ---> 39bc2d2d68a6 05:33:12 05:33:13 Successfully built 39bc2d2d68a6 05:33:13 Successfully tagged security-secretstore-setup-arm64:latest 05:33:13  Building security-secretstore-setup ... done Building security-bootstrapper 05:33:45 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:33:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:33:45 ---> 90f61d284949 05:33:45 Step 3/23 : WORKDIR /edgex-go 05:33:45 ---> Using cache 05:33:45 ---> 99dd0feb8a2f 05:33:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:33:45 ---> Using cache 05:33:45 ---> cc555e76b06f 05:33:45 Step 5/23 : RUN apk add --update --no-cache make git 05:33:45 ---> Using cache 05:33:45 ---> 1819af20ba08 05:33:45 Step 6/23 : COPY go.mod vendor* ./ 05:33:45 ---> Using cache 05:33:45 ---> cf95f1db3a1b 05:33:45 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:33:45 ---> Using cache 05:33:45 ---> db4da7ff9f4f 05:33:45 Step 8/23 : COPY . . 05:33:45 ---> Using cache 05:33:45 ---> f005eda562b5 05:33:45 Step 9/23 : RUN make cmd/core-metadata/core-metadata 05:33:47 ---> Running in 9712c0fd0e48 05:33:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:34:11 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:34:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 05:34:11 ---> 90f61d284949 05:34:11 Step 3/26 : WORKDIR /edgex-go 05:34:11 ---> Using cache 05:34:11 ---> 99dd0feb8a2f 05:34:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:34:11 ---> Using cache 05:34:11 ---> cc555e76b06f 05:34:11 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 05:34:11 ---> Running in e036a42ccb7e 05:34:11 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:34:11 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:34:11 Step 2/31 : FROM ${BUILDER_BASE} AS builder 05:34:11 ---> 90f61d284949 05:34:11 Step 3/31 : WORKDIR /edgex-go 05:34:11 ---> Using cache 05:34:11 ---> 99dd0feb8a2f 05:34:11 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:34:11 ---> Using cache 05:34:11 ---> cc555e76b06f 05:34:11 Step 5/31 : RUN apk add --update --no-cache make git 05:34:11 ---> Using cache 05:34:11 ---> 1819af20ba08 05:34:11 Step 6/31 : COPY go.mod vendor* ./ 05:34:11 ---> Using cache 05:34:11 ---> cf95f1db3a1b 05:34:11 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:34:11 ---> Using cache 05:34:11 ---> db4da7ff9f4f 05:34:11 Step 8/31 : COPY . . 05:34:11 ---> Using cache 05:34:11 ---> f005eda562b5 05:34:11 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 05:34:11 ---> Running in 312f48ab6e48 05:34:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:34:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:34:13 OK: 220 MiB in 52 packages 05:34:14 Removing intermediate container e036a42ccb7e 05:34:14 ---> 2511863856e2 05:34:14 Step 6/26 : COPY go.mod vendor* ./ 05:34:15 ---> f3ac4c52cf95 05:34:15 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:34:15 ---> Running in 93a077a1592b 05:34:21 Removing intermediate container 93a077a1592b 05:34:21 ---> db45195f3716 05:34:21 Step 8/26 : COPY . . 05:34:48 Removing intermediate container ceafac8d48ff 05:34:48 ---> 0b5e96f477f3 05:34:48 05:34:48 Step 10/22 : FROM alpine:3.14 05:34:48 ---> ac73e934f311 05:34:48 Step 11/22 : RUN apk add --update --no-cache dumb-init 05:34:48 ---> Using cache 05:34:48 ---> 069b5d8cf000 05:34:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:34:48 ---> Using cache 05:34:48 ---> 0e18336b2633 05:34:48 Step 13/22 : ENV APP_PORT=59861 05:34:48 ---> Running in 44adacb08c68 05:34:48 Removing intermediate container 44adacb08c68 05:34:48 ---> bd244d3afb3b 05:34:48 Step 14/22 : EXPOSE $APP_PORT 05:34:48 ---> Running in b96719bd57ab 05:34:48 Removing intermediate container b96719bd57ab 05:34:48 ---> b0f879cd28cc 05:34:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:34:48 ---> 4a33ee45a951 05:34:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:34:50 ---> eae4d72f29f2 05:34:50 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 05:34:50 ---> Running in ad64245cd997 05:34:50 ---> a355501da126 05:34:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 05:34:50 Removing intermediate container ad64245cd997 05:34:50 ---> c127f922aeb3 05:34:50 Step 10/26 : RUN mkdir -p spire-build 05:34:50 ---> Running in 675b81ca7cb9 05:34:52 ---> 04233d7ae3ea 05:34:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 05:34:52 ---> Running in 4a47f8128783 05:34:53 Removing intermediate container 4a47f8128783 05:34:53 ---> 2032681a877d 05:34:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:34:53 ---> Running in 46e5b0aef3b8 05:34:54 Removing intermediate container 46e5b0aef3b8 05:34:54 ---> b997b93ad89a 05:34:54 Step 20/22 : LABEL arch=arm64 05:34:54 ---> Running in 23b8731ca497 05:34:55 Removing intermediate container 675b81ca7cb9 05:34:55 ---> 347ea527cd8c 05:34:55 Step 11/26 : WORKDIR /edgex-go/spire-build 05:34:55 ---> Running in bdd626cb8a78 05:34:55 Removing intermediate container 23b8731ca497 05:34:55 ---> 8c3e17240355 05:34:55 Step 21/22 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:34:55 ---> Running in df3d367a33c5 05:34:55 Removing intermediate container bdd626cb8a78 05:34:55 ---> 4f69be032b7b 05:34:55 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 05:34:56 ---> Running in 0fdbe99b5181 05:34:56 Removing intermediate container df3d367a33c5 05:34:56 ---> 05d085f922ac 05:34:56 Step 22/22 : LABEL version=0.0.0 05:34:56 ---> Running in a221a47c7411 05:34:57 Removing intermediate container a221a47c7411 05:34:57 ---> 4b11a7703772 05:34:57 05:34:58 Successfully built 4b11a7703772 05:34:58 Successfully tagged support-scheduler-arm64:latest 05:34:58  Building support-scheduler ... done Building security-spiffe-token-provider 05:34:59 spire-1.2.1/ 05:34:59 spire-1.2.1/.data/ 05:34:59 spire-1.2.1/.data/.file 05:34:59 spire-1.2.1/.dockerignore 05:34:59 spire-1.2.1/.gitattributes 05:34:59 spire-1.2.1/.githooks/ 05:34:59 spire-1.2.1/.githooks/pre-commit 05:34:59 spire-1.2.1/.github/ 05:34:59 spire-1.2.1/.github/ISSUE_TEMPLATE.md 05:34:59 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 05:34:59 spire-1.2.1/.github/dependabot.yml 05:34:59 spire-1.2.1/.github/workflows/ 05:34:59 spire-1.2.1/.github/workflows/nightly_build.yaml 05:34:59 spire-1.2.1/.github/workflows/pr_build.yaml 05:34:59 spire-1.2.1/.github/workflows/release_build.yaml 05:34:59 spire-1.2.1/.github/workflows/scripts/ 05:34:59 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 05:34:59 spire-1.2.1/.github/workflows/scripts/push-images.sh 05:34:59 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 05:34:59 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 05:34:59 spire-1.2.1/.github/workflows/scripts/split.sh 05:34:59 spire-1.2.1/.gitignore 05:34:59 spire-1.2.1/.go-version 05:34:59 spire-1.2.1/.golangci.yml 05:34:59 spire-1.2.1/ADOPTERS.md 05:34:59 spire-1.2.1/CHANGELOG.md 05:34:59 spire-1.2.1/CODE-OF-CONDUCT.md 05:34:59 spire-1.2.1/CODEOWNERS 05:34:59 spire-1.2.1/CONTRIBUTING.md 05:34:59 spire-1.2.1/Dockerfile 05:34:59 spire-1.2.1/Dockerfile.dev 05:34:59 spire-1.2.1/Dockerfile.scratch 05:34:59 spire-1.2.1/LICENSE 05:34:59 spire-1.2.1/MAINTAINERS.md 05:34:59 spire-1.2.1/Makefile 05:34:59 spire-1.2.1/README.md 05:34:59 spire-1.2.1/ROADMAP.md 05:34:59 spire-1.2.1/SECURITY.md 05:34:59 spire-1.2.1/cmd/ 05:34:59 spire-1.2.1/cmd/spire-agent/ 05:34:59 spire-1.2.1/cmd/spire-agent/cli/ 05:34:59 spire-1.2.1/cmd/spire-agent/cli/api/ 05:34:59 spire-1.2.1/cmd/spire-agent/cli/api/common.go 05:34:59 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 05:34:59 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 05:34:59 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 05:34:59 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 05:34:59 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 05:34:59 spire-1.2.1/cmd/spire-agent/cli/cli.go 05:34:59 spire-1.2.1/cmd/spire-agent/cli/common/ 05:34:59 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 05:34:59 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 05:34:59 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 05:34:59 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 05:34:59 spire-1.2.1/cmd/spire-agent/cli/run/ 05:34:59 spire-1.2.1/cmd/spire-agent/cli/run/run.go 05:34:59 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 05:34:59 spire-1.2.1/cmd/spire-agent/cli/validate/ 05:34:59 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 05:34:59 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 05:34:59 spire-1.2.1/cmd/spire-agent/main.go 05:34:59 spire-1.2.1/cmd/spire-server/ 05:34:59 spire-1.2.1/cmd/spire-server/cli/ 05:34:59 spire-1.2.1/cmd/spire-server/cli/agent/ 05:34:59 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/agent/count.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/agent/list.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/agent/show.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/bundle/ 05:34:59 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/cli.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/entry/ 05:34:59 spire-1.2.1/cmd/spire-server/cli/entry/count.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/entry/create.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/entry/show.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/entry/update.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/entry/util.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/federation/ 05:34:59 spire-1.2.1/cmd/spire-server/cli/federation/common.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/federation/create.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/federation/list.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/federation/show.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/federation/update.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 05:34:59 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/jwt/ 05:34:59 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/run/ 05:34:59 spire-1.2.1/cmd/spire-server/cli/run/run.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/token/ 05:34:59 spire-1.2.1/cmd/spire-server/cli/token/generate.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/validate/ 05:34:59 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/x509/ 05:34:59 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 05:34:59 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 05:34:59 spire-1.2.1/cmd/spire-server/main.go 05:34:59 spire-1.2.1/cmd/spire-server/util/ 05:34:59 spire-1.2.1/cmd/spire-server/util/util.go 05:34:59 spire-1.2.1/conf/ 05:34:59 spire-1.2.1/conf/agent/ 05:34:59 spire-1.2.1/conf/agent/agent.conf 05:34:59 spire-1.2.1/conf/agent/agent_full.conf 05:34:59 spire-1.2.1/conf/agent/dummy_root_ca.crt 05:34:59 spire-1.2.1/conf/server/ 05:34:59 spire-1.2.1/conf/server/dummy_upstream_ca.crt 05:34:59 spire-1.2.1/conf/server/dummy_upstream_ca.key 05:34:59 spire-1.2.1/conf/server/server.conf 05:34:59 spire-1.2.1/conf/server/server_full.conf 05:34:59 spire-1.2.1/doc/ 05:34:59 spire-1.2.1/doc/SPIRE101.md 05:34:59 spire-1.2.1/doc/auditlog.md 05:34:59 spire-1.2.1/doc/authorization_policy_engine.md 05:34:59 spire-1.2.1/doc/changelog_guidelines.md 05:34:59 spire-1.2.1/doc/cure53-report.pdf 05:34:59 spire-1.2.1/doc/images/ 05:34:59 spire-1.2.1/doc/images/2019_roadmap.png 05:34:59 spire-1.2.1/doc/images/SPIRE101.png 05:34:59 spire-1.2.1/doc/images/SPIRE_agent.png 05:34:59 spire-1.2.1/doc/images/SPIRE_server.png 05:34:59 spire-1.2.1/doc/images/cache_mgr.png 05:34:59 spire-1.2.1/doc/images/cache_mgr_components.png 05:34:59 spire-1.2.1/doc/images/federated_spire.png 05:34:59 spire-1.2.1/doc/images/ha_mode.png 05:34:59 spire-1.2.1/doc/images/nested_spire.png 05:34:59 spire-1.2.1/doc/images/oidc_federation.png 05:34:59 spire-1.2.1/doc/images/single_trust_domain.png 05:34:59 spire-1.2.1/doc/images/spiffe_compatible.png 05:34:59 spire-1.2.1/doc/images/spire_logo.png 05:34:59 spire-1.2.1/doc/migrating_registration_api_clients.md 05:34:59 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 05:34:59 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 05:34:59 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 05:34:59 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 05:34:59 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 05:34:59 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 05:34:59 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 05:34:59 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 05:34:59 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 05:34:59 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 05:34:59 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 05:34:59 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 05:34:59 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 05:34:59 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 05:34:59 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 05:34:59 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 05:34:59 spire-1.2.1/doc/plugin_server_datastore_sql.md 05:34:59 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 05:34:59 spire-1.2.1/doc/plugin_server_keymanager_disk.md 05:34:59 spire-1.2.1/doc/plugin_server_keymanager_memory.md 05:34:59 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 05:34:59 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 05:34:59 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 05:34:59 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 05:34:59 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 05:34:59 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 05:34:59 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 05:34:59 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 05:34:59 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 05:34:59 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 05:34:59 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 05:34:59 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 05:34:59 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 05:34:59 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 05:34:59 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 05:34:59 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 05:34:59 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 05:34:59 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 05:34:59 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 05:34:59 spire-1.2.1/doc/scaling_spire.md 05:34:59 spire-1.2.1/doc/spire_agent.md 05:34:59 spire-1.2.1/doc/spire_server.md 05:34:59 spire-1.2.1/doc/supported_integrations.md 05:34:59 spire-1.2.1/doc/telemetry.md 05:34:59 spire-1.2.1/doc/telemetry_config.md 05:34:59 spire-1.2.1/doc/upgrading.md 05:34:59 spire-1.2.1/doc/using_spire.md 05:34:59 spire-1.2.1/examples/ 05:34:59 spire-1.2.1/examples/README.md 05:34:59 spire-1.2.1/go.mod 05:34:59 spire-1.2.1/go.sum 05:34:59 spire-1.2.1/pkg/ 05:34:59 spire-1.2.1/pkg/agent/ 05:34:59 spire-1.2.1/pkg/agent/agent.go 05:34:59 spire-1.2.1/pkg/agent/api/ 05:34:59 spire-1.2.1/pkg/agent/api/config.go 05:34:59 spire-1.2.1/pkg/agent/api/debug/ 05:34:59 spire-1.2.1/pkg/agent/api/debug/v1/ 05:34:59 spire-1.2.1/pkg/agent/api/debug/v1/service.go 05:34:59 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 05:34:59 spire-1.2.1/pkg/agent/api/delegatedidentity/ 05:34:59 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 05:34:59 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 05:34:59 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 05:34:59 spire-1.2.1/pkg/agent/api/endpoints.go 05:34:59 spire-1.2.1/pkg/agent/api/health/ 05:34:59 spire-1.2.1/pkg/agent/api/health/v1/ 05:34:59 spire-1.2.1/pkg/agent/api/health/v1/service.go 05:34:59 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 05:34:59 spire-1.2.1/pkg/agent/api/rpccontext/ 05:34:59 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 05:34:59 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 05:34:59 spire-1.2.1/pkg/agent/attestor/ 05:34:59 spire-1.2.1/pkg/agent/attestor/node/ 05:34:59 spire-1.2.1/pkg/agent/attestor/node/experimental.go 05:34:59 spire-1.2.1/pkg/agent/attestor/node/node.go 05:34:59 spire-1.2.1/pkg/agent/attestor/node/node_test.go 05:34:59 spire-1.2.1/pkg/agent/attestor/workload/ 05:34:59 spire-1.2.1/pkg/agent/attestor/workload/workload.go 05:34:59 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 05:34:59 spire-1.2.1/pkg/agent/catalog/ 05:34:59 spire-1.2.1/pkg/agent/catalog/catalog.go 05:34:59 spire-1.2.1/pkg/agent/catalog/keymanager.go 05:34:59 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 05:34:59 spire-1.2.1/pkg/agent/catalog/svidstore.go 05:34:59 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 05:34:59 spire-1.2.1/pkg/agent/client/ 05:34:59 spire-1.2.1/pkg/agent/client/client.go 05:34:59 spire-1.2.1/pkg/agent/client/client_test.go 05:34:59 spire-1.2.1/pkg/agent/client/dial.go 05:34:59 spire-1.2.1/pkg/agent/client/nodeconn.go 05:34:59 spire-1.2.1/pkg/agent/client/nodeconn_test.go 05:34:59 spire-1.2.1/pkg/agent/client/update.go 05:34:59 spire-1.2.1/pkg/agent/client/util.go 05:34:59 spire-1.2.1/pkg/agent/common/ 05:34:59 spire-1.2.1/pkg/agent/common/backoff/ 05:34:59 spire-1.2.1/pkg/agent/common/backoff/backoff.go 05:34:59 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 05:34:59 spire-1.2.1/pkg/agent/common/cgroups/ 05:34:59 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 05:34:59 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 05:34:59 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 05:34:59 spire-1.2.1/pkg/agent/config.go 05:34:59 spire-1.2.1/pkg/agent/endpoints/ 05:34:59 spire-1.2.1/pkg/agent/endpoints/config.go 05:34:59 spire-1.2.1/pkg/agent/endpoints/endpoints.go 05:34:59 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 05:34:59 spire-1.2.1/pkg/agent/endpoints/metrics.go 05:34:59 spire-1.2.1/pkg/agent/endpoints/middleware.go 05:34:59 spire-1.2.1/pkg/agent/endpoints/peertracker.go 05:34:59 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 05:34:59 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 05:34:59 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 05:34:59 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 05:34:59 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 05:34:59 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 05:34:59 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 05:34:59 spire-1.2.1/pkg/agent/endpoints/workload/ 05:34:59 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 05:34:59 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 05:34:59 spire-1.2.1/pkg/agent/manager/ 05:34:59 spire-1.2.1/pkg/agent/manager/cache/ 05:34:59 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 05:34:59 spire-1.2.1/pkg/agent/manager/cache/cache.go 05:34:59 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 05:34:59 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 05:34:59 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 05:34:59 spire-1.2.1/pkg/agent/manager/cache/sets.go 05:34:59 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 05:34:59 spire-1.2.1/pkg/agent/manager/config.go 05:34:59 spire-1.2.1/pkg/agent/manager/manager.go 05:34:59 spire-1.2.1/pkg/agent/manager/manager_test.go 05:34:59 spire-1.2.1/pkg/agent/manager/storage.go 05:34:59 spire-1.2.1/pkg/agent/manager/storage_test.go 05:34:59 spire-1.2.1/pkg/agent/manager/storecache/ 05:34:59 spire-1.2.1/pkg/agent/manager/storecache/cache.go 05:34:59 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 05:34:59 spire-1.2.1/pkg/agent/manager/sync.go 05:34:59 spire-1.2.1/pkg/agent/plugin/ 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/ 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 05:34:59 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 05:34:59 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/ 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 05:34:59 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 05:34:59 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 05:34:59 spire-1.2.1/pkg/agent/svid/ 05:34:59 spire-1.2.1/pkg/agent/svid/rotator.go 05:34:59 spire-1.2.1/pkg/agent/svid/rotator_config.go 05:34:59 spire-1.2.1/pkg/agent/svid/rotator_test.go 05:34:59 spire-1.2.1/pkg/agent/svid/store/ 05:34:59 spire-1.2.1/pkg/agent/svid/store/service.go 05:34:59 spire-1.2.1/pkg/agent/svid/store/service_test.go 05:34:59 spire-1.2.1/pkg/common/ 05:34:59 spire-1.2.1/pkg/common/agentpathtemplate/ 05:34:59 spire-1.2.1/pkg/common/agentpathtemplate/template.go 05:34:59 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 05:34:59 spire-1.2.1/pkg/common/api/ 05:34:59 spire-1.2.1/pkg/common/api/metrics.go 05:34:59 spire-1.2.1/pkg/common/api/middleware/ 05:34:59 spire-1.2.1/pkg/common/api/middleware/common_test.go 05:34:59 spire-1.2.1/pkg/common/api/middleware/interceptor.go 05:34:59 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 05:34:59 spire-1.2.1/pkg/common/api/middleware/logger.go 05:34:59 spire-1.2.1/pkg/common/api/middleware/logger_test.go 05:34:59 spire-1.2.1/pkg/common/api/middleware/metrics.go 05:34:59 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 05:34:59 spire-1.2.1/pkg/common/api/middleware/middleware.go 05:34:59 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 05:34:59 spire-1.2.1/pkg/common/api/middleware/misconfig.go 05:34:59 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 05:34:59 spire-1.2.1/pkg/common/api/middleware/names.go 05:34:59 spire-1.2.1/pkg/common/api/middleware/names_test.go 05:34:59 spire-1.2.1/pkg/common/api/names.go 05:34:59 spire-1.2.1/pkg/common/api/ratelimit.go 05:34:59 spire-1.2.1/pkg/common/api/rpccontext/ 05:34:59 spire-1.2.1/pkg/common/api/rpccontext/logger.go 05:34:59 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 05:34:59 spire-1.2.1/pkg/common/api/rpccontext/names.go 05:34:59 spire-1.2.1/pkg/common/auth/ 05:34:59 spire-1.2.1/pkg/common/auth/interceptors.go 05:34:59 spire-1.2.1/pkg/common/auth/interceptors_test.go 05:34:59 spire-1.2.1/pkg/common/auth/untracked_uds.go 05:34:59 spire-1.2.1/pkg/common/bundleutil/ 05:34:59 spire-1.2.1/pkg/common/bundleutil/bundle.go 05:34:59 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 05:34:59 spire-1.2.1/pkg/common/bundleutil/common_test.go 05:34:59 spire-1.2.1/pkg/common/bundleutil/marshal.go 05:34:59 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 05:34:59 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 05:34:59 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 05:34:59 spire-1.2.1/pkg/common/bundleutil/types.go 05:34:59 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 05:34:59 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 05:34:59 spire-1.2.1/pkg/common/catalog/ 05:34:59 spire-1.2.1/pkg/common/catalog/bind.go 05:34:59 spire-1.2.1/pkg/common/catalog/builtin.go 05:34:59 spire-1.2.1/pkg/common/catalog/catalog.go 05:34:59 spire-1.2.1/pkg/common/catalog/catalog_test.go 05:34:59 spire-1.2.1/pkg/common/catalog/closers.go 05:34:59 spire-1.2.1/pkg/common/catalog/cmd_linux.go 05:34:59 spire-1.2.1/pkg/common/catalog/cmd_other.go 05:34:59 spire-1.2.1/pkg/common/catalog/config.go 05:34:59 spire-1.2.1/pkg/common/catalog/config_test.go 05:34:59 spire-1.2.1/pkg/common/catalog/configure.go 05:34:59 spire-1.2.1/pkg/common/catalog/constraints.go 05:34:59 spire-1.2.1/pkg/common/catalog/constraints_test.go 05:34:59 spire-1.2.1/pkg/common/catalog/context.go 05:34:59 spire-1.2.1/pkg/common/catalog/external.go 05:34:59 spire-1.2.1/pkg/common/catalog/host.go 05:34:59 spire-1.2.1/pkg/common/catalog/pipenet.go 05:34:59 spire-1.2.1/pkg/common/catalog/plugin.go 05:34:59 spire-1.2.1/pkg/common/catalog/testplugin/ 05:34:59 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 05:34:59 spire-1.2.1/pkg/common/catalog/testplugin/main.go 05:34:59 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 05:34:59 spire-1.2.1/pkg/common/cli/ 05:34:59 spire-1.2.1/pkg/common/cli/env.go 05:34:59 spire-1.2.1/pkg/common/cli/flags.go 05:34:59 spire-1.2.1/pkg/common/cli/trust_domain.go 05:34:59 spire-1.2.1/pkg/common/cli/trust_domain_test.go 05:34:59 spire-1.2.1/pkg/common/cli/umask.go 05:34:59 spire-1.2.1/pkg/common/cli/umask_posix.go 05:34:59 spire-1.2.1/pkg/common/cli/umask_test.go 05:34:59 spire-1.2.1/pkg/common/cli/umask_windows.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/ 05:34:59 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/flag.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/flag_test.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/format.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/format_test.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/ 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 05:34:59 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 05:34:59 spire-1.2.1/pkg/common/coretypes/ 05:34:59 spire-1.2.1/pkg/common/coretypes/bundle/ 05:34:59 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 05:34:59 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 05:34:59 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 05:34:59 spire-1.2.1/pkg/common/coretypes/bundle/require.go 05:34:59 spire-1.2.1/pkg/common/coretypes/jwtkey/ 05:34:59 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 05:34:59 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 05:34:59 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 05:34:59 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 05:34:59 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 05:34:59 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 05:34:59 spire-1.2.1/pkg/common/coretypes/x509certificate/ 05:34:59 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 05:34:59 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 05:34:59 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 05:34:59 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 05:34:59 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 05:34:59 spire-1.2.1/pkg/common/cryptoutil/ 05:34:59 spire-1.2.1/pkg/common/cryptoutil/keys.go 05:34:59 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 05:34:59 spire-1.2.1/pkg/common/diskutil/ 05:34:59 spire-1.2.1/pkg/common/diskutil/file_posix.go 05:34:59 spire-1.2.1/pkg/common/diskutil/file_test.go 05:34:59 spire-1.2.1/pkg/common/diskutil/file_windows.go 05:34:59 spire-1.2.1/pkg/common/errorutil/ 05:34:59 spire-1.2.1/pkg/common/errorutil/wrapper.go 05:34:59 spire-1.2.1/pkg/common/health/ 05:34:59 spire-1.2.1/pkg/common/health/config.go 05:34:59 spire-1.2.1/pkg/common/health/context.go 05:34:59 spire-1.2.1/pkg/common/health/context_test.go 05:34:59 spire-1.2.1/pkg/common/health/health.go 05:34:59 spire-1.2.1/pkg/common/health/health_test.go 05:34:59 spire-1.2.1/pkg/common/health/logger.go 05:34:59 spire-1.2.1/pkg/common/hostservice/ 05:34:59 spire-1.2.1/pkg/common/hostservice/metricsservice/ 05:34:59 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 05:34:59 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 05:34:59 spire-1.2.1/pkg/common/idutil/ 05:34:59 spire-1.2.1/pkg/common/idutil/require.go 05:34:59 spire-1.2.1/pkg/common/idutil/require_test.go 05:34:59 spire-1.2.1/pkg/common/idutil/safety.go 05:34:59 spire-1.2.1/pkg/common/idutil/safety_test.go 05:34:59 spire-1.2.1/pkg/common/idutil/spiffeid.go 05:34:59 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 05:34:59 spire-1.2.1/pkg/common/jwtsvid/ 05:34:59 spire-1.2.1/pkg/common/jwtsvid/common.go 05:34:59 spire-1.2.1/pkg/common/jwtsvid/sign.go 05:34:59 spire-1.2.1/pkg/common/jwtsvid/token_test.go 05:34:59 spire-1.2.1/pkg/common/jwtsvid/validate.go 05:34:59 spire-1.2.1/pkg/common/jwtutil/ 05:34:59 spire-1.2.1/pkg/common/jwtutil/keyset.go 05:34:59 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 05:34:59 spire-1.2.1/pkg/common/log/ 05:34:59 spire-1.2.1/pkg/common/log/hclog_adapter.go 05:34:59 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 05:34:59 spire-1.2.1/pkg/common/log/log.go 05:34:59 spire-1.2.1/pkg/common/log/log_test.go 05:34:59 spire-1.2.1/pkg/common/log/options.go 05:34:59 spire-1.2.1/pkg/common/nodeutil/ 05:34:59 spire-1.2.1/pkg/common/nodeutil/node.go 05:34:59 spire-1.2.1/pkg/common/nodeutil/node_test.go 05:34:59 spire-1.2.1/pkg/common/peertracker/ 05:34:59 spire-1.2.1/pkg/common/peertracker/conn.go 05:34:59 spire-1.2.1/pkg/common/peertracker/credentials.go 05:34:59 spire-1.2.1/pkg/common/peertracker/errors.go 05:34:59 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 05:34:59 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 05:34:59 spire-1.2.1/pkg/common/peertracker/info.go 05:34:59 spire-1.2.1/pkg/common/peertracker/listener.go 05:34:59 spire-1.2.1/pkg/common/peertracker/listener_test.go 05:34:59 spire-1.2.1/pkg/common/peertracker/peertracker.go 05:34:59 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 05:34:59 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 05:34:59 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 05:34:59 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 05:34:59 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 05:34:59 spire-1.2.1/pkg/common/peertracker/tcp.go 05:34:59 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 05:34:59 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 05:34:59 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 05:34:59 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 05:34:59 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 05:34:59 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 05:34:59 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 05:34:59 spire-1.2.1/pkg/common/peertracker/uds.go 05:34:59 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 05:34:59 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 05:34:59 spire-1.2.1/pkg/common/peertracker/uds_linux.go 05:34:59 spire-1.2.1/pkg/common/pemutil/ 05:34:59 spire-1.2.1/pkg/common/pemutil/block.go 05:34:59 spire-1.2.1/pkg/common/pemutil/certs.go 05:34:59 spire-1.2.1/pkg/common/pemutil/common.go 05:34:59 spire-1.2.1/pkg/common/pemutil/csr.go 05:34:59 spire-1.2.1/pkg/common/pemutil/keys.go 05:34:59 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 05:34:59 spire-1.2.1/pkg/common/pemutil/testdata/ 05:34:59 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 05:34:59 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 05:34:59 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 05:34:59 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 05:34:59 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 05:34:59 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 05:34:59 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 05:34:59 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 05:34:59 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 05:34:59 spire-1.2.1/pkg/common/plugin/ 05:34:59 spire-1.2.1/pkg/common/plugin/aws/ 05:34:59 spire-1.2.1/pkg/common/plugin/aws/iid.go 05:34:59 spire-1.2.1/pkg/common/plugin/azure/ 05:34:59 spire-1.2.1/pkg/common/plugin/azure/msi.go 05:34:59 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 05:34:59 spire-1.2.1/pkg/common/plugin/facade.go 05:34:59 spire-1.2.1/pkg/common/plugin/facade_test.go 05:34:59 spire-1.2.1/pkg/common/plugin/gcp/ 05:34:59 spire-1.2.1/pkg/common/plugin/gcp/iit.go 05:34:59 spire-1.2.1/pkg/common/plugin/k8s/ 05:34:59 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 05:34:59 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 05:34:59 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 05:34:59 spire-1.2.1/pkg/common/plugin/k8s/utils.go 05:34:59 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 05:34:59 spire-1.2.1/pkg/common/plugin/log.go 05:34:59 spire-1.2.1/pkg/common/plugin/sshpop/ 05:34:59 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 05:34:59 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 05:34:59 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 05:34:59 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 05:34:59 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 05:34:59 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 05:34:59 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 05:34:59 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 05:34:59 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 05:34:59 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 05:34:59 spire-1.2.1/pkg/common/plugin/tpmdevid/ 05:34:59 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 05:34:59 spire-1.2.1/pkg/common/plugin/x509pop/ 05:34:59 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 05:34:59 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 05:34:59 spire-1.2.1/pkg/common/profiling/ 05:34:59 spire-1.2.1/pkg/common/profiling/dumpers.go 05:34:59 spire-1.2.1/pkg/common/profiling/profiling.go 05:34:59 spire-1.2.1/pkg/common/protoutil/ 05:34:59 spire-1.2.1/pkg/common/protoutil/masks.go 05:34:59 spire-1.2.1/pkg/common/protoutil/masks_test.go 05:34:59 spire-1.2.1/pkg/common/rotationutil/ 05:34:59 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 05:34:59 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 05:34:59 spire-1.2.1/pkg/common/selector/ 05:34:59 spire-1.2.1/pkg/common/selector/selector.go 05:34:59 spire-1.2.1/pkg/common/selector/selector_test.go 05:34:59 spire-1.2.1/pkg/common/selector/set.go 05:34:59 spire-1.2.1/pkg/common/selector/set_utils.go 05:34:59 spire-1.2.1/pkg/common/selector/set_utils_test.go 05:34:59 spire-1.2.1/pkg/common/telemetry/ 05:34:59 spire-1.2.1/pkg/common/telemetry/agent/ 05:34:59 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 05:34:59 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 05:34:59 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 05:34:59 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 05:34:59 spire-1.2.1/pkg/common/telemetry/agent/manager.go 05:34:59 spire-1.2.1/pkg/common/telemetry/agent/node.go 05:34:59 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 05:34:59 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 05:34:59 spire-1.2.1/pkg/common/telemetry/agent/store/ 05:34:59 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 05:34:59 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 05:34:59 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 05:34:59 spire-1.2.1/pkg/common/telemetry/blackhole.go 05:34:59 spire-1.2.1/pkg/common/telemetry/call.go 05:34:59 spire-1.2.1/pkg/common/telemetry/common/ 05:35:00 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 05:35:00 spire-1.2.1/pkg/common/telemetry/config.go 05:35:00 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 05:35:00 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 05:35:00 spire-1.2.1/pkg/common/telemetry/inmem.go 05:35:00 spire-1.2.1/pkg/common/telemetry/inmem_test.go 05:35:00 spire-1.2.1/pkg/common/telemetry/m3.go 05:35:00 spire-1.2.1/pkg/common/telemetry/m3_test.go 05:35:00 spire-1.2.1/pkg/common/telemetry/metrics.go 05:35:00 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 05:35:00 spire-1.2.1/pkg/common/telemetry/names.go 05:35:00 spire-1.2.1/pkg/common/telemetry/prometheus.go 05:35:00 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 05:35:00 spire-1.2.1/pkg/common/telemetry/sanitize.go 05:35:00 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 05:35:00 spire-1.2.1/pkg/common/telemetry/server/ 05:35:00 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 05:35:00 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 05:35:00 spire-1.2.1/pkg/common/telemetry/server/datastore/ 05:35:00 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 05:35:00 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 05:35:00 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 05:35:00 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 05:35:00 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 05:35:00 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 05:35:00 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 05:35:00 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 05:35:00 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 05:35:00 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 05:35:00 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 05:35:00 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 05:35:00 spire-1.2.1/pkg/common/telemetry/server/rotate.go 05:35:00 spire-1.2.1/pkg/common/telemetry/server/server.go 05:35:00 spire-1.2.1/pkg/common/telemetry/sink.go 05:35:00 spire-1.2.1/pkg/common/telemetry/statsd.go 05:35:00 spire-1.2.1/pkg/common/telemetry/statsd_test.go 05:35:00 spire-1.2.1/pkg/common/telemetry/uptime.go 05:35:00 spire-1.2.1/pkg/common/telemetry/version.go 05:35:00 spire-1.2.1/pkg/common/telemetry/withlabels.go 05:35:00 spire-1.2.1/pkg/common/uptime/ 05:35:00 spire-1.2.1/pkg/common/uptime/uptime.go 05:35:00 spire-1.2.1/pkg/common/uptime/uptime_test.go 05:35:00 spire-1.2.1/pkg/common/util/ 05:35:00 spire-1.2.1/pkg/common/util/certs.go 05:35:00 spire-1.2.1/pkg/common/util/certs_test.go 05:35:00 spire-1.2.1/pkg/common/util/csr.go 05:35:00 spire-1.2.1/pkg/common/util/hash.go 05:35:00 spire-1.2.1/pkg/common/util/selectors.go 05:35:00 spire-1.2.1/pkg/common/util/selectors_test.go 05:35:00 spire-1.2.1/pkg/common/util/signals.go 05:35:00 spire-1.2.1/pkg/common/util/sort.go 05:35:00 spire-1.2.1/pkg/common/util/sort_test.go 05:35:00 spire-1.2.1/pkg/common/util/task.go 05:35:00 spire-1.2.1/pkg/common/util/task_test.go 05:35:00 spire-1.2.1/pkg/common/util/testdata/ 05:35:00 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 05:35:00 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 05:35:00 spire-1.2.1/pkg/common/version/ 05:35:00 spire-1.2.1/pkg/common/version/version.go 05:35:00 spire-1.2.1/pkg/common/x509svid/ 05:35:00 spire-1.2.1/pkg/common/x509svid/common_test.go 05:35:00 spire-1.2.1/pkg/common/x509svid/csr.go 05:35:00 spire-1.2.1/pkg/common/x509svid/upstreamca.go 05:35:00 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 05:35:00 spire-1.2.1/pkg/common/x509util/ 05:35:00 spire-1.2.1/pkg/common/x509util/cert.go 05:35:00 spire-1.2.1/pkg/common/x509util/dns.go 05:35:00 spire-1.2.1/pkg/common/x509util/dns_test.go 05:35:00 spire-1.2.1/pkg/common/x509util/keyid.go 05:35:00 spire-1.2.1/pkg/common/x509util/keypair.go 05:35:00 spire-1.2.1/pkg/common/x509util/serialnumber.go 05:35:00 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 05:35:00 spire-1.2.1/pkg/server/ 05:35:00 spire-1.2.1/pkg/server/api/ 05:35:00 spire-1.2.1/pkg/server/api/agent.go 05:35:00 spire-1.2.1/pkg/server/api/agent/ 05:35:00 spire-1.2.1/pkg/server/api/agent/v1/ 05:35:00 spire-1.2.1/pkg/server/api/agent/v1/service.go 05:35:00 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 05:35:00 spire-1.2.1/pkg/server/api/agent_test.go 05:35:00 spire-1.2.1/pkg/server/api/api.go 05:35:00 spire-1.2.1/pkg/server/api/audit/ 05:35:00 spire-1.2.1/pkg/server/api/audit/audit.go 05:35:00 spire-1.2.1/pkg/server/api/audit/audit_test.go 05:35:00 spire-1.2.1/pkg/server/api/bundle.go 05:35:00 spire-1.2.1/pkg/server/api/bundle/ 05:35:00 spire-1.2.1/pkg/server/api/bundle/v1/ 05:35:00 spire-1.2.1/pkg/server/api/bundle/v1/service.go 05:35:00 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 05:35:00 spire-1.2.1/pkg/server/api/bundle_test.go 05:35:00 spire-1.2.1/pkg/server/api/debug/ 05:35:00 spire-1.2.1/pkg/server/api/debug/v1/ 05:35:00 spire-1.2.1/pkg/server/api/debug/v1/service.go 05:35:00 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 05:35:00 spire-1.2.1/pkg/server/api/entry.go 05:35:00 spire-1.2.1/pkg/server/api/entry/ 05:35:00 spire-1.2.1/pkg/server/api/entry/v1/ 05:35:00 spire-1.2.1/pkg/server/api/entry/v1/service.go 05:35:00 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 05:35:00 spire-1.2.1/pkg/server/api/entry_test.go 05:35:00 spire-1.2.1/pkg/server/api/health/ 05:35:00 spire-1.2.1/pkg/server/api/health/v1/ 05:35:00 spire-1.2.1/pkg/server/api/health/v1/service.go 05:35:00 spire-1.2.1/pkg/server/api/health/v1/service_test.go 05:35:00 spire-1.2.1/pkg/server/api/id.go 05:35:00 spire-1.2.1/pkg/server/api/id_test.go 05:35:00 spire-1.2.1/pkg/server/api/limits/ 05:35:00 spire-1.2.1/pkg/server/api/limits/limits.go 05:35:00 spire-1.2.1/pkg/server/api/middleware/ 05:35:00 spire-1.2.1/pkg/server/api/middleware/alias.go 05:35:00 spire-1.2.1/pkg/server/api/middleware/audit.go 05:35:00 spire-1.2.1/pkg/server/api/middleware/authorization.go 05:35:00 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 05:35:00 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 05:35:00 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 05:35:00 spire-1.2.1/pkg/server/api/middleware/caller.go 05:35:00 spire-1.2.1/pkg/server/api/middleware/caller_test.go 05:35:00 spire-1.2.1/pkg/server/api/middleware/common.go 05:35:00 spire-1.2.1/pkg/server/api/middleware/common_test.go 05:35:00 spire-1.2.1/pkg/server/api/middleware/entries.go 05:35:00 spire-1.2.1/pkg/server/api/middleware/entries_test.go 05:35:00 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 05:35:00 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 05:35:00 spire-1.2.1/pkg/server/api/ratelimit.go 05:35:00 spire-1.2.1/pkg/server/api/rpccontext/ 05:35:00 spire-1.2.1/pkg/server/api/rpccontext/alias.go 05:35:00 spire-1.2.1/pkg/server/api/rpccontext/audit.go 05:35:00 spire-1.2.1/pkg/server/api/rpccontext/caller.go 05:35:00 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 05:35:00 spire-1.2.1/pkg/server/api/selector.go 05:35:00 spire-1.2.1/pkg/server/api/selector_test.go 05:35:00 spire-1.2.1/pkg/server/api/status.go 05:35:00 spire-1.2.1/pkg/server/api/status_test.go 05:35:00 spire-1.2.1/pkg/server/api/svid/ 05:35:00 spire-1.2.1/pkg/server/api/svid/v1/ 05:35:00 spire-1.2.1/pkg/server/api/svid/v1/service.go 05:35:00 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 05:35:00 spire-1.2.1/pkg/server/api/trustdomain.go 05:35:00 spire-1.2.1/pkg/server/api/trustdomain/ 05:35:00 spire-1.2.1/pkg/server/api/trustdomain/v1/ 05:35:00 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 05:35:00 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 05:35:00 spire-1.2.1/pkg/server/api/trustdomain_test.go 05:35:00 spire-1.2.1/pkg/server/authpolicy/ 05:35:00 spire-1.2.1/pkg/server/authpolicy/defaults.go 05:35:00 spire-1.2.1/pkg/server/authpolicy/policy.go 05:35:00 spire-1.2.1/pkg/server/authpolicy/policy.rego 05:35:00 spire-1.2.1/pkg/server/authpolicy/policy_data.json 05:35:00 spire-1.2.1/pkg/server/authpolicy/policy_test.go 05:35:00 spire-1.2.1/pkg/server/authpolicy/validate.go 05:35:00 spire-1.2.1/pkg/server/bundle/ 05:35:00 spire-1.2.1/pkg/server/bundle/client/ 05:35:00 spire-1.2.1/pkg/server/bundle/client/client.go 05:35:00 spire-1.2.1/pkg/server/bundle/client/client_test.go 05:35:00 spire-1.2.1/pkg/server/bundle/client/manager.go 05:35:00 spire-1.2.1/pkg/server/bundle/client/manager_test.go 05:35:00 spire-1.2.1/pkg/server/bundle/client/sources.go 05:35:00 spire-1.2.1/pkg/server/bundle/client/sources_test.go 05:35:00 spire-1.2.1/pkg/server/bundle/client/updater.go 05:35:00 spire-1.2.1/pkg/server/bundle/client/updater_test.go 05:35:00 spire-1.2.1/pkg/server/ca/ 05:35:00 spire-1.2.1/pkg/server/ca/ca.go 05:35:00 spire-1.2.1/pkg/server/ca/ca_health.go 05:35:00 spire-1.2.1/pkg/server/ca/ca_test.go 05:35:00 spire-1.2.1/pkg/server/ca/journal.go 05:35:00 spire-1.2.1/pkg/server/ca/journal_test.go 05:35:00 spire-1.2.1/pkg/server/ca/manager.go 05:35:00 spire-1.2.1/pkg/server/ca/manager_health.go 05:35:00 spire-1.2.1/pkg/server/ca/manager_test.go 05:35:00 spire-1.2.1/pkg/server/ca/templates.go 05:35:00 spire-1.2.1/pkg/server/ca/upstream_client.go 05:35:00 spire-1.2.1/pkg/server/ca/upstream_client_test.go 05:35:00 spire-1.2.1/pkg/server/ca/validation.go 05:35:00 spire-1.2.1/pkg/server/cache/ 05:35:00 spire-1.2.1/pkg/server/cache/dscache/ 05:35:00 spire-1.2.1/pkg/server/cache/dscache/cache.go 05:35:00 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 05:35:00 spire-1.2.1/pkg/server/cache/entrycache/ 05:35:00 spire-1.2.1/pkg/server/cache/entrycache/cache.go 05:35:00 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 05:35:00 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 05:35:00 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 05:35:00 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 05:35:00 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 05:35:00 spire-1.2.1/pkg/server/catalog/ 05:35:00 spire-1.2.1/pkg/server/catalog/catalog.go 05:35:00 spire-1.2.1/pkg/server/catalog/keymanager.go 05:35:00 spire-1.2.1/pkg/server/catalog/nodeattestor.go 05:35:00 spire-1.2.1/pkg/server/catalog/noderesolver.go 05:35:00 spire-1.2.1/pkg/server/catalog/notifier.go 05:35:00 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 05:35:00 spire-1.2.1/pkg/server/config.go 05:35:00 spire-1.2.1/pkg/server/datastore/ 05:35:00 spire-1.2.1/pkg/server/datastore/datastore.go 05:35:00 spire-1.2.1/pkg/server/datastore/datastore_health.go 05:35:00 spire-1.2.1/pkg/server/datastore/repository.go 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/ 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 05:35:00 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 05:35:00 spire-1.2.1/pkg/server/endpoints/ 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/ 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/config.go 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/server.go 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 05:35:00 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 05:35:00 spire-1.2.1/pkg/server/endpoints/config.go 05:35:00 spire-1.2.1/pkg/server/endpoints/endpoints.go 05:35:00 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 05:35:00 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 05:35:00 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 05:35:00 spire-1.2.1/pkg/server/endpoints/middleware.go 05:35:00 spire-1.2.1/pkg/server/endpoints/middleware_test.go 05:35:00 spire-1.2.1/pkg/server/hostservice/ 05:35:00 spire-1.2.1/pkg/server/hostservice/agentstore/ 05:35:00 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 05:35:00 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 05:35:00 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 05:35:00 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 05:35:00 spire-1.2.1/pkg/server/hostservice/identityprovider/ 05:35:00 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 05:35:00 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/ 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/ 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/base/ 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/test/ 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 05:35:00 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/ 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 05:35:00 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/noderesolver/ 05:35:00 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 05:35:00 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 05:35:00 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 05:35:00 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 05:35:00 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 05:35:00 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 05:35:00 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/notifier/ 05:35:00 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 05:35:00 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 05:35:00 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 05:35:00 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 05:35:00 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 05:35:00 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 05:35:00 spire-1.2.1/pkg/server/plugin/notifier/repository.go 05:35:00 spire-1.2.1/pkg/server/plugin/notifier/v1.go 05:35:00 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 05:35:00 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 05:35:00 spire-1.2.1/pkg/server/registration/ 05:35:00 spire-1.2.1/pkg/server/registration/manager.go 05:35:00 spire-1.2.1/pkg/server/registration/manager_test.go 05:35:00 spire-1.2.1/pkg/server/scanentries.go 05:35:00 spire-1.2.1/pkg/server/scanentries_test.go 05:35:00 spire-1.2.1/pkg/server/server.go 05:35:00 spire-1.2.1/pkg/server/server_test.go 05:35:00 spire-1.2.1/pkg/server/svid/ 05:35:00 spire-1.2.1/pkg/server/svid/observer.go 05:35:00 spire-1.2.1/pkg/server/svid/observer_test.go 05:35:00 spire-1.2.1/pkg/server/svid/rotator.go 05:35:00 spire-1.2.1/pkg/server/svid/rotator_config.go 05:35:00 spire-1.2.1/pkg/server/svid/rotator_config_test.go 05:35:00 spire-1.2.1/pkg/server/svid/rotator_test.go 05:35:00 spire-1.2.1/proto/ 05:35:00 spire-1.2.1/proto/private/ 05:35:00 spire-1.2.1/proto/private/server/ 05:35:00 spire-1.2.1/proto/private/server/journal/ 05:35:00 spire-1.2.1/proto/private/server/journal/journal.pb.go 05:35:00 spire-1.2.1/proto/private/server/journal/journal.proto 05:35:00 spire-1.2.1/proto/spire/ 05:35:00 spire-1.2.1/proto/spire/common/ 05:35:00 spire-1.2.1/proto/spire/common/common.pb.go 05:35:00 spire-1.2.1/proto/spire/common/common.proto 05:35:00 spire-1.2.1/proto/spire/common/plugin/ 05:35:00 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 05:35:00 spire-1.2.1/proto/spire/common/plugin/plugin.proto 05:35:00 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 05:35:00 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 05:35:00 spire-1.2.1/proto/spire/plugin/ 05:35:00 spire-1.2.1/proto/spire/plugin/agent/ 05:35:00 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 05:35:00 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 05:35:00 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 05:35:00 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 05:35:00 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 05:35:00 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 05:35:00 spire-1.2.1/release/ 05:35:00 spire-1.2.1/release/spire-extras/ 05:35:00 spire-1.2.1/release/spire-extras/README.md 05:35:00 spire-1.2.1/release/spire-extras/conf/ 05:35:00 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 05:35:00 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 05:35:00 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 05:35:00 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 05:35:00 spire-1.2.1/release/spire/ 05:35:00 spire-1.2.1/release/spire/README.md 05:35:00 spire-1.2.1/release/spire/conf/ 05:35:00 spire-1.2.1/release/spire/conf/agent/ 05:35:00 spire-1.2.1/release/spire/conf/agent/agent.conf 05:35:00 spire-1.2.1/release/spire/conf/server/ 05:35:00 spire-1.2.1/release/spire/conf/server/server.conf 05:35:00 spire-1.2.1/script/ 05:35:00 spire-1.2.1/script/build-artifact.sh 05:35:00 spire-1.2.1/script/generate_dummy_ca.sh 05:35:00 spire-1.2.1/support/ 05:35:00 spire-1.2.1/support/k8s/ 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/ 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 05:35:00 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 05:35:00 spire-1.2.1/support/oidc-discovery-provider/ 05:35:00 spire-1.2.1/support/oidc-discovery-provider/README.md 05:35:00 spire-1.2.1/support/oidc-discovery-provider/common_test.go 05:35:00 spire-1.2.1/support/oidc-discovery-provider/config.go 05:35:00 spire-1.2.1/support/oidc-discovery-provider/config_test.go 05:35:00 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 05:35:00 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 05:35:00 spire-1.2.1/support/oidc-discovery-provider/handler.go 05:35:00 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 05:35:00 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 05:35:00 spire-1.2.1/support/oidc-discovery-provider/main.go 05:35:00 spire-1.2.1/support/oidc-discovery-provider/server_api.go 05:35:00 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 05:35:00 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 05:35:00 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 05:35:00 spire-1.2.1/test/ 05:35:00 spire-1.2.1/test/clock/ 05:35:00 spire-1.2.1/test/clock/clock.go 05:35:00 spire-1.2.1/test/fakes/ 05:35:00 spire-1.2.1/test/fakes/fakeagentcatalog/ 05:35:00 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 05:35:00 spire-1.2.1/test/fakes/fakeagentkeymanager/ 05:35:00 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 05:35:00 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 05:35:00 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 05:35:00 spire-1.2.1/test/fakes/fakeagentstore/ 05:35:00 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 05:35:00 spire-1.2.1/test/fakes/fakedatastore/ 05:35:00 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 05:35:00 spire-1.2.1/test/fakes/fakeentryclient/ 05:35:00 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 05:35:00 spire-1.2.1/test/fakes/fakehealthchecker/ 05:35:00 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 05:35:00 spire-1.2.1/test/fakes/fakeidentityprovider/ 05:35:00 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 05:35:00 spire-1.2.1/test/fakes/fakemetrics/ 05:35:00 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 05:35:00 spire-1.2.1/test/fakes/fakenoderesolver/ 05:35:00 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 05:35:00 spire-1.2.1/test/fakes/fakenotifier/ 05:35:00 spire-1.2.1/test/fakes/fakenotifier/notifier.go 05:35:00 spire-1.2.1/test/fakes/fakepluginmetrics/ 05:35:00 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 05:35:00 spire-1.2.1/test/fakes/fakeserverca/ 05:35:00 spire-1.2.1/test/fakes/fakeserverca/serverca.go 05:35:00 spire-1.2.1/test/fakes/fakeservercatalog/ 05:35:00 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 05:35:00 spire-1.2.1/test/fakes/fakeserverkeymanager/ 05:35:00 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 05:35:00 spire-1.2.1/test/fakes/fakeservernodeattestor/ 05:35:00 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 05:35:00 spire-1.2.1/test/fakes/fakeupstreamauthority/ 05:35:00 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 05:35:00 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 05:35:00 spire-1.2.1/test/fakes/fakeworkloadapi/ 05:35:00 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 05:35:00 spire-1.2.1/test/fakes/fakeworkloadattestor/ 05:35:00 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 05:35:00 spire-1.2.1/test/fixture/ 05:35:00 spire-1.2.1/test/fixture/certs/ 05:35:00 spire-1.2.1/test/fixture/certs/agent_svid.der 05:35:00 spire-1.2.1/test/fixture/certs/base_cert.pem 05:35:00 spire-1.2.1/test/fixture/certs/base_csr.pem 05:35:00 spire-1.2.1/test/fixture/certs/base_key.pem 05:35:00 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 05:35:00 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 05:35:00 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 05:35:00 spire-1.2.1/test/fixture/certs/blog_cert.pem 05:35:00 spire-1.2.1/test/fixture/certs/blog_csr.pem 05:35:00 spire-1.2.1/test/fixture/certs/blog_key.pem 05:35:00 spire-1.2.1/test/fixture/certs/bundle.der 05:35:00 spire-1.2.1/test/fixture/certs/ca.pem 05:35:00 spire-1.2.1/test/fixture/certs/ca_key.pem 05:35:00 spire-1.2.1/test/fixture/certs/database_cert.pem 05:35:00 spire-1.2.1/test/fixture/certs/database_csr.pem 05:35:00 spire-1.2.1/test/fixture/certs/database_key.pem 05:35:00 spire-1.2.1/test/fixture/certs/node_cert.pem 05:35:00 spire-1.2.1/test/fixture/certs/node_csr.pem 05:35:00 spire-1.2.1/test/fixture/certs/node_key.pem 05:35:00 spire-1.2.1/test/fixture/certs/svid.pem 05:35:00 spire-1.2.1/test/fixture/certs/svid_key.pem 05:35:00 spire-1.2.1/test/fixture/config/ 05:35:00 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 05:35:00 spire-1.2.1/test/fixture/config/agent_good.conf 05:35:00 spire-1.2.1/test/fixture/config/agent_good_templated.conf 05:35:00 spire-1.2.1/test/fixture/config/plugin_good.conf 05:35:00 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 05:35:00 spire-1.2.1/test/fixture/config/server_good.conf 05:35:00 spire-1.2.1/test/fixture/config/server_good_templated.conf 05:35:00 spire-1.2.1/test/fixture/fixture.go 05:35:00 spire-1.2.1/test/fixture/nodeattestor/ 05:35:00 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 05:35:00 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 05:35:00 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 05:35:00 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 05:35:00 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 05:35:00 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 05:35:00 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 05:35:00 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 05:35:00 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 05:35:00 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 05:35:00 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 05:35:00 spire-1.2.1/test/fixture/registration/ 05:35:00 spire-1.2.1/test/fixture/registration/entries.json 05:35:00 spire-1.2.1/test/fixture/registration/good-for-update.json 05:35:00 spire-1.2.1/test/fixture/registration/good.json 05:35:00 spire-1.2.1/test/fixture/registration/invalid.json 05:35:00 spire-1.2.1/test/fixture/registration/invalid_json.json 05:35:00 spire-1.2.1/test/fixture/registration/manager_test_entries.json 05:35:00 spire-1.2.1/test/integration/ 05:35:00 spire-1.2.1/test/integration/README.md 05:35:00 spire-1.2.1/test/integration/common 05:35:00 spire-1.2.1/test/integration/setup/ 05:35:00 spire-1.2.1/test/integration/setup/adminclient/ 05:35:00 spire-1.2.1/test/integration/setup/adminclient/build.sh 05:35:00 spire-1.2.1/test/integration/setup/adminclient/client.go 05:35:00 spire-1.2.1/test/integration/setup/debugagent/ 05:35:00 spire-1.2.1/test/integration/setup/debugagent/build.sh 05:35:00 spire-1.2.1/test/integration/setup/debugagent/main.go 05:35:00 spire-1.2.1/test/integration/setup/debugserver/ 05:35:00 spire-1.2.1/test/integration/setup/debugserver/build.sh 05:35:00 spire-1.2.1/test/integration/setup/debugserver/main.go 05:35:00 spire-1.2.1/test/integration/setup/downstreamclient/ 05:35:00 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 05:35:00 spire-1.2.1/test/integration/setup/downstreamclient/client.go 05:35:00 spire-1.2.1/test/integration/setup/itclient/ 05:35:00 spire-1.2.1/test/integration/setup/itclient/client.go 05:35:00 spire-1.2.1/test/integration/setup/node-attestation/ 05:35:00 spire-1.2.1/test/integration/setup/node-attestation/build.sh 05:35:00 spire-1.2.1/test/integration/setup/node-attestation/client.go 05:35:00 spire-1.2.1/test/integration/setup/x509pop/ 05:35:00 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 05:35:00 spire-1.2.1/test/integration/setup/x509pop/setup.sh 05:35:00 spire-1.2.1/test/integration/suites/ 05:35:00 spire-1.2.1/test/integration/suites/admin-endpoints/ 05:35:00 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 05:35:00 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 05:35:00 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 05:35:00 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 05:35:00 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 05:35:00 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 05:35:00 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 05:35:00 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 05:35:00 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 05:35:00 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 05:35:00 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 05:35:00 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 05:35:00 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 05:35:00 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 05:35:00 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 05:35:00 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 05:35:00 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 05:35:00 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 05:35:00 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 05:35:00 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 05:35:00 spire-1.2.1/test/integration/suites/datastore-mysql/ 05:35:00 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 05:35:00 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 05:35:00 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 05:35:00 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 05:35:00 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres/ 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 05:35:00 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 05:35:00 spire-1.2.1/test/integration/suites/debug-endpoints/ 05:35:00 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 05:35:00 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 05:35:00 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 05:35:00 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 05:35:00 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 05:35:00 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 05:35:00 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 05:35:00 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 05:35:00 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 05:35:00 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 05:35:00 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 05:35:00 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 05:35:00 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 05:35:00 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 05:35:00 spire-1.2.1/test/integration/suites/downstream-endpoints/ 05:35:00 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 05:35:00 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 05:35:00 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 05:35:00 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 05:35:00 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 05:35:00 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 05:35:00 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 05:35:00 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 05:35:00 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 05:35:00 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 05:35:00 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 05:35:00 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 05:35:00 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 05:35:00 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 05:35:00 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 05:35:00 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 05:35:00 spire-1.2.1/test/integration/suites/join-token/ 05:35:00 spire-1.2.1/test/integration/suites/join-token/01-start-server 05:35:00 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 05:35:00 spire-1.2.1/test/integration/suites/join-token/03-start-agent 05:35:00 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 05:35:00 spire-1.2.1/test/integration/suites/join-token/05-check-svid 05:35:00 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 05:35:00 spire-1.2.1/test/integration/suites/join-token/README.md 05:35:00 spire-1.2.1/test/integration/suites/join-token/conf/ 05:35:00 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 05:35:00 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 05:35:00 spire-1.2.1/test/integration/suites/join-token/conf/server/ 05:35:00 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 05:35:00 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 05:35:00 spire-1.2.1/test/integration/suites/join-token/teardown 05:35:00 spire-1.2.1/test/integration/suites/k8s-reconcile/ 05:35:00 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 05:35:00 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 05:35:00 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 05:35:01 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/ 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 05:35:01 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 05:35:01 spire-1.2.1/test/integration/suites/k8s/ 05:35:01 spire-1.2.1/test/integration/suites/k8s/00-setup 05:35:01 spire-1.2.1/test/integration/suites/k8s/01-apply-config 05:35:01 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 05:35:01 spire-1.2.1/test/integration/suites/k8s/README.md 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/ 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/server/ 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 05:35:01 spire-1.2.1/test/integration/suites/k8s/init-kubectl 05:35:01 spire-1.2.1/test/integration/suites/k8s/teardown 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/README.md 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/root/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 05:35:01 spire-1.2.1/test/integration/suites/nested-rotation/teardown 05:35:01 spire-1.2.1/test/integration/suites/node-attestation/ 05:35:01 spire-1.2.1/test/integration/suites/node-attestation/00-setup 05:35:01 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 05:35:01 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 05:35:01 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 05:35:01 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 05:35:01 spire-1.2.1/test/integration/suites/node-attestation/README.md 05:35:01 spire-1.2.1/test/integration/suites/node-attestation/conf/ 05:35:01 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 05:35:01 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 05:35:01 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 05:35:01 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 05:35:01 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 05:35:01 spire-1.2.1/test/integration/suites/node-attestation/teardown 05:35:01 spire-1.2.1/test/integration/suites/rotation/ 05:35:01 spire-1.2.1/test/integration/suites/rotation/00-setup 05:35:01 spire-1.2.1/test/integration/suites/rotation/01-start-server 05:35:01 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 05:35:01 spire-1.2.1/test/integration/suites/rotation/03-start-agent 05:35:01 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 05:35:01 spire-1.2.1/test/integration/suites/rotation/05-check-svids 05:35:01 spire-1.2.1/test/integration/suites/rotation/README.md 05:35:01 spire-1.2.1/test/integration/suites/rotation/conf/ 05:35:01 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 05:35:01 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 05:35:01 spire-1.2.1/test/integration/suites/rotation/conf/server/ 05:35:01 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 05:35:01 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 05:35:01 spire-1.2.1/test/integration/suites/rotation/teardown 05:35:01 spire-1.2.1/test/integration/suites/self-test/ 05:35:01 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 05:35:01 spire-1.2.1/test/integration/suites/self-test/README.md 05:35:01 spire-1.2.1/test/integration/suites/self-test/teardown 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/ 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 05:35:01 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 05:35:01 spire-1.2.1/test/integration/suites/upgrade/ 05:35:01 spire-1.2.1/test/integration/suites/upgrade/00-setup 05:35:01 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 05:35:01 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 05:35:01 spire-1.2.1/test/integration/suites/upgrade/README.md 05:35:01 spire-1.2.1/test/integration/suites/upgrade/conf/ 05:35:01 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 05:35:01 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 05:35:01 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 05:35:01 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 05:35:01 spire-1.2.1/test/integration/suites/upgrade/teardown 05:35:01 spire-1.2.1/test/integration/suites/upgrade/versions.txt 05:35:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 05:35:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 05:35:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 05:35:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 05:35:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 05:35:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 05:35:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 05:35:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 05:35:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 05:35:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 05:35:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 05:35:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 05:35:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 05:35:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 05:35:01 spire-1.2.1/test/integration/test-one.sh 05:35:01 spire-1.2.1/test/integration/test.sh 05:35:01 spire-1.2.1/test/plugintest/ 05:35:01 spire-1.2.1/test/plugintest/config.go 05:35:01 spire-1.2.1/test/plugintest/load.go 05:35:01 spire-1.2.1/test/plugintest/option.go 05:35:01 spire-1.2.1/test/spiretest/ 05:35:01 spire-1.2.1/test/spiretest/apiserver.go 05:35:01 spire-1.2.1/test/spiretest/assertions.go 05:35:01 spire-1.2.1/test/spiretest/dir.go 05:35:01 spire-1.2.1/test/spiretest/errors_posix.go 05:35:01 spire-1.2.1/test/spiretest/errors_windows.go 05:35:01 spire-1.2.1/test/spiretest/logs.go 05:35:01 spire-1.2.1/test/spiretest/socketapi.go 05:35:01 spire-1.2.1/test/spiretest/suite.go 05:35:01 spire-1.2.1/test/spiretest/x509.go 05:35:01 spire-1.2.1/test/testca/ 05:35:01 spire-1.2.1/test/testca/ca.go 05:35:01 spire-1.2.1/test/testkey/ 05:35:01 spire-1.2.1/test/testkey/generate.sh 05:35:01 spire-1.2.1/test/testkey/genkeys.go 05:35:01 spire-1.2.1/test/testkey/keys.go 05:35:01 spire-1.2.1/test/testkey/new.go 05:35:01 spire-1.2.1/test/tpmsimulator/ 05:35:01 spire-1.2.1/test/tpmsimulator/simulator.go 05:35:01 spire-1.2.1/test/util/ 05:35:01 spire-1.2.1/test/util/cert_fixtures.go 05:35:01 spire-1.2.1/test/util/cert_generation.go 05:35:01 spire-1.2.1/test/util/io_redirection.go 05:35:01 spire-1.2.1/test/util/race.go 05:35:01 spire-1.2.1/test/util/util.go 05:35:01 building spire from source... 05:35:01 Installing go1.17.7... 05:35:34 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:35:34 Step 2/20 : FROM ${BUILDER_BASE} AS builder 05:35:34 ---> 90f61d284949 05:35:34 Step 3/20 : WORKDIR /edgex-go 05:35:34 ---> Using cache 05:35:34 ---> 99dd0feb8a2f 05:35:34 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 05:35:34 ---> Running in 26b79d253359 05:35:34 Building bin/spire-server... 05:35:34 go: downloading github.com/mitchellh/cli v1.1.2 05:35:34 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:35:34 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 05:35:34 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 05:35:34 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 05:35:34 go: downloading google.golang.org/grpc v1.44.0 05:35:34 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:35:35 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 05:35:35 v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] 05:35:35 OK: 15741 distinct packages available 05:35:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:35:36 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:35:37 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 05:35:38 OK: 220 MiB in 52 packages 05:35:38 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 05:35:38 go: downloading github.com/imdario/mergo v0.3.12 05:35:38 go: downloading github.com/sirupsen/logrus v1.8.1 05:35:39 go: downloading github.com/hashicorp/go-hclog v1.1.0 05:35:39 Removing intermediate container 26b79d253359 05:35:39 ---> 9053e206e85e 05:35:39 Step 5/20 : COPY go.mod vendor* ./ 05:35:39 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 05:35:39 go: downloading github.com/fatih/color v1.13.0 05:35:39 go: downloading github.com/mattn/go-isatty v0.0.14 05:35:40 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 05:35:40 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 05:35:40 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 05:35:40 go: downloading github.com/hashicorp/go-plugin v1.4.3 05:35:40 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 05:35:40  ---> 3e165c94be9d 05:35:40 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:35:41 ---> Running in 8cb0e80525c7 05:35:42 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 05:35:42 go: downloading github.com/InVisionApp/go-logger v1.0.1 05:35:42 go: downloading github.com/armon/go-metrics v0.3.10 05:35:42 go: downloading github.com/prometheus/client_golang v1.12.1 05:35:43 go: downloading github.com/uber-go/tally/v4 v4.1.1 05:35:44 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 05:35:44 go: downloading github.com/open-policy-agent/opa v0.38.0 05:35:46 Removing intermediate container 8cb0e80525c7 05:35:46 ---> 1cbe96e4f799 05:35:46 Step 7/20 : COPY . . 05:36:09 ---> 126b68cfce35 05:36:09 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:36:09 ---> Running in e2b03035cc65 05:36:11 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:36:15 go: downloading github.com/mattn/go-colorable v0.1.12 05:36:15 go: downloading github.com/Masterminds/goutils v1.1.0 05:36:15 go: downloading github.com/Masterminds/semver v1.5.0 05:36:15 go: downloading github.com/google/uuid v1.1.2 05:36:15 go: downloading github.com/huandu/xstrings v1.3.2 05:36:15 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 05:36:15 go: downloading github.com/oklog/run v1.0.0 05:36:15 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 05:36:15 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 05:36:15 go: downloading github.com/prometheus/client_model v0.2.0 05:36:15 go: downloading github.com/prometheus/common v0.32.1 05:36:15 go: downloading github.com/beorn7/perks v1.0.1 05:36:15 go: downloading github.com/cespare/xxhash/v2 v2.1.2 05:36:16 go: downloading github.com/prometheus/procfs v0.7.3 05:36:16 go: downloading go.uber.org/atomic v1.9.0 05:36:17 go: downloading github.com/imkira/go-observer v1.0.3 05:36:17 go: downloading github.com/hashicorp/errwrap v1.1.0 05:36:17 go: downloading github.com/mitchellh/reflectwalk v1.0.1 05:36:17 go: downloading github.com/hashicorp/golang-lru v0.5.4 05:36:17 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 05:36:17 go: downloading github.com/twmb/murmur3 v1.1.6 05:36:17 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 05:36:17 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 05:36:18 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 05:36:18 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 05:36:26 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 05:36:26 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 05:36:26 go: downloading github.com/stretchr/testify v1.7.0 05:36:26 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 05:36:26 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 05:36:26 go: downloading github.com/blang/semver/v4 v4.0.0 05:36:26 go: downloading github.com/go-sql-driver/mysql v1.6.0 05:36:26 go: downloading github.com/jinzhu/gorm v1.9.16 05:36:26 go: downloading github.com/lib/pq v1.10.4 05:36:26 go: downloading github.com/mattn/go-sqlite3 v1.14.12 05:36:26 go: downloading github.com/aws/aws-sdk-go v1.43.0 05:36:49 go: downloading google.golang.org/api v0.70.0 05:36:49 go: downloading k8s.io/api v0.23.4 05:36:49 go: downloading k8s.io/client-go v0.23.4 05:37:01 go: downloading github.com/google/go-tpm v0.3.3 05:37:01 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 05:37:34 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 05:37:34 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 05:37:34 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 05:37:34 go: downloading cloud.google.com/go/storage v1.21.0 05:37:34 go: downloading cloud.google.com/go v0.100.2 05:37:34 go: downloading k8s.io/apimachinery v0.23.4 05:37:34 go: downloading k8s.io/kube-aggregator v0.23.3 05:37:34 go: downloading sigs.k8s.io/controller-runtime v0.11.1 05:37:36 go: downloading github.com/hashicorp/vault/api v1.4.1 05:37:37 go: downloading cloud.google.com/go/security v1.3.0 05:37:37 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 05:37:38 go: downloading gopkg.in/yaml.v2 v2.4.0 05:37:38 go: downloading github.com/OneOfOne/xxhash v1.2.8 05:37:38 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 05:37:38 go: downloading github.com/gobwas/glob v0.2.3 05:37:39 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 05:37:39 go: downloading github.com/aws/smithy-go v1.11.0 05:37:40 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 05:37:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 05:37:41 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 05:37:41 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 05:37:41 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 05:37:41 go: downloading github.com/jinzhu/inflection v1.0.0 05:37:41 go: downloading github.com/gogo/protobuf v1.3.2 05:37:47 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 05:37:47 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 05:37:48 go: downloading github.com/Azure/go-autorest/logger v0.2.1 05:37:48 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 05:37:48 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 05:37:48 go: downloading github.com/dimchansky/utfbom v1.1.1 05:37:48 go: downloading cloud.google.com/go/compute v1.3.0 05:37:49 go: downloading cloud.google.com/go/iam v0.1.1 05:37:49 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 05:37:49 go: downloading k8s.io/klog/v2 v2.30.0 05:37:49 go: downloading github.com/google/gofuzz v1.1.0 05:37:49 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 05:37:51 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 05:37:52 go: downloading github.com/spf13/pflag v1.0.5 05:37:52 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 05:37:52 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 05:37:52 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 05:37:52 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 05:37:52 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 05:37:52 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 05:37:53 go: downloading github.com/hashicorp/vault/sdk v0.4.1 05:37:54 go: downloading github.com/mitchellh/mapstructure v1.4.3 05:37:54 go: downloading github.com/tklauser/go-sysconf v0.3.9 05:37:54 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 05:37:54 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 05:37:55 go: downloading github.com/jmespath/go-jmespath v0.4.0 05:37:56 go: downloading go.opencensus.io v0.23.0 05:37:57 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 05:37:57 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 05:37:57 go: downloading gopkg.in/inf.v0 v0.9.1 05:37:57 go: downloading github.com/go-logr/logr v1.2.2 05:37:58 go: downloading github.com/google/go-cmp v0.5.7 05:37:58 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 05:37:58 go: downloading github.com/json-iterator/go v1.1.12 05:37:59 go: downloading github.com/googleapis/gnostic v0.5.5 05:38:02 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 05:38:05 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 05:38:05 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 05:38:05 go: downloading github.com/tklauser/numcpus v0.3.0 05:38:05 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 05:38:05 go: downloading go.uber.org/zap v1.21.0 05:38:06 go: downloading sigs.k8s.io/yaml v1.3.0 05:38:06 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 05:38:06 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 05:38:07 go: downloading github.com/modern-go/reflect2 v1.0.2 05:38:07 go: downloading github.com/ryanuber/go-glob v1.0.0 05:38:07 go: downloading github.com/golang/snappy v0.0.4 05:38:07 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 05:38:17 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 05:38:17 go: downloading github.com/hashicorp/go-uuid v1.0.2 05:38:17 go: downloading github.com/hashicorp/go-version v1.2.0 05:38:17 go: downloading go.uber.org/multierr v1.6.0 05:38:44 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 05:38:44 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 05:39:23 Removing intermediate container 9712c0fd0e48 05:39:23 ---> 46b7502a91a9 05:39:23 05:39:23 Step 10/23 : FROM alpine:3.14 05:39:23 ---> ac73e934f311 05:39:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 05:39:23 ---> Using cache 05:39:23 ---> 069b5d8cf000 05:39:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:39:23 ---> Using cache 05:39:23 ---> 0e18336b2633 05:39:23 Step 13/23 : ENV APP_PORT=59881 05:39:23 ---> Running in 3260f52b46c8 05:39:23 Removing intermediate container 3260f52b46c8 05:39:23 ---> 99d6191a8b90 05:39:23 Step 14/23 : EXPOSE $APP_PORT 05:39:23 ---> Running in 303a5f8d3105 05:39:23 Removing intermediate container 303a5f8d3105 05:39:23 ---> 477d021f900d 05:39:23 Step 15/23 : WORKDIR / 05:39:23 ---> Running in a9d1e1abe879 05:39:23 Removing intermediate container a9d1e1abe879 05:39:23 ---> 9df35d12e469 05:39:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:39:23 ---> 561dc4be02e6 05:39:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:39:23 ---> 4b66af540435 05:39:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 05:39:23 ---> 8971c5c7156f 05:39:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 05:39:23 ---> Running in b122b38a3118 05:39:24 Removing intermediate container b122b38a3118 05:39:24 ---> f957b115637c 05:39:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:39:24 ---> Running in e01cf0a1a6ae 05:39:25 Removing intermediate container e01cf0a1a6ae 05:39:25 ---> 3eafc144375b 05:39:25 Step 21/23 : LABEL arch=arm64 05:39:25 ---> Running in f4c38188a843 05:39:26 Removing intermediate container f4c38188a843 05:39:26 ---> cbeb83484a0a 05:39:26 Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:39:26 ---> Running in 7fce62fdf4be 05:39:26 Removing intermediate container 7fce62fdf4be 05:39:26 ---> f056f836079e 05:39:26 Step 23/23 : LABEL version=0.0.0 05:39:26 ---> Running in 53a2ac23971b 05:39:27 Removing intermediate container 53a2ac23971b 05:39:27 ---> 4eb662615a9f 05:39:27 05:39:28 Successfully built 4eb662615a9f 05:39:28 Successfully tagged core-metadata-arm64:latest 05:39:28  Building core-metadata ... done Building support-notifications 05:39:35 Removing intermediate container 312f48ab6e48 05:39:35 ---> 7a782e3ad897 05:39:35 05:39:35 Step 10/31 : FROM alpine:3.14 05:39:35 ---> ac73e934f311 05:39:35 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 05:39:35 ---> Running in cf55075ab264 05:39:35 Removing intermediate container cf55075ab264 05:39:35 ---> 71da372ad17a 05:39:35 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 05:39:36 ---> Running in fffe7c79a31c 05:39:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 05:39:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 05:39:39 (1/2) Installing dumb-init (1.2.5-r1) 05:39:39 (2/2) Installing su-exec (0.2-r1) 05:39:39 Executing busybox-1.33.1-r7.trigger 05:39:39 OK: 6 MiB in 16 packages 05:39:41 Removing intermediate container fffe7c79a31c 05:39:41 ---> 5efe54c79e84 05:39:41 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 05:39:41 ---> Running in 4344c4a96471 05:39:42 Removing intermediate container 4344c4a96471 05:39:42 ---> 93dd6bb32872 05:39:42 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 05:39:42 ---> Running in fc1e8be8ee49 05:39:43 Removing intermediate container fc1e8be8ee49 05:39:43 ---> 910c37a708d5 05:39:43 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 05:39:43 ---> Running in b244a2997451 05:39:47 Removing intermediate container b244a2997451 05:39:47 ---> 14ddf5a6bb50 05:39:47 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 05:39:47 ---> Running in 35778c436c4e 05:39:48 Removing intermediate container 35778c436c4e 05:39:48 ---> 66e4a3ff0560 05:39:48 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 05:39:49 ---> a05c3508ed14 05:39:49 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 05:39:50 ---> Running in 820a31773bff 05:39:54 Removing intermediate container 820a31773bff 05:39:54 ---> 948b93e59d47 05:39:54 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 05:39:55 ---> 8eb431883c3a 05:39:55 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:39:58 ---> 3dddc7404426 05:39:58 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 05:39:59 ---> 6cf25513bb11 05:39:59 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 05:40:00 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:40:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:40:00 ---> 90f61d284949 05:40:00 Step 3/22 : WORKDIR /edgex-go 05:40:00 ---> Using cache 05:40:00 ---> 99dd0feb8a2f 05:40:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:40:00 ---> Using cache 05:40:00 ---> cc555e76b06f 05:40:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 05:40:00 ---> Running in 645a8d8d5a24 05:40:00 ---> 5665adf598da 05:40:00 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 05:40:02 ---> 29bbff17a440 05:40:02 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 05:40:02 ---> Running in 336701ed9a61 05:40:02 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:40:03 Removing intermediate container 336701ed9a61 05:40:03 ---> 2ce3b934c58d 05:40:03 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:40:03 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:40:04 ---> bf810798cde6 05:40:04 Step 26/31 : RUN chmod +x /entrypoint.sh 05:40:04 ---> Running in 36cfea75c2c2 05:40:05 OK: 220 MiB in 52 packages 05:40:07 Removing intermediate container 645a8d8d5a24 05:40:07 ---> 630a50deb12a 05:40:07 Step 6/22 : COPY go.mod vendor* ./ 05:40:08 Removing intermediate container 36cfea75c2c2 05:40:08 ---> d2e85960303f 05:40:08 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 05:40:08 ---> Running in 696d19f2ba5c 05:40:08 ---> 3f2f9c43c6aa 05:40:08 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:40:08 ---> Running in 9839fc4709b5 05:40:09 Removing intermediate container 696d19f2ba5c 05:40:09 ---> 2f801aae7222 05:40:09 Step 28/31 : CMD ["gate"] 05:40:09 ---> Running in 868f6c7c6dd8 05:40:10 Removing intermediate container 868f6c7c6dd8 05:40:10 ---> d220ff8134ae 05:40:10 Step 29/31 : LABEL arch=arm64 05:40:10 ---> Running in ef93f44d4ddf 05:40:11 Removing intermediate container ef93f44d4ddf 05:40:11 ---> b32ccc797221 05:40:11 Step 30/31 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:40:11 ---> Running in 92d3fef9eaf6 05:40:12 Removing intermediate container 92d3fef9eaf6 05:40:12 ---> 7389230d2fa1 05:40:12 Step 31/31 : LABEL version=0.0.0 05:40:12 ---> Running in 11ee68c9d802 05:40:12 Removing intermediate container 11ee68c9d802 05:40:12 ---> dd4323cbb4ed 05:40:13 05:40:13 Successfully built dd4323cbb4ed 05:40:13 Successfully tagged security-bootstrapper-arm64:latest 05:40:13  Building security-bootstrapper ... done Building sys-mgmt-agent 05:40:15 Removing intermediate container 9839fc4709b5 05:40:15 ---> cc09f15c17cd 05:40:15 Step 8/22 : COPY . . 05:40:48 ---> 51a9455aa915 05:40:48 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:40:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:40:48 ---> 90f61d284949 05:40:48 Step 3/23 : WORKDIR /edgex-go 05:40:48 ---> Using cache 05:40:48 ---> 99dd0feb8a2f 05:40:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:40:48 ---> Using cache 05:40:48 ---> cc555e76b06f 05:40:48 Step 5/23 : RUN apk add --update --no-cache make bash git 05:40:48 ---> Running in 2103852a7cd0 05:40:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 05:40:48 ---> Running in 4caa7e0d97bb 05:40:48 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:40:48 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 05:40:48 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:40:49 OK: 220 MiB in 52 packages 05:40:50 Removing intermediate container 2103852a7cd0 05:40:50 ---> c871ee1b48c0 05:40:50 Step 6/23 : COPY go.mod vendor* ./ 05:40:52 ---> 8531bef6b625 05:40:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:40:52 ---> Running in 3bfb8ada9f92 05:40:58 Removing intermediate container 3bfb8ada9f92 05:40:58 ---> b13806c1566d 05:40:58 Step 8/23 : COPY . . 05:41:17 ---> 90b5e3d83350 05:41:17 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 05:41:17 ---> Running in d08171c3485d 05:41:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 05:43:26 Removing intermediate container e2b03035cc65 05:43:26 ---> d03158d3c4a3 05:43:26 05:43:26 Step 9/20 : FROM alpine:3.15 05:43:26 3.15: Pulling from library/alpine 05:43:26 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 05:43:26 Status: Downloaded newer image for alpine:3.15 05:43:26 ---> 3fb3c9af89a9 05:43:26 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:43:26 ---> Running in b3fd7823e78b 05:43:26 Removing intermediate container b3fd7823e78b 05:43:26 ---> 1b0b817cf86b 05:43:26 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:43:26 ---> Running in b1cca2a6a1a5 05:43:26 Removing intermediate container b1cca2a6a1a5 05:43:27 ---> 979795fba505 05:43:27 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:43:27 ---> Running in 6bb387f4fb37 05:43:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:43:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:43:31 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 05:43:31 v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] 05:43:31 OK: 15730 distinct packages available 05:43:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:43:32 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:43:34 (1/9) Installing ca-certificates (20211220-r0) 05:43:34 (2/9) Installing brotli-libs (1.0.9-r5) 05:43:34 (3/9) Installing nghttp2-libs (1.46.0-r0) 05:43:34 (4/9) Installing libcurl (7.80.0-r0) 05:43:34 (5/9) Installing curl (7.80.0-r0) 05:43:34 (6/9) Installing dumb-init (1.2.5-r1) 05:43:35 (7/9) Installing musl-obstack (1.2.3-r0) 05:43:35 (8/9) Installing libucontext (1.1-r0) 05:43:35 (9/9) Installing gcompat (1.0.0-r4) 05:43:35 Executing busybox-1.34.1-r5.trigger 05:43:35 Executing ca-certificates-20211220-r0.trigger 05:43:35 OK: 8 MiB in 23 packages 05:43:38 Removing intermediate container 6bb387f4fb37 05:43:38 ---> ee118ffd131e 05:43:38 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 05:43:38 ---> 6c6813a8140e 05:43:38 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:43:41 ---> 6da511a3f607 05:43:41 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 05:43:41 ---> 8e4503a29c22 05:43:41 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 05:43:42 ---> Running in 2e680ea1b43a 05:43:42 Removing intermediate container 2e680ea1b43a 05:43:42 ---> ab976f46a4bb 05:43:42 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:43:42 ---> Running in 0badff51da0c 05:43:43 Removing intermediate container 0badff51da0c 05:43:43 ---> 2b083e367b98 05:43:43 Step 18/20 : LABEL arch=arm64 05:43:43 ---> Running in b0f9af33f876 05:43:44 Removing intermediate container b0f9af33f876 05:43:44 ---> 518a47d7ffe3 05:43:44 Step 19/20 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:43:44 ---> Running in bf71231e8e40 05:43:44 Removing intermediate container bf71231e8e40 05:43:44 ---> bd6d8fdf14b5 05:43:44 Step 20/20 : LABEL version=0.0.0 05:43:44 ---> Running in 56548921a9b7 05:43:45 Removing intermediate container 56548921a9b7 05:43:45 ---> a4179fe6f0fb 05:43:45 05:43:45 Successfully built a4179fe6f0fb 05:43:45 Successfully tagged security-spiffe-token-provider-arm64:latest 05:43:45 Building core-data 05:44:24  Building security-spiffe-token-provider ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:44:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:44:24 ---> 90f61d284949 05:44:24 Step 3/23 : WORKDIR /edgex-go 05:44:24 ---> Using cache 05:44:24 ---> 99dd0feb8a2f 05:44:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:44:24 ---> Using cache 05:44:24 ---> cc555e76b06f 05:44:24 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 05:44:24 ---> Running in 98e78646d4da 05:44:24 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:44:24 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:44:24 OK: 220 MiB in 52 packages 05:44:26 Removing intermediate container 98e78646d4da 05:44:26 ---> 12a9c43ed372 05:44:26 Step 6/23 : COPY go.mod vendor* ./ 05:44:27 ---> 285ee5879a3f 05:44:27 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:44:27 ---> Running in 197dbeab904c 05:44:32 Removing intermediate container 197dbeab904c 05:44:32 ---> 1126504f5359 05:44:32 Step 8/23 : COPY . . 05:44:54 ---> b4901edb7677 05:44:54 Step 9/23 : RUN make cmd/core-data/core-data 05:44:54 ---> Running in 8a08e02893e7 05:44:54 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 05:46:31 Removing intermediate container d08171c3485d 05:46:31 ---> 5640a33c0e0e 05:46:31 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 05:46:31 ---> Running in fa5060cc7612 05:46:31 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 05:46:32 Removing intermediate container fa5060cc7612 05:46:32 ---> bb65cbcc3ac7 05:46:32 05:46:32 Step 11/23 : FROM docker:20.10.14 05:46:32 20.10.14: Pulling from library/docker 05:46:47 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 05:46:47 Status: Downloaded newer image for docker:20.10.14 05:46:47 ---> c346e9eafbab 05:46:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 05:46:48 ---> Running in f0d8e53f6a72 05:46:48 Removing intermediate container f0d8e53f6a72 05:46:48 ---> bf8c271226be 05:46:48 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 05:46:48 ---> Running in 99b8de492b57 05:46:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:46:52 (1/43) Installing readline (8.1.1-r0) 05:46:52 (2/43) Installing bash (5.1.16-r0) 05:46:52 Executing bash-5.1.16-r0.post-install 05:46:52 (3/43) Installing brotli-libs (1.0.9-r5) 05:46:52 (4/43) Installing nghttp2-libs (1.46.0-r0) 05:46:52 (5/43) Installing libcurl (7.80.0-r0) 05:46:52 (6/43) Installing curl (7.80.0-r0) 05:46:52 (7/43) Installing dumb-init (1.2.5-r1) 05:46:52 (8/43) Installing libbz2 (1.0.8-r1) 05:46:52 (9/43) Installing expat (2.4.7-r0) 05:46:52 (10/43) Installing libffi (3.4.2-r1) 05:46:52 (11/43) Installing gdbm (1.22-r0) 05:46:52 (12/43) Installing xz-libs (5.2.5-r1) 05:46:52 (13/43) Installing libgcc (10.3.1_git20211027-r0) 05:46:52 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 05:46:52 (15/43) Installing mpdecimal (2.5.1-r1) 05:46:52 (16/43) Installing sqlite-libs (3.36.0-r0) 05:46:52 (17/43) Installing python3 (3.9.7-r4) 05:46:54 (18/43) Installing py3-appdirs (1.4.4-r2) 05:46:54 (19/43) Installing py3-certifi (2020.12.5-r1) 05:46:54 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 05:46:54 (21/43) Installing py3-idna (3.3-r0) 05:46:54 (22/43) Installing py3-urllib3 (1.26.7-r0) 05:46:55 (23/43) Installing py3-requests (2.26.0-r1) 05:46:55 (24/43) Installing py3-msgpack (1.0.2-r1) 05:46:55 (25/43) Installing py3-lockfile (0.12.2-r4) 05:46:55 (26/43) Installing py3-cachecontrol (0.12.10-r0) 05:46:55 (27/43) Installing py3-colorama (0.4.4-r1) 05:46:55 (28/43) Installing py3-contextlib2 (21.6.0-r1) 05:46:55 (29/43) Installing py3-distlib (0.3.3-r0) 05:46:55 (30/43) Installing py3-distro (1.6.0-r0) 05:46:55 (31/43) Installing py3-six (1.16.0-r0) 05:46:55 (32/43) Installing py3-webencodings (0.5.1-r4) 05:46:55 (33/43) Installing py3-html5lib (1.1-r1) 05:46:55 (34/43) Installing py3-parsing (2.4.7-r2) 05:46:55 (35/43) Installing py3-packaging (20.9-r1) 05:46:55 (36/43) Installing py3-tomli (1.2.2-r0) 05:46:55 (37/43) Installing py3-pep517 (0.12.0-r0) 05:46:55 (38/43) Installing py3-progress (1.6-r0) 05:46:55 (39/43) Installing py3-retrying (1.3.3-r2) 05:46:55 (40/43) Installing py3-ordered-set (4.0.2-r2) 05:46:55 (41/43) Installing py3-setuptools (52.0.0-r4) 05:46:55 (42/43) Installing py3-toml (0.10.2-r2) 05:46:55 (43/43) Installing py3-pip (20.3.4-r1) 05:46:56 Executing busybox-1.34.1-r5.trigger 05:46:56 OK: 82 MiB in 65 packages 05:47:02 Collecting docker-compose==1.23.2 05:47:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 05:47:02 Collecting docopt<0.7,>=0.6.1 05:47:02 Downloading docopt-0.6.2.tar.gz (25 kB) 05:47:06 Collecting docker<4.0,>=3.6.0 05:47:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 05:47:06 Collecting cached-property<2,>=1.2.0 05:47:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 05:47:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 05:47:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 05:47:07 Collecting websocket-client<1.0,>=0.32.0 05:47:07 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 05:47:08 Collecting dockerpty<0.5,>=0.4.1 05:47:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 05:47:10 Collecting texttable<0.10,>=0.9.0 05:47:10 Downloading texttable-0.9.1.tar.gz (11 kB) 05:47:14 Collecting PyYAML<4,>=3.10 05:47:14 Downloading PyYAML-3.13.tar.gz (270 kB) 05:47:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 05:47:19 Collecting jsonschema<3,>=2.5.1 05:47:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 05:47:19 Collecting docker-pycreds>=0.4.0 05:47:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 05:47:20 Collecting idna<2.8,>=2.5 05:47:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 05:47:20 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) 05:47:21 Collecting chardet<3.1.0,>=3.0.2 05:47:21 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 05:47:22 Collecting urllib3<1.25,>=1.21.1 05:47:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 05:47:22 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 05:47:22 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 05:47:22 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 05:47:22 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 05:47:23 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 05:47:23 Attempting uninstall: urllib3 05:47:23 Found existing installation: urllib3 1.26.7 05:47:23 Uninstalling urllib3-1.26.7: 05:47:23 Successfully uninstalled urllib3-1.26.7 05:47:24 Attempting uninstall: idna 05:47:24 Found existing installation: idna 3.3 05:47:24 Uninstalling idna-3.3: 05:47:24 Successfully uninstalled idna-3.3 05:47:28 Attempting uninstall: requests 05:47:28 Found existing installation: requests 2.26.0 05:47:28 Uninstalling requests-2.26.0: 05:47:28 Successfully uninstalled requests-2.26.0 05:47:28 Running setup.py install for texttable: started 05:47:31 Running setup.py install for texttable: finished with status 'done' 05:47:31 Running setup.py install for PyYAML: started 05:47:35 Running setup.py install for PyYAML: finished with status 'done' 05:47:35 Running setup.py install for docopt: started 05:47:37 Running setup.py install for docopt: finished with status 'done' 05:47:37 Running setup.py install for dockerpty: started 05:47:40 Running setup.py install for dockerpty: finished with status 'done' 05:47:42 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 05:47:58 Removing intermediate container 99b8de492b57 05:47:58 ---> d9f38ee0d6c2 05:47:58 Step 14/23 : ENV APP_PORT=58890 05:47:58 ---> Running in 1bd88c02560f 05:47:58 Removing intermediate container 1bd88c02560f 05:47:58 ---> eb8964f256d9 05:47:58 Step 15/23 : EXPOSE $APP_PORT 05:47:58 ---> Running in 299764f84e52 05:47:58 Removing intermediate container 299764f84e52 05:47:58 ---> 068247e529e0 05:47:58 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 05:48:00 ---> 2f285fdd7f17 05:48:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 05:48:01 ---> 514c54d7067a 05:48:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 05:48:02 ---> d0af51afabf5 05:48:02 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 05:48:02 ---> Running in 0b1a5b482832 05:48:03 Removing intermediate container 0b1a5b482832 05:48:03 ---> 9a94a6c79293 05:48:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:48:03 ---> Running in caca0bdf28fe 05:48:04 Removing intermediate container caca0bdf28fe 05:48:04 ---> 8fb35d891a6b 05:48:04 Step 21/23 : LABEL arch=arm64 05:48:04 ---> Running in a508900eaff4 05:48:04 Removing intermediate container a508900eaff4 05:48:04 ---> df5db901b25e 05:48:04 Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:48:05 ---> Running in 428b7fe11cc1 05:48:05 Removing intermediate container 428b7fe11cc1 05:48:05 ---> 34e69a946aa7 05:48:05 Step 23/23 : LABEL version=0.0.0 05:48:05 ---> Running in fd8e83506322 05:48:06 Removing intermediate container fd8e83506322 05:48:06 ---> 94c9fc1eefae 05:48:06 05:48:06 Successfully built 94c9fc1eefae 05:48:06 Successfully tagged sys-mgmt-agent-arm64:latest 05:48:06  Building sys-mgmt-agent ... done Building security-spire-server 05:48:39 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 05:48:39 Step 2/25 : FROM ${BUILDER_BASE} AS builder 05:48:39 ---> 90f61d284949 05:48:39 Step 3/25 : WORKDIR /edgex-go 05:48:39 ---> Using cache 05:48:39 ---> 99dd0feb8a2f 05:48:39 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:48:39 ---> Using cache 05:48:39 ---> cc555e76b06f 05:48:39 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 05:48:39 ---> Using cache 05:48:39 ---> 2511863856e2 05:48:39 Step 6/25 : COPY go.mod vendor* ./ 05:48:39 ---> Using cache 05:48:39 ---> f3ac4c52cf95 05:48:39 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:48:39 ---> Using cache 05:48:39 ---> db45195f3716 05:48:39 Step 8/25 : COPY . . 05:48:39 ---> Using cache 05:48:39 ---> eae4d72f29f2 05:48:39 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 05:48:39 ---> Using cache 05:48:39 ---> c127f922aeb3 05:48:39 Step 10/25 : RUN mkdir -p spire-build 05:48:39 ---> Using cache 05:48:39 ---> 347ea527cd8c 05:48:39 Step 11/25 : WORKDIR /edgex-go/spire-build 05:48:39 ---> Using cache 05:48:39 ---> 4f69be032b7b 05:48: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 05:48:39 ---> Running in 65c812a1e70d 05:48:39 spire-1.2.1/ 05:48:39 spire-1.2.1/.data/ 05:48:39 spire-1.2.1/.data/.file 05:48:39 spire-1.2.1/.dockerignore 05:48:39 spire-1.2.1/.gitattributes 05:48:39 spire-1.2.1/.githooks/ 05:48:39 spire-1.2.1/.githooks/pre-commit 05:48:39 spire-1.2.1/.github/ 05:48:39 spire-1.2.1/.github/ISSUE_TEMPLATE.md 05:48:39 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 05:48:39 spire-1.2.1/.github/dependabot.yml 05:48:39 spire-1.2.1/.github/workflows/ 05:48:39 spire-1.2.1/.github/workflows/nightly_build.yaml 05:48:39 spire-1.2.1/.github/workflows/pr_build.yaml 05:48:39 spire-1.2.1/.github/workflows/release_build.yaml 05:48:39 spire-1.2.1/.github/workflows/scripts/ 05:48:39 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 05:48:39 spire-1.2.1/.github/workflows/scripts/push-images.sh 05:48:39 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 05:48:39 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 05:48:39 spire-1.2.1/.github/workflows/scripts/split.sh 05:48:39 spire-1.2.1/.gitignore 05:48:39 spire-1.2.1/.go-version 05:48:39 spire-1.2.1/.golangci.yml 05:48:39 spire-1.2.1/ADOPTERS.md 05:48:39 spire-1.2.1/CHANGELOG.md 05:48:39 spire-1.2.1/CODE-OF-CONDUCT.md 05:48:39 spire-1.2.1/CODEOWNERS 05:48:39 spire-1.2.1/CONTRIBUTING.md 05:48:39 spire-1.2.1/Dockerfile 05:48:39 spire-1.2.1/Dockerfile.dev 05:48:39 spire-1.2.1/Dockerfile.scratch 05:48:39 spire-1.2.1/LICENSE 05:48:39 spire-1.2.1/MAINTAINERS.md 05:48:39 spire-1.2.1/Makefile 05:48:39 spire-1.2.1/README.md 05:48:39 spire-1.2.1/ROADMAP.md 05:48:39 spire-1.2.1/SECURITY.md 05:48:39 spire-1.2.1/cmd/ 05:48:39 spire-1.2.1/cmd/spire-agent/ 05:48:39 spire-1.2.1/cmd/spire-agent/cli/ 05:48:39 spire-1.2.1/cmd/spire-agent/cli/api/ 05:48:39 spire-1.2.1/cmd/spire-agent/cli/api/common.go 05:48:39 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 05:48:39 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 05:48:39 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 05:48:39 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 05:48:39 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 05:48:39 spire-1.2.1/cmd/spire-agent/cli/cli.go 05:48:39 spire-1.2.1/cmd/spire-agent/cli/common/ 05:48:39 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 05:48:39 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 05:48:39 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 05:48:39 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 05:48:39 spire-1.2.1/cmd/spire-agent/cli/run/ 05:48:39 spire-1.2.1/cmd/spire-agent/cli/run/run.go 05:48:39 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 05:48:39 spire-1.2.1/cmd/spire-agent/cli/validate/ 05:48:39 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 05:48:39 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 05:48:39 spire-1.2.1/cmd/spire-agent/main.go 05:48:39 spire-1.2.1/cmd/spire-server/ 05:48:39 spire-1.2.1/cmd/spire-server/cli/ 05:48:39 spire-1.2.1/cmd/spire-server/cli/agent/ 05:48:39 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/agent/count.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/agent/list.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/agent/show.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/bundle/ 05:48:39 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/cli.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/entry/ 05:48:39 spire-1.2.1/cmd/spire-server/cli/entry/count.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/entry/create.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/entry/show.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/entry/update.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/entry/util.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/federation/ 05:48:39 spire-1.2.1/cmd/spire-server/cli/federation/common.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/federation/create.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/federation/list.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/federation/show.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/federation/update.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 05:48:39 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/jwt/ 05:48:39 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/run/ 05:48:39 spire-1.2.1/cmd/spire-server/cli/run/run.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/token/ 05:48:39 spire-1.2.1/cmd/spire-server/cli/token/generate.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/validate/ 05:48:39 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/x509/ 05:48:39 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 05:48:39 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 05:48:39 spire-1.2.1/cmd/spire-server/main.go 05:48:39 spire-1.2.1/cmd/spire-server/util/ 05:48:39 spire-1.2.1/cmd/spire-server/util/util.go 05:48:39 spire-1.2.1/conf/ 05:48:39 spire-1.2.1/conf/agent/ 05:48:39 spire-1.2.1/conf/agent/agent.conf 05:48:39 spire-1.2.1/conf/agent/agent_full.conf 05:48:39 spire-1.2.1/conf/agent/dummy_root_ca.crt 05:48:39 spire-1.2.1/conf/server/ 05:48:39 spire-1.2.1/conf/server/dummy_upstream_ca.crt 05:48:39 spire-1.2.1/conf/server/dummy_upstream_ca.key 05:48:39 spire-1.2.1/conf/server/server.conf 05:48:39 spire-1.2.1/conf/server/server_full.conf 05:48:39 spire-1.2.1/doc/ 05:48:39 spire-1.2.1/doc/SPIRE101.md 05:48:39 spire-1.2.1/doc/auditlog.md 05:48:39 spire-1.2.1/doc/authorization_policy_engine.md 05:48:39 spire-1.2.1/doc/changelog_guidelines.md 05:48:39 spire-1.2.1/doc/cure53-report.pdf 05:48:39 spire-1.2.1/doc/images/ 05:48:39 spire-1.2.1/doc/images/2019_roadmap.png 05:48:39 spire-1.2.1/doc/images/SPIRE101.png 05:48:39 spire-1.2.1/doc/images/SPIRE_agent.png 05:48:39 spire-1.2.1/doc/images/SPIRE_server.png 05:48:39 spire-1.2.1/doc/images/cache_mgr.png 05:48:39 spire-1.2.1/doc/images/cache_mgr_components.png 05:48:39 spire-1.2.1/doc/images/federated_spire.png 05:48:39 spire-1.2.1/doc/images/ha_mode.png 05:48:39 spire-1.2.1/doc/images/nested_spire.png 05:48:39 spire-1.2.1/doc/images/oidc_federation.png 05:48:39 spire-1.2.1/doc/images/single_trust_domain.png 05:48:39 spire-1.2.1/doc/images/spiffe_compatible.png 05:48:39 spire-1.2.1/doc/images/spire_logo.png 05:48:39 spire-1.2.1/doc/migrating_registration_api_clients.md 05:48:39 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 05:48:39 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 05:48:39 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 05:48:39 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 05:48:39 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 05:48:39 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 05:48:39 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 05:48:39 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 05:48:39 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 05:48:39 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 05:48:39 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 05:48:39 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 05:48:39 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 05:48:39 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 05:48:39 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 05:48:39 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 05:48:39 spire-1.2.1/doc/plugin_server_datastore_sql.md 05:48:39 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 05:48:39 spire-1.2.1/doc/plugin_server_keymanager_disk.md 05:48:39 spire-1.2.1/doc/plugin_server_keymanager_memory.md 05:48:39 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 05:48:39 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 05:48:39 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 05:48:39 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 05:48:39 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 05:48:39 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 05:48:39 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 05:48:39 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 05:48:39 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 05:48:39 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 05:48:39 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 05:48:39 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 05:48:39 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 05:48:39 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 05:48:39 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 05:48:39 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 05:48:39 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 05:48:39 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 05:48:39 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 05:48:39 spire-1.2.1/doc/scaling_spire.md 05:48:39 spire-1.2.1/doc/spire_agent.md 05:48:39 spire-1.2.1/doc/spire_server.md 05:48:39 spire-1.2.1/doc/supported_integrations.md 05:48:39 spire-1.2.1/doc/telemetry.md 05:48:39 spire-1.2.1/doc/telemetry_config.md 05:48:39 spire-1.2.1/doc/upgrading.md 05:48:39 spire-1.2.1/doc/using_spire.md 05:48:39 spire-1.2.1/examples/ 05:48:39 spire-1.2.1/examples/README.md 05:48:39 spire-1.2.1/go.mod 05:48:39 spire-1.2.1/go.sum 05:48:39 spire-1.2.1/pkg/ 05:48:39 spire-1.2.1/pkg/agent/ 05:48:39 spire-1.2.1/pkg/agent/agent.go 05:48:39 spire-1.2.1/pkg/agent/api/ 05:48:39 spire-1.2.1/pkg/agent/api/config.go 05:48:39 spire-1.2.1/pkg/agent/api/debug/ 05:48:39 spire-1.2.1/pkg/agent/api/debug/v1/ 05:48:39 spire-1.2.1/pkg/agent/api/debug/v1/service.go 05:48:39 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 05:48:39 spire-1.2.1/pkg/agent/api/delegatedidentity/ 05:48:39 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 05:48:39 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 05:48:39 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 05:48:39 spire-1.2.1/pkg/agent/api/endpoints.go 05:48:39 spire-1.2.1/pkg/agent/api/health/ 05:48:39 spire-1.2.1/pkg/agent/api/health/v1/ 05:48:39 spire-1.2.1/pkg/agent/api/health/v1/service.go 05:48:39 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 05:48:39 spire-1.2.1/pkg/agent/api/rpccontext/ 05:48:39 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 05:48:39 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 05:48:39 spire-1.2.1/pkg/agent/attestor/ 05:48:39 spire-1.2.1/pkg/agent/attestor/node/ 05:48:39 spire-1.2.1/pkg/agent/attestor/node/experimental.go 05:48:39 spire-1.2.1/pkg/agent/attestor/node/node.go 05:48:39 spire-1.2.1/pkg/agent/attestor/node/node_test.go 05:48:39 spire-1.2.1/pkg/agent/attestor/workload/ 05:48:39 spire-1.2.1/pkg/agent/attestor/workload/workload.go 05:48:39 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 05:48:39 spire-1.2.1/pkg/agent/catalog/ 05:48:39 spire-1.2.1/pkg/agent/catalog/catalog.go 05:48:39 spire-1.2.1/pkg/agent/catalog/keymanager.go 05:48:39 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 05:48:39 spire-1.2.1/pkg/agent/catalog/svidstore.go 05:48:39 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 05:48:39 spire-1.2.1/pkg/agent/client/ 05:48:39 spire-1.2.1/pkg/agent/client/client.go 05:48:39 spire-1.2.1/pkg/agent/client/client_test.go 05:48:39 spire-1.2.1/pkg/agent/client/dial.go 05:48:39 spire-1.2.1/pkg/agent/client/nodeconn.go 05:48:39 spire-1.2.1/pkg/agent/client/nodeconn_test.go 05:48:39 spire-1.2.1/pkg/agent/client/update.go 05:48:39 spire-1.2.1/pkg/agent/client/util.go 05:48:39 spire-1.2.1/pkg/agent/common/ 05:48:39 spire-1.2.1/pkg/agent/common/backoff/ 05:48:39 spire-1.2.1/pkg/agent/common/backoff/backoff.go 05:48:39 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 05:48:39 spire-1.2.1/pkg/agent/common/cgroups/ 05:48:39 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 05:48:39 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 05:48:39 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 05:48:39 spire-1.2.1/pkg/agent/config.go 05:48:39 spire-1.2.1/pkg/agent/endpoints/ 05:48:39 spire-1.2.1/pkg/agent/endpoints/config.go 05:48:39 spire-1.2.1/pkg/agent/endpoints/endpoints.go 05:48:39 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 05:48:39 spire-1.2.1/pkg/agent/endpoints/metrics.go 05:48:39 spire-1.2.1/pkg/agent/endpoints/middleware.go 05:48:39 spire-1.2.1/pkg/agent/endpoints/peertracker.go 05:48:39 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 05:48:39 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 05:48:39 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 05:48:39 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 05:48:39 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 05:48:39 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 05:48:39 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 05:48:39 spire-1.2.1/pkg/agent/endpoints/workload/ 05:48:39 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 05:48:39 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 05:48:39 spire-1.2.1/pkg/agent/manager/ 05:48:39 spire-1.2.1/pkg/agent/manager/cache/ 05:48:39 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 05:48:39 spire-1.2.1/pkg/agent/manager/cache/cache.go 05:48:39 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 05:48:39 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 05:48:39 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 05:48:39 spire-1.2.1/pkg/agent/manager/cache/sets.go 05:48:39 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 05:48:39 spire-1.2.1/pkg/agent/manager/config.go 05:48:39 spire-1.2.1/pkg/agent/manager/manager.go 05:48:39 spire-1.2.1/pkg/agent/manager/manager_test.go 05:48:39 spire-1.2.1/pkg/agent/manager/storage.go 05:48:39 spire-1.2.1/pkg/agent/manager/storage_test.go 05:48:39 spire-1.2.1/pkg/agent/manager/storecache/ 05:48:39 spire-1.2.1/pkg/agent/manager/storecache/cache.go 05:48:39 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 05:48:39 spire-1.2.1/pkg/agent/manager/sync.go 05:48:39 spire-1.2.1/pkg/agent/plugin/ 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/ 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 05:48:39 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 05:48:39 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/ 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 05:48:39 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 05:48:39 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 05:48:39 spire-1.2.1/pkg/agent/svid/ 05:48:39 spire-1.2.1/pkg/agent/svid/rotator.go 05:48:39 spire-1.2.1/pkg/agent/svid/rotator_config.go 05:48:39 spire-1.2.1/pkg/agent/svid/rotator_test.go 05:48:39 spire-1.2.1/pkg/agent/svid/store/ 05:48:39 spire-1.2.1/pkg/agent/svid/store/service.go 05:48:39 spire-1.2.1/pkg/agent/svid/store/service_test.go 05:48:39 spire-1.2.1/pkg/common/ 05:48:39 spire-1.2.1/pkg/common/agentpathtemplate/ 05:48:39 spire-1.2.1/pkg/common/agentpathtemplate/template.go 05:48:39 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 05:48:39 spire-1.2.1/pkg/common/api/ 05:48:39 spire-1.2.1/pkg/common/api/metrics.go 05:48:39 spire-1.2.1/pkg/common/api/middleware/ 05:48:39 spire-1.2.1/pkg/common/api/middleware/common_test.go 05:48:39 spire-1.2.1/pkg/common/api/middleware/interceptor.go 05:48:39 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 05:48:39 spire-1.2.1/pkg/common/api/middleware/logger.go 05:48:39 spire-1.2.1/pkg/common/api/middleware/logger_test.go 05:48:39 spire-1.2.1/pkg/common/api/middleware/metrics.go 05:48:39 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 05:48:39 spire-1.2.1/pkg/common/api/middleware/middleware.go 05:48:39 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 05:48:39 spire-1.2.1/pkg/common/api/middleware/misconfig.go 05:48:39 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 05:48:39 spire-1.2.1/pkg/common/api/middleware/names.go 05:48:39 spire-1.2.1/pkg/common/api/middleware/names_test.go 05:48:39 spire-1.2.1/pkg/common/api/names.go 05:48:39 spire-1.2.1/pkg/common/api/ratelimit.go 05:48:39 spire-1.2.1/pkg/common/api/rpccontext/ 05:48:39 spire-1.2.1/pkg/common/api/rpccontext/logger.go 05:48:39 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 05:48:39 spire-1.2.1/pkg/common/api/rpccontext/names.go 05:48:39 spire-1.2.1/pkg/common/auth/ 05:48:39 spire-1.2.1/pkg/common/auth/interceptors.go 05:48:39 spire-1.2.1/pkg/common/auth/interceptors_test.go 05:48:39 spire-1.2.1/pkg/common/auth/untracked_uds.go 05:48:39 spire-1.2.1/pkg/common/bundleutil/ 05:48:39 spire-1.2.1/pkg/common/bundleutil/bundle.go 05:48:39 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 05:48:39 spire-1.2.1/pkg/common/bundleutil/common_test.go 05:48:39 spire-1.2.1/pkg/common/bundleutil/marshal.go 05:48:39 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 05:48:39 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 05:48:39 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 05:48:39 spire-1.2.1/pkg/common/bundleutil/types.go 05:48:39 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 05:48:39 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 05:48:39 spire-1.2.1/pkg/common/catalog/ 05:48:39 spire-1.2.1/pkg/common/catalog/bind.go 05:48:39 spire-1.2.1/pkg/common/catalog/builtin.go 05:48:39 spire-1.2.1/pkg/common/catalog/catalog.go 05:48:39 spire-1.2.1/pkg/common/catalog/catalog_test.go 05:48:39 spire-1.2.1/pkg/common/catalog/closers.go 05:48:39 spire-1.2.1/pkg/common/catalog/cmd_linux.go 05:48:39 spire-1.2.1/pkg/common/catalog/cmd_other.go 05:48:39 spire-1.2.1/pkg/common/catalog/config.go 05:48:39 spire-1.2.1/pkg/common/catalog/config_test.go 05:48:39 spire-1.2.1/pkg/common/catalog/configure.go 05:48:39 spire-1.2.1/pkg/common/catalog/constraints.go 05:48:39 spire-1.2.1/pkg/common/catalog/constraints_test.go 05:48:39 spire-1.2.1/pkg/common/catalog/context.go 05:48:39 spire-1.2.1/pkg/common/catalog/external.go 05:48:39 spire-1.2.1/pkg/common/catalog/host.go 05:48:39 spire-1.2.1/pkg/common/catalog/pipenet.go 05:48:39 spire-1.2.1/pkg/common/catalog/plugin.go 05:48:39 spire-1.2.1/pkg/common/catalog/testplugin/ 05:48:39 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 05:48:39 spire-1.2.1/pkg/common/catalog/testplugin/main.go 05:48:39 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 05:48:39 spire-1.2.1/pkg/common/cli/ 05:48:39 spire-1.2.1/pkg/common/cli/env.go 05:48:39 spire-1.2.1/pkg/common/cli/flags.go 05:48:39 spire-1.2.1/pkg/common/cli/trust_domain.go 05:48:39 spire-1.2.1/pkg/common/cli/trust_domain_test.go 05:48:39 spire-1.2.1/pkg/common/cli/umask.go 05:48:39 spire-1.2.1/pkg/common/cli/umask_posix.go 05:48:39 spire-1.2.1/pkg/common/cli/umask_test.go 05:48:39 spire-1.2.1/pkg/common/cli/umask_windows.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/ 05:48:39 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/flag.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/flag_test.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/format.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/format_test.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/ 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 05:48:39 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 05:48:39 spire-1.2.1/pkg/common/coretypes/ 05:48:39 spire-1.2.1/pkg/common/coretypes/bundle/ 05:48:39 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 05:48:39 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 05:48:39 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 05:48:39 spire-1.2.1/pkg/common/coretypes/bundle/require.go 05:48:39 spire-1.2.1/pkg/common/coretypes/jwtkey/ 05:48:39 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 05:48:39 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 05:48:39 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 05:48:39 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 05:48:39 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 05:48:39 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 05:48:39 spire-1.2.1/pkg/common/coretypes/x509certificate/ 05:48:39 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 05:48:39 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 05:48:39 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 05:48:39 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 05:48:39 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 05:48:39 spire-1.2.1/pkg/common/cryptoutil/ 05:48:39 spire-1.2.1/pkg/common/cryptoutil/keys.go 05:48:39 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 05:48:39 spire-1.2.1/pkg/common/diskutil/ 05:48:39 spire-1.2.1/pkg/common/diskutil/file_posix.go 05:48:39 spire-1.2.1/pkg/common/diskutil/file_test.go 05:48:39 spire-1.2.1/pkg/common/diskutil/file_windows.go 05:48:39 spire-1.2.1/pkg/common/errorutil/ 05:48:39 spire-1.2.1/pkg/common/errorutil/wrapper.go 05:48:39 spire-1.2.1/pkg/common/health/ 05:48:39 spire-1.2.1/pkg/common/health/config.go 05:48:39 spire-1.2.1/pkg/common/health/context.go 05:48:39 spire-1.2.1/pkg/common/health/context_test.go 05:48:39 spire-1.2.1/pkg/common/health/health.go 05:48:39 spire-1.2.1/pkg/common/health/health_test.go 05:48:39 spire-1.2.1/pkg/common/health/logger.go 05:48:39 spire-1.2.1/pkg/common/hostservice/ 05:48:39 spire-1.2.1/pkg/common/hostservice/metricsservice/ 05:48:39 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 05:48:39 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 05:48:39 spire-1.2.1/pkg/common/idutil/ 05:48:39 spire-1.2.1/pkg/common/idutil/require.go 05:48:39 spire-1.2.1/pkg/common/idutil/require_test.go 05:48:39 spire-1.2.1/pkg/common/idutil/safety.go 05:48:39 spire-1.2.1/pkg/common/idutil/safety_test.go 05:48:39 spire-1.2.1/pkg/common/idutil/spiffeid.go 05:48:39 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 05:48:39 spire-1.2.1/pkg/common/jwtsvid/ 05:48:39 spire-1.2.1/pkg/common/jwtsvid/common.go 05:48:39 spire-1.2.1/pkg/common/jwtsvid/sign.go 05:48:39 spire-1.2.1/pkg/common/jwtsvid/token_test.go 05:48:39 spire-1.2.1/pkg/common/jwtsvid/validate.go 05:48:39 spire-1.2.1/pkg/common/jwtutil/ 05:48:39 spire-1.2.1/pkg/common/jwtutil/keyset.go 05:48:39 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 05:48:39 spire-1.2.1/pkg/common/log/ 05:48:39 spire-1.2.1/pkg/common/log/hclog_adapter.go 05:48:39 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 05:48:39 spire-1.2.1/pkg/common/log/log.go 05:48:39 spire-1.2.1/pkg/common/log/log_test.go 05:48:39 spire-1.2.1/pkg/common/log/options.go 05:48:39 spire-1.2.1/pkg/common/nodeutil/ 05:48:39 spire-1.2.1/pkg/common/nodeutil/node.go 05:48:39 spire-1.2.1/pkg/common/nodeutil/node_test.go 05:48:39 spire-1.2.1/pkg/common/peertracker/ 05:48:39 spire-1.2.1/pkg/common/peertracker/conn.go 05:48:39 spire-1.2.1/pkg/common/peertracker/credentials.go 05:48:39 spire-1.2.1/pkg/common/peertracker/errors.go 05:48:39 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 05:48:39 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 05:48:39 spire-1.2.1/pkg/common/peertracker/info.go 05:48:39 spire-1.2.1/pkg/common/peertracker/listener.go 05:48:39 spire-1.2.1/pkg/common/peertracker/listener_test.go 05:48:39 spire-1.2.1/pkg/common/peertracker/peertracker.go 05:48:39 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 05:48:39 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 05:48:39 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 05:48:39 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 05:48:39 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 05:48:39 spire-1.2.1/pkg/common/peertracker/tcp.go 05:48:39 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 05:48:39 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 05:48:39 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 05:48:39 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 05:48:39 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 05:48:39 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 05:48:39 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 05:48:39 spire-1.2.1/pkg/common/peertracker/uds.go 05:48:39 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 05:48:39 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 05:48:39 spire-1.2.1/pkg/common/peertracker/uds_linux.go 05:48:39 spire-1.2.1/pkg/common/pemutil/ 05:48:39 spire-1.2.1/pkg/common/pemutil/block.go 05:48:39 spire-1.2.1/pkg/common/pemutil/certs.go 05:48:39 spire-1.2.1/pkg/common/pemutil/common.go 05:48:39 spire-1.2.1/pkg/common/pemutil/csr.go 05:48:39 spire-1.2.1/pkg/common/pemutil/keys.go 05:48:39 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 05:48:39 spire-1.2.1/pkg/common/pemutil/testdata/ 05:48:39 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 05:48:39 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 05:48:39 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 05:48:39 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 05:48:39 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 05:48:39 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 05:48:39 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 05:48:39 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 05:48:39 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 05:48:39 spire-1.2.1/pkg/common/plugin/ 05:48:39 spire-1.2.1/pkg/common/plugin/aws/ 05:48:39 spire-1.2.1/pkg/common/plugin/aws/iid.go 05:48:39 spire-1.2.1/pkg/common/plugin/azure/ 05:48:39 spire-1.2.1/pkg/common/plugin/azure/msi.go 05:48:39 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 05:48:39 spire-1.2.1/pkg/common/plugin/facade.go 05:48:39 spire-1.2.1/pkg/common/plugin/facade_test.go 05:48:39 spire-1.2.1/pkg/common/plugin/gcp/ 05:48:39 spire-1.2.1/pkg/common/plugin/gcp/iit.go 05:48:39 spire-1.2.1/pkg/common/plugin/k8s/ 05:48:39 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 05:48:39 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 05:48:39 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 05:48:39 spire-1.2.1/pkg/common/plugin/k8s/utils.go 05:48:39 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 05:48:39 spire-1.2.1/pkg/common/plugin/log.go 05:48:39 spire-1.2.1/pkg/common/plugin/sshpop/ 05:48:39 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 05:48:39 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 05:48:39 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 05:48:39 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 05:48:39 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 05:48:39 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 05:48:39 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 05:48:39 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 05:48:39 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 05:48:39 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 05:48:39 spire-1.2.1/pkg/common/plugin/tpmdevid/ 05:48:39 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 05:48:39 spire-1.2.1/pkg/common/plugin/x509pop/ 05:48:39 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 05:48:39 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 05:48:39 spire-1.2.1/pkg/common/profiling/ 05:48:39 spire-1.2.1/pkg/common/profiling/dumpers.go 05:48:39 spire-1.2.1/pkg/common/profiling/profiling.go 05:48:39 spire-1.2.1/pkg/common/protoutil/ 05:48:39 spire-1.2.1/pkg/common/protoutil/masks.go 05:48:39 spire-1.2.1/pkg/common/protoutil/masks_test.go 05:48:39 spire-1.2.1/pkg/common/rotationutil/ 05:48:39 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 05:48:39 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 05:48:39 spire-1.2.1/pkg/common/selector/ 05:48:39 spire-1.2.1/pkg/common/selector/selector.go 05:48:39 spire-1.2.1/pkg/common/selector/selector_test.go 05:48:39 spire-1.2.1/pkg/common/selector/set.go 05:48:39 spire-1.2.1/pkg/common/selector/set_utils.go 05:48:39 spire-1.2.1/pkg/common/selector/set_utils_test.go 05:48:39 spire-1.2.1/pkg/common/telemetry/ 05:48:39 spire-1.2.1/pkg/common/telemetry/agent/ 05:48:39 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 05:48:39 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 05:48:39 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 05:48:39 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 05:48:39 spire-1.2.1/pkg/common/telemetry/agent/manager.go 05:48:39 spire-1.2.1/pkg/common/telemetry/agent/node.go 05:48:39 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 05:48:39 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 05:48:39 spire-1.2.1/pkg/common/telemetry/agent/store/ 05:48:39 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 05:48:39 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 05:48:39 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 05:48:39 spire-1.2.1/pkg/common/telemetry/blackhole.go 05:48:39 spire-1.2.1/pkg/common/telemetry/call.go 05:48:39 spire-1.2.1/pkg/common/telemetry/common/ 05:48:39 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 05:48:39 spire-1.2.1/pkg/common/telemetry/config.go 05:48:39 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 05:48:39 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 05:48:39 spire-1.2.1/pkg/common/telemetry/inmem.go 05:48:39 spire-1.2.1/pkg/common/telemetry/inmem_test.go 05:48:39 spire-1.2.1/pkg/common/telemetry/m3.go 05:48:39 spire-1.2.1/pkg/common/telemetry/m3_test.go 05:48:39 spire-1.2.1/pkg/common/telemetry/metrics.go 05:48:39 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 05:48:39 spire-1.2.1/pkg/common/telemetry/names.go 05:48:39 spire-1.2.1/pkg/common/telemetry/prometheus.go 05:48:39 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 05:48:39 spire-1.2.1/pkg/common/telemetry/sanitize.go 05:48:39 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 05:48:39 spire-1.2.1/pkg/common/telemetry/server/ 05:48:39 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 05:48:39 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 05:48:39 spire-1.2.1/pkg/common/telemetry/server/datastore/ 05:48:39 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 05:48:39 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 05:48:40 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 05:48:40 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 05:48:40 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 05:48:40 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 05:48:40 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 05:48:40 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 05:48:40 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 05:48:40 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 05:48:40 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 05:48:40 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 05:48:40 spire-1.2.1/pkg/common/telemetry/server/rotate.go 05:48:40 spire-1.2.1/pkg/common/telemetry/server/server.go 05:48:40 spire-1.2.1/pkg/common/telemetry/sink.go 05:48:40 spire-1.2.1/pkg/common/telemetry/statsd.go 05:48:40 spire-1.2.1/pkg/common/telemetry/statsd_test.go 05:48:40 spire-1.2.1/pkg/common/telemetry/uptime.go 05:48:40 spire-1.2.1/pkg/common/telemetry/version.go 05:48:40 spire-1.2.1/pkg/common/telemetry/withlabels.go 05:48:40 spire-1.2.1/pkg/common/uptime/ 05:48:40 spire-1.2.1/pkg/common/uptime/uptime.go 05:48:40 spire-1.2.1/pkg/common/uptime/uptime_test.go 05:48:40 spire-1.2.1/pkg/common/util/ 05:48:40 spire-1.2.1/pkg/common/util/certs.go 05:48:40 spire-1.2.1/pkg/common/util/certs_test.go 05:48:40 spire-1.2.1/pkg/common/util/csr.go 05:48:40 spire-1.2.1/pkg/common/util/hash.go 05:48:40 spire-1.2.1/pkg/common/util/selectors.go 05:48:40 spire-1.2.1/pkg/common/util/selectors_test.go 05:48:40 spire-1.2.1/pkg/common/util/signals.go 05:48:40 spire-1.2.1/pkg/common/util/sort.go 05:48:40 spire-1.2.1/pkg/common/util/sort_test.go 05:48:40 spire-1.2.1/pkg/common/util/task.go 05:48:40 spire-1.2.1/pkg/common/util/task_test.go 05:48:40 spire-1.2.1/pkg/common/util/testdata/ 05:48:40 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 05:48:40 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 05:48:40 spire-1.2.1/pkg/common/version/ 05:48:40 spire-1.2.1/pkg/common/version/version.go 05:48:40 spire-1.2.1/pkg/common/x509svid/ 05:48:40 spire-1.2.1/pkg/common/x509svid/common_test.go 05:48:40 spire-1.2.1/pkg/common/x509svid/csr.go 05:48:40 spire-1.2.1/pkg/common/x509svid/upstreamca.go 05:48:40 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 05:48:40 spire-1.2.1/pkg/common/x509util/ 05:48:40 spire-1.2.1/pkg/common/x509util/cert.go 05:48:40 spire-1.2.1/pkg/common/x509util/dns.go 05:48:40 spire-1.2.1/pkg/common/x509util/dns_test.go 05:48:40 spire-1.2.1/pkg/common/x509util/keyid.go 05:48:40 spire-1.2.1/pkg/common/x509util/keypair.go 05:48:40 spire-1.2.1/pkg/common/x509util/serialnumber.go 05:48:40 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 05:48:40 spire-1.2.1/pkg/server/ 05:48:40 spire-1.2.1/pkg/server/api/ 05:48:40 spire-1.2.1/pkg/server/api/agent.go 05:48:40 spire-1.2.1/pkg/server/api/agent/ 05:48:40 spire-1.2.1/pkg/server/api/agent/v1/ 05:48:40 spire-1.2.1/pkg/server/api/agent/v1/service.go 05:48:40 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 05:48:40 spire-1.2.1/pkg/server/api/agent_test.go 05:48:40 spire-1.2.1/pkg/server/api/api.go 05:48:40 spire-1.2.1/pkg/server/api/audit/ 05:48:40 spire-1.2.1/pkg/server/api/audit/audit.go 05:48:40 spire-1.2.1/pkg/server/api/audit/audit_test.go 05:48:40 spire-1.2.1/pkg/server/api/bundle.go 05:48:40 spire-1.2.1/pkg/server/api/bundle/ 05:48:40 spire-1.2.1/pkg/server/api/bundle/v1/ 05:48:40 spire-1.2.1/pkg/server/api/bundle/v1/service.go 05:48:40 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 05:48:40 spire-1.2.1/pkg/server/api/bundle_test.go 05:48:40 spire-1.2.1/pkg/server/api/debug/ 05:48:40 spire-1.2.1/pkg/server/api/debug/v1/ 05:48:40 spire-1.2.1/pkg/server/api/debug/v1/service.go 05:48:40 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 05:48:40 spire-1.2.1/pkg/server/api/entry.go 05:48:40 spire-1.2.1/pkg/server/api/entry/ 05:48:40 spire-1.2.1/pkg/server/api/entry/v1/ 05:48:40 spire-1.2.1/pkg/server/api/entry/v1/service.go 05:48:40 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 05:48:40 spire-1.2.1/pkg/server/api/entry_test.go 05:48:40 spire-1.2.1/pkg/server/api/health/ 05:48:40 spire-1.2.1/pkg/server/api/health/v1/ 05:48:40 spire-1.2.1/pkg/server/api/health/v1/service.go 05:48:40 spire-1.2.1/pkg/server/api/health/v1/service_test.go 05:48:40 spire-1.2.1/pkg/server/api/id.go 05:48:40 spire-1.2.1/pkg/server/api/id_test.go 05:48:40 spire-1.2.1/pkg/server/api/limits/ 05:48:40 spire-1.2.1/pkg/server/api/limits/limits.go 05:48:40 spire-1.2.1/pkg/server/api/middleware/ 05:48:40 spire-1.2.1/pkg/server/api/middleware/alias.go 05:48:40 spire-1.2.1/pkg/server/api/middleware/audit.go 05:48:40 spire-1.2.1/pkg/server/api/middleware/authorization.go 05:48:40 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 05:48:40 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 05:48:40 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 05:48:40 spire-1.2.1/pkg/server/api/middleware/caller.go 05:48:40 spire-1.2.1/pkg/server/api/middleware/caller_test.go 05:48:40 spire-1.2.1/pkg/server/api/middleware/common.go 05:48:40 spire-1.2.1/pkg/server/api/middleware/common_test.go 05:48:40 spire-1.2.1/pkg/server/api/middleware/entries.go 05:48:40 spire-1.2.1/pkg/server/api/middleware/entries_test.go 05:48:40 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 05:48:40 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 05:48:40 spire-1.2.1/pkg/server/api/ratelimit.go 05:48:40 spire-1.2.1/pkg/server/api/rpccontext/ 05:48:40 spire-1.2.1/pkg/server/api/rpccontext/alias.go 05:48:40 spire-1.2.1/pkg/server/api/rpccontext/audit.go 05:48:40 spire-1.2.1/pkg/server/api/rpccontext/caller.go 05:48:40 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 05:48:40 spire-1.2.1/pkg/server/api/selector.go 05:48:40 spire-1.2.1/pkg/server/api/selector_test.go 05:48:40 spire-1.2.1/pkg/server/api/status.go 05:48:40 spire-1.2.1/pkg/server/api/status_test.go 05:48:40 spire-1.2.1/pkg/server/api/svid/ 05:48:40 spire-1.2.1/pkg/server/api/svid/v1/ 05:48:40 spire-1.2.1/pkg/server/api/svid/v1/service.go 05:48:40 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 05:48:40 spire-1.2.1/pkg/server/api/trustdomain.go 05:48:40 spire-1.2.1/pkg/server/api/trustdomain/ 05:48:40 spire-1.2.1/pkg/server/api/trustdomain/v1/ 05:48:40 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 05:48:40 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 05:48:40 spire-1.2.1/pkg/server/api/trustdomain_test.go 05:48:40 spire-1.2.1/pkg/server/authpolicy/ 05:48:40 spire-1.2.1/pkg/server/authpolicy/defaults.go 05:48:40 spire-1.2.1/pkg/server/authpolicy/policy.go 05:48:40 spire-1.2.1/pkg/server/authpolicy/policy.rego 05:48:40 spire-1.2.1/pkg/server/authpolicy/policy_data.json 05:48:40 spire-1.2.1/pkg/server/authpolicy/policy_test.go 05:48:40 spire-1.2.1/pkg/server/authpolicy/validate.go 05:48:40 spire-1.2.1/pkg/server/bundle/ 05:48:40 spire-1.2.1/pkg/server/bundle/client/ 05:48:40 spire-1.2.1/pkg/server/bundle/client/client.go 05:48:40 spire-1.2.1/pkg/server/bundle/client/client_test.go 05:48:40 spire-1.2.1/pkg/server/bundle/client/manager.go 05:48:40 spire-1.2.1/pkg/server/bundle/client/manager_test.go 05:48:40 spire-1.2.1/pkg/server/bundle/client/sources.go 05:48:40 spire-1.2.1/pkg/server/bundle/client/sources_test.go 05:48:40 spire-1.2.1/pkg/server/bundle/client/updater.go 05:48:40 spire-1.2.1/pkg/server/bundle/client/updater_test.go 05:48:40 spire-1.2.1/pkg/server/ca/ 05:48:40 spire-1.2.1/pkg/server/ca/ca.go 05:48:40 spire-1.2.1/pkg/server/ca/ca_health.go 05:48:40 spire-1.2.1/pkg/server/ca/ca_test.go 05:48:40 spire-1.2.1/pkg/server/ca/journal.go 05:48:40 spire-1.2.1/pkg/server/ca/journal_test.go 05:48:40 spire-1.2.1/pkg/server/ca/manager.go 05:48:40 spire-1.2.1/pkg/server/ca/manager_health.go 05:48:40 spire-1.2.1/pkg/server/ca/manager_test.go 05:48:40 spire-1.2.1/pkg/server/ca/templates.go 05:48:40 spire-1.2.1/pkg/server/ca/upstream_client.go 05:48:40 spire-1.2.1/pkg/server/ca/upstream_client_test.go 05:48:40 spire-1.2.1/pkg/server/ca/validation.go 05:48:40 spire-1.2.1/pkg/server/cache/ 05:48:40 spire-1.2.1/pkg/server/cache/dscache/ 05:48:40 spire-1.2.1/pkg/server/cache/dscache/cache.go 05:48:40 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 05:48:40 spire-1.2.1/pkg/server/cache/entrycache/ 05:48:40 spire-1.2.1/pkg/server/cache/entrycache/cache.go 05:48:40 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 05:48:40 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 05:48:40 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 05:48:40 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 05:48:40 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 05:48:40 spire-1.2.1/pkg/server/catalog/ 05:48:40 spire-1.2.1/pkg/server/catalog/catalog.go 05:48:40 spire-1.2.1/pkg/server/catalog/keymanager.go 05:48:40 spire-1.2.1/pkg/server/catalog/nodeattestor.go 05:48:40 spire-1.2.1/pkg/server/catalog/noderesolver.go 05:48:40 spire-1.2.1/pkg/server/catalog/notifier.go 05:48:40 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 05:48:40 spire-1.2.1/pkg/server/config.go 05:48:40 spire-1.2.1/pkg/server/datastore/ 05:48:40 spire-1.2.1/pkg/server/datastore/datastore.go 05:48:40 spire-1.2.1/pkg/server/datastore/datastore_health.go 05:48:40 spire-1.2.1/pkg/server/datastore/repository.go 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/ 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 05:48:40 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 05:48:40 spire-1.2.1/pkg/server/endpoints/ 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/ 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/config.go 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/server.go 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 05:48:40 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 05:48:40 spire-1.2.1/pkg/server/endpoints/config.go 05:48:40 spire-1.2.1/pkg/server/endpoints/endpoints.go 05:48:40 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 05:48:40 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 05:48:40 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 05:48:40 spire-1.2.1/pkg/server/endpoints/middleware.go 05:48:40 spire-1.2.1/pkg/server/endpoints/middleware_test.go 05:48:40 spire-1.2.1/pkg/server/hostservice/ 05:48:40 spire-1.2.1/pkg/server/hostservice/agentstore/ 05:48:40 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 05:48:40 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 05:48:40 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 05:48:40 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 05:48:40 spire-1.2.1/pkg/server/hostservice/identityprovider/ 05:48:40 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 05:48:40 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/ 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/ 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/base/ 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/test/ 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 05:48:40 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/ 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 05:48:40 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/noderesolver/ 05:48:40 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 05:48:40 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 05:48:40 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 05:48:40 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 05:48:40 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 05:48:40 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 05:48:40 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/notifier/ 05:48:40 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 05:48:40 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 05:48:40 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 05:48:40 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 05:48:40 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 05:48:40 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 05:48:40 spire-1.2.1/pkg/server/plugin/notifier/repository.go 05:48:40 spire-1.2.1/pkg/server/plugin/notifier/v1.go 05:48:40 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 05:48:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 05:48:40 spire-1.2.1/pkg/server/registration/ 05:48:40 spire-1.2.1/pkg/server/registration/manager.go 05:48:40 spire-1.2.1/pkg/server/registration/manager_test.go 05:48:40 spire-1.2.1/pkg/server/scanentries.go 05:48:40 spire-1.2.1/pkg/server/scanentries_test.go 05:48:40 spire-1.2.1/pkg/server/server.go 05:48:40 spire-1.2.1/pkg/server/server_test.go 05:48:40 spire-1.2.1/pkg/server/svid/ 05:48:40 spire-1.2.1/pkg/server/svid/observer.go 05:48:40 spire-1.2.1/pkg/server/svid/observer_test.go 05:48:40 spire-1.2.1/pkg/server/svid/rotator.go 05:48:40 spire-1.2.1/pkg/server/svid/rotator_config.go 05:48:40 spire-1.2.1/pkg/server/svid/rotator_config_test.go 05:48:40 spire-1.2.1/pkg/server/svid/rotator_test.go 05:48:40 spire-1.2.1/proto/ 05:48:40 spire-1.2.1/proto/private/ 05:48:40 spire-1.2.1/proto/private/server/ 05:48:40 spire-1.2.1/proto/private/server/journal/ 05:48:40 spire-1.2.1/proto/private/server/journal/journal.pb.go 05:48:40 spire-1.2.1/proto/private/server/journal/journal.proto 05:48:40 spire-1.2.1/proto/spire/ 05:48:40 spire-1.2.1/proto/spire/common/ 05:48:40 spire-1.2.1/proto/spire/common/common.pb.go 05:48:40 spire-1.2.1/proto/spire/common/common.proto 05:48:40 spire-1.2.1/proto/spire/common/plugin/ 05:48:40 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 05:48:40 spire-1.2.1/proto/spire/common/plugin/plugin.proto 05:48:40 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 05:48:40 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 05:48:40 spire-1.2.1/proto/spire/plugin/ 05:48:40 spire-1.2.1/proto/spire/plugin/agent/ 05:48:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 05:48:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 05:48:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 05:48:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 05:48:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 05:48:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 05:48:40 spire-1.2.1/release/ 05:48:40 spire-1.2.1/release/spire-extras/ 05:48:40 spire-1.2.1/release/spire-extras/README.md 05:48:40 spire-1.2.1/release/spire-extras/conf/ 05:48:40 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 05:48:40 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 05:48:40 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 05:48:40 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 05:48:40 spire-1.2.1/release/spire/ 05:48:40 spire-1.2.1/release/spire/README.md 05:48:40 spire-1.2.1/release/spire/conf/ 05:48:40 spire-1.2.1/release/spire/conf/agent/ 05:48:40 spire-1.2.1/release/spire/conf/agent/agent.conf 05:48:40 spire-1.2.1/release/spire/conf/server/ 05:48:40 spire-1.2.1/release/spire/conf/server/server.conf 05:48:40 spire-1.2.1/script/ 05:48:40 spire-1.2.1/script/build-artifact.sh 05:48:40 spire-1.2.1/script/generate_dummy_ca.sh 05:48:40 spire-1.2.1/support/ 05:48:40 spire-1.2.1/support/k8s/ 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/ 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 05:48:40 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 05:48:40 spire-1.2.1/support/oidc-discovery-provider/ 05:48:40 spire-1.2.1/support/oidc-discovery-provider/README.md 05:48:40 spire-1.2.1/support/oidc-discovery-provider/common_test.go 05:48:40 spire-1.2.1/support/oidc-discovery-provider/config.go 05:48:40 spire-1.2.1/support/oidc-discovery-provider/config_test.go 05:48:40 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 05:48:40 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 05:48:40 spire-1.2.1/support/oidc-discovery-provider/handler.go 05:48:40 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 05:48:40 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 05:48:40 spire-1.2.1/support/oidc-discovery-provider/main.go 05:48:40 spire-1.2.1/support/oidc-discovery-provider/server_api.go 05:48:40 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 05:48:40 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 05:48:40 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 05:48:40 spire-1.2.1/test/ 05:48:40 spire-1.2.1/test/clock/ 05:48:40 spire-1.2.1/test/clock/clock.go 05:48:40 spire-1.2.1/test/fakes/ 05:48:40 spire-1.2.1/test/fakes/fakeagentcatalog/ 05:48:40 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 05:48:40 spire-1.2.1/test/fakes/fakeagentkeymanager/ 05:48:40 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 05:48:40 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 05:48:40 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 05:48:40 spire-1.2.1/test/fakes/fakeagentstore/ 05:48:40 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 05:48:40 spire-1.2.1/test/fakes/fakedatastore/ 05:48:40 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 05:48:40 spire-1.2.1/test/fakes/fakeentryclient/ 05:48:40 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 05:48:40 spire-1.2.1/test/fakes/fakehealthchecker/ 05:48:40 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 05:48:40 spire-1.2.1/test/fakes/fakeidentityprovider/ 05:48:40 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 05:48:40 spire-1.2.1/test/fakes/fakemetrics/ 05:48:40 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 05:48:40 spire-1.2.1/test/fakes/fakenoderesolver/ 05:48:40 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 05:48:40 spire-1.2.1/test/fakes/fakenotifier/ 05:48:40 spire-1.2.1/test/fakes/fakenotifier/notifier.go 05:48:40 spire-1.2.1/test/fakes/fakepluginmetrics/ 05:48:40 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 05:48:40 spire-1.2.1/test/fakes/fakeserverca/ 05:48:40 spire-1.2.1/test/fakes/fakeserverca/serverca.go 05:48:40 spire-1.2.1/test/fakes/fakeservercatalog/ 05:48:40 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 05:48:40 spire-1.2.1/test/fakes/fakeserverkeymanager/ 05:48:40 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 05:48:40 spire-1.2.1/test/fakes/fakeservernodeattestor/ 05:48:40 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 05:48:40 spire-1.2.1/test/fakes/fakeupstreamauthority/ 05:48:40 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 05:48:40 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 05:48:40 spire-1.2.1/test/fakes/fakeworkloadapi/ 05:48:40 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 05:48:40 spire-1.2.1/test/fakes/fakeworkloadattestor/ 05:48:40 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 05:48:40 spire-1.2.1/test/fixture/ 05:48:40 spire-1.2.1/test/fixture/certs/ 05:48:40 spire-1.2.1/test/fixture/certs/agent_svid.der 05:48:40 spire-1.2.1/test/fixture/certs/base_cert.pem 05:48:40 spire-1.2.1/test/fixture/certs/base_csr.pem 05:48:40 spire-1.2.1/test/fixture/certs/base_key.pem 05:48:40 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 05:48:40 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 05:48:40 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 05:48:40 spire-1.2.1/test/fixture/certs/blog_cert.pem 05:48:40 spire-1.2.1/test/fixture/certs/blog_csr.pem 05:48:40 spire-1.2.1/test/fixture/certs/blog_key.pem 05:48:40 spire-1.2.1/test/fixture/certs/bundle.der 05:48:40 spire-1.2.1/test/fixture/certs/ca.pem 05:48:40 spire-1.2.1/test/fixture/certs/ca_key.pem 05:48:40 spire-1.2.1/test/fixture/certs/database_cert.pem 05:48:40 spire-1.2.1/test/fixture/certs/database_csr.pem 05:48:40 spire-1.2.1/test/fixture/certs/database_key.pem 05:48:40 spire-1.2.1/test/fixture/certs/node_cert.pem 05:48:40 spire-1.2.1/test/fixture/certs/node_csr.pem 05:48:40 spire-1.2.1/test/fixture/certs/node_key.pem 05:48:40 spire-1.2.1/test/fixture/certs/svid.pem 05:48:40 spire-1.2.1/test/fixture/certs/svid_key.pem 05:48:40 spire-1.2.1/test/fixture/config/ 05:48:40 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 05:48:40 spire-1.2.1/test/fixture/config/agent_good.conf 05:48:40 spire-1.2.1/test/fixture/config/agent_good_templated.conf 05:48:40 spire-1.2.1/test/fixture/config/plugin_good.conf 05:48:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 05:48:40 spire-1.2.1/test/fixture/config/server_good.conf 05:48:40 spire-1.2.1/test/fixture/config/server_good_templated.conf 05:48:40 spire-1.2.1/test/fixture/fixture.go 05:48:40 spire-1.2.1/test/fixture/nodeattestor/ 05:48:40 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 05:48:40 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 05:48:40 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 05:48:40 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 05:48:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 05:48:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 05:48:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 05:48:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 05:48:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 05:48:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 05:48:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 05:48:40 spire-1.2.1/test/fixture/registration/ 05:48:40 spire-1.2.1/test/fixture/registration/entries.json 05:48:40 spire-1.2.1/test/fixture/registration/good-for-update.json 05:48:40 spire-1.2.1/test/fixture/registration/good.json 05:48:40 spire-1.2.1/test/fixture/registration/invalid.json 05:48:40 spire-1.2.1/test/fixture/registration/invalid_json.json 05:48:40 spire-1.2.1/test/fixture/registration/manager_test_entries.json 05:48:40 spire-1.2.1/test/integration/ 05:48:40 spire-1.2.1/test/integration/README.md 05:48:40 spire-1.2.1/test/integration/common 05:48:40 spire-1.2.1/test/integration/setup/ 05:48:40 spire-1.2.1/test/integration/setup/adminclient/ 05:48:40 spire-1.2.1/test/integration/setup/adminclient/build.sh 05:48:40 spire-1.2.1/test/integration/setup/adminclient/client.go 05:48:40 spire-1.2.1/test/integration/setup/debugagent/ 05:48:40 spire-1.2.1/test/integration/setup/debugagent/build.sh 05:48:40 spire-1.2.1/test/integration/setup/debugagent/main.go 05:48:40 spire-1.2.1/test/integration/setup/debugserver/ 05:48:40 spire-1.2.1/test/integration/setup/debugserver/build.sh 05:48:40 spire-1.2.1/test/integration/setup/debugserver/main.go 05:48:40 spire-1.2.1/test/integration/setup/downstreamclient/ 05:48:40 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 05:48:40 spire-1.2.1/test/integration/setup/downstreamclient/client.go 05:48:40 spire-1.2.1/test/integration/setup/itclient/ 05:48:40 spire-1.2.1/test/integration/setup/itclient/client.go 05:48:40 spire-1.2.1/test/integration/setup/node-attestation/ 05:48:40 spire-1.2.1/test/integration/setup/node-attestation/build.sh 05:48:40 spire-1.2.1/test/integration/setup/node-attestation/client.go 05:48:40 spire-1.2.1/test/integration/setup/x509pop/ 05:48:40 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 05:48:40 spire-1.2.1/test/integration/setup/x509pop/setup.sh 05:48:40 spire-1.2.1/test/integration/suites/ 05:48:40 spire-1.2.1/test/integration/suites/admin-endpoints/ 05:48:40 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 05:48:40 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 05:48:40 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 05:48:40 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 05:48:40 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 05:48:40 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 05:48:40 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 05:48:40 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 05:48:40 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 05:48:40 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 05:48:40 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 05:48:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 05:48:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 05:48:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 05:48:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 05:48:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 05:48:40 spire-1.2.1/test/integration/suites/datastore-mysql/ 05:48:40 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 05:48:40 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 05:48:40 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 05:48:40 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres/ 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 05:48:40 spire-1.2.1/test/integration/suites/debug-endpoints/ 05:48:40 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 05:48:40 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 05:48:40 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 05:48:40 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 05:48:40 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 05:48:40 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 05:48:40 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 05:48:40 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 05:48:40 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 05:48:40 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 05:48:40 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 05:48:40 spire-1.2.1/test/integration/suites/downstream-endpoints/ 05:48:40 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 05:48:40 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 05:48:40 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 05:48:40 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 05:48:40 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 05:48:40 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 05:48:40 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 05:48:40 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 05:48:40 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 05:48:40 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 05:48:40 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 05:48:40 spire-1.2.1/test/integration/suites/join-token/ 05:48:40 spire-1.2.1/test/integration/suites/join-token/01-start-server 05:48:40 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 05:48:40 spire-1.2.1/test/integration/suites/join-token/03-start-agent 05:48:40 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 05:48:40 spire-1.2.1/test/integration/suites/join-token/05-check-svid 05:48:40 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 05:48:40 spire-1.2.1/test/integration/suites/join-token/README.md 05:48:40 spire-1.2.1/test/integration/suites/join-token/conf/ 05:48:40 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 05:48:40 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/join-token/conf/server/ 05:48:40 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/join-token/teardown 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/ 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 05:48:40 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/ 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 05:48:40 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 05:48:40 spire-1.2.1/test/integration/suites/k8s/ 05:48:40 spire-1.2.1/test/integration/suites/k8s/00-setup 05:48:40 spire-1.2.1/test/integration/suites/k8s/01-apply-config 05:48:40 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 05:48:40 spire-1.2.1/test/integration/suites/k8s/README.md 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/ 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/server/ 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 05:48:40 spire-1.2.1/test/integration/suites/k8s/init-kubectl 05:48:40 spire-1.2.1/test/integration/suites/k8s/teardown 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/README.md 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/root/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/nested-rotation/teardown 05:48:40 spire-1.2.1/test/integration/suites/node-attestation/ 05:48:40 spire-1.2.1/test/integration/suites/node-attestation/00-setup 05:48:40 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 05:48:40 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 05:48:40 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 05:48:40 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 05:48:40 spire-1.2.1/test/integration/suites/node-attestation/README.md 05:48:40 spire-1.2.1/test/integration/suites/node-attestation/conf/ 05:48:40 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 05:48:40 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 05:48:40 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/node-attestation/teardown 05:48:40 spire-1.2.1/test/integration/suites/rotation/ 05:48:40 spire-1.2.1/test/integration/suites/rotation/00-setup 05:48:40 spire-1.2.1/test/integration/suites/rotation/01-start-server 05:48:40 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 05:48:40 spire-1.2.1/test/integration/suites/rotation/03-start-agent 05:48:40 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 05:48:40 spire-1.2.1/test/integration/suites/rotation/05-check-svids 05:48:40 spire-1.2.1/test/integration/suites/rotation/README.md 05:48:40 spire-1.2.1/test/integration/suites/rotation/conf/ 05:48:40 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 05:48:40 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/rotation/conf/server/ 05:48:40 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/rotation/teardown 05:48:40 spire-1.2.1/test/integration/suites/self-test/ 05:48:40 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 05:48:40 spire-1.2.1/test/integration/suites/self-test/README.md 05:48:40 spire-1.2.1/test/integration/suites/self-test/teardown 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/ 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 05:48:40 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 05:48:40 spire-1.2.1/test/integration/suites/upgrade/ 05:48:40 spire-1.2.1/test/integration/suites/upgrade/00-setup 05:48:40 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 05:48:40 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 05:48:40 spire-1.2.1/test/integration/suites/upgrade/README.md 05:48:40 spire-1.2.1/test/integration/suites/upgrade/conf/ 05:48:40 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 05:48:40 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 05:48:40 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 05:48:40 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 05:48:40 spire-1.2.1/test/integration/suites/upgrade/teardown 05:48:40 spire-1.2.1/test/integration/suites/upgrade/versions.txt 05:48:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 05:48:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 05:48:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 05:48:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 05:48:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 05:48:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 05:48:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 05:48:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 05:48:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 05:48:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 05:48:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 05:48:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 05:48:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 05:48:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 05:48:40 spire-1.2.1/test/integration/test-one.sh 05:48:40 spire-1.2.1/test/integration/test.sh 05:48:40 spire-1.2.1/test/plugintest/ 05:48:40 spire-1.2.1/test/plugintest/config.go 05:48:40 spire-1.2.1/test/plugintest/load.go 05:48:40 spire-1.2.1/test/plugintest/option.go 05:48:40 spire-1.2.1/test/spiretest/ 05:48:40 spire-1.2.1/test/spiretest/apiserver.go 05:48:40 spire-1.2.1/test/spiretest/assertions.go 05:48:40 spire-1.2.1/test/spiretest/dir.go 05:48:40 spire-1.2.1/test/spiretest/errors_posix.go 05:48:40 spire-1.2.1/test/spiretest/errors_windows.go 05:48:40 spire-1.2.1/test/spiretest/logs.go 05:48:40 spire-1.2.1/test/spiretest/socketapi.go 05:48:40 spire-1.2.1/test/spiretest/suite.go 05:48:40 spire-1.2.1/test/spiretest/x509.go 05:48:40 spire-1.2.1/test/testca/ 05:48:40 spire-1.2.1/test/testca/ca.go 05:48:40 spire-1.2.1/test/testkey/ 05:48:40 spire-1.2.1/test/testkey/generate.sh 05:48:40 spire-1.2.1/test/testkey/genkeys.go 05:48:40 spire-1.2.1/test/testkey/keys.go 05:48:40 spire-1.2.1/test/testkey/new.go 05:48:40 spire-1.2.1/test/tpmsimulator/ 05:48:40 spire-1.2.1/test/tpmsimulator/simulator.go 05:48:40 spire-1.2.1/test/util/ 05:48:40 spire-1.2.1/test/util/cert_fixtures.go 05:48:40 spire-1.2.1/test/util/cert_generation.go 05:48:40 spire-1.2.1/test/util/io_redirection.go 05:48:40 spire-1.2.1/test/util/race.go 05:48:40 spire-1.2.1/test/util/util.go 05:48:40 building spire from source... 05:48:41 Installing go1.17.7... 05:48:56 Removing intermediate container 4caa7e0d97bb 05:48:56 ---> 73bec1f5fc2f 05:48:56 05:48:56 Step 10/22 : FROM alpine:3.14 05:48:56 ---> ac73e934f311 05:48:56 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 05:48:56 ---> Running in 8ac1d45c06ed 05:48:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 05:48:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 05:48:58 (1/2) Installing ca-certificates (20211220-r0) 05:48:58 (2/2) Installing dumb-init (1.2.5-r1) 05:48:58 Executing busybox-1.33.1-r7.trigger 05:48:58 Executing ca-certificates-20211220-r0.trigger 05:48:59 OK: 6 MiB in 16 packages 05:49:01 Removing intermediate container 8ac1d45c06ed 05:49:01 ---> 5e35703462b1 05:49:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 05:49:01 ---> Running in 7cc56854ba6a 05:49:02 Removing intermediate container 7cc56854ba6a 05:49:02 ---> 6025b3247bf3 05:49:02 Step 13/22 : ENV APP_PORT=59860 05:49:02 ---> Running in 3f6249e3c24d 05:49:03 Removing intermediate container 3f6249e3c24d 05:49:03 ---> 6b03cf8289d2 05:49:03 Step 14/22 : EXPOSE $APP_PORT 05:49:03 ---> Running in f057f38cedfe 05:49:03 Removing intermediate container f057f38cedfe 05:49:03 ---> 1de46b3f0aa4 05:49:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:49:04 ---> 0d5aaebd1882 05:49:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:49:07 ---> a8ad4f0f3d13 05:49:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 05:49:07 ---> 8ce873a7c2fa 05:49:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 05:49:08 ---> Running in 43f0deb3f5cd 05:49:08 Removing intermediate container 43f0deb3f5cd 05:49:08 ---> 3bbb24528164 05:49:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:49:08 ---> Running in bc4060b1bdb6 05:49:09 Removing intermediate container bc4060b1bdb6 05:49:09 ---> 54c859b51d3a 05:49:09 Step 20/22 : LABEL arch=arm64 05:49:09 ---> Running in 6a46a8722078 05:49:10 Removing intermediate container 6a46a8722078 05:49:10 ---> 28232fbc4bf4 05:49:10 Step 21/22 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:49:10 ---> Running in ed15f55f0c8f 05:49:10 Removing intermediate container ed15f55f0c8f 05:49:10 ---> 9013fb3e97e7 05:49:10 Step 22/22 : LABEL version=0.0.0 05:49:10 ---> Running in e94302561536 05:49:11 Removing intermediate container e94302561536 05:49:11 ---> 470d8a73de47 05:49:11 05:49:11 Successfully built 470d8a73de47 05:49:12 Successfully tagged support-notifications-arm64:latest 05:49:13  Building support-notifications ... done Building bin/spire-server... 05:49:13 go: downloading github.com/mitchellh/cli v1.1.2 05:49:13 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 05:49:13 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 05:49:13 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 05:49:13 go: downloading google.golang.org/grpc v1.44.0 05:49:17 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 05:49:17 go: downloading github.com/imdario/mergo v0.3.12 05:49:17 go: downloading github.com/sirupsen/logrus v1.8.1 05:49:17 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 05:49:17 go: downloading github.com/hashicorp/go-hclog v1.1.0 05:49:18 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 05:49:18 go: downloading github.com/fatih/color v1.13.0 05:49:18 go: downloading github.com/mattn/go-isatty v0.0.14 05:49:18 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 05:49:18 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 05:49:19 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 05:49:19 go: downloading github.com/InVisionApp/go-logger v1.0.1 05:49:19 go: downloading github.com/hashicorp/go-plugin v1.4.3 05:49:19 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 05:49:20 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 05:49:20 go: downloading github.com/open-policy-agent/opa v0.38.0 05:49:42 go: downloading github.com/armon/go-metrics v0.3.10 05:49:42 go: downloading github.com/prometheus/client_golang v1.12.1 05:49:42 go: downloading github.com/uber-go/tally/v4 v4.1.1 05:49:42 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 05:49:42 go: downloading github.com/mattn/go-colorable v0.1.12 05:49:42 go: downloading github.com/Masterminds/goutils v1.1.0 05:49:42 go: downloading github.com/Masterminds/semver v1.5.0 05:49:42 go: downloading github.com/google/uuid v1.1.2 05:49:42 go: downloading github.com/huandu/xstrings v1.3.2 05:49:42 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 05:49:42 go: downloading github.com/oklog/run v1.0.0 05:49:42 go: downloading github.com/imkira/go-observer v1.0.3 05:49:42 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 05:49:42 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 05:49:42 go: downloading github.com/prometheus/client_model v0.2.0 05:49:42 go: downloading github.com/prometheus/common v0.32.1 05:49:42 go: downloading github.com/cespare/xxhash/v2 v2.1.2 05:49:42 go: downloading github.com/beorn7/perks v1.0.1 05:49:43 go: downloading github.com/prometheus/procfs v0.7.3 05:49:43 go: downloading go.uber.org/atomic v1.9.0 05:49:43 go: downloading github.com/hashicorp/errwrap v1.1.0 05:49:43 go: downloading github.com/mitchellh/reflectwalk v1.0.1 05:49:44 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 05:49:44 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 05:49:44 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 05:49:45 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 05:49:51 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 05:49:51 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 05:49:51 go: downloading github.com/stretchr/testify v1.7.0 05:49:51 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 05:49:51 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 05:49:51 go: downloading github.com/blang/semver/v4 v4.0.0 05:49:51 go: downloading github.com/go-sql-driver/mysql v1.6.0 05:49:51 go: downloading github.com/jinzhu/gorm v1.9.16 05:49:51 go: downloading github.com/mattn/go-sqlite3 v1.14.12 05:49:51 go: downloading github.com/lib/pq v1.10.4 05:49:51 go: downloading github.com/aws/aws-sdk-go v1.43.0 05:50:14 go: downloading google.golang.org/api v0.70.0 05:50:14 go: downloading k8s.io/client-go v0.23.4 05:50:14 go: downloading k8s.io/api v0.23.4 05:50:20 go: downloading github.com/google/go-tpm v0.3.3 05:50:20 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 05:50:47 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 05:50:47 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 05:50:47 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 05:50:47 go: downloading cloud.google.com/go/storage v1.21.0 05:50:47 go: downloading cloud.google.com/go v0.100.2 05:50:47 go: downloading k8s.io/apimachinery v0.23.4 05:50:47 go: downloading k8s.io/kube-aggregator v0.23.3 05:50:48 go: downloading sigs.k8s.io/controller-runtime v0.11.1 05:50:49 Removing intermediate container 8a08e02893e7 05:50:49 ---> 03d73a900128 05:50:49 05:50:49 Step 10/23 : FROM alpine:3.14 05:50:49 ---> ac73e934f311 05:50:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:50:49 ---> Running in 3469ed322c3d 05:50:49 go: downloading cloud.google.com/go/security v1.3.0 05:50:49 go: downloading github.com/hashicorp/vault/api v1.4.1 05:50:49 Removing intermediate container 3469ed322c3d 05:50:49 ---> 43ab1aeaeb3a 05:50:49 Step 12/23 : ENV APP_PORT=59880 05:50:50 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 05:50:50  ---> Running in 3df9022b12d1 05:50:50 Removing intermediate container 3df9022b12d1 05:50:50 ---> 9dfb269591e1 05:50:50 Step 13/23 : EXPOSE $APP_PORT 05:50:50 ---> Running in 362bc35162a6 05:50:51 go: downloading github.com/hashicorp/golang-lru v0.5.4 05:50:51 go: downloading gopkg.in/yaml.v2 v2.4.0 05:50:51 Removing intermediate container 362bc35162a6 05:50:51 ---> c4dba677680a 05:50:51 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:50:51 go: downloading github.com/OneOfOne/xxhash v1.2.8 05:50:51  ---> Running in e92120809843 05:50:51 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 05:50:51 go: downloading github.com/gobwas/glob v0.2.3 05:50:52 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 05:50:52 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 05:50:52 go: downloading github.com/twmb/murmur3 v1.1.6 05:50:52 go: downloading github.com/aws/smithy-go v1.11.0 05:50:53 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 05:50:54 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 05:50:54 Removing intermediate container e92120809843 05:50:54 ---> fca9ac6bb266 05:50:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 05:50:54 ---> Running in 5c92d1f4fac5 05:50:54 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 05:50:54 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 05:50:55 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 05:50:55 go: downloading github.com/jinzhu/inflection v1.0.0 05:50:55 go: downloading github.com/gogo/protobuf v1.3.2 05:50:56 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 05:50:57 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 05:50:58 (1/6) Installing dumb-init (1.2.5-r1) 05:50:58 (2/6) Installing libgcc (10.3.1_git20210424-r2) 05:50:58 (3/6) Installing libsodium (1.0.18-r0) 05:50:58 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 05:50:58 (5/6) Installing libzmq (4.3.4-r0) 05:50:58 (6/6) Installing zeromq (4.3.4-r0) 05:50:58 Executing busybox-1.33.1-r7.trigger 05:50:58 OK: 8 MiB in 20 packages 05:50:59 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 05:50:59 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 05:50:59 go: downloading github.com/Azure/go-autorest/logger v0.2.1 05:51:00 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 05:51:00 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 05:51:00 go: downloading github.com/dimchansky/utfbom v1.1.1 05:51:00 go: downloading cloud.google.com/go/compute v1.3.0 05:51:00 Removing intermediate container 5c92d1f4fac5 05:51:00 ---> 8d7cb6b984e7 05:51:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:51:01 go: downloading cloud.google.com/go/iam v0.1.1 05:51:01 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 05:51:01 go: downloading k8s.io/klog/v2 v2.30.0 05:51:01 go: downloading github.com/google/gofuzz v1.1.0 05:51:01 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 05:51:01  ---> 9a00ed73afeb 05:51:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:51:02 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 05:51:03 go: downloading github.com/spf13/pflag v1.0.5 05:51:03 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 05:51:03 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 05:51:03 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 05:51:03 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 05:51:03 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 05:51:03 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 05:51:03  ---> a859f4ebd62c 05:51:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 05:51:03 go: downloading github.com/hashicorp/vault/sdk v0.4.1 05:51:05  ---> cf24c6eac638 05:51:05 Step 19/23 : ENTRYPOINT ["/core-data"] 05:51:05 go: downloading github.com/mitchellh/mapstructure v1.4.3 05:51:05 go: downloading github.com/tklauser/go-sysconf v0.3.9 05:51:05  ---> Running in a75f66e2e806 05:51:05 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 05:51:05 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 05:51:05 go: downloading github.com/jmespath/go-jmespath v0.4.0 05:51:05 Removing intermediate container a75f66e2e806 05:51:05 ---> b55f667edce1 05:51:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:51:05 ---> Running in 23cf542bc6e9 05:51:06 Removing intermediate container 23cf542bc6e9 05:51:06 ---> ab451f9c4196 05:51:06 Step 21/23 : LABEL arch=arm64 05:51:06 ---> Running in ed542b129b39 05:51:06 go: downloading go.opencensus.io v0.23.0 05:51:06 Removing intermediate container ed542b129b39 05:51:06 ---> 9fcbf9757c12 05:51:06 Step 22/23 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 05:51:07 ---> Running in 77d2da845100 05:51:07 Removing intermediate container 77d2da845100 05:51:07 ---> e2913263ee33 05:51:07 Step 23/23 : LABEL version=0.0.0 05:51:07 ---> Running in 5493bd1822ff 05:51:07 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 05:51:08 Removing intermediate container 5493bd1822ff 05:51:08 ---> 9b13d5a246ce 05:51:08 05:51:08 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 05:51:08 go: downloading gopkg.in/inf.v0 v0.9.1 05:51:08 go: downloading github.com/go-logr/logr v1.2.2 05:51:08 Successfully built 9b13d5a246ce 05:51:08 Successfully tagged core-data-arm64:latest 05:51:08  Building core-data ... done go: downloading github.com/google/go-cmp v0.5.7 05:51:09 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 05:51:09 go: downloading github.com/json-iterator/go v1.1.12 05:51:09 go: downloading github.com/googleapis/gnostic v0.5.5 05:51:11 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 05:51:12 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 05:51:12 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 05:51:12 go: downloading github.com/tklauser/numcpus v0.3.0 05:51:12 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 05:51:12 go: downloading go.uber.org/zap v1.21.0 05:51:13 go: downloading sigs.k8s.io/yaml v1.3.0 05:51:13 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 05:51:13 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 05:51:13 go: downloading github.com/modern-go/reflect2 v1.0.2 05:51:13 go: downloading github.com/ryanuber/go-glob v1.0.0 05:51:13 go: downloading github.com/golang/snappy v0.0.4 05:51:13 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 05:51:20 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 05:51:20 go: downloading github.com/hashicorp/go-uuid v1.0.2 05:51:20 go: downloading github.com/hashicorp/go-version v1.2.0 05:51:20 go: downloading go.uber.org/multierr v1.6.0 05:51:38 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 05:51:38 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 06:06:32 Building bin/spire-agent... 06:06:32 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 06:06:32 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 06:06:32 go: downloading github.com/docker/docker v20.10.12+incompatible 06:06:32 go: downloading cloud.google.com/go/secretmanager v1.3.0 06:06:33 go: downloading github.com/google/go-tpm-tools v0.3.3 06:06:34 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 06:06:34 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 06:06:34 go: downloading github.com/docker/go-connections v0.4.0 06:06:34 go: downloading github.com/docker/go-units v0.4.0 06:06:34 go: downloading github.com/opencontainers/image-spec v1.0.1 06:06:35 go: downloading github.com/containerd/containerd v1.3.4 06:06:35 go: downloading github.com/docker/distribution v2.7.1+incompatible 06:06:35 go: downloading github.com/opencontainers/go-digest v1.0.0 06:10:27 Building bin/spire-agent... 06:10:27 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 06:10:27 go: downloading cloud.google.com/go/secretmanager v1.3.0 06:10:27 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 06:10:27 go: downloading github.com/docker/docker v20.10.12+incompatible 06:10:27 go: downloading github.com/google/go-tpm-tools v0.3.3 06:10:27 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 06:10:27 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 06:10:27 go: downloading github.com/docker/go-connections v0.4.0 06:10:27 go: downloading github.com/docker/go-units v0.4.0 06:10:27 go: downloading github.com/opencontainers/image-spec v1.0.1 06:10:27 go: downloading github.com/containerd/containerd v1.3.4 06:10:27 go: downloading github.com/docker/distribution v2.7.1+incompatible 06:10:27 go: downloading github.com/opencontainers/go-digest v1.0.0 06:12:49 Removing intermediate container 7f5bc1005a0b 06:12:49 ---> f3495ce8eeed 06:12:49 06:12:49 Step 13/26 : FROM alpine:3.15 06:12:49 ---> 3fb3c9af89a9 06:12:49 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:12:49 ---> Using cache 06:12:49 ---> 1b0b817cf86b 06:12:49 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:12:49 ---> Using cache 06:12:49 ---> 979795fba505 06:12:49 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 06:12:49 ---> Running in eb365e67e892 06:12:49 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:12:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:12:49 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 06:12:49 v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] 06:12:49 OK: 15730 distinct packages available 06:12:49 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:12:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:12:50 (1/4) Installing dumb-init (1.2.5-r1) 06:12:50 (2/4) Installing musl-obstack (1.2.3-r0) 06:12:50 (3/4) Installing libucontext (1.1-r0) 06:12:50 (4/4) Installing gcompat (1.0.0-r4) 06:12:51 Executing busybox-1.34.1-r5.trigger 06:12:51 OK: 6 MiB in 18 packages 06:12:52 Removing intermediate container eb365e67e892 06:12:52 ---> 900557648b31 06:12:52 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 06:12:57 ---> 1d67108e0056 06:12:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:12:58 ---> 91e9a3ddcba2 06:12:58 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 06:12:58 ---> Running in 92f511f3921e 06:12:58 Removing intermediate container 92f511f3921e 06:12:58 ---> beaa00ffffb7 06:12:58 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:12:59 ---> a505f33c3f7c 06:12:59 Step 21/26 : WORKDIR / 06:12:59 ---> Running in 88c01068bfda 06:13:00 Removing intermediate container 88c01068bfda 06:13:00 ---> cc972e35693c 06:13:00 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:13:00 ---> Running in fd05df5a4741 06:13:01 Removing intermediate container fd05df5a4741 06:13:01 ---> da503fe7bf15 06:13:01 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:13:01 ---> Running in 78a8c4a2e9dc 06:13:01 Removing intermediate container 78a8c4a2e9dc 06:13:01 ---> 00e719b8d706 06:13:01 Step 24/26 : LABEL arch=arm64 06:13:01 ---> Running in db996c5e54b7 06:13:02 Removing intermediate container db996c5e54b7 06:13:02 ---> 5267939b03e2 06:13:02 Step 25/26 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 06:13:02 ---> Running in 8d23dccec0da 06:13:03 Removing intermediate container 8d23dccec0da 06:13:03 ---> e55647f8d5d9 06:13:03 Step 26/26 : LABEL version=0.0.0 06:13:03 ---> Running in 76badd6c0f44 06:13:03 Removing intermediate container 76badd6c0f44 06:13:03 ---> 47f58b366184 06:13:03 06:13:03 Successfully built 47f58b366184 06:13:03 Successfully tagged security-spire-config-arm64:latest 06:15:25  Building security-spire-config ... done Removing intermediate container 0fdbe99b5181 06:15:25 ---> 9cc5c929eb9b 06:15:25 06:15:25 Step 13/26 : FROM alpine:3.15 06:15:25 ---> 3fb3c9af89a9 06:15:25 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:15:25 ---> Using cache 06:15:25 ---> 1b0b817cf86b 06:15:25 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:15:25 ---> Using cache 06:15:25 ---> 979795fba505 06:15:25 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:15:25 ---> Running in e39b3a50df27 06:15:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:15:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:15:25 v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] 06:15:25 v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] 06:15:25 OK: 15730 distinct packages available 06:15:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:15:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:15:25 (1/5) Installing dumb-init (1.2.5-r1) 06:15:25 (2/5) Installing musl-obstack (1.2.3-r0) 06:15:25 (3/5) Installing libucontext (1.1-r0) 06:15:25 (4/5) Installing gcompat (1.0.0-r4) 06:15:25 (5/5) Installing openssl (1.1.1n-r0) 06:15:25 Executing busybox-1.34.1-r5.trigger 06:15:25 OK: 6 MiB in 19 packages 06:15:25 Removing intermediate container e39b3a50df27 06:15:25 ---> 471e2b19f2ff 06:15:25 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 06:15:26 ---> 8937be02bc73 06:15:26 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 06:15:31 ---> 40a729e20061 06:15:31 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:15:32 ---> 9e3134feced8 06:15:32 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:15:32 ---> aadf3410aa8b 06:15:32 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:15:33 ---> 4c4526944398 06:15:33 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:15:33 ---> Running in ce1c487f4847 06:15:33 Removing intermediate container ce1c487f4847 06:15:33 ---> 04d26ed583db 06:15:33 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:15:33 ---> Running in 7d02bf5a75fd 06:15:34 Removing intermediate container 7d02bf5a75fd 06:15:34 ---> 24ee55ec3d43 06:15:34 Step 24/26 : LABEL arch=arm64 06:15:34 ---> Running in 2f6b5aa6fc70 06:15:34 Removing intermediate container 2f6b5aa6fc70 06:15:34 ---> 6b1a287819f6 06:15:34 Step 25/26 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 06:15:34 ---> Running in 802598035d77 06:15:35 Removing intermediate container 802598035d77 06:15:35 ---> bbd8377d8b37 06:15:35 Step 26/26 : LABEL version=0.0.0 06:15:35 ---> Running in 12b770132974 06:15:35 Removing intermediate container 12b770132974 06:15:35 ---> 899107af45c0 06:15:35 06:15:35 Successfully built 899107af45c0 06:15:35 Successfully tagged security-spire-agent-arm64:latest 06:15:44  Building security-spire-agent ... done Building bin/spire-agent... 06:15:44 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 06:15:44 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 06:15:45 go: downloading cloud.google.com/go/secretmanager v1.3.0 06:15:45 go: downloading github.com/docker/docker v20.10.12+incompatible 06:15:47 go: downloading github.com/google/go-tpm-tools v0.3.3 06:15:47 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 06:15:47 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 06:15:47 go: downloading github.com/docker/go-connections v0.4.0 06:15:47 go: downloading github.com/docker/go-units v0.4.0 06:15:47 go: downloading github.com/opencontainers/image-spec v1.0.1 06:15:47 go: downloading github.com/containerd/containerd v1.3.4 06:15:47 go: downloading github.com/docker/distribution v2.7.1+incompatible 06:15:47 go: downloading github.com/opencontainers/go-digest v1.0.0 06:19:09 Removing intermediate container 65c812a1e70d 06:19:09 ---> ced1661a0211 06:19:09 06:19:09 Step 13/25 : FROM alpine:3.15 06:19:09 ---> 3fb3c9af89a9 06:19:09 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:19:09 ---> Using cache 06:19:09 ---> 1b0b817cf86b 06:19:09 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:19:09 ---> Using cache 06:19:09 ---> 979795fba505 06:19:09 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:19:09 ---> Using cache 06:19:09 ---> 471e2b19f2ff 06:19:09 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 06:19:13 ---> bd56c7e80336 06:19:13 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:19:13 ---> c86e5e0d12ad 06:19:13 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:19:14 ---> 96b270341dfd 06:19:14 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:19:15 ---> 3a7d06cd34dd 06:19:15 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:19:15 ---> Running in c5b1003a7adf 06:19:15 Removing intermediate container c5b1003a7adf 06:19:15 ---> b151a85b2333 06:19:15 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:19:15 ---> Running in 5b1792fc468b 06:19:15 Removing intermediate container 5b1792fc468b 06:19:15 ---> 84f35cd2cc93 06:19:15 Step 23/25 : LABEL arch=arm64 06:19:15 ---> Running in 0febb4494fb0 06:19:16 Removing intermediate container 0febb4494fb0 06:19:16 ---> 4a71996e45fc 06:19:16 Step 24/25 : LABEL git_sha=77e1d06be24447da4f7e49bfb3b378c389c0351c 06:19:16 ---> Running in c12771b3d1f2 06:19:16 Removing intermediate container c12771b3d1f2 06:19:16 ---> 0ff44ebbf53b 06:19:16 Step 25/25 : LABEL version=0.0.0 06:19:16 ---> Running in 74a97e19d424 06:19:16 Removing intermediate container 74a97e19d424 06:19:16 ---> eca434b518bb 06:19:16 06:19:17 Successfully built eca434b518bb 06:19:17 Successfully tagged security-spire-server-arm64:latest 06:19:17  Building security-spire-server ... done  [Pipeline] } 06:19:17 $ docker stop --time=1 d53610d981dab5615ff81cda05edaa6b3e5364d7ead2266ea8de8460800b75e8 06:19:19 $ docker rm -f d53610d981dab5615ff81cda05edaa6b3e5364d7ead2266ea8de8460800b75e8 [Pipeline] // withDockerContainer [Pipeline] sh 06:19:19 + docker images 06:19:20 REPOSITORY TAG IMAGE ID CREATED SIZE 06:19:20 security-spire-server-arm64 latest eca434b518bb 4 seconds ago 86.3MB 06:19:20 ced1661a0211 24 seconds ago 4.14GB 06:19:20 security-spire-agent-arm64 latest 899107af45c0 3 minutes ago 126MB 06:19:20 9cc5c929eb9b 4 minutes ago 4.14GB 06:19:20 security-spire-config-arm64 latest 47f58b366184 6 minutes ago 85.6MB 06:19:20 f3495ce8eeed 6 minutes ago 4.14GB 06:19:20 core-data-arm64 latest 9b13d5a246ce 28 minutes ago 21.6MB 06:19:20 03d73a900128 28 minutes ago 1.34GB 06:19:20 support-notifications-arm64 latest 470d8a73de47 30 minutes ago 25.8MB 06:19:20 73bec1f5fc2f 30 minutes ago 1.37GB 06:19:20 sys-mgmt-agent-arm64 latest 94c9fc1eefae 31 minutes ago 282MB 06:19:20 bb65cbcc3ac7 32 minutes ago 1.31GB 06:19:20 security-spiffe-token-provider-arm64 latest a4179fe6f0fb 35 minutes ago 27.9MB 06:19:20 d03158d3c4a3 36 minutes ago 1.36GB 06:19:20 security-bootstrapper-arm64 latest dd4323cbb4ed 39 minutes ago 18.3MB 06:19:20 7a782e3ad897 39 minutes ago 1.31GB 06:19:20 core-metadata-arm64 latest 4eb662615a9f 39 minutes ago 16.4MB 06:19:20 46b7502a91a9 40 minutes ago 1.31GB 06:19:20 support-scheduler-arm64 latest 4b11a7703772 44 minutes ago 25.2MB 06:19:20 0b5e96f477f3 44 minutes ago 1.36GB 06:19:20 security-secretstore-setup-arm64 latest 39bc2d2d68a6 46 minutes ago 27.5MB 06:19:20 security-proxy-setup-arm64 latest 6cbb76326884 46 minutes ago 26.1MB 06:19:20 core-command-arm64 latest 46e0a515c007 46 minutes ago 15.5MB 06:19:20 968cfd944de9 46 minutes ago 1.32GB 06:19:20 5ae25b036916 46 minutes ago 1.32GB 06:19:20 ea368b2f4f0c 46 minutes ago 1.31GB 06:19:20 ci-base-image-arm64 latest 90f61d284949 About an hour ago 886MB 06:19:20 docker 20.10.14 c346e9eafbab 2 weeks ago 202MB 06:19:20 alpine 3.14 ac73e934f311 2 weeks ago 5.34MB 06:19:20 alpine 3.15 3fb3c9af89a9 2 weeks ago 5.32MB 06:19:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB 06:19:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 22 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:19:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:19:20 06:19:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 06:19:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:19:21 arm64: Pulling from edgex-lftools-log-publisher 06:19:21 8998bd30e6a1: Pulling fs layer 06:19:21 04944245beec: Pulling fs layer 06:19:21 699f458cf7ca: Pulling fs layer 06:19:21 765212b225bb: Pulling fs layer 06:19:21 f23df028b6ca: Pulling fs layer 06:19:21 d65c8cfc05b1: Pulling fs layer 06:19:21 2437ff75d9bd: Pulling fs layer 06:19:21 765212b225bb: Waiting 06:19:21 f23df028b6ca: Waiting 06:19:21 2437ff75d9bd: Waiting 06:19:21 d65c8cfc05b1: Waiting 06:19:21 04944245beec: Verifying Checksum 06:19:21 04944245beec: Download complete 06:19:21 765212b225bb: Verifying Checksum 06:19:21 765212b225bb: Download complete 06:19:21 f23df028b6ca: Verifying Checksum 06:19:21 f23df028b6ca: Download complete 06:19:21 d65c8cfc05b1: Verifying Checksum 06:19:21 d65c8cfc05b1: Download complete 06:19:21 699f458cf7ca: Verifying Checksum 06:19:21 699f458cf7ca: Download complete 06:19:21 8998bd30e6a1: Verifying Checksum 06:19:21 8998bd30e6a1: Download complete 06:19:24 2437ff75d9bd: Verifying Checksum 06:19:24 2437ff75d9bd: Download complete 06:19:26 8998bd30e6a1: Pull complete 06:19:26 04944245beec: Pull complete 06:19:28 699f458cf7ca: Pull complete 06:19:28 765212b225bb: Pull complete 06:19:29 f23df028b6ca: Pull complete 06:19:29 d65c8cfc05b1: Pull complete 06:19:44 2437ff75d9bd: Pull complete 06:19:44 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:19:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:19:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 06:19:44 prd-ubuntu20.04-docker-arm64-4c-16g-21570 does not seem to be running inside a container 06:19:44 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 06:19:47 $ docker top 47ed0bc1d54005283b24659deffe83f32accb45a3fe0e5d4ea0679afed108192 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:19:48 ---> job-cost.sh 06:19:48 lf-activate-venv: SKIPPING 06:19:48 INFO: No Stack... 06:19:49 INFO: Retrieving Pricing Info for: v3-standard-4 06:19:50 INFO: Archiving Costs [Pipeline] sh 06:19:50 + cut -d, -f6 06:19:50 + cat /w/workspace/edgex-go/4/archives/cost.csv [Pipeline] lock 06:19:50 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3979-4-stack-cost] 06:19:50 Resource [jenkins-edgexfoundry-edgex-go-PR-3979-4-stack-cost] did not exist. Created. 06:19:50 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3979-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:19:51 + echo total: 0.2199999988079071 [Pipeline] stash 06:19:51 Stashed 1 file(s) [Pipeline] } 06:19:51 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3979-4-stack-cost] [Pipeline] // lock [Pipeline] } 06:19:51 $ docker stop --time=1 47ed0bc1d54005283b24659deffe83f32accb45a3fe0e5d4ea0679afed108192 06:19:53 $ docker rm -f 47ed0bc1d54005283b24659deffe83f32accb45a3fe0e5d4ea0679afed108192 [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 06:19:53 provisioning config files... 06:19:53 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config2793115940792558939tmp [Pipeline] { [Pipeline] sh 06:19:54 + set +x 06:19:54 + curl -s https://codecov.io/bash 06:19:54 + bash -s -- 06:19:54 06:19:54 _____ _ 06:19:54 / ____| | | 06:19:54 | | ___ __| | ___ ___ _____ __ 06:19:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:19:54 | |___| (_) | (_| | __/ (_| (_) \ V / 06:19:54 \_____\___/ \__,_|\___|\___\___/ \_/ 06:19:54 Bash-1.0.6 06:19:54 06:19:54 06:19:54 ==> git version 2.25.1 found 06:19:54 ==> 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 06:19:54 Release-Date: 2020-01-08 06:19:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:19:54 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:19:54 ==> Jenkins CI detected. 06:19:54 current dir:  /w/workspace/edgex-go/4 06:19:54 project root: . 06:19:54 --> token set from env 06:19:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:19:54 ==> Running gcov in . (disable via -X gcov) 06:19:54 ==> Python coveragepy not found 06:19:54 ==> Searching for coverage reports in: 06:19:54 + . 06:19:54 -> Found 1 reports 06:19:54 ==> Detecting git/mercurial file structure 06:19:54 ==> Reading reports 06:19:54 + ./coverage.out bytes=435134 06:19:54 ==> Appending adjustments 06:19:54 https://docs.codecov.io/docs/fixing-reports 06:19:55 + Found adjustments 06:19:55 ==> Gzipping contents 06:19:55 60K /tmp/codecov.5RAy1G.gz 06:19:55 ==> Uploading reports 06:19:55 url: https://codecov.io 06:19:55 query: branch=PR-3979&commit=77e1d06be24447da4f7e49bfb3b378c389c0351c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3979%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3979&job=&cmd_args= 06:19:55 -> Pinging Codecov 06:19:55 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3979&commit=77e1d06be24447da4f7e49bfb3b378c389c0351c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3979%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3979&job=&cmd_args= 06:19:55 -> Uploading to 06:19:55 https://storage.googleapis.com/codecov/v4/raw/2022-04-21/00271124DB129430A58F1EEE437C3FCB/77e1d06be24447da4f7e49bfb3b378c389c0351c/e6288280-f917-4c48-8ed9-e7b651c51c49.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220421%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220421T061955Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9f0efc19a76cb64fc7697da80d9a6e230ce990171b9a55685c69707d30ee1c4b 06:19:55 % Total % Received % Xferd Average Speed Time Time Time Current 06:19:55 Dload Upload Total Spent Left Speed 06:19:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59871 0 0 100 59871 0 177k --:--:-- --:--:-- --:--:-- 177k 06:19:56 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/77e1d06be24447da4f7e49bfb3b378c389c0351c [Pipeline] } 06:19:56 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 06:19:56 + [ -d /w/workspace/edgex-go/4/archives ] [Pipeline] libraryResource [Pipeline] sh 06:19:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:19:57 ---> package-listing.sh 06:19:57 ++ facter osfamily 06:19:57 ++ tr '[:upper:]' '[:lower:]' 06:19:58 + OS_FAMILY=debian 06:19:58 + workspace=/w/workspace/edgex-go/4 06:19:58 + START_PACKAGES=/tmp/packages_start.txt 06:19:58 + END_PACKAGES=/tmp/packages_end.txt 06:19:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:19:58 + PACKAGES=/tmp/packages_start.txt 06:19:58 + '[' /w/workspace/edgex-go/4 ']' 06:19:58 + PACKAGES=/tmp/packages_end.txt 06:19:58 + case "${OS_FAMILY}" in 06:19:58 + dpkg -l 06:19:58 + grep '^ii' 06:19:58 + '[' -f /tmp/packages_start.txt ']' 06:19:58 + '[' -f /tmp/packages_end.txt ']' 06:19:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:19:58 + '[' /w/workspace/edgex-go/4 ']' 06:19:58 + mkdir -p /w/workspace/edgex-go/4/archives/ 06:19:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 06:19:58 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:19:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:19:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:19:58 06:19:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 06:19:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:19:59 latest: Pulling from edgex-lftools-log-publisher 06:19:59 5eb5b503b376: Pulling fs layer 06:19:59 5c69ac0246d0: Pulling fs layer 06:19:59 ec43610c2a17: Pulling fs layer 06:19:59 3a2ae6a8a46f: Pulling fs layer 06:19:59 33b1e0a273af: Pulling fs layer 06:19:59 5d3b04190fa2: Pulling fs layer 06:19:59 2f39f015ded8: Pulling fs layer 06:19:59 3a2ae6a8a46f: Waiting 06:19:59 33b1e0a273af: Waiting 06:19:59 5d3b04190fa2: Waiting 06:19:59 5c69ac0246d0: Download complete 06:19:59 3a2ae6a8a46f: Download complete 06:19:59 33b1e0a273af: Verifying Checksum 06:19:59 33b1e0a273af: Download complete 06:19:59 5d3b04190fa2: Verifying Checksum 06:19:59 5d3b04190fa2: Download complete 06:19:59 ec43610c2a17: Verifying Checksum 06:19:59 ec43610c2a17: Download complete 06:19:59 5eb5b503b376: Verifying Checksum 06:19:59 5eb5b503b376: Download complete 06:20:00 2f39f015ded8: Download complete 06:20:00 5eb5b503b376: Pull complete 06:20:00 5c69ac0246d0: Pull complete 06:20:01 ec43610c2a17: Pull complete 06:20:01 3a2ae6a8a46f: Pull complete 06:20:01 33b1e0a273af: Pull complete 06:20:01 5d3b04190fa2: Pull complete 06:20:05 2f39f015ded8: Pull complete 06:20:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:20:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:20:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 06:20:05 prd-ubuntu20.04-docker-8c-8g-21569 does not seem to be running inside a container 06:20:05 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:20:08 $ docker top 690f6296eed38f45e04c147b04d3e40e01619f385354155c2bd7743bfe45f72b -eo pid,comm [Pipeline] { [Pipeline] sh 06:20:08 + touch /tmp/pre-build-complete [Pipeline] sh 06:20:08 + mkdir -p /var/log/sysstat [Pipeline] sh 06:20:08 + ls /var/log/sa-host 06:20:08 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:20:09 provisioning config files... 06:20:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config694976502474485596tmp [Pipeline] { [Pipeline] echo 06:20:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:20:09 ---> create-netrc.sh [Pipeline] } 06:20:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:20:09 ---> python-tools-install.sh [Pipeline] echo 06:20:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:20:09 ---> sudo-logs.sh 06:20:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:20:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:20:10 ---> job-cost.sh 06:20:10 lf-activate-venv: SKIPPING 06:20:10 DEBUG: total: 0.2199999988079071 06:20:10 INFO: Retrieving Stack Cost... 06:20:10 INFO: Retrieving Pricing Info for: v3-standard-8 06:20:11 INFO: Archiving Costs [Pipeline] echo 06:20:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:20:11 ---> logs-deploy.sh 06:20:11 lf-activate-venv: SKIPPING 06:20:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3979/4 06:20:11 INFO: archiving workspace using pattern(s): 06:20:12 Archives upload complete. 06:20:12 INFO: archiving logs to Nexus 06:20:13 ---> uname -a: 06:20:13 Linux prd-ubuntu20-04-docker-8c-8g-21569 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 06:20:13 06:20:13 06:20:13 ---> lscpu: 06:20:13 Architecture: x86_64 06:20:13 CPU op-mode(s): 32-bit, 64-bit 06:20:13 Byte Order: Little Endian 06:20:13 Address sizes: 40 bits physical, 48 bits virtual 06:20:13 CPU(s): 8 06:20:13 On-line CPU(s) list: 0-7 06:20:13 Thread(s) per core: 1 06:20:13 Core(s) per socket: 1 06:20:13 Socket(s): 8 06:20:13 NUMA node(s): 1 06:20:13 Vendor ID: AuthenticAMD 06:20:13 CPU family: 23 06:20:13 Model: 49 06:20:13 Model name: AMD EPYC-Rome Processor 06:20:13 Stepping: 0 06:20:13 CPU MHz: 2799.994 06:20:13 BogoMIPS: 5599.98 06:20:13 Virtualization: AMD-V 06:20:13 Hypervisor vendor: KVM 06:20:13 Virtualization type: full 06:20:13 L1d cache: 256 KiB 06:20:13 L1i cache: 256 KiB 06:20:13 L2 cache: 4 MiB 06:20:13 L3 cache: 128 MiB 06:20:13 NUMA node0 CPU(s): 0-7 06:20:13 Vulnerability Itlb multihit: Not affected 06:20:13 Vulnerability L1tf: Not affected 06:20:13 Vulnerability Mds: Not affected 06:20:13 Vulnerability Meltdown: Not affected 06:20:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:20:13 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:20:13 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 06:20:13 Vulnerability Srbds: Not affected 06:20:13 Vulnerability Tsx async abort: Not affected 06:20:13 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 06:20:13 06:20:13 06:20:13 ---> nproc: 06:20:13 8 06:20:13 06:20:13 06:20:13 ---> df -h: 06:20:13 Filesystem Size Used Avail Use% Mounted on 06:20:13 overlay 155G 26G 130G 17% / 06:20:13 tmpfs 64M 0 64M 0% /dev 06:20:13 tmpfs 16G 0 16G 0% /sys/fs/cgroup 06:20:13 shm 64M 0 64M 0% /dev/shm 06:20:13 /dev/vda1 155G 26G 130G 17% /facter-os 06:20:13 06:20:13 06:20:13 ---> sar -b -r -n DEV: 06:20:13 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21569) 04/21/22 _x86_64_ (8 CPU) 06:20:13 06:20:13 05:08:01 LINUX RESTART (8 CPU) 06:20:13 06:20:13 05:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:20:13 05:10:01 128.06 2.10 125.96 0.00 35.85 72932.62 0.00 06:20:13 05:11:01 35.64 0.08 35.56 0.00 1.33 11579.95 0.00 06:20:13 05:12:01 115.38 0.03 115.35 0.00 3.20 133911.55 0.00 06:20:13 05:13:01 706.66 0.73 705.93 0.00 29.72 253903.10 0.00 06:20:13 05:14:01 667.74 0.32 667.42 0.00 10.66 264559.51 0.00 06:20:13 05:15:01 641.99 0.18 641.80 0.00 1.47 230883.71 0.00 06:20:13 05:16:01 762.16 0.87 761.29 0.00 7.20 307682.85 0.00 06:20:13 05:17:01 588.09 0.35 587.74 0.00 2.80 200426.86 0.00 06:20:13 05:18:01 496.06 0.12 495.95 0.00 0.94 125155.93 0.00 06:20:13 05:19:01 324.49 0.00 324.49 0.00 0.00 132225.26 0.00 06:20:13 05:20:01 2.25 0.00 2.25 0.00 0.00 26.40 0.00 06:20:13 05:21:01 1.60 0.00 1.60 0.00 0.00 17.46 0.00 06:20:13 05:22:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 06:20:13 05:23:01 1.62 0.00 1.62 0.00 0.00 17.86 0.00 06:20:13 05:24:01 1.75 0.02 1.73 0.00 0.13 19.86 0.00 06:20:13 05:25:01 1.63 0.00 1.63 0.00 0.00 19.20 0.00 06:20:13 05:26:01 0.88 0.00 0.88 0.00 0.00 10.40 0.00 06:20:13 05:27:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 06:20:13 05:28:01 1.00 0.00 1.00 0.00 0.00 12.00 0.00 06:20:13 05:29:01 1.62 0.00 1.62 0.00 0.00 18.66 0.00 06:20:13 05:30:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 06:20:13 05:31:01 1.67 0.00 1.67 0.00 0.00 18.66 0.00 06:20:13 05:32:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 06:20:13 05:33:01 1.72 0.00 1.72 0.00 0.00 20.00 0.00 06:20:13 05:34:01 1.00 0.00 1.00 0.00 0.00 12.13 0.00 06:20:13 05:35:01 1.58 0.00 1.58 0.00 0.00 18.53 0.00 06:20:13 05:36:01 0.93 0.00 0.93 0.00 0.00 11.06 0.00 06:20:13 05:37:01 1.67 0.00 1.67 0.00 0.00 18.26 0.00 06:20:13 05:38:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 06:20:13 05:39:01 1.60 0.00 1.60 0.00 0.00 18.00 0.00 06:20:13 05:40:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 06:20:13 05:41:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 06:20:13 05:42:01 0.92 0.00 0.92 0.00 0.00 10.80 0.00 06:20:13 05:43:01 1.55 0.00 1.55 0.00 0.00 19.06 0.00 06:20:13 05:44:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 06:20:13 05:45:01 1.40 0.00 1.40 0.00 0.00 17.86 0.00 06:20:13 05:46:01 1.02 0.00 1.02 0.00 0.00 12.13 0.00 06:20:13 05:47:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 06:20:13 05:48:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 06:20:13 05:49:01 1.35 0.00 1.35 0.00 0.00 15.60 0.00 06:20:13 05:50:01 1.05 0.00 1.05 0.00 0.00 12.80 0.00 06:20:13 05:51:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 06:20:13 05:52:01 2.20 1.23 0.97 0.00 36.66 11.73 0.00 06:20:13 05:53:01 2.43 0.33 2.10 0.00 12.40 26.52 0.00 06:20:13 05:54:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 06:20:13 05:55:01 1.40 0.00 1.40 0.00 0.00 17.86 0.00 06:20:13 05:56:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 06:20:13 05:57:01 1.62 0.00 1.62 0.00 0.00 18.13 0.00 06:20:13 05:58:01 1.22 0.00 1.22 0.00 0.00 14.00 0.00 06:20:13 05:59:01 1.38 0.00 1.38 0.00 0.00 17.60 0.00 06:20:13 06:00:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 06:20:13 06:01:01 1.30 0.00 1.30 0.00 0.00 16.53 0.00 06:20:13 06:02:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 06:20:13 06:03:01 1.43 0.00 1.43 0.00 0.00 18.53 0.00 06:20:13 06:04:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 06:20:13 06:05:01 1.23 0.00 1.23 0.00 0.00 15.86 0.00 06:20:13 06:06:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 06:20:13 06:07:01 1.27 0.00 1.27 0.00 0.00 16.13 0.00 06:20:13 06:08:01 2.88 0.87 2.02 0.00 18.40 27.86 0.00 06:20:13 06:09:01 1.87 0.00 1.87 0.00 0.00 23.20 0.00 06:20:13 06:10:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 06:20:13 06:11:01 1.65 0.00 1.65 0.00 0.00 19.46 0.00 06:20:13 06:12:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 06:20:13 06:13:01 1.45 0.00 1.45 0.00 0.00 17.33 0.00 06:20:13 06:14:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 06:20:13 06:15:01 1.38 0.00 1.38 0.00 0.00 17.06 0.00 06:20:13 06:16:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 06:20:13 06:17:01 1.63 0.00 1.63 0.00 0.00 18.93 0.00 06:20:13 06:18:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 06:20:13 06:19:01 1.55 0.00 1.55 0.00 0.00 18.80 0.00 06:20:13 06:20:01 4.05 0.22 3.83 0.00 16.93 333.28 0.00 06:20:13 Average: 64.06 0.10 63.96 0.00 2.50 24417.40 0.00 06:20:13 06:20:13 05:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:20:13 05:10:01 27558460 31351892 938080 2.85 150608 3843184 2652092 7.82 1909356 2949664 527040 06:20:13 05:11:01 27688536 31665360 622072 1.89 154984 3996020 2062160 6.08 1530588 3172628 427240 06:20:13 05:12:01 25449488 31748256 540388 1.64 158340 6253920 1952240 5.75 1741568 5140924 136796 06:20:13 05:13:01 20996908 31677260 590056 1.79 237364 10241080 2434080 7.17 2117800 8876632 103812 06:20:13 05:14:01 16230008 31286324 965304 2.94 308220 14262176 2871560 8.46 3753532 11707156 260260 06:20:13 05:15:01 12429156 30183088 2061804 6.27 353784 16739992 4631712 13.65 4909264 14168068 12528 06:20:13 05:16:01 10198372 31485160 761076 2.31 487760 19976868 2862608 8.44 3741228 17407568 540180 06:20:13 05:17:01 4414380 29693676 2552596 7.76 601228 23603944 4607220 13.58 5875180 20804208 208840 06:20:13 05:18:01 10570756 31648652 601268 1.83 624408 19568464 2269728 6.69 3150844 17575048 343064 06:20:13 05:19:01 11118280 31759560 502820 1.53 706192 19125560 1900784 5.60 2805920 17457352 248 06:20:13 05:20:01 11118204 31759468 503064 1.53 706204 19125560 1900784 5.60 2807108 17457356 20 06:20:13 05:21:01 11120228 31761536 501060 1.52 706216 19125564 1900784 5.60 2804472 17457392 8 06:20:13 05:22:01 11129212 31770532 492036 1.50 706236 19125564 1900784 5.60 2795416 17457396 8 06:20:13 05:23:01 11129952 31771528 491260 1.49 706256 19125568 1900784 5.60 2794368 17457616 44 06:20:13 05:24:01 11130196 31771816 490912 1.49 706276 19125572 1903116 5.61 2794484 17457620 12 06:20:13 05:25:01 11130084 31771724 490916 1.49 706288 19125580 1903116 5.61 2794196 17457624 16 06:20:13 05:26:01 11130068 31771720 490920 1.49 706292 19125580 1903116 5.61 2794188 17457624 12 06:20:13 05:27:01 11130052 31771712 490908 1.49 706300 19125584 1903116 5.61 2794192 17457628 16 06:20:13 05:28:01 11129744 31771420 491176 1.49 706308 19125580 1903116 5.61 2794608 17457628 20 06:20:13 05:29:01 11129800 31771504 491088 1.49 706332 19125588 1903116 5.61 2794612 17457636 12 06:20:13 05:30:01 11130252 31771976 490804 1.49 706348 19125592 1903116 5.61 2794260 17457640 12 06:20:13 05:31:01 11129700 31771432 491328 1.49 706364 19125592 1903116 5.61 2794348 17457640 12 06:20:13 05:32:01 11129928 31771684 491032 1.49 706372 19125596 1903116 5.61 2794656 17457644 12 06:20:13 05:33:01 11129880 31771648 491004 1.49 706384 19125604 1903116 5.61 2794424 17457648 8 06:20:13 05:34:01 11129864 31771652 490980 1.49 706404 19125608 1903116 5.61 2794688 17457656 24 06:20:13 05:35:01 11129848 31771664 490912 1.49 706420 19125612 1903116 5.61 2794464 17457660 12 06:20:13 05:36:01 11129792 31771624 490900 1.49 706428 19125612 1903116 5.61 2794536 17457660 12 06:20:13 05:37:01 11129776 31771620 490876 1.49 706440 19125616 1903116 5.61 2794480 17457664 12 06:20:13 05:38:01 11129636 31771496 491128 1.49 706448 19125620 1903116 5.61 2795068 17457668 228 06:20:13 05:39:01 11129920 31771792 490856 1.49 706452 19125620 1903116 5.61 2794924 17457668 12 06:20:13 05:40:01 11129880 31771772 490848 1.49 706468 19125624 1903116 5.61 2794868 17457672 16 06:20:13 05:41:01 11129644 31771544 491056 1.49 706476 19125624 1903116 5.61 2794636 17457672 20 06:20:13 05:42:01 11129592 31771504 491296 1.49 706480 19125628 1903116 5.61 2794624 17457676 12 06:20:13 05:43:01 11129592 31771524 491244 1.49 706512 19125632 1903116 5.61 2794636 17457680 12 06:20:13 05:44:01 11129544 31771508 491220 1.49 706528 19125636 1903116 5.61 2795000 17457684 12 06:20:13 05:45:01 11129552 31771668 491064 1.49 706544 19125768 1903116 5.61 2794716 17457816 12 06:20:13 05:46:01 11129496 31771616 491056 1.49 706556 19125772 1903116 5.61 2794700 17457820 12 06:20:13 05:47:01 11129724 31771872 490780 1.49 706572 19125772 1903116 5.61 2794740 17457824 12 06:20:13 05:48:01 11129968 31772120 490480 1.49 706580 19125772 1903116 5.61 2794724 17457828 12 06:20:13 05:49:01 11129804 31771984 490784 1.49 706596 19125776 1903116 5.61 2795076 17457824 12 06:20:13 05:50:01 11129796 31771988 490772 1.49 706600 19125784 1903116 5.61 2794776 17457832 40 06:20:13 05:51:01 11129748 31771952 490760 1.49 706608 19125788 1903116 5.61 2795292 17457836 24 06:20:13 05:52:01 11129576 31773912 488664 1.49 706624 19126892 1903116 5.61 2795652 17457360 40 06:20:13 05:53:01 11128732 31773512 489048 1.49 706636 19127264 1903116 5.61 2796556 17457392 12 06:20:13 05:54:01 11128968 31773756 489052 1.49 706640 19127268 1903116 5.61 2796292 17457368 8 06:20:13 05:55:01 11129136 31773928 488840 1.49 706656 19127272 1903116 5.61 2795972 17457372 12 06:20:13 05:56:01 11128780 31773612 489080 1.49 706672 19127276 1903116 5.61 2796540 17457380 192 06:20:13 05:57:01 11128804 31773636 489044 1.49 706684 19127276 1902672 5.61 2795996 17457380 12 06:20:13 05:58:01 11128432 31773296 489280 1.49 706708 19127280 1902672 5.61 2796396 17457388 36 06:20:13 05:59:01 11128376 31773276 489256 1.49 706724 19127284 1902672 5.61 2796736 17457392 200 06:20:13 06:00:01 11128408 31773308 489208 1.49 706740 19127284 1902672 5.61 2796096 17457392 8 06:20:13 06:01:01 11128284 31773232 489424 1.49 706764 19127292 1902672 5.61 2796680 17457400 220 06:20:13 06:02:01 11128560 31773508 489144 1.49 706768 19127292 1902672 5.61 2796120 17457400 8 06:20:13 06:03:01 11128520 31773504 489068 1.49 706800 19127296 1902672 5.61 2796160 17457408 52 06:20:13 06:04:01 11128212 31773220 489320 1.49 706808 19127300 1902672 5.61 2796824 17457400 24 06:20:13 06:05:01 11127720 31772772 489560 1.49 706816 19127300 1902672 5.61 2796616 17457400 204 06:20:13 06:06:01 11127744 31772800 489520 1.49 706828 19127304 1902672 5.61 2796192 17457404 28 06:20:13 06:07:01 11128132 31773204 489228 1.49 706844 19127308 1902672 5.61 2796224 17457404 28 06:20:13 06:08:01 11125308 31771320 490984 1.49 706920 19127940 1982348 5.84 2796376 17457964 172 06:20:13 06:09:01 11125008 31771072 491176 1.49 706936 19127960 1982348 5.84 2796720 17457976 12 06:20:13 06:10:01 11125236 31771304 491064 1.49 706948 19127960 1982348 5.84 2796584 17457976 8 06:20:13 06:11:01 11125600 31771700 490828 1.49 706968 19127964 1982348 5.84 2796436 17457984 12 06:20:13 06:12:01 11125608 31771716 490796 1.49 706984 19127968 1982348 5.84 2796420 17457988 12 06:20:13 06:13:01 11125548 31771688 490996 1.49 707008 19127956 1982348 5.84 2796460 17457992 12 06:20:13 06:14:01 11125532 31771708 490952 1.49 707020 19127972 1966168 5.79 2796864 17457984 8 06:20:13 06:15:01 11125656 31771840 490696 1.49 707028 19127972 1966168 5.79 2796856 17457984 200 06:20:13 06:16:01 11125348 31771540 490924 1.49 707044 19127976 1966168 5.79 2796936 17457988 224 06:20:13 06:17:01 11125096 31771320 491160 1.49 707056 19127980 1966168 5.79 2796560 17457996 12 06:20:13 06:18:01 11124960 31771216 491128 1.49 707084 19127980 1966168 5.79 2797064 17458000 16 06:20:13 06:19:01 11124976 31771240 491040 1.49 707104 19127988 1966168 5.79 2797084 17458008 12 06:20:13 06:20:01 10761576 31704000 557628 1.70 710944 19406888 2324256 6.85 2867920 17736280 283912 06:20:13 Average: 11902939 31697267 565438 1.72 660436 18374793 2050632 6.04 2847266 16682463 40090 06:20:13 06:20:13 05:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:20:13 05:10:01 veth7dc0073 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 06:20:13 05:10:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 06:20:13 05:10:01 docker0 93.97 123.84 7.73 988.69 0.00 0.00 0.00 0.00 06:20:13 05:10:01 ens3 294.79 186.40 4359.48 31.29 0.00 0.00 0.00 0.00 06:20:13 05:11:01 veth7dc0073 1.43 1.47 0.11 0.11 0.00 0.00 0.00 0.00 06:20:13 05:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:11:01 docker0 1.43 1.43 0.09 0.11 0.00 0.00 0.00 0.00 06:20:13 05:11:01 ens3 54.14 51.96 23.83 63.37 0.00 0.00 0.00 0.00 06:20:13 05:12:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 06:20:13 05:12:01 veth5d09da7 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 06:20:13 05:12:01 docker0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 06:20:13 05:12:01 ens3 125.51 86.49 1698.61 72.12 0.00 0.00 0.00 0.00 06:20:13 05:13:01 vethdf7d248 242.12 431.36 20.53 5829.04 0.00 0.00 0.00 0.48 06:20:13 05:13:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 06:20:13 05:13:01 veth5d09da7 0.00 1.20 0.00 0.06 0.00 0.00 0.00 0.00 06:20:13 05:13:01 veth6daab35 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:13:01 docker0 285.29 488.77 19.71 6106.46 0.00 0.00 0.00 0.00 06:20:13 05:13:01 ens3 541.85 315.91 6198.72 43.64 0.00 0.00 0.00 0.00 06:20:13 05:13:01 veth82d5d19 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:14:01 vethdf7d248 11.30 17.11 1.13 2.32 0.00 0.00 0.00 0.00 06:20:13 05:14:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 06:20:13 05:14:01 vethacf139d 182.15 387.77 15.78 5425.22 0.00 0.00 0.00 0.44 06:20:13 05:14:01 veth5d09da7 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 06:20:13 05:14:01 docker0 213.75 450.99 15.82 5912.06 0.00 0.00 0.00 0.00 06:20:13 05:14:01 ens3 579.15 306.17 7091.16 104.96 0.00 0.00 0.00 0.00 06:20:13 05:14:01 veth1f9a929 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:20:13 05:15:01 vethdf7d248 9.20 14.68 0.91 206.98 0.00 0.00 0.00 0.02 06:20:13 05:15:01 vetha425e63 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 06:20:13 05:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:15:01 vethacf139d 30.12 45.85 3.05 404.78 0.00 0.00 0.00 0.03 06:20:13 05:15:01 veth5d09da7 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 06:20:13 05:15:01 docker0 63.73 93.69 4.81 777.42 0.00 0.00 0.00 0.00 06:20:13 05:15:01 ens3 168.69 123.21 816.14 90.95 0.00 0.00 0.00 0.00 06:20:13 05:16:01 vethe36a021 228.95 408.88 18.88 5486.73 0.00 0.00 0.00 0.45 06:20:13 05:16:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 06:20:13 05:16:01 vethacf139d 0.18 0.35 0.01 0.02 0.00 0.00 0.00 0.00 06:20:13 05:16:01 veth5d09da7 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 06:20:13 05:16:01 veth2a72c56 8.55 10.28 0.61 39.64 0.00 0.00 0.00 0.00 06:20:13 05:16:01 docker0 245.56 431.46 16.71 5600.36 0.00 0.00 0.00 0.00 06:20:13 05:16:01 ens3 505.82 312.98 5634.35 103.30 0.00 0.00 0.00 0.00 06:20:13 05:17:01 vethe36a021 26.63 40.46 2.77 344.94 0.00 0.00 0.00 0.03 06:20:13 05:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:17:01 veth5d09da7 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 06:20:13 05:17:01 docker0 57.32 81.10 4.42 681.76 0.00 0.00 0.00 0.00 06:20:13 05:17:01 ens3 111.63 73.72 707.00 18.56 0.00 0.00 0.00 0.00 06:20:13 05:18:01 vethe36a021 13.59 17.81 1.21 208.40 0.00 0.00 0.00 0.02 06:20:13 05:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:18:01 veth5d09da7 0.00 0.52 0.00 0.02 0.00 0.00 0.00 0.00 06:20:13 05:18:01 docker0 34.03 49.72 2.16 330.24 0.00 0.00 0.00 0.00 06:20:13 05:18:01 ens3 115.04 99.65 359.05 81.23 0.00 0.00 0.00 0.00 06:20:13 05:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:19:01 docker0 0.03 0.62 0.00 0.03 0.00 0.00 0.00 0.00 06:20:13 05:19:01 ens3 8.78 5.38 8.04 3.77 0.00 0.00 0.00 0.00 06:20:13 05:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:20:01 ens3 0.05 0.03 0.00 0.01 0.00 0.00 0.00 0.00 06:20:13 05:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:21:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:22:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:24:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 06:20:13 05:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:25:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:27:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:29:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 06:20:13 05:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:34:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 06:20:13 05:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:36:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:37:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:39:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 06:20:13 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:40:01 ens3 0.27 0.15 0.58 0.01 0.00 0.00 0.00 0.00 06:20:13 05:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:41:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:42:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:43:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:44:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 06:20:13 05:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:45:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:47:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:49:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 06:20:13 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:51:01 ens3 0.52 0.42 0.26 0.22 0.00 0.00 0.00 0.00 06:20:13 05:52:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:52:01 ens3 18.26 20.51 3.99 34.46 0.00 0.00 0.00 0.00 06:20:13 05:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:53:01 ens3 9.48 8.15 2.48 12.33 0.00 0.00 0.00 0.00 06:20:13 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:54:01 ens3 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 06:20:13 05:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:55:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:57:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 05:59:01 ens3 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 06:20:13 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:01:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:02:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:04:01 ens3 1.08 0.38 0.71 0.26 0.00 0.00 0.00 0.00 06:20:13 06:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:05:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:08:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 06:20:13 06:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:09:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 06:20:13 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:10:01 ens3 0.18 0.05 0.07 0.00 0.00 0.00 0.00 0.00 06:20:13 06:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:13:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:14:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 06:20:13 06:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:15:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:17:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:19:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 06:20:13 06:20:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 06:20:13 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:13 06:20:01 ens3 112.08 61.96 2521.12 10.65 0.00 0.00 0.00 0.00 06:20:13 Average: lo 0.17 0.17 0.01 0.01 0.00 0.00 0.00 0.00 06:20:13 Average: docker0 14.01 24.25 1.01 287.28 0.00 0.00 0.00 0.00 06:20:13 Average: ens3 37.35 23.33 414.48 9.46 0.00 0.00 0.00 0.00 06:20:13 06:20:13 06:20:13 ---> sar -P ALL: 06:20:13 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21569) 04/21/22 _x86_64_ (8 CPU) 06:20:13 06:20:13 05:08:01 LINUX RESTART (8 CPU) 06:20:13 06:20:13 05:09:01 CPU %user %nice %system %iowait %steal %idle 06:20:13 05:10:01 all 26.46 0.00 5.50 1.90 0.08 66.06 06:20:13 05:10:01 0 32.32 0.00 5.21 1.11 0.10 61.26 06:20:13 05:10:01 1 24.67 0.00 5.25 0.32 0.07 69.70 06:20:13 05:10:01 2 25.45 0.00 6.08 1.63 0.07 66.76 06:20:13 05:10:01 3 27.90 0.00 5.22 0.39 0.10 66.39 06:20:13 05:10:01 4 25.92 0.00 5.41 4.33 0.07 64.26 06:20:13 05:10:01 5 25.41 0.00 5.49 4.83 0.08 64.18 06:20:13 05:10:01 6 24.39 0.00 5.06 0.08 0.07 70.40 06:20:13 05:10:01 7 25.59 0.00 6.25 2.49 0.08 65.58 06:20:13 05:11:01 all 39.51 0.00 5.95 0.48 0.10 53.96 06:20:13 05:11:01 0 40.05 0.00 5.60 0.00 0.08 54.27 06:20:13 05:11:01 1 40.35 0.00 5.91 2.77 0.10 50.87 06:20:13 05:11:01 2 39.84 0.00 5.71 0.03 0.10 54.32 06:20:13 05:11:01 3 38.99 0.00 6.07 0.00 0.10 54.85 06:20:13 05:11:01 4 38.56 0.00 7.17 0.05 0.10 54.12 06:20:13 05:11:01 5 39.20 0.00 5.72 0.72 0.10 54.26 06:20:13 05:11:01 6 38.01 0.00 5.94 0.13 0.10 55.82 06:20:13 05:11:01 7 41.09 0.00 5.51 0.12 0.12 53.17 06:20:13 05:12:01 all 22.72 0.00 8.33 3.04 0.10 65.81 06:20:13 05:12:01 0 22.70 0.00 7.82 0.24 0.08 69.16 06:20:13 05:12:01 1 22.49 0.00 8.03 16.57 0.10 52.81 06:20:13 05:12:01 2 22.12 0.00 9.76 0.24 0.12 67.76 06:20:13 05:12:01 3 23.22 0.00 7.81 0.03 0.10 68.84 06:20:13 05:12:01 4 23.84 0.00 9.78 4.05 0.10 62.22 06:20:13 05:12:01 5 22.11 0.00 7.09 2.23 0.08 68.48 06:20:13 05:12:01 6 21.39 0.00 7.35 0.93 0.08 70.25 06:20:13 05:12:01 7 23.90 0.00 9.01 0.10 0.12 66.87 06:20:13 05:13:01 all 40.04 0.00 10.59 15.86 0.14 33.37 06:20:13 05:13:01 0 39.25 0.00 10.58 24.83 0.14 25.20 06:20:13 05:13:01 1 39.98 0.00 10.45 12.06 0.12 37.39 06:20:13 05:13:01 2 40.38 0.00 10.91 14.52 0.14 34.06 06:20:13 05:13:01 3 37.88 0.00 10.55 19.62 0.14 31.82 06:20:13 05:13:01 4 41.18 0.00 9.67 9.33 0.13 39.68 06:20:13 05:13:01 5 41.45 0.00 10.20 14.38 0.14 33.84 06:20:13 05:13:01 6 40.20 0.00 10.50 19.81 0.15 29.34 06:20:13 05:13:01 7 40.03 0.00 11.88 12.41 0.14 35.55 06:20:13 05:14:01 all 70.71 0.00 11.98 6.73 0.16 10.42 06:20:13 05:14:01 0 71.65 0.00 13.03 7.53 0.15 7.64 06:20:13 05:14:01 1 67.41 0.00 11.28 3.82 0.17 17.32 06:20:13 05:14:01 2 72.74 0.00 11.67 7.43 0.17 7.99 06:20:13 05:14:01 3 69.50 0.00 14.16 11.63 0.15 4.56 06:20:13 05:14:01 4 69.01 0.00 10.37 5.71 0.15 14.76 06:20:13 05:14:01 5 72.17 0.00 12.34 5.87 0.17 9.45 06:20:13 05:14:01 6 72.39 0.00 10.29 5.65 0.15 11.52 06:20:13 05:14:01 7 70.80 0.00 12.66 6.22 0.15 10.17 06:20:13 05:15:01 all 73.66 0.00 11.38 6.36 0.16 8.43 06:20:13 05:15:01 0 76.29 0.00 12.27 3.18 0.17 8.09 06:20:13 05:15:01 1 69.76 0.00 11.74 6.18 0.17 12.16 06:20:13 05:15:01 2 78.73 0.00 10.89 5.67 0.15 4.56 06:20:13 05:15:01 3 74.56 0.00 10.35 11.60 0.20 3.29 06:20:13 05:15:01 4 70.13 0.00 11.63 6.91 0.17 11.16 06:20:13 05:15:01 5 71.55 0.00 11.91 4.24 0.15 12.15 06:20:13 05:15:01 6 72.79 0.00 11.83 8.14 0.15 7.10 06:20:13 05:15:01 7 75.47 0.00 10.42 4.99 0.15 8.97 06:20:13 05:16:01 all 50.48 0.00 12.95 10.82 0.14 25.60 06:20:13 05:16:01 0 48.26 0.00 12.01 8.61 0.14 30.98 06:20:13 05:16:01 1 50.94 0.00 12.77 7.53 0.15 28.61 06:20:13 05:16:01 2 58.02 0.00 11.73 5.19 0.14 24.92 06:20:13 05:16:01 3 51.80 0.00 11.32 13.52 0.14 23.23 06:20:13 05:16:01 4 44.53 0.00 13.49 28.21 0.17 13.61 06:20:13 05:16:01 5 49.06 0.00 14.39 7.26 0.14 29.15 06:20:13 05:16:01 6 46.53 0.00 14.75 5.57 0.14 33.01 06:20:13 05:16:01 7 54.71 0.00 13.18 10.63 0.15 21.33 06:20:13 05:17:01 all 71.90 0.00 11.28 7.82 0.15 8.86 06:20:13 05:17:01 0 70.40 0.00 11.81 9.32 0.13 8.33 06:20:13 05:17:01 1 72.24 0.00 10.64 10.88 0.13 6.11 06:20:13 05:17:01 2 71.88 0.00 11.37 7.85 0.13 8.77 06:20:13 05:17:01 3 71.86 0.00 10.93 10.21 0.15 6.85 06:20:13 05:17:01 4 71.46 0.00 11.92 6.21 0.15 10.27 06:20:13 05:17:01 5 73.60 0.00 10.55 4.21 0.15 11.49 06:20:13 05:17:01 6 71.01 0.00 11.30 6.64 0.15 10.90 06:20:13 05:17:01 7 72.72 0.00 11.72 7.25 0.15 8.16 06:20:13 05:18:01 all 31.62 0.00 6.49 7.59 0.08 54.22 06:20:13 05:18:01 0 25.18 0.00 6.71 4.75 0.08 63.27 06:20:13 05:18:01 1 36.91 0.00 5.66 2.47 0.08 54.88 06:20:13 05:18:01 2 35.89 0.00 6.99 9.19 0.10 47.83 06:20:13 05:18:01 3 45.18 0.00 5.99 3.67 0.10 45.06 06:20:13 05:18:01 4 25.79 0.00 6.43 17.41 0.09 50.28 06:20:13 05:18:01 5 26.20 0.00 6.35 3.12 0.07 64.27 06:20:13 05:18:01 6 30.42 0.00 5.51 15.71 0.07 48.29 06:20:13 05:18:01 7 27.32 0.00 8.25 4.48 0.09 59.86 06:20:13 05:19:01 all 9.02 0.00 4.43 4.04 0.05 82.47 06:20:13 05:19:01 0 7.28 0.00 2.81 0.10 0.03 89.78 06:20:13 05:19:01 1 9.15 0.00 3.10 0.42 0.05 87.28 06:20:13 05:19:01 2 10.26 0.00 5.02 4.19 0.05 80.48 06:20:13 05:19:01 3 10.07 0.00 3.52 0.52 0.05 85.83 06:20:13 05:19:01 4 7.82 0.00 4.60 0.66 0.03 86.88 06:20:13 05:19:01 5 7.96 0.00 5.60 3.66 0.05 82.74 06:20:13 05:19:01 6 10.05 0.00 5.36 0.47 0.05 84.06 06:20:13 05:19:01 7 9.56 0.00 5.47 22.49 0.05 62.43 06:20:13 05:20:01 all 0.00 0.00 0.01 0.01 0.00 99.97 06:20:13 05:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:20:01 4 0.00 0.00 0.02 0.00 0.02 99.97 06:20:13 05:20:01 5 0.00 0.00 0.02 0.03 0.02 99.93 06:20:13 05:20:01 6 0.00 0.00 0.02 0.07 0.00 99.92 06:20:13 05:20:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 06:20:13 05:20:01 CPU %user %nice %system %iowait %steal %idle 06:20:13 05:21:01 all 0.00 0.00 0.01 0.00 0.01 99.97 06:20:13 05:21:01 0 0.00 0.00 0.02 0.00 0.02 99.97 06:20:13 05:21:01 1 0.00 0.00 0.00 0.00 0.02 99.98 06:20:13 05:21:01 2 0.00 0.00 0.00 0.03 0.00 99.97 06:20:13 05:21:01 3 0.00 0.00 0.00 0.00 0.02 99.98 06:20:13 05:21:01 4 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:21:01 5 0.02 0.00 0.03 0.00 0.02 99.93 06:20:13 05:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:22:01 all 0.02 0.00 0.01 0.01 0.00 99.96 06:20:13 05:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:22:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:20:13 05:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:22:01 4 0.05 0.00 0.03 0.00 0.02 99.90 06:20:13 05:22:01 5 0.02 0.00 0.00 0.03 0.00 99.95 06:20:13 05:22:01 6 0.02 0.00 0.02 0.03 0.00 99.93 06:20:13 05:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:23:01 all 0.01 0.00 0.01 0.01 0.00 99.96 06:20:13 05:23:01 0 0.02 0.00 0.00 0.03 0.00 99.95 06:20:13 05:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:23:01 2 0.03 0.00 0.02 0.00 0.02 99.93 06:20:13 05:23:01 3 0.03 0.00 0.03 0.00 0.02 99.92 06:20:13 05:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:23:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 05:23:01 6 0.02 0.00 0.02 0.02 0.00 99.95 06:20:13 05:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:24:01 all 0.02 0.00 0.01 0.01 0.00 99.96 06:20:13 05:24:01 0 0.03 0.00 0.00 0.00 0.00 99.97 06:20:13 05:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:24:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:20:13 05:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:24:01 4 0.03 0.00 0.02 0.00 0.00 99.95 06:20:13 05:24:01 5 0.03 0.00 0.02 0.02 0.00 99.93 06:20:13 05:24:01 6 0.00 0.00 0.00 0.05 0.00 99.95 06:20:13 05:24:01 7 0.02 0.00 0.00 0.00 0.02 99.97 06:20:13 05:25:01 all 0.00 0.00 0.01 0.01 0.00 99.97 06:20:13 05:25:01 0 0.02 0.00 0.02 0.03 0.00 99.93 06:20:13 05:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:25:01 2 0.02 0.00 0.03 0.00 0.02 99.93 06:20:13 05:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:25:01 5 0.00 0.00 0.02 0.03 0.00 99.95 06:20:13 05:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:26:01 all 0.01 0.00 0.01 0.00 0.00 99.97 06:20:13 05:26:01 0 0.03 0.00 0.00 0.00 0.00 99.97 06:20:13 05:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:26:01 3 0.00 0.00 0.00 0.00 0.02 99.98 06:20:13 05:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:26:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 05:26:01 6 0.00 0.00 0.02 0.02 0.02 99.95 06:20:13 05:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:27:01 all 0.01 0.00 0.00 0.01 0.01 99.97 06:20:13 05:27:01 0 0.00 0.00 0.00 0.03 0.02 99.95 06:20:13 05:27:01 1 0.00 0.00 0.00 0.00 0.02 99.98 06:20:13 05:27:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:20:13 05:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:27:01 4 0.02 0.00 0.00 0.00 0.02 99.97 06:20:13 05:27:01 5 0.02 0.00 0.00 0.02 0.02 99.95 06:20:13 05:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:28:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:20:13 05:28:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:20:13 05:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:28:01 2 0.00 0.00 0.02 0.00 0.02 99.97 06:20:13 05:28:01 3 0.00 0.00 0.02 0.00 0.02 99.97 06:20:13 05:28:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:28:01 5 0.00 0.00 0.02 0.02 0.00 99.97 06:20:13 05:28:01 6 0.02 0.00 0.00 0.03 0.00 99.95 06:20:13 05:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:29:01 all 0.01 0.00 0.01 0.01 0.00 99.98 06:20:13 05:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:29:01 5 0.00 0.00 0.00 0.03 0.00 99.97 06:20:13 05:29:01 6 0.00 0.00 0.02 0.03 0.00 99.95 06:20:13 05:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:30:01 all 0.01 0.00 0.00 0.01 0.00 99.98 06:20:13 05:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:30:01 2 0.02 0.00 0.00 0.00 0.02 99.97 06:20:13 05:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:30:01 4 0.02 0.00 0.00 0.00 0.02 99.97 06:20:13 05:30:01 5 0.02 0.00 0.02 0.02 0.00 99.95 06:20:13 05:30:01 6 0.00 0.00 0.00 0.03 0.00 99.97 06:20:13 05:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:31:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:20:13 05:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:31:01 2 0.02 0.00 0.02 0.00 0.03 99.93 06:20:13 05:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:31:01 5 0.02 0.00 0.00 0.02 0.00 99.97 06:20:13 05:31:01 6 0.00 0.00 0.02 0.03 0.00 99.95 06:20:13 05:31:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 06:20:13 05:31:01 CPU %user %nice %system %iowait %steal %idle 06:20:13 05:32:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:20:13 05:32:01 0 0.02 0.00 0.02 0.03 0.00 99.93 06:20:13 05:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:32:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:20:13 05:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 06:20:13 05:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:32:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 05:32:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:33:01 all 0.21 0.00 0.01 0.01 0.00 99.76 06:20:13 05:33:01 0 0.02 0.00 0.03 0.05 0.02 99.88 06:20:13 05:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:33:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:33:01 4 1.65 0.00 0.05 0.00 0.02 98.29 06:20:13 05:33:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 05:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:34:01 all 0.27 0.00 0.01 0.01 0.00 99.72 06:20:13 05:34:01 0 0.05 0.00 0.03 0.02 0.00 99.90 06:20:13 05:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:34:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:20:13 05:34:01 3 0.02 0.00 0.00 0.00 0.02 99.97 06:20:13 05:34:01 4 1.97 0.00 0.00 0.00 0.00 98.03 06:20:13 05:34:01 5 0.02 0.00 0.00 0.03 0.00 99.95 06:20:13 05:34:01 6 0.05 0.00 0.00 0.00 0.00 99.95 06:20:13 05:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:35:01 all 0.23 0.00 0.02 0.01 0.01 99.74 06:20:13 05:35:01 0 0.02 0.00 0.02 0.03 0.00 99.93 06:20:13 05:35:01 1 0.03 0.00 0.00 0.00 0.00 99.97 06:20:13 05:35:01 2 0.02 0.00 0.02 0.00 0.03 99.93 06:20:13 05:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:35:01 4 1.68 0.00 0.08 0.00 0.02 98.22 06:20:13 05:35:01 5 0.02 0.00 0.02 0.02 0.00 99.95 06:20:13 05:35:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:35:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:36:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:20:13 05:36:01 0 0.00 0.00 0.02 0.03 0.00 99.95 06:20:13 05:36:01 1 0.00 0.00 0.02 0.00 0.02 99.97 06:20:13 05:36:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:20:13 05:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:36:01 4 0.03 0.00 0.00 0.00 0.00 99.97 06:20:13 05:36:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 05:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:37:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:20:13 05:37:01 0 0.02 0.00 0.00 0.05 0.00 99.93 06:20:13 05:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:37:01 2 0.02 0.00 0.05 0.00 0.00 99.93 06:20:13 05:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 06:20:13 05:37:01 4 0.00 0.00 0.00 0.00 0.02 99.98 06:20:13 05:37:01 5 0.03 0.00 0.00 0.02 0.00 99.95 06:20:13 05:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:38:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:20:13 05:38:01 0 0.02 0.00 0.02 0.02 0.02 99.93 06:20:13 05:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:38:01 3 0.00 0.00 0.00 0.00 0.02 99.98 06:20:13 05:38:01 4 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:38:01 5 0.00 0.00 0.02 0.03 0.00 99.95 06:20:13 05:38:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:39:01 all 0.01 0.00 0.01 0.00 0.00 99.98 06:20:13 05:39:01 0 0.02 0.00 0.02 0.02 0.00 99.95 06:20:13 05:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:39:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 05:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:39:01 7 0.00 0.00 0.00 0.00 0.02 99.98 06:20:13 05:40:01 all 0.00 0.00 0.00 0.00 0.00 99.99 06:20:13 05:40:01 0 0.00 0.00 0.00 0.03 0.00 99.97 06:20:13 05:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:40:01 2 0.00 0.00 0.00 0.00 0.02 99.98 06:20:13 05:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:40:01 5 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:41:01 all 0.01 0.00 0.00 0.01 0.00 99.97 06:20:13 05:41:01 0 0.03 0.00 0.00 0.03 0.00 99.93 06:20:13 05:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:41:01 4 0.02 0.00 0.00 0.00 0.02 99.97 06:20:13 05:41:01 5 0.02 0.00 0.00 0.02 0.00 99.97 06:20:13 05:41:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:42:01 all 0.00 0.00 0.01 0.01 0.00 99.98 06:20:13 05:42:01 0 0.00 0.00 0.02 0.03 0.00 99.95 06:20:13 05:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:42:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:20:13 05:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:42:01 5 0.00 0.00 0.02 0.02 0.00 99.97 06:20:13 05:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:20:13 05:42:01 CPU %user %nice %system %iowait %steal %idle 06:20:13 05:43:01 all 0.02 0.00 0.00 0.01 0.01 99.96 06:20:13 05:43:01 0 0.02 0.00 0.02 0.03 0.00 99.93 06:20:13 05:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:43:01 2 0.08 0.00 0.00 0.00 0.02 99.90 06:20:13 05:43:01 3 0.02 0.00 0.00 0.00 0.02 99.97 06:20:13 05:43:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:43:01 5 0.00 0.00 0.00 0.02 0.02 99.97 06:20:13 05:43:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:44:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:20:13 05:44:01 0 0.02 0.00 0.02 0.02 0.02 99.93 06:20:13 05:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:20:13 05:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:44:01 5 0.00 0.00 0.00 0.05 0.00 99.95 06:20:13 05:44:01 6 0.00 0.00 0.00 0.00 0.02 99.98 06:20:13 05:44:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:45:01 all 0.01 0.00 0.00 0.01 0.00 99.97 06:20:13 05:45:01 0 0.00 0.00 0.02 0.05 0.00 99.93 06:20:13 05:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:45:01 3 0.03 0.00 0.00 0.00 0.00 99.97 06:20:13 05:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:45:01 5 0.02 0.00 0.00 0.03 0.00 99.95 06:20:13 05:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:46:01 all 0.06 0.00 0.01 0.01 0.00 99.92 06:20:13 05:46:01 0 0.00 0.00 0.03 0.03 0.00 99.93 06:20:13 05:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:46:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:20:13 05:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:46:01 4 0.50 0.00 0.02 0.00 0.00 99.48 06:20:13 05:46:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 05:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:47:01 all 0.26 0.00 0.00 0.01 0.00 99.72 06:20:13 05:47:01 0 0.00 0.00 0.00 0.05 0.00 99.95 06:20:13 05:47:01 1 0.02 0.00 0.00 0.00 0.02 99.97 06:20:13 05:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:47:01 4 1.99 0.00 0.00 0.00 0.00 98.01 06:20:13 05:47:01 5 0.02 0.00 0.00 0.02 0.00 99.97 06:20:13 05:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:48:01 all 0.25 0.00 0.01 0.00 0.00 99.73 06:20:13 05:48:01 0 0.00 0.00 0.02 0.02 0.00 99.97 06:20:13 05:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:48:01 2 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:48:01 3 0.00 0.00 0.00 0.00 0.02 99.98 06:20:13 05:48:01 4 1.99 0.00 0.00 0.00 0.02 98.00 06:20:13 05:48:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 05:48:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:49:01 all 0.26 0.00 0.01 0.01 0.00 99.72 06:20:13 05:49:01 0 0.02 0.00 0.02 0.03 0.02 99.92 06:20:13 05:49:01 1 0.03 0.00 0.00 0.00 0.00 99.97 06:20:13 05:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:20:13 05:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:49:01 4 1.99 0.00 0.02 0.00 0.00 98.00 06:20:13 05:49:01 5 0.02 0.00 0.00 0.02 0.00 99.97 06:20:13 05:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:50:01 all 0.25 0.00 0.00 0.00 0.00 99.74 06:20:13 05:50:01 0 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 05:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:50:01 2 0.03 0.00 0.00 0.00 0.02 99.95 06:20:13 05:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:50:01 4 1.95 0.00 0.00 0.00 0.00 98.05 06:20:13 05:50:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 05:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:51:01 all 0.22 0.00 0.02 0.01 0.00 99.74 06:20:13 05:51:01 0 0.02 0.00 0.03 0.07 0.00 99.88 06:20:13 05:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:51:01 2 0.05 0.00 0.00 0.00 0.02 99.93 06:20:13 05:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:51:01 4 1.61 0.00 0.08 0.00 0.02 98.29 06:20:13 05:51:01 5 0.02 0.00 0.02 0.03 0.00 99.93 06:20:13 05:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:52:01 all 0.20 0.00 0.05 0.01 0.00 99.74 06:20:13 05:52:01 0 0.12 0.00 0.05 0.02 0.00 99.82 06:20:13 05:52:01 1 0.17 0.00 0.03 0.00 0.00 99.80 06:20:13 05:52:01 2 0.28 0.00 0.07 0.02 0.00 99.63 06:20:13 05:52:01 3 0.05 0.00 0.05 0.02 0.02 99.87 06:20:13 05:52:01 4 0.60 0.00 0.12 0.00 0.00 99.28 06:20:13 05:52:01 5 0.07 0.00 0.02 0.02 0.00 99.90 06:20:13 05:52:01 6 0.30 0.00 0.02 0.00 0.00 99.68 06:20:13 05:52:01 7 0.05 0.00 0.03 0.00 0.00 99.92 06:20:13 05:53:01 all 0.05 0.00 0.02 0.01 0.00 99.92 06:20:13 05:53:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:20:13 05:53:01 1 0.07 0.00 0.03 0.07 0.00 99.83 06:20:13 05:53:01 2 0.12 0.00 0.02 0.00 0.03 99.83 06:20:13 05:53:01 3 0.05 0.00 0.02 0.00 0.00 99.93 06:20:13 05:53:01 4 0.03 0.00 0.02 0.00 0.00 99.95 06:20:13 05:53:01 5 0.05 0.00 0.00 0.02 0.00 99.93 06:20:13 05:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 06:20:13 05:53:01 CPU %user %nice %system %iowait %steal %idle 06:20:13 05:54:01 all 0.01 0.00 0.01 0.00 0.00 99.97 06:20:13 05:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:20:13 05:54:01 1 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 05:54:01 2 0.02 0.00 0.03 0.00 0.00 99.95 06:20:13 05:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:54:01 4 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:54:01 5 0.00 0.00 0.02 0.02 0.02 99.95 06:20:13 05:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:55:01 all 0.01 0.00 0.00 0.00 0.01 99.97 06:20:13 05:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 06:20:13 05:55:01 1 0.00 0.00 0.02 0.03 0.02 99.93 06:20:13 05:55:01 2 0.02 0.00 0.00 0.00 0.02 99.97 06:20:13 05:55:01 3 0.02 0.00 0.02 0.00 0.02 99.95 06:20:13 05:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:55:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:20:13 05:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:56:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:20:13 05:56:01 0 0.02 0.00 0.00 0.03 0.00 99.95 06:20:13 05:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:56:01 2 0.03 0.00 0.03 0.00 0.02 99.92 06:20:13 05:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:56:01 5 0.02 0.00 0.02 0.03 0.00 99.93 06:20:13 05:56:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:56:01 7 0.00 0.00 0.00 0.00 0.02 99.98 06:20:13 05:57:01 all 0.01 0.00 0.00 0.01 0.00 99.98 06:20:13 05:57:01 0 0.00 0.00 0.00 0.03 0.00 99.97 06:20:13 05:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:57:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 05:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 05:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:58:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:20:13 05:58:01 0 0.02 0.00 0.02 0.03 0.00 99.93 06:20:13 05:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:58:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:20:13 05:58:01 3 0.02 0.00 0.00 0.00 0.02 99.97 06:20:13 05:58:01 4 0.02 0.00 0.02 0.02 0.00 99.95 06:20:13 05:58:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 05:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:59:01 all 0.01 0.00 0.00 0.00 0.00 99.98 06:20:13 05:59:01 0 0.00 0.00 0.02 0.02 0.00 99.97 06:20:13 05:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 06:20:13 05:59:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 05:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 05:59:01 5 0.02 0.00 0.00 0.02 0.00 99.97 06:20:13 05:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 05:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:00:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:20:13 06:00:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:00:01 1 0.02 0.00 0.00 0.03 0.00 99.95 06:20:13 06:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:20:13 06:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:00:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:00:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 06:00:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 06:00:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 06:01:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:20:13 06:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 06:01:01 1 0.00 0.00 0.02 0.02 0.00 99.97 06:20:13 06:01:01 2 0.00 0.00 0.00 0.00 0.02 99.98 06:20:13 06:01:01 3 0.00 0.00 0.00 0.00 0.02 99.98 06:20:13 06:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:01:01 5 0.00 0.00 0.00 0.03 0.00 99.97 06:20:13 06:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 06:02:01 all 0.01 0.00 0.00 0.01 0.00 99.98 06:20:13 06:02:01 0 0.00 0.00 0.00 0.03 0.00 99.97 06:20:13 06:02:01 1 0.02 0.00 0.00 0.02 0.00 99.97 06:20:13 06:02:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:20:13 06:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:02:01 5 0.00 0.00 0.00 0.05 0.00 99.95 06:20:13 06:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:03:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:20:13 06:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 06:03:01 1 0.00 0.00 0.00 0.03 0.00 99.97 06:20:13 06:03:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:20:13 06:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:03:01 5 0.02 0.00 0.02 0.03 0.00 99.93 06:20:13 06:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:04:01 all 0.02 0.00 0.01 0.00 0.00 99.97 06:20:13 06:04:01 0 0.03 0.00 0.00 0.00 0.00 99.97 06:20:13 06:04:01 1 0.02 0.00 0.00 0.02 0.02 99.95 06:20:13 06:04:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:20:13 06:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:04:01 5 0.02 0.00 0.00 0.02 0.00 99.97 06:20:13 06:04:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 06:04:01 7 0.02 0.00 0.03 0.00 0.00 99.95 06:20:13 06:20:13 06:04:01 CPU %user %nice %system %iowait %steal %idle 06:20:13 06:05:01 all 0.21 0.00 0.01 0.01 0.01 99.76 06:20:13 06:05:01 0 0.00 0.00 0.02 0.00 0.02 99.97 06:20:13 06:05:01 1 0.00 0.00 0.02 0.03 0.00 99.95 06:20:13 06:05:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:20:13 06:05:01 3 1.57 0.00 0.05 0.00 0.02 98.37 06:20:13 06:05:01 4 0.02 0.00 0.00 0.00 0.02 99.97 06:20:13 06:05:01 5 0.00 0.00 0.00 0.02 0.02 99.97 06:20:13 06:05:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 06:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:06:01 all 0.25 0.00 0.00 0.00 0.00 99.74 06:20:13 06:06:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:06:01 1 0.00 0.00 0.00 0.03 0.00 99.97 06:20:13 06:06:01 2 0.02 0.00 0.03 0.00 0.00 99.95 06:20:13 06:06:01 3 1.97 0.00 0.00 0.00 0.00 98.03 06:20:13 06:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:07:01 all 0.25 0.00 0.01 0.01 0.00 99.72 06:20:13 06:07:01 0 0.00 0.00 0.03 0.03 0.00 99.93 06:20:13 06:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:07:01 2 0.02 0.00 0.03 0.00 0.02 99.93 06:20:13 06:07:01 3 1.97 0.00 0.02 0.00 0.02 98.00 06:20:13 06:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:07:01 5 0.00 0.00 0.02 0.05 0.00 99.93 06:20:13 06:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:08:01 all 0.29 0.00 0.02 0.01 0.00 99.67 06:20:13 06:08:01 0 0.02 0.00 0.02 0.03 0.00 99.93 06:20:13 06:08:01 1 0.02 0.00 0.02 0.02 0.00 99.95 06:20:13 06:08:01 2 0.03 0.00 0.05 0.00 0.00 99.92 06:20:13 06:08:01 3 1.99 0.00 0.00 0.00 0.00 98.01 06:20:13 06:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:08:01 5 0.07 0.00 0.02 0.03 0.00 99.88 06:20:13 06:08:01 6 0.00 0.00 0.02 0.00 0.02 99.97 06:20:13 06:08:01 7 0.18 0.00 0.08 0.03 0.00 99.70 06:20:13 06:09:01 all 0.20 0.00 0.02 0.01 0.00 99.77 06:20:13 06:09:01 0 0.00 0.00 0.03 0.05 0.00 99.92 06:20:13 06:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:20:13 06:09:01 3 1.47 0.00 0.13 0.00 0.02 98.38 06:20:13 06:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:09:01 5 0.02 0.00 0.00 0.02 0.00 99.97 06:20:13 06:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:10:01 all 0.01 0.00 0.00 0.00 0.00 99.98 06:20:13 06:10:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:10:01 1 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 06:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 06:10:01 3 0.07 0.00 0.02 0.00 0.00 99.92 06:20:13 06:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:10:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 06:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:11:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:20:13 06:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:11:01 1 0.00 0.00 0.00 0.07 0.00 99.93 06:20:13 06:11:01 2 0.00 0.00 0.03 0.00 0.02 99.95 06:20:13 06:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 06:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:11:01 5 0.02 0.00 0.00 0.02 0.00 99.97 06:20:13 06:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:11:01 7 0.00 0.00 0.00 0.00 0.02 99.98 06:20:13 06:12:01 all 0.00 0.00 0.01 0.00 0.00 99.99 06:20:13 06:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 06:12:01 1 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 06:12:01 2 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 06:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:12:01 5 0.00 0.00 0.02 0.02 0.00 99.97 06:20:13 06:12:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 06:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:13:01 all 0.01 0.00 0.01 0.01 0.00 99.96 06:20:13 06:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 06:13:01 1 0.02 0.00 0.02 0.03 0.00 99.93 06:20:13 06:13:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:20:13 06:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:20:13 06:13:01 4 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 06:13:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 06:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:13:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 06:14:01 all 0.01 0.00 0.00 0.00 0.00 99.98 06:20:13 06:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:14:01 1 0.02 0.00 0.00 0.02 0.00 99.97 06:20:13 06:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 06:14:01 3 0.00 0.00 0.02 0.00 0.02 99.97 06:20:13 06:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:14:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 06:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:15:01 all 0.02 0.00 0.01 0.01 0.00 99.97 06:20:13 06:15:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:20:13 06:15:01 1 0.00 0.00 0.00 0.03 0.00 99.97 06:20:13 06:15:01 2 0.03 0.00 0.03 0.00 0.02 99.92 06:20:13 06:15:01 3 0.03 0.00 0.00 0.00 0.00 99.97 06:20:13 06:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:15:01 5 0.03 0.00 0.00 0.03 0.00 99.93 06:20:13 06:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:20:13 06:15:01 CPU %user %nice %system %iowait %steal %idle 06:20:13 06:16:01 all 0.01 0.00 0.01 0.00 0.00 99.98 06:20:13 06:16:01 0 0.00 0.00 0.02 0.00 0.02 99.97 06:20:13 06:16:01 1 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 06:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:16:01 3 0.00 0.00 0.02 0.00 0.02 99.97 06:20:13 06:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:16:01 5 0.00 0.00 0.02 0.02 0.00 99.97 06:20:13 06:16:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:20:13 06:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:17:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:20:13 06:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:17:01 1 0.00 0.00 0.00 0.05 0.00 99.95 06:20:13 06:17:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:20:13 06:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:17:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:20:13 06:17:01 6 0.03 0.00 0.02 0.00 0.00 99.95 06:20:13 06:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:20:13 06:18:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:20:13 06:18:01 0 0.02 0.00 0.00 0.03 0.00 99.95 06:20:13 06:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:18:01 3 0.00 0.00 0.03 0.00 0.00 99.97 06:20:13 06:18:01 4 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 06:18:01 5 0.00 0.00 0.00 0.03 0.00 99.97 06:20:13 06:18:01 6 0.02 0.00 0.02 0.00 0.02 99.95 06:20:13 06:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:19:01 all 0.01 0.00 0.00 0.01 0.00 99.97 06:20:13 06:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:19:01 1 0.02 0.00 0.02 0.03 0.02 99.92 06:20:13 06:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:20:13 06:19:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:19:01 5 0.02 0.00 0.00 0.02 0.02 99.95 06:20:13 06:19:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:20:13 06:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:20:13 06:20:01 all 1.57 0.00 0.63 0.04 0.00 97.75 06:20:13 06:20:01 0 1.25 0.00 0.57 0.00 0.00 98.18 06:20:13 06:20:01 1 1.80 0.00 0.69 0.03 0.00 97.48 06:20:13 06:20:01 2 1.73 0.00 0.63 0.02 0.00 97.62 06:20:13 06:20:01 3 1.54 0.00 0.72 0.00 0.02 97.73 06:20:13 06:20:01 4 1.34 0.00 0.60 0.02 0.00 98.05 06:20:13 06:20:01 5 1.47 0.00 0.52 0.27 0.00 97.74 06:20:13 06:20:01 6 2.09 0.00 0.68 0.00 0.02 97.21 06:20:13 06:20:01 7 1.33 0.00 0.63 0.02 0.00 98.02 06:20:13 Average: all 6.16 0.00 1.25 0.91 0.02 91.66 06:20:13 Average: 0 6.08 0.00 1.24 0.85 0.02 91.81 06:20:13 Average: 1 6.07 0.00 1.19 0.88 0.02 91.83 06:20:13 Average: 2 6.40 0.00 1.28 0.78 0.02 91.52 06:20:13 Average: 3 6.45 0.00 1.22 0.99 0.02 91.33 06:20:13 Average: 4 6.07 0.00 1.27 1.15 0.02 91.48 06:20:13 Average: 5 6.01 0.00 1.26 0.72 0.02 91.99 06:20:13 Average: 6 6.00 0.00 1.24 0.88 0.02 91.86 06:20:13 Average: 7 6.18 0.00 1.33 0.99 0.02 91.49 06:20:13 06:20:13 06:20:13