Pull request #3922 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 46a4fbd21856455d1ab57b7f92bf6ee0a53026db+ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 (6370c014529aecce930b709e364fa93e2745028b) 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-ssh11893768145020010454.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-ssh14790981275477567511.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-3922/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-3922/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6875276611281920970.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-ssh10072663549633602406.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-3922/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-3922/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1314846382778733585.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-20701 in /w/workspace/edgexfoundry_edgex-go_PR-3922 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 into PR head commit 46a4fbd21856455d1ab57b7f92bf6ee0a53026db Merge succeeded, producing 46a4fbd21856455d1ab57b7f92bf6ee0a53026db Checking out Revision 46a4fbd21856455d1ab57b7f92bf6ee0a53026db (PR-3922) > 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/3922/head:refs/remotes/origin/PR-3922 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 46a4fbd21856455d1ab57b7f92bf6ee0a53026db # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 46a4fbd21856455d1ab57b7f92bf6ee0a53026db # timeout=10 Commit message: "refactor: Rework for dynamic update from Wrtable.Telemetry config." First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:38:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:38:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:38:14 ========================================================= 17:38:14 EdgeX Global Pipelines Version Info 17:38:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ef374cd9aa3595b832078e6a63259bfa9d8ff87f # timeout=10 17:38:15 ------------------- 17:38:15 stable info: 17:38:15 ------------------- 17:38:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:38:15 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 17:38:15 Message: update stable to v1.0.221 17:38:15 ------------------- 17:38:15 experimental info: 17:38:15 ------------------- 17:38:15 Commited By: **** collab-it+edgex@linuxfoundation.org 17:38:15 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 17:38:15 Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:38:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:38:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:38:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:38:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:38:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:38:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3922 [Pipeline] echo 17:38:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3922 [Pipeline] echo 17:38:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3922 [Pipeline] echo 17:38:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 46a4fbd21856455d1ab57b7f92bf6ee0a53026db [Pipeline] echo 17:38:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 46a4fbd [Pipeline] echo 17:38:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:38:16 provisioning config files... 17:38:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config630459137816822858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:38:16 ---> docker-login.sh 17:38:16 nexus3.edgexfoundry.org:10001 17:38:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:38:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:38:16 Configure a credential helper to remove this warning. See 17:38:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:38:16 17:38:16 Login Succeeded 17:38:16 nexus3.edgexfoundry.org:10002 17:38:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:38:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:38:17 Configure a credential helper to remove this warning. See 17:38:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:38:17 17:38:17 Login Succeeded 17:38:17 nexus3.edgexfoundry.org:10003 17:38:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:38:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:38:17 Configure a credential helper to remove this warning. See 17:38:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:38:17 17:38:17 Login Succeeded 17:38:17 nexus3.edgexfoundry.org:10004 17:38:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:38:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:38:17 Configure a credential helper to remove this warning. See 17:38:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:38:17 17:38:17 Login Succeeded 17:38:17 docker.io 17:38:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:38:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:38:17 Configure a credential helper to remove this warning. See 17:38:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:38:17 17:38:17 Login Succeeded 17:38:17 ---> docker-login.sh ends [Pipeline] } 17:38:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:38:18 + 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 17:38:18 + + dirname cmd/core-command/Dockerfilecut 17:38:18 -d/ -f2 17:38:18 + echo core-command,cmd/core-command/Dockerfile 17:38:18 + dirname cmd/core-data/Dockerfile 17:38:18 + cut -d/ -f2 17:38:18 + echo core-data,cmd/core-data/Dockerfile 17:38:18 + dirname cmd/core-metadata/Dockerfile 17:38:18 + cut -d/ -f2 17:38:18 + echo core-metadata,cmd/core-metadata/Dockerfile 17:38:18 + dirname cmd/security-bootstrapper/Dockerfile 17:38:18 + cut -d/ -f2 17:38:18 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:38:18 + dirname cmd/security-proxy-setup/Dockerfile 17:38:18 + cut -d/ -f2 17:38:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:38:18 + dirname cmd/security-secretstore-setup/Dockerfile 17:38:18 + cut -d/ -f2 17:38:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:38:18 + dirname cmd/security-spiffe-token-provider/Dockerfile 17:38:18 + cut -d/ -f2 17:38:18 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 17:38:18 + dirname cmd/security-spire-agent/Dockerfile 17:38:18 + cut -d/ -f2 17:38:18 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 17:38:18 + dirname cmd/security-spire-config/Dockerfile 17:38:18 + cut -d/ -f2 17:38:18 + echo security-spire-config,cmd/security-spire-config/Dockerfile 17:38:18 + dirname cmd/security-spire-server/Dockerfile 17:38:18 + cut -d/ -f2 17:38:18 + echo security-spire-server,cmd/security-spire-server/Dockerfile 17:38:18 + dirname cmd/support-notifications/Dockerfile 17:38:18 + cut -d/ -f2 17:38:18 + echo support-notifications,cmd/support-notifications/Dockerfile 17:38:18 + dirname cmd/support-scheduler/Dockerfile 17:38:18 + cut -d/ -f2 17:38:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:38:18 + dirname cmd/sys-mgmt-agent/Dockerfile+ 17:38:18 cut -d/ -f2 17:38:18 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:38:18 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 17:38:18 + git rev-list -1 --merges 46a4fbd21856455d1ab57b7f92bf6ee0a53026db~1..46a4fbd21856455d1ab57b7f92bf6ee0a53026db [Pipeline] echo 17:38:18 -----------> git rev-list -1 --merges 46a4fbd21856455d1ab57b7f92bf6ee0a53026db~1..46a4fbd21856455d1ab57b7f92bf6ee0a53026db 46a4fbd21856455d1ab57b7f92bf6ee0a53026db [false] [Pipeline] sh 17:38:18 + git log --format=format:%s -1 46a4fbd21856455d1ab57b7f92bf6ee0a53026db [Pipeline] echo 17:38:18 ========================================================= 17:38:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:38:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 17:38:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:38:19 + grep -v github /etc/ssh/ssh_known_hosts 17:38:19 + [ -e /tmp/ssh_known_hosts ] 17:38:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:38:19 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:38:19 + sudo tee -a /etc/ssh/ssh_known_hosts 17:38:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 17:38:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:38:19 17:38:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:38:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:38:20 latest: Pulling from edgex-devops/git-semver 17:38:20 a0d0a0d46f8b: Pulling fs layer 17:38:20 3e5f54012d9b: Pulling fs layer 17:38:20 4c7163046ea9: Pulling fs layer 17:38:20 0c2d73faf560: Pulling fs layer 17:38:20 0c2d73faf560: Waiting 17:38:20 3e5f54012d9b: Verifying Checksum 17:38:20 3e5f54012d9b: Download complete 17:38:20 a0d0a0d46f8b: Download complete 17:38:20 0c2d73faf560: Verifying Checksum 17:38:20 0c2d73faf560: Download complete 17:38:20 4c7163046ea9: Download complete 17:38:20 a0d0a0d46f8b: Pull complete 17:38:20 3e5f54012d9b: Pull complete 17:38:20 4c7163046ea9: Pull complete 17:38:20 0c2d73faf560: Pull complete 17:38:20 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 17:38:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:38:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:38:20 prd-ubuntu20.04-docker-8c-8g-20701 does not seem to be running inside a container 17:38:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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:10004/edgex-devops/git-semver:latest cat 17:38:22 $ docker top 04980e6440cb5d25950dab4d5f78d6734cea8adab2d6e859002560125cf5e640 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:38:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:38:22 [ssh-agent] Looking for ssh-agent implementation... 17:38:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:38:22 $ docker exec 04980e6440cb5d25950dab4d5f78d6734cea8adab2d6e859002560125cf5e640 ssh-agent 17:38:22 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXgClcCc/agent.14 17:38:22 SSH_AGENT_PID=20 17:38:22 Running ssh-add (command line suppressed) 17:38:22 Identity added: /w/workspace/edgex-go/8@tmp/private_key_3186715595094835092.key (/w/workspace/edgex-go/8@tmp/private_key_3186715595094835092.key) 17:38:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:38:23 + git tag --points-at HEAD [Pipeline] } 17:38:23 $ docker exec --env ******** --env ******** 04980e6440cb5d25950dab4d5f78d6734cea8adab2d6e859002560125cf5e640 ssh-agent -k 17:38:23 unset SSH_AUTH_SOCK; 17:38:23 unset SSH_AGENT_PID; 17:38:23 echo Agent pid 20 killed; 17:38:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:38:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:38:23 [ssh-agent] Looking for ssh-agent implementation... 17:38:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:38:23 $ docker exec 04980e6440cb5d25950dab4d5f78d6734cea8adab2d6e859002560125cf5e640 ssh-agent 17:38:23 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXBNmleM/agent.53 17:38:23 SSH_AGENT_PID=60 17:38:23 Running ssh-add (command line suppressed) 17:38:23 Identity added: /w/workspace/edgex-go/8@tmp/private_key_8557495575389562927.key (/w/workspace/edgex-go/8@tmp/private_key_8557495575389562927.key) 17:38:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:38:23 + git semver init 17:38:23 # -> Open(): unable to determine branch for HEAD 17:38:23 # $GIT_DIR = /w/workspace/edgex-go/8/.git 17:38:23 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 17:38:23 # $SEMVER_REMOTE_NAME = origin 17:38:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:38:23 # $SEMVER_USER_NAME = edgex-jenkins 17:38:23 # $SEMVER_BRANCH = PR-3922 17:38:23 # $SEMVER_TEMP = /tmp/semver-838185515 17:38:23 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:38:38 # '/tmp/semver-838185515' -> '/w/workspace/edgex-go/8/.semver' 17:38:38 # -> Force: false 17:38:38 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 17:38:38 $ docker exec --env ******** --env ******** 04980e6440cb5d25950dab4d5f78d6734cea8adab2d6e859002560125cf5e640 ssh-agent -k 17:38:39 unset SSH_AUTH_SOCK; 17:38:39 unset SSH_AGENT_PID; 17:38:39 echo Agent pid 60 killed; 17:38:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:38:39 + git semver [Pipeline] } 17:38:39 $ docker stop --time=1 04980e6440cb5d25950dab4d5f78d6734cea8adab2d6e859002560125cf5e640 17:38:41 $ docker rm -f 04980e6440cb5d25950dab4d5f78d6734cea8adab2d6e859002560125cf5e640 [Pipeline] // withDockerContainer [Pipeline] sh 17:38:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:38:42 Stashed 1 file(s) [Pipeline] echo 17:38:42 [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 17:38:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:38:42 ========================================================= 17:38:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 17:38:42 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:38:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 17:38:42 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 17:38:42 59bf1c3509f3: Pulling fs layer 17:38:42 666ba61612fd: Pulling fs layer 17:38:42 8ed8ca486205: Pulling fs layer 17:38:42 4fe6c5a15a65: Pulling fs layer 17:38:42 22a0e8bec74d: Pulling fs layer 17:38:42 640e595b4fbd: Pulling fs layer 17:38:42 763cafe07f6e: Pulling fs layer 17:38:42 640e595b4fbd: Waiting 17:38:42 22a0e8bec74d: Waiting 17:38:42 0c0b528cf693: Pulling fs layer 17:38:42 10935f4eaf8b: Pulling fs layer 17:38:42 4fe6c5a15a65: Waiting 17:38:42 0c0b528cf693: Waiting 17:38:42 10935f4eaf8b: Waiting 17:38:42 8ed8ca486205: Verifying Checksum 17:38:42 8ed8ca486205: Download complete 17:38:42 666ba61612fd: Verifying Checksum 17:38:42 666ba61612fd: Download complete 17:38:42 22a0e8bec74d: Verifying Checksum 17:38:42 22a0e8bec74d: Download complete 17:38:42 640e595b4fbd: Download complete 17:38:42 59bf1c3509f3: Download complete 17:38:42 763cafe07f6e: Verifying Checksum 17:38:42 0c0b528cf693: Verifying Checksum 17:38:42 0c0b528cf693: Download complete 17:38:42 59bf1c3509f3: Pull complete 17:38:42 666ba61612fd: Pull complete 17:38:43 8ed8ca486205: Pull complete 17:38:43 4fe6c5a15a65: Verifying Checksum 17:38:43 4fe6c5a15a65: Download complete 17:38:43 10935f4eaf8b: Verifying Checksum 17:38:43 10935f4eaf8b: Download complete 17:38:47 4fe6c5a15a65: Pull complete 17:38:47 22a0e8bec74d: Pull complete 17:38:47 640e595b4fbd: Pull complete 17:38:47 763cafe07f6e: Pull complete 17:38:47 0c0b528cf693: Pull complete 17:38:49 10935f4eaf8b: Pull complete 17:38:49 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 17:38:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 17:38:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 17:38:49 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 17:38:49 WORKDIR /edgex 17:38:49 COPY go.mod . 17:38:49 RUN go mod download 17:38:49 + docker build -t ci-base-image-x86_64 -f - . 17:38:51 Sending build context to Docker daemon 334.8MB 17:38:51 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 17:38:51 ---> 99d49a6021b9 17:38:51 Step 2/4 : WORKDIR /edgex 17:38:53 ---> Running in 1e1912f78d0a 17:38:53 Removing intermediate container 1e1912f78d0a 17:38:53 ---> 943799e9f962 17:38:53 Step 3/4 : COPY go.mod . 17:38:53 ---> e622e2b2e07f 17:38:53 Step 4/4 : RUN go mod download 17:38:53 ---> Running in add4096c72bd 17:38:57 Still waiting to schedule task 17:38:57 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 17:39:12 Removing intermediate container add4096c72bd 17:39:12 ---> 71adfa003c1f 17:39:12 Successfully built 71adfa003c1f 17:39:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:39:12 + docker inspect -f . ci-base-image-x86_64 17:39:12 . [Pipeline] withDockerContainer 17:39:12 prd-ubuntu20.04-docker-8c-8g-20701 does not seem to be running inside a container 17:39:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:39:13 $ docker top bc704d8816d2682f805cea6ec1ecb9a396a7e9aab6fafba3a06d7000c749b5c4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:39:13 + go version 17:39:13 go version go1.17.6 linux/amd64 [Pipeline] } 17:39:13 $ docker stop --time=1 bc704d8816d2682f805cea6ec1ecb9a396a7e9aab6fafba3a06d7000c749b5c4 17:39:14 $ docker rm -f bc704d8816d2682f805cea6ec1ecb9a396a7e9aab6fafba3a06d7000c749b5c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:39:15 + docker inspect -f . ci-base-image-x86_64 17:39:15 . [Pipeline] withDockerContainer 17:39:15 prd-ubuntu20.04-docker-8c-8g-20701 does not seem to be running inside a container 17:39:15 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:39:15 $ docker top e7de0787ee5126261cbff916018aaa5f5e8777e0dad83a5b3706291aef44e24c -eo pid,comm [Pipeline] { [Pipeline] echo 17:39:15 ========================================================= 17:39:15 [edgeXBuildGoParallel] Running Tests and Build... 17:39:15 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:39:16 + make test 17:39:16 go mod tidy -compat=1.17 17:39:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:39:22 ? github.com/edgexfoundry/edgex-go [no test files] 17:39:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:39:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:39:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:39:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:39:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:39:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:39:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:39:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:39:34 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 17:39:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:39:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:39:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:39:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:39:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.057s coverage: 28.7% of statements 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.084s coverage: 98.5% of statements 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.114s coverage: 53.4% of statements 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.263s coverage: 89.2% of statements 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.107s coverage: 84.4% of statements 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.492s coverage: 95.4% of statements 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/io 0.073s coverage: 72.2% of statements 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.094s coverage: 60.0% of statements 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.055s coverage: 0.9% of statements 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.114s coverage: 24.0% of statements 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.091s coverage: 96.3% of statements 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements 17:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.085s coverage: 94.4% of statements 17:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements 17:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.233s coverage: 82.5% of statements 17:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.101s coverage: 92.9% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.042s coverage: 65.1% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 58.8% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.0% of statements 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.089s coverage: 85.4% of statements 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.2% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 64.4% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.024s coverage: 73.7% of statements 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.431s coverage: 65.4% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.164s coverage: 43.8% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.078s coverage: 89.5% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.087s coverage: 17.7% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.177s coverage: 92.3% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.070s coverage: 63.2% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.126s coverage: 97.7% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.069s coverage: 28.9% of statements 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 17:40:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 17:40:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements 17:40:01 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 17:40:23 GO111MODULE=on go vet ./... 17:40:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:40:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:40:25 ./bin/test-attribution-txt.sh [Pipeline] echo 17:40:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 17:40:26 + ls -al . 17:40:26 total 668 17:40:26 drwxrwxr-x 10 1001 1001 4096 Apr 12 17:40 . 17:40:26 drwxr-xr-x 4 root root 4096 Apr 12 17:39 .. 17:40:26 -rw-rw-r-- 1 1001 1001 11 Apr 12 17:38 .dockerignore 17:40:26 drwxrwxr-x 8 1001 1001 4096 Apr 12 17:38 .git 17:40:26 drwxrwxr-x 3 1001 1001 4096 Apr 12 17:38 .github 17:40:26 -rw-rw-r-- 1 1001 1001 879 Apr 12 17:38 .gitignore 17:40:26 -rw-rw-r-- 1 1001 1001 42 Apr 12 17:38 .golangci.yml 17:40:26 -rw-rw-r-- 1 1001 1001 87 Apr 12 17:38 .hadolint.yml 17:40:26 drwx------ 3 1001 1001 4096 Apr 12 17:38 .semver 17:40:26 -rw-rw-r-- 1 1001 1001 166 Apr 12 17:38 .sonarcloud.properties 17:40:26 -rw-rw-r-- 1 1001 1001 1171 Apr 12 17:38 ADOPTERS.md 17:40:26 -rw-rw-r-- 1 1001 1001 10086 Apr 12 17:38 Attribution.txt 17:40:26 -rw-rw-r-- 1 1001 1001 51732 Apr 12 17:38 CHANGELOG.md 17:40:26 -rw-rw-r-- 1 1001 1001 3804 Apr 12 17:38 CONTRIBUTING.md 17:40:26 -rw-rw-r-- 1 1001 1001 677 Apr 12 17:38 GOVERNANCE.md 17:40:26 -rw-rw-r-- 1 1001 1001 850 Apr 12 17:38 Jenkinsfile 17:40:26 -rw-rw-r-- 1 1001 1001 10775 Apr 12 17:38 LICENSE 17:40:26 -rw-rw-r-- 1 1001 1001 8522 Apr 12 17:38 Makefile 17:40:26 -rw-rw-r-- 1 1001 1001 582 Apr 12 17:38 OWNERS.md 17:40:26 -rw-rw-r-- 1 1001 1001 8207 Apr 12 17:38 README.md 17:40:26 -rw-rw-r-- 1 1001 1001 6912 Apr 12 17:38 SECURITY.md 17:40:26 -rw-rw-r-- 1 1001 1001 5 Apr 12 17:38 VERSION 17:40:26 -rw-rw-r-- 1 1001 1001 4131 Apr 12 17:38 ZMQWindows.md 17:40:26 drwxrwxr-x 2 1001 1001 4096 Apr 12 17:38 bin 17:40:26 drwxrwxr-x 18 1001 1001 4096 Apr 12 17:38 cmd 17:40:26 -rw-r--r-- 1 root root 433581 Apr 12 17:40 coverage.out 17:40:26 -rw-rw-r-- 1 1001 1001 3256 Apr 12 17:38 go.mod 17:40:26 -rw-rw-r-- 1 1001 1001 35162 Apr 12 17:38 go.sum 17:40:26 drwxrwxr-x 8 1001 1001 4096 Apr 12 17:38 internal 17:40:26 drwxrwxr-x 3 1001 1001 4096 Apr 12 17:38 openapi 17:40:26 drwxrwxr-x 4 1001 1001 4096 Apr 12 17:38 snap 17:40:26 -rw-rw-r-- 1 1001 1001 204 Apr 12 17:38 version.go [Pipeline] sh 17:40:26 + '[' -e coverage.out ] 17:40:26 + chown 1001:1001 coverage.out [Pipeline] stash 17:40:26 Stashed 1 file(s) [Pipeline] sh 17:40:27 + make build 17:40:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 17:40:41 Running on prd-ubuntu20.04-docker-arm64-4c-16g-20704 in /w/workspace/edgexfoundry_edgex-go_PR-3922 [Pipeline] { [Pipeline] ws 17:40:41 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 17:40:41 The recommended git tool is: git 17:40:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:40:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 17:40:48 using credential edgex-jenkins-ssh 17:40:48 Cloning the remote Git repository 17:40:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:40:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:40:48 > git init /w/workspace/edgex-go/8 # timeout=10 17:40:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:40:48 > git --version # timeout=10 17:40:48 > git --version # 'git version 2.25.1' 17:40:48 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:40:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:40:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:40:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:40:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:41:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:41:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:41:05 Merging remotes/origin/main commit ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 into PR head commit 46a4fbd21856455d1ab57b7f92bf6ee0a53026db 17:41:05 Merge succeeded, producing 46a4fbd21856455d1ab57b7f92bf6ee0a53026db 17:41:05 Checking out Revision 46a4fbd21856455d1ab57b7f92bf6ee0a53026db (PR-3922) 17:41:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 17:41:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:41:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:41:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:41:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:41:04 using GIT_SSH to set credentials SSH Credentials for GitHub 17:41:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3922/head:refs/remotes/origin/PR-3922 +refs/heads/main:refs/remotes/origin/main # timeout=10 17:41:05 > git config core.sparsecheckout # timeout=10 17:41:05 > git checkout -f 46a4fbd21856455d1ab57b7f92bf6ee0a53026db # timeout=10 17:41:05 > git remote # timeout=10 17:41:05 > git config --get remote.origin.url # timeout=10 17:41:05 using GIT_SSH to set credentials SSH Credentials for GitHub 17:41:05 > git merge ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 # timeout=10 17:41:05 > git rev-parse HEAD^{commit} # timeout=10 17:41:05 > git config core.sparsecheckout # timeout=10 17:41:05 > git checkout -f 46a4fbd21856455d1ab57b7f92bf6ee0a53026db # timeout=10 17:41:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:41:10 Commit message: "refactor: Rework for dynamic update from Wrtable.Telemetry config." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:41:10 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:41:10 % Total % Received % Xferd Average Speed Time Time Time Current 17:41:10 Dload Upload Total Spent Left Speed 17:41:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 45725 0 --:--:-- --:--:-- --:--:-- 45725 [Pipeline] sh 17:41:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 17:41:11 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:41:11 + sudo tee /etc/docker/daemon.new 17:41:11 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:41:11 { 17:41:11 "registry-mirrors": [ 17:41:11 "https://nexus3.edgexfoundry.org:10001" 17:41:11 ], 17:41:11 "bip": "10.250.0.254/24", 17:41:11 "hosts": [ 17:41:11 "tcp://0.0.0.0:5555", 17:41:11 "unix:///var/run/docker.sock" 17:41:11 ], 17:41:11 "mtu": 1458, 17:41:11 "selinux-enabled": true, 17:41:11 "seccomp-profile": "/etc/docker/seccomp.json" 17:41:11 } [Pipeline] sh 17:41:12 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:41:12 + sudo service docker restart [Pipeline] } 17:41:13 $ docker stop --time=1 e7de0787ee5126261cbff916018aaa5f5e8777e0dad83a5b3706291aef44e24c 17:41:16 $ docker rm -f e7de0787ee5126261cbff916018aaa5f5e8777e0dad83a5b3706291aef44e24c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:41:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:41:17 17:41:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:41:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:41:18 latest: Pulling from edgex-devops/edgex-compose 17:41:18 cbdbe7a5bc2a: Pulling fs layer 17:41:18 ca9280d653b3: Pulling fs layer 17:41:18 7e9c9ca2126c: Pulling fs layer 17:41:18 cbdbe7a5bc2a: Download complete 17:41:18 ca9280d653b3: Verifying Checksum 17:41:18 ca9280d653b3: Download complete 17:41:18 cbdbe7a5bc2a: Pull complete 17:41:18 7e9c9ca2126c: Download complete 17:41:18 ca9280d653b3: Pull complete 17:41:22 7e9c9ca2126c: Pull complete 17:41:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:41:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:41:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:41:22 prd-ubuntu20.04-docker-8c-8g-20701 does not seem to be running inside a container 17:41:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:41:23 $ docker top 8e613176db8b32a2bc518650392de365b3433d05408ba918085259cea08fa5e2 -eo pid,comm [Pipeline] { [Pipeline] sh 17:41:24 + docker-compose build --help 17:41:24 + grep parallel 17:41:24 --parallel Build images in parallel. [Pipeline] } 17:41:24 $ docker stop --time=1 8e613176db8b32a2bc518650392de365b3433d05408ba918085259cea08fa5e2 17:41:26 $ docker rm -f 8e613176db8b32a2bc518650392de365b3433d05408ba918085259cea08fa5e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:41:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:41:26 . [Pipeline] withDockerContainer 17:41:26 prd-ubuntu20.04-docker-8c-8g-20701 does not seem to be running inside a container 17:41:26 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:41:27 $ docker top 358fb19e510282d148c625bdcccae43f53c2a92399b16166a77310de4527e807 -eo pid,comm [Pipeline] { [Pipeline] sh 17:41:27 + docker-compose -f ./docker-compose-build.yml build --parallel 17:41:27 Building core-command ... 17:41:27 Building core-data ... 17:41:27 Building core-metadata ... 17:41:27 Building security-bootstrapper ... 17:41:27 Building security-proxy-setup ... 17:41:27 Building security-secretstore-setup ... 17:41:27 Building security-spiffe-token-provider ... 17:41:27 Building security-spire-agent ... 17:41:27 Building security-spire-config ... 17:41:27 Building security-spire-server ... 17:41:27 Building support-notifications ... 17:41:27 Building support-scheduler ... 17:41:27 Building sys-mgmt-agent ... 17:41:27 Building security-spire-agent 17:41:27 Building security-bootstrapper 17:41:27 Building security-proxy-setup 17:41:27 Building core-data 17:41:27 Building support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:41:30 provisioning config files... 17:41:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config3342048548366380649tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:41:31 ---> docker-login.sh 17:41:31 nexus3.edgexfoundry.org:10001 17:41:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:32 Configure a credential helper to remove this warning. See 17:41:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:32 17:41:32 Login Succeeded 17:41:32 nexus3.edgexfoundry.org:10002 17:41:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:32 Configure a credential helper to remove this warning. See 17:41:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:32 17:41:32 Login Succeeded 17:41:32 nexus3.edgexfoundry.org:10003 17:41:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:32 Configure a credential helper to remove this warning. See 17:41:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:32 17:41:32 Login Succeeded 17:41:32 nexus3.edgexfoundry.org:10004 17:41:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:33 Configure a credential helper to remove this warning. See 17:41:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:33 17:41:33 Login Succeeded 17:41:33 docker.io 17:41:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:34 Configure a credential helper to remove this warning. See 17:41:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:34 17:41:34 Login Succeeded 17:41:34 ---> docker-login.sh ends [Pipeline] } 17:41:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:41:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:41:35 ========================================================= 17:41:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 17:41:35 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:41:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 17:41:35 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:41:35 9b3977197b4f: Pulling fs layer 17:41:35 1a89e8eeedd5: Pulling fs layer 17:41:35 94645a83ff95: Pulling fs layer 17:41:35 3f3a8bcf1eab: Pulling fs layer 17:41:35 0c92f367c5e7: Pulling fs layer 17:41:35 f7c0051592d6: Pulling fs layer 17:41:35 a227ed2f7395: Pulling fs layer 17:41:35 7b1c46037f91: Pulling fs layer 17:41:35 3f3a8bcf1eab: Waiting 17:41:35 f7c0051592d6: Waiting 17:41:35 a227ed2f7395: Waiting 17:41:35 7b1c46037f91: Waiting 17:41:35 0c92f367c5e7: Waiting 17:41:35 94645a83ff95: Download complete 17:41:35 1a89e8eeedd5: Download complete 17:41:35 0c92f367c5e7: Download complete 17:41:35 f7c0051592d6: Verifying Checksum 17:41:35 f7c0051592d6: Download complete 17:41:35 9b3977197b4f: Download complete 17:41:35 a227ed2f7395: Download complete 17:41:36 9b3977197b4f: Pull complete 17:41:36 1a89e8eeedd5: Pull complete 17:41:37 94645a83ff95: Pull complete 17:41:37 7b1c46037f91: Verifying Checksum 17:41:37 7b1c46037f91: Download complete 17:41:38 3f3a8bcf1eab: Verifying Checksum 17:41:38 3f3a8bcf1eab: Download complete 17:41:49 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:41:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:41:49 ---> 71adfa003c1f 17:41:49 Step 3/22 : WORKDIR /edgex-go 17:41:49 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:41:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:41:49 ---> 71adfa003c1f 17:41:49 Step 3/23 : WORKDIR /edgex-go 17:41:49 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:41:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:41:49 ---> 71adfa003c1f 17:41:49 Step 3/26 : WORKDIR /edgex-go 17:41:49 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:41:49 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:41:49 ---> 71adfa003c1f 17:41:49 Step 3/31 : WORKDIR /edgex-go 17:41:49 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:41:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:41:49 ---> 71adfa003c1f 17:41:49 Step 3/22 : WORKDIR /edgex-go 17:41:50 3f3a8bcf1eab: Pull complete 17:41:50 0c92f367c5e7: Pull complete 17:41:50 f7c0051592d6: Pull complete 17:41:50 a227ed2f7395: Pull complete 17:41:52 ---> Running in 4a7fac381b28 17:41:52 ---> Running in 91052587817a 17:41:52 ---> Running in bec9b05bbb74 17:41:52 ---> Running in 75bc50ba0c49 17:41:52 ---> Running in 7fa670678277 17:41:52 Removing intermediate container 75bc50ba0c49 17:41:52 ---> fa9f053cfd69 17:41:52 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:41:52 Removing intermediate container 4a7fac381b28 17:41:52 ---> 828ed3991939 17:41:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:41:52 Removing intermediate container 91052587817a 17:41:52 ---> 7b87b1b6b906 17:41:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:41:52 Removing intermediate container bec9b05bbb74 17:41:52 ---> a951a4585176 17:41:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:41:52 Removing intermediate container 7fa670678277 17:41:52 ---> d443a769b8df 17:41:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:41:52 ---> Running in caeca277aa9d 17:41:52 ---> Running in 65cb7261c906 17:41:52 ---> Running in 5cd3924117f3 17:41:52 ---> Running in 1eb2eede52d9 17:41:52 ---> Running in c09561636f8f 17:41:53 Removing intermediate container 5cd3924117f3 17:41:53 ---> f54124c22f6d 17:41:53 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 17:41:53 Removing intermediate container caeca277aa9d 17:41:53 ---> 1f0debc2d12c 17:41:53 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:41:53 ---> Running in c3b5db98e5ff 17:41:53 Removing intermediate container 65cb7261c906 17:41:53 ---> 1fdd1a254976 17:41:53 Step 5/22 : RUN apk add --update --no-cache make git 17:41:53 ---> Running in 9e8140efbaa6 17:41:53 ---> Running in 948b7eb2c110 17:41:53 Removing intermediate container 1eb2eede52d9 17:41:53 ---> 4487310c3bee 17:41:53 Step 5/31 : RUN apk add --update --no-cache make git 17:41:53 ---> Running in 6c053480b0a5 17:41:53 Removing intermediate container c09561636f8f 17:41:53 ---> 5af32747b576 17:41:53 Step 5/22 : RUN apk add --update --no-cache make git 17:41:53 ---> Running in 2613661e05d9 17:41:53 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:41:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:41:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:41:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:41:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:41:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:41:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:41:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:41:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:41:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:41:55 OK: 221 MiB in 52 packages 17:41:55 OK: 221 MiB in 52 packages 17:41:55 OK: 221 MiB in 52 packages 17:41:55 OK: 221 MiB in 52 packages 17:41:55 OK: 221 MiB in 52 packages 17:41:55 Removing intermediate container c3b5db98e5ff 17:41:55 ---> 8a8aecf62eb4 17:41:55 Step 6/26 : COPY go.mod vendor* ./ 17:41:55 ---> 5c6f9774f96b 17:41:55 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:41:56 ---> Running in f49b022225a6 17:41:56 Removing intermediate container 9e8140efbaa6 17:41:56 ---> 6c034e3293a5 17:41:56 Step 6/23 : COPY go.mod vendor* ./ 17:41:56 Removing intermediate container 948b7eb2c110 17:41:56 ---> 825337968288 17:41:56 Step 6/22 : COPY go.mod vendor* ./ 17:41:56 Removing intermediate container 2613661e05d9 17:41:56 ---> a749cb6c4aec 17:41:56 Step 6/22 : COPY go.mod vendor* ./ 17:41:56 Removing intermediate container 6c053480b0a5 17:41:56 ---> 247871629b5d 17:41:56 Step 6/31 : COPY go.mod vendor* ./ 17:41:56 ---> 8df38a3f3642 17:41:56 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:41:56 ---> 0ea86a6af8e1 17:41:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:41:56 ---> Running in 70a2538fbea4 17:41:56 ---> 4ad461f4b4be 17:41:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:41:56 ---> Running in f76243d43746 17:41:56 ---> Running in 324a653a0733 17:41:56 ---> 15f2e95e70dd 17:41:56 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:41:56 ---> Running in 534adf6144f5 17:41:57 Removing intermediate container f49b022225a6 17:41:57 ---> 3b1c8d1e826d 17:41:57 Step 8/26 : COPY . . 17:41:57 Removing intermediate container 70a2538fbea4 17:41:57 ---> abd20bc59527 17:41:57 Step 8/23 : COPY . . 17:41:59 7b1c46037f91: Pull complete 17:41:59 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 17:41:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 17:41:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 17:41:59 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 17:41:59 WORKDIR /edgex 17:41:59 COPY go.mod . 17:41:59 RUN go mod download 17:41:59 + docker build -t ci-base-image-arm64 -f - . 17:42:01 Removing intermediate container 324a653a0733 17:42:01 ---> 0dba882e394e 17:42:01 Step 8/22 : COPY . . 17:42:02 Sending build context to Docker daemon 169.2MB 17:42:02 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 17:42:02 ---> f79e39bc4007 17:42:02 Step 2/4 : WORKDIR /edgex 17:42:02 Removing intermediate container 534adf6144f5 17:42:02 ---> b0dcea0c9b74 17:42:02 Step 8/31 : COPY . . 17:42:04 ---> Running in 8e50ea859d29 17:42:04 Removing intermediate container 8e50ea859d29 17:42:04 ---> 03c2c6d798c3 17:42:04 Step 3/4 : COPY go.mod . 17:42:04 Removing intermediate container f76243d43746 17:42:04 ---> 9f529423e1b3 17:42:04 Step 8/22 : COPY . . 17:42:04 ---> 141e9f2910f8 17:42:04 Step 4/4 : RUN go mod download 17:42:04 ---> Running in 528890ed36b4 17:42:11 ---> 2c0e2af02678 17:42:11 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:42:11 ---> 5721bae57033 17:42:11 ---> 63681411608f 17:42:11 Step 9/23 : RUN make cmd/core-data/core-dataStep 9/26 : ARG SPIRE_RELEASE=1.2.1 17:42:11 17:42:11 ---> 7fb6d9c65f31 17:42:11 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:42:11 ---> Running in 7b4875c45375 17:42:11 ---> Running in 3a01ff56cc46 17:42:11 ---> Running in b9cbf9da9db9 17:42:11 ---> d7b6bbef0101 17:42:11 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:42:11 ---> Running in cdf3d5b2d04b 17:42:11 ---> Running in 6d91dc02b30f 17:42:11 Removing intermediate container 3a01ff56cc46 17:42:11 ---> 4524e0eecd4f 17:42:11 Step 10/26 : RUN mkdir -p spire-build 17:42:11 ---> Running in 880dc9ef9d9f 17:42:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:42:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 17:42:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:42:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:42:11 Removing intermediate container 880dc9ef9d9f 17:42:11 ---> d9b6dbf39881 17:42:11 Step 11/26 : WORKDIR /edgex-go/spire-build 17:42:11 ---> Running in f8b38052212d 17:42:11 Removing intermediate container f8b38052212d 17:42:11 ---> 19de3def02e3 17:42:11 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 17:42:12 ---> Running in a8f1f4f7ed14 17:42:13 spire-1.2.1/ 17:42:13 spire-1.2.1/.data/ 17:42:13 spire-1.2.1/.data/.file 17:42:13 spire-1.2.1/.dockerignore 17:42:13 spire-1.2.1/.gitattributes 17:42:13 spire-1.2.1/.githooks/ 17:42:13 spire-1.2.1/.githooks/pre-commit 17:42:13 spire-1.2.1/.github/ 17:42:13 spire-1.2.1/.github/ISSUE_TEMPLATE.md 17:42:13 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 17:42:13 spire-1.2.1/.github/dependabot.yml 17:42:13 spire-1.2.1/.github/workflows/ 17:42:13 spire-1.2.1/.github/workflows/nightly_build.yaml 17:42:13 spire-1.2.1/.github/workflows/pr_build.yaml 17:42:13 spire-1.2.1/.github/workflows/release_build.yaml 17:42:13 spire-1.2.1/.github/workflows/scripts/ 17:42:13 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 17:42:13 spire-1.2.1/.github/workflows/scripts/push-images.sh 17:42:13 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 17:42:13 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 17:42:13 spire-1.2.1/.github/workflows/scripts/split.sh 17:42:13 spire-1.2.1/.gitignore 17:42:13 spire-1.2.1/.go-version 17:42:13 spire-1.2.1/.golangci.yml 17:42:13 spire-1.2.1/ADOPTERS.md 17:42:13 spire-1.2.1/CHANGELOG.md 17:42:13 spire-1.2.1/CODE-OF-CONDUCT.md 17:42:13 spire-1.2.1/CODEOWNERS 17:42:13 spire-1.2.1/CONTRIBUTING.md 17:42:13 spire-1.2.1/Dockerfile 17:42:13 spire-1.2.1/Dockerfile.dev 17:42:13 spire-1.2.1/Dockerfile.scratch 17:42:13 spire-1.2.1/LICENSE 17:42:13 spire-1.2.1/MAINTAINERS.md 17:42:13 spire-1.2.1/Makefile 17:42:13 spire-1.2.1/README.md 17:42:13 spire-1.2.1/ROADMAP.md 17:42:13 spire-1.2.1/SECURITY.md 17:42:13 spire-1.2.1/cmd/ 17:42:13 spire-1.2.1/cmd/spire-agent/ 17:42:13 spire-1.2.1/cmd/spire-agent/cli/ 17:42:13 spire-1.2.1/cmd/spire-agent/cli/api/ 17:42:13 spire-1.2.1/cmd/spire-agent/cli/api/common.go 17:42:13 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 17:42:13 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 17:42:13 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 17:42:13 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 17:42:13 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 17:42:13 spire-1.2.1/cmd/spire-agent/cli/cli.go 17:42:13 spire-1.2.1/cmd/spire-agent/cli/common/ 17:42:13 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 17:42:13 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 17:42:13 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 17:42:13 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 17:42:13 spire-1.2.1/cmd/spire-agent/cli/run/ 17:42:13 spire-1.2.1/cmd/spire-agent/cli/run/run.go 17:42:13 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 17:42:13 spire-1.2.1/cmd/spire-agent/cli/validate/ 17:42:13 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 17:42:13 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 17:42:13 spire-1.2.1/cmd/spire-agent/main.go 17:42:13 spire-1.2.1/cmd/spire-server/ 17:42:13 spire-1.2.1/cmd/spire-server/cli/ 17:42:13 spire-1.2.1/cmd/spire-server/cli/agent/ 17:42:13 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/agent/count.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/agent/list.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/agent/show.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/bundle/ 17:42:13 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/cli.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/entry/ 17:42:13 spire-1.2.1/cmd/spire-server/cli/entry/count.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/entry/create.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/entry/show.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/entry/update.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/entry/util.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/federation/ 17:42:13 spire-1.2.1/cmd/spire-server/cli/federation/common.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/federation/create.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/federation/list.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/federation/show.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/federation/update.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 17:42:13 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/jwt/ 17:42:13 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/run/ 17:42:13 spire-1.2.1/cmd/spire-server/cli/run/run.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/token/ 17:42:13 spire-1.2.1/cmd/spire-server/cli/token/generate.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/validate/ 17:42:13 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/x509/ 17:42:13 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 17:42:13 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 17:42:13 spire-1.2.1/cmd/spire-server/main.go 17:42:13 spire-1.2.1/cmd/spire-server/util/ 17:42:13 spire-1.2.1/cmd/spire-server/util/util.go 17:42:13 spire-1.2.1/conf/ 17:42:13 spire-1.2.1/conf/agent/ 17:42:13 spire-1.2.1/conf/agent/agent.conf 17:42:13 spire-1.2.1/conf/agent/agent_full.conf 17:42:13 spire-1.2.1/conf/agent/dummy_root_ca.crt 17:42:13 spire-1.2.1/conf/server/ 17:42:13 spire-1.2.1/conf/server/dummy_upstream_ca.crt 17:42:13 spire-1.2.1/conf/server/dummy_upstream_ca.key 17:42:13 spire-1.2.1/conf/server/server.conf 17:42:13 spire-1.2.1/conf/server/server_full.conf 17:42:13 spire-1.2.1/doc/ 17:42:13 spire-1.2.1/doc/SPIRE101.md 17:42:13 spire-1.2.1/doc/auditlog.md 17:42:13 spire-1.2.1/doc/authorization_policy_engine.md 17:42:13 spire-1.2.1/doc/changelog_guidelines.md 17:42:13 spire-1.2.1/doc/cure53-report.pdf 17:42:13 spire-1.2.1/doc/images/ 17:42:13 spire-1.2.1/doc/images/2019_roadmap.png 17:42:13 spire-1.2.1/doc/images/SPIRE101.png 17:42:13 spire-1.2.1/doc/images/SPIRE_agent.png 17:42:13 spire-1.2.1/doc/images/SPIRE_server.png 17:42:13 spire-1.2.1/doc/images/cache_mgr.png 17:42:13 spire-1.2.1/doc/images/cache_mgr_components.png 17:42:13 spire-1.2.1/doc/images/federated_spire.png 17:42:13 spire-1.2.1/doc/images/ha_mode.png 17:42:13 spire-1.2.1/doc/images/nested_spire.png 17:42:13 spire-1.2.1/doc/images/oidc_federation.png 17:42:13 spire-1.2.1/doc/images/single_trust_domain.png 17:42:13 spire-1.2.1/doc/images/spiffe_compatible.png 17:42:13 spire-1.2.1/doc/images/spire_logo.png 17:42:13 spire-1.2.1/doc/migrating_registration_api_clients.md 17:42:13 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 17:42:13 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 17:42:13 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 17:42:13 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 17:42:13 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 17:42:13 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 17:42:13 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 17:42:13 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 17:42:13 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 17:42:13 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 17:42:13 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 17:42:13 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 17:42:13 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 17:42:13 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 17:42:13 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 17:42:13 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 17:42:13 spire-1.2.1/doc/plugin_server_datastore_sql.md 17:42:13 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 17:42:13 spire-1.2.1/doc/plugin_server_keymanager_disk.md 17:42:13 spire-1.2.1/doc/plugin_server_keymanager_memory.md 17:42:13 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 17:42:13 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 17:42:13 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 17:42:13 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 17:42:13 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 17:42:13 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 17:42:13 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 17:42:13 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 17:42:13 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 17:42:13 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 17:42:13 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 17:42:13 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 17:42:13 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 17:42:13 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 17:42:13 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 17:42:13 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 17:42:13 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 17:42:13 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 17:42:13 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 17:42:13 spire-1.2.1/doc/scaling_spire.md 17:42:13 spire-1.2.1/doc/spire_agent.md 17:42:13 spire-1.2.1/doc/spire_server.md 17:42:13 spire-1.2.1/doc/supported_integrations.md 17:42:13 spire-1.2.1/doc/telemetry.md 17:42:13 spire-1.2.1/doc/telemetry_config.md 17:42:13 spire-1.2.1/doc/upgrading.md 17:42:13 spire-1.2.1/doc/using_spire.md 17:42:13 spire-1.2.1/examples/ 17:42:13 spire-1.2.1/examples/README.md 17:42:13 spire-1.2.1/go.mod 17:42:13 spire-1.2.1/go.sum 17:42:13 spire-1.2.1/pkg/ 17:42:13 spire-1.2.1/pkg/agent/ 17:42:13 spire-1.2.1/pkg/agent/agent.go 17:42:13 spire-1.2.1/pkg/agent/api/ 17:42:13 spire-1.2.1/pkg/agent/api/config.go 17:42:13 spire-1.2.1/pkg/agent/api/debug/ 17:42:13 spire-1.2.1/pkg/agent/api/debug/v1/ 17:42:13 spire-1.2.1/pkg/agent/api/debug/v1/service.go 17:42:13 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 17:42:13 spire-1.2.1/pkg/agent/api/delegatedidentity/ 17:42:13 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 17:42:13 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 17:42:13 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 17:42:13 spire-1.2.1/pkg/agent/api/endpoints.go 17:42:13 spire-1.2.1/pkg/agent/api/health/ 17:42:13 spire-1.2.1/pkg/agent/api/health/v1/ 17:42:13 spire-1.2.1/pkg/agent/api/health/v1/service.go 17:42:13 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 17:42:13 spire-1.2.1/pkg/agent/api/rpccontext/ 17:42:13 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 17:42:13 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 17:42:13 spire-1.2.1/pkg/agent/attestor/ 17:42:13 spire-1.2.1/pkg/agent/attestor/node/ 17:42:13 spire-1.2.1/pkg/agent/attestor/node/experimental.go 17:42:13 spire-1.2.1/pkg/agent/attestor/node/node.go 17:42:13 spire-1.2.1/pkg/agent/attestor/node/node_test.go 17:42:13 spire-1.2.1/pkg/agent/attestor/workload/ 17:42:13 spire-1.2.1/pkg/agent/attestor/workload/workload.go 17:42:13 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 17:42:13 spire-1.2.1/pkg/agent/catalog/ 17:42:13 spire-1.2.1/pkg/agent/catalog/catalog.go 17:42:13 spire-1.2.1/pkg/agent/catalog/keymanager.go 17:42:13 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 17:42:13 spire-1.2.1/pkg/agent/catalog/svidstore.go 17:42:13 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 17:42:13 spire-1.2.1/pkg/agent/client/ 17:42:13 spire-1.2.1/pkg/agent/client/client.go 17:42:13 spire-1.2.1/pkg/agent/client/client_test.go 17:42:13 spire-1.2.1/pkg/agent/client/dial.go 17:42:13 spire-1.2.1/pkg/agent/client/nodeconn.go 17:42:13 spire-1.2.1/pkg/agent/client/nodeconn_test.go 17:42:13 spire-1.2.1/pkg/agent/client/update.go 17:42:13 spire-1.2.1/pkg/agent/client/util.go 17:42:13 spire-1.2.1/pkg/agent/common/ 17:42:13 spire-1.2.1/pkg/agent/common/backoff/ 17:42:13 spire-1.2.1/pkg/agent/common/backoff/backoff.go 17:42:13 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 17:42:13 spire-1.2.1/pkg/agent/common/cgroups/ 17:42:13 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 17:42:13 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 17:42:13 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 17:42:13 spire-1.2.1/pkg/agent/config.go 17:42:13 spire-1.2.1/pkg/agent/endpoints/ 17:42:13 spire-1.2.1/pkg/agent/endpoints/config.go 17:42:13 spire-1.2.1/pkg/agent/endpoints/endpoints.go 17:42:13 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 17:42:13 spire-1.2.1/pkg/agent/endpoints/metrics.go 17:42:13 spire-1.2.1/pkg/agent/endpoints/middleware.go 17:42:13 spire-1.2.1/pkg/agent/endpoints/peertracker.go 17:42:13 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 17:42:13 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 17:42:13 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 17:42:13 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 17:42:13 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 17:42:13 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 17:42:13 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 17:42:13 spire-1.2.1/pkg/agent/endpoints/workload/ 17:42:13 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 17:42:13 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 17:42:13 spire-1.2.1/pkg/agent/manager/ 17:42:13 spire-1.2.1/pkg/agent/manager/cache/ 17:42:13 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 17:42:13 spire-1.2.1/pkg/agent/manager/cache/cache.go 17:42:13 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 17:42:13 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 17:42:13 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 17:42:13 spire-1.2.1/pkg/agent/manager/cache/sets.go 17:42:13 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 17:42:13 spire-1.2.1/pkg/agent/manager/config.go 17:42:13 spire-1.2.1/pkg/agent/manager/manager.go 17:42:13 spire-1.2.1/pkg/agent/manager/manager_test.go 17:42:13 spire-1.2.1/pkg/agent/manager/storage.go 17:42:13 spire-1.2.1/pkg/agent/manager/storage_test.go 17:42:13 spire-1.2.1/pkg/agent/manager/storecache/ 17:42:13 spire-1.2.1/pkg/agent/manager/storecache/cache.go 17:42:13 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 17:42:13 spire-1.2.1/pkg/agent/manager/sync.go 17:42:13 spire-1.2.1/pkg/agent/plugin/ 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/ 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 17:42:13 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 17:42:13 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/ 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 17:42:13 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 17:42:13 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 17:42:13 spire-1.2.1/pkg/agent/svid/ 17:42:13 spire-1.2.1/pkg/agent/svid/rotator.go 17:42:13 spire-1.2.1/pkg/agent/svid/rotator_config.go 17:42:13 spire-1.2.1/pkg/agent/svid/rotator_test.go 17:42:13 spire-1.2.1/pkg/agent/svid/store/ 17:42:13 spire-1.2.1/pkg/agent/svid/store/service.go 17:42:13 spire-1.2.1/pkg/agent/svid/store/service_test.go 17:42:13 spire-1.2.1/pkg/common/ 17:42:13 spire-1.2.1/pkg/common/agentpathtemplate/ 17:42:13 spire-1.2.1/pkg/common/agentpathtemplate/template.go 17:42:13 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 17:42:13 spire-1.2.1/pkg/common/api/ 17:42:13 spire-1.2.1/pkg/common/api/metrics.go 17:42:13 spire-1.2.1/pkg/common/api/middleware/ 17:42:13 spire-1.2.1/pkg/common/api/middleware/common_test.go 17:42:13 spire-1.2.1/pkg/common/api/middleware/interceptor.go 17:42:13 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 17:42:13 spire-1.2.1/pkg/common/api/middleware/logger.go 17:42:13 spire-1.2.1/pkg/common/api/middleware/logger_test.go 17:42:13 spire-1.2.1/pkg/common/api/middleware/metrics.go 17:42:13 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 17:42:13 spire-1.2.1/pkg/common/api/middleware/middleware.go 17:42:13 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 17:42:13 spire-1.2.1/pkg/common/api/middleware/misconfig.go 17:42:13 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 17:42:13 spire-1.2.1/pkg/common/api/middleware/names.go 17:42:13 spire-1.2.1/pkg/common/api/middleware/names_test.go 17:42:13 spire-1.2.1/pkg/common/api/names.go 17:42:13 spire-1.2.1/pkg/common/api/ratelimit.go 17:42:13 spire-1.2.1/pkg/common/api/rpccontext/ 17:42:13 spire-1.2.1/pkg/common/api/rpccontext/logger.go 17:42:13 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 17:42:13 spire-1.2.1/pkg/common/api/rpccontext/names.go 17:42:13 spire-1.2.1/pkg/common/auth/ 17:42:13 spire-1.2.1/pkg/common/auth/interceptors.go 17:42:13 spire-1.2.1/pkg/common/auth/interceptors_test.go 17:42:13 spire-1.2.1/pkg/common/auth/untracked_uds.go 17:42:13 spire-1.2.1/pkg/common/bundleutil/ 17:42:13 spire-1.2.1/pkg/common/bundleutil/bundle.go 17:42:13 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 17:42:13 spire-1.2.1/pkg/common/bundleutil/common_test.go 17:42:13 spire-1.2.1/pkg/common/bundleutil/marshal.go 17:42:13 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 17:42:13 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 17:42:13 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 17:42:13 spire-1.2.1/pkg/common/bundleutil/types.go 17:42:13 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 17:42:13 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 17:42:13 spire-1.2.1/pkg/common/catalog/ 17:42:13 spire-1.2.1/pkg/common/catalog/bind.go 17:42:13 spire-1.2.1/pkg/common/catalog/builtin.go 17:42:13 spire-1.2.1/pkg/common/catalog/catalog.go 17:42:13 spire-1.2.1/pkg/common/catalog/catalog_test.go 17:42:13 spire-1.2.1/pkg/common/catalog/closers.go 17:42:13 spire-1.2.1/pkg/common/catalog/cmd_linux.go 17:42:13 spire-1.2.1/pkg/common/catalog/cmd_other.go 17:42:13 spire-1.2.1/pkg/common/catalog/config.go 17:42:13 spire-1.2.1/pkg/common/catalog/config_test.go 17:42:13 spire-1.2.1/pkg/common/catalog/configure.go 17:42:13 spire-1.2.1/pkg/common/catalog/constraints.go 17:42:13 spire-1.2.1/pkg/common/catalog/constraints_test.go 17:42:13 spire-1.2.1/pkg/common/catalog/context.go 17:42:13 spire-1.2.1/pkg/common/catalog/external.go 17:42:13 spire-1.2.1/pkg/common/catalog/host.go 17:42:13 spire-1.2.1/pkg/common/catalog/pipenet.go 17:42:13 spire-1.2.1/pkg/common/catalog/plugin.go 17:42:13 spire-1.2.1/pkg/common/catalog/testplugin/ 17:42:13 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 17:42:13 spire-1.2.1/pkg/common/catalog/testplugin/main.go 17:42:13 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 17:42:13 spire-1.2.1/pkg/common/cli/ 17:42:13 spire-1.2.1/pkg/common/cli/env.go 17:42:13 spire-1.2.1/pkg/common/cli/flags.go 17:42:13 spire-1.2.1/pkg/common/cli/trust_domain.go 17:42:13 spire-1.2.1/pkg/common/cli/trust_domain_test.go 17:42:13 spire-1.2.1/pkg/common/cli/umask.go 17:42:13 spire-1.2.1/pkg/common/cli/umask_posix.go 17:42:13 spire-1.2.1/pkg/common/cli/umask_test.go 17:42:13 spire-1.2.1/pkg/common/cli/umask_windows.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/ 17:42:13 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/flag.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/flag_test.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/format.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/format_test.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/ 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 17:42:13 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 17:42:13 spire-1.2.1/pkg/common/coretypes/ 17:42:13 spire-1.2.1/pkg/common/coretypes/bundle/ 17:42:13 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 17:42:13 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 17:42:13 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 17:42:13 spire-1.2.1/pkg/common/coretypes/bundle/require.go 17:42:13 spire-1.2.1/pkg/common/coretypes/jwtkey/ 17:42:13 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 17:42:13 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 17:42:13 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 17:42:13 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 17:42:13 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 17:42:13 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 17:42:13 spire-1.2.1/pkg/common/coretypes/x509certificate/ 17:42:13 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 17:42:13 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 17:42:13 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 17:42:13 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 17:42:13 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 17:42:13 spire-1.2.1/pkg/common/cryptoutil/ 17:42:13 spire-1.2.1/pkg/common/cryptoutil/keys.go 17:42:13 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 17:42:13 spire-1.2.1/pkg/common/diskutil/ 17:42:13 spire-1.2.1/pkg/common/diskutil/file_posix.go 17:42:13 spire-1.2.1/pkg/common/diskutil/file_test.go 17:42:13 spire-1.2.1/pkg/common/diskutil/file_windows.go 17:42:13 spire-1.2.1/pkg/common/errorutil/ 17:42:13 spire-1.2.1/pkg/common/errorutil/wrapper.go 17:42:13 spire-1.2.1/pkg/common/health/ 17:42:13 spire-1.2.1/pkg/common/health/config.go 17:42:13 spire-1.2.1/pkg/common/health/context.go 17:42:13 spire-1.2.1/pkg/common/health/context_test.go 17:42:13 spire-1.2.1/pkg/common/health/health.go 17:42:13 spire-1.2.1/pkg/common/health/health_test.go 17:42:13 spire-1.2.1/pkg/common/health/logger.go 17:42:13 spire-1.2.1/pkg/common/hostservice/ 17:42:13 spire-1.2.1/pkg/common/hostservice/metricsservice/ 17:42:13 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 17:42:13 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 17:42:13 spire-1.2.1/pkg/common/idutil/ 17:42:13 spire-1.2.1/pkg/common/idutil/require.go 17:42:13 spire-1.2.1/pkg/common/idutil/require_test.go 17:42:13 spire-1.2.1/pkg/common/idutil/safety.go 17:42:13 spire-1.2.1/pkg/common/idutil/safety_test.go 17:42:13 spire-1.2.1/pkg/common/idutil/spiffeid.go 17:42:13 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 17:42:13 spire-1.2.1/pkg/common/jwtsvid/ 17:42:13 spire-1.2.1/pkg/common/jwtsvid/common.go 17:42:13 spire-1.2.1/pkg/common/jwtsvid/sign.go 17:42:13 spire-1.2.1/pkg/common/jwtsvid/token_test.go 17:42:13 spire-1.2.1/pkg/common/jwtsvid/validate.go 17:42:13 spire-1.2.1/pkg/common/jwtutil/ 17:42:13 spire-1.2.1/pkg/common/jwtutil/keyset.go 17:42:13 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 17:42:13 spire-1.2.1/pkg/common/log/ 17:42:13 spire-1.2.1/pkg/common/log/hclog_adapter.go 17:42:13 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 17:42:13 spire-1.2.1/pkg/common/log/log.go 17:42:13 spire-1.2.1/pkg/common/log/log_test.go 17:42:13 spire-1.2.1/pkg/common/log/options.go 17:42:13 spire-1.2.1/pkg/common/nodeutil/ 17:42:13 spire-1.2.1/pkg/common/nodeutil/node.go 17:42:13 spire-1.2.1/pkg/common/nodeutil/node_test.go 17:42:13 spire-1.2.1/pkg/common/peertracker/ 17:42:13 spire-1.2.1/pkg/common/peertracker/conn.go 17:42:13 spire-1.2.1/pkg/common/peertracker/credentials.go 17:42:13 spire-1.2.1/pkg/common/peertracker/errors.go 17:42:13 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 17:42:13 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 17:42:13 spire-1.2.1/pkg/common/peertracker/info.go 17:42:13 spire-1.2.1/pkg/common/peertracker/listener.go 17:42:13 spire-1.2.1/pkg/common/peertracker/listener_test.go 17:42:13 spire-1.2.1/pkg/common/peertracker/peertracker.go 17:42:13 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 17:42:13 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 17:42:13 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 17:42:13 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 17:42:13 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 17:42:13 spire-1.2.1/pkg/common/peertracker/tcp.go 17:42:13 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 17:42:13 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 17:42:13 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 17:42:13 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 17:42:13 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 17:42:13 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 17:42:13 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 17:42:13 spire-1.2.1/pkg/common/peertracker/uds.go 17:42:13 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 17:42:13 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 17:42:13 spire-1.2.1/pkg/common/peertracker/uds_linux.go 17:42:13 spire-1.2.1/pkg/common/pemutil/ 17:42:13 spire-1.2.1/pkg/common/pemutil/block.go 17:42:13 spire-1.2.1/pkg/common/pemutil/certs.go 17:42:13 spire-1.2.1/pkg/common/pemutil/common.go 17:42:13 spire-1.2.1/pkg/common/pemutil/csr.go 17:42:13 spire-1.2.1/pkg/common/pemutil/keys.go 17:42:13 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 17:42:13 spire-1.2.1/pkg/common/pemutil/testdata/ 17:42:13 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 17:42:13 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 17:42:13 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 17:42:13 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 17:42:13 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 17:42:13 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 17:42:13 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 17:42:13 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 17:42:13 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 17:42:13 spire-1.2.1/pkg/common/plugin/ 17:42:13 spire-1.2.1/pkg/common/plugin/aws/ 17:42:13 spire-1.2.1/pkg/common/plugin/aws/iid.go 17:42:13 spire-1.2.1/pkg/common/plugin/azure/ 17:42:13 spire-1.2.1/pkg/common/plugin/azure/msi.go 17:42:13 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 17:42:13 spire-1.2.1/pkg/common/plugin/facade.go 17:42:13 spire-1.2.1/pkg/common/plugin/facade_test.go 17:42:13 spire-1.2.1/pkg/common/plugin/gcp/ 17:42:13 spire-1.2.1/pkg/common/plugin/gcp/iit.go 17:42:13 spire-1.2.1/pkg/common/plugin/k8s/ 17:42:13 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 17:42:13 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 17:42:13 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 17:42:13 spire-1.2.1/pkg/common/plugin/k8s/utils.go 17:42:13 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 17:42:13 spire-1.2.1/pkg/common/plugin/log.go 17:42:13 spire-1.2.1/pkg/common/plugin/sshpop/ 17:42:13 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 17:42:13 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 17:42:13 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 17:42:13 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 17:42:13 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 17:42:13 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 17:42:13 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 17:42:13 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 17:42:13 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 17:42:13 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 17:42:13 spire-1.2.1/pkg/common/plugin/tpmdevid/ 17:42:13 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 17:42:13 spire-1.2.1/pkg/common/plugin/x509pop/ 17:42:13 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 17:42:13 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 17:42:13 spire-1.2.1/pkg/common/profiling/ 17:42:13 spire-1.2.1/pkg/common/profiling/dumpers.go 17:42:13 spire-1.2.1/pkg/common/profiling/profiling.go 17:42:13 spire-1.2.1/pkg/common/protoutil/ 17:42:13 spire-1.2.1/pkg/common/protoutil/masks.go 17:42:13 spire-1.2.1/pkg/common/protoutil/masks_test.go 17:42:13 spire-1.2.1/pkg/common/rotationutil/ 17:42:13 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 17:42:13 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 17:42:13 spire-1.2.1/pkg/common/selector/ 17:42:13 spire-1.2.1/pkg/common/selector/selector.go 17:42:13 spire-1.2.1/pkg/common/selector/selector_test.go 17:42:13 spire-1.2.1/pkg/common/selector/set.go 17:42:13 spire-1.2.1/pkg/common/selector/set_utils.go 17:42:13 spire-1.2.1/pkg/common/selector/set_utils_test.go 17:42:13 spire-1.2.1/pkg/common/telemetry/ 17:42:13 spire-1.2.1/pkg/common/telemetry/agent/ 17:42:13 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 17:42:13 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 17:42:13 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 17:42:13 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 17:42:13 spire-1.2.1/pkg/common/telemetry/agent/manager.go 17:42:13 spire-1.2.1/pkg/common/telemetry/agent/node.go 17:42:13 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 17:42:13 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 17:42:13 spire-1.2.1/pkg/common/telemetry/agent/store/ 17:42:13 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 17:42:13 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 17:42:13 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 17:42:13 spire-1.2.1/pkg/common/telemetry/blackhole.go 17:42:13 spire-1.2.1/pkg/common/telemetry/call.go 17:42:13 spire-1.2.1/pkg/common/telemetry/common/ 17:42:13 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 17:42:13 spire-1.2.1/pkg/common/telemetry/config.go 17:42:13 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 17:42:13 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 17:42:13 spire-1.2.1/pkg/common/telemetry/inmem.go 17:42:13 spire-1.2.1/pkg/common/telemetry/inmem_test.go 17:42:13 spire-1.2.1/pkg/common/telemetry/m3.go 17:42:13 spire-1.2.1/pkg/common/telemetry/m3_test.go 17:42:13 spire-1.2.1/pkg/common/telemetry/metrics.go 17:42:13 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 17:42:13 spire-1.2.1/pkg/common/telemetry/names.go 17:42:13 spire-1.2.1/pkg/common/telemetry/prometheus.go 17:42:13 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 17:42:13 spire-1.2.1/pkg/common/telemetry/sanitize.go 17:42:13 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 17:42:13 spire-1.2.1/pkg/common/telemetry/server/ 17:42:13 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 17:42:13 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 17:42:13 spire-1.2.1/pkg/common/telemetry/server/datastore/ 17:42:13 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 17:42:13 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 17:42:13 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 17:42:13 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 17:42:13 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 17:42:13 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 17:42:13 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 17:42:13 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 17:42:13 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 17:42:13 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 17:42:13 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 17:42:13 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 17:42:13 spire-1.2.1/pkg/common/telemetry/server/rotate.go 17:42:13 spire-1.2.1/pkg/common/telemetry/server/server.go 17:42:13 spire-1.2.1/pkg/common/telemetry/sink.go 17:42:13 spire-1.2.1/pkg/common/telemetry/statsd.go 17:42:13 spire-1.2.1/pkg/common/telemetry/statsd_test.go 17:42:13 spire-1.2.1/pkg/common/telemetry/uptime.go 17:42:13 spire-1.2.1/pkg/common/telemetry/version.go 17:42:13 spire-1.2.1/pkg/common/telemetry/withlabels.go 17:42:13 spire-1.2.1/pkg/common/uptime/ 17:42:13 spire-1.2.1/pkg/common/uptime/uptime.go 17:42:13 spire-1.2.1/pkg/common/uptime/uptime_test.go 17:42:13 spire-1.2.1/pkg/common/util/ 17:42:13 spire-1.2.1/pkg/common/util/certs.go 17:42:13 spire-1.2.1/pkg/common/util/certs_test.go 17:42:13 spire-1.2.1/pkg/common/util/csr.go 17:42:13 spire-1.2.1/pkg/common/util/hash.go 17:42:13 spire-1.2.1/pkg/common/util/selectors.go 17:42:13 spire-1.2.1/pkg/common/util/selectors_test.go 17:42:13 spire-1.2.1/pkg/common/util/signals.go 17:42:13 spire-1.2.1/pkg/common/util/sort.go 17:42:13 spire-1.2.1/pkg/common/util/sort_test.go 17:42:13 spire-1.2.1/pkg/common/util/task.go 17:42:13 spire-1.2.1/pkg/common/util/task_test.go 17:42:13 spire-1.2.1/pkg/common/util/testdata/ 17:42:13 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 17:42:13 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 17:42:13 spire-1.2.1/pkg/common/version/ 17:42:13 spire-1.2.1/pkg/common/version/version.go 17:42:13 spire-1.2.1/pkg/common/x509svid/ 17:42:13 spire-1.2.1/pkg/common/x509svid/common_test.go 17:42:13 spire-1.2.1/pkg/common/x509svid/csr.go 17:42:13 spire-1.2.1/pkg/common/x509svid/upstreamca.go 17:42:13 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 17:42:13 spire-1.2.1/pkg/common/x509util/ 17:42:13 spire-1.2.1/pkg/common/x509util/cert.go 17:42:13 spire-1.2.1/pkg/common/x509util/dns.go 17:42:13 spire-1.2.1/pkg/common/x509util/dns_test.go 17:42:13 spire-1.2.1/pkg/common/x509util/keyid.go 17:42:13 spire-1.2.1/pkg/common/x509util/keypair.go 17:42:13 spire-1.2.1/pkg/common/x509util/serialnumber.go 17:42:13 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 17:42:13 spire-1.2.1/pkg/server/ 17:42:13 spire-1.2.1/pkg/server/api/ 17:42:13 spire-1.2.1/pkg/server/api/agent.go 17:42:13 spire-1.2.1/pkg/server/api/agent/ 17:42:13 spire-1.2.1/pkg/server/api/agent/v1/ 17:42:13 spire-1.2.1/pkg/server/api/agent/v1/service.go 17:42:13 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 17:42:13 spire-1.2.1/pkg/server/api/agent_test.go 17:42:13 spire-1.2.1/pkg/server/api/api.go 17:42:13 spire-1.2.1/pkg/server/api/audit/ 17:42:13 spire-1.2.1/pkg/server/api/audit/audit.go 17:42:13 spire-1.2.1/pkg/server/api/audit/audit_test.go 17:42:13 spire-1.2.1/pkg/server/api/bundle.go 17:42:13 spire-1.2.1/pkg/server/api/bundle/ 17:42:13 spire-1.2.1/pkg/server/api/bundle/v1/ 17:42:13 spire-1.2.1/pkg/server/api/bundle/v1/service.go 17:42:13 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 17:42:13 spire-1.2.1/pkg/server/api/bundle_test.go 17:42:13 spire-1.2.1/pkg/server/api/debug/ 17:42:13 spire-1.2.1/pkg/server/api/debug/v1/ 17:42:13 spire-1.2.1/pkg/server/api/debug/v1/service.go 17:42:13 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 17:42:13 spire-1.2.1/pkg/server/api/entry.go 17:42:13 spire-1.2.1/pkg/server/api/entry/ 17:42:13 spire-1.2.1/pkg/server/api/entry/v1/ 17:42:13 spire-1.2.1/pkg/server/api/entry/v1/service.go 17:42:13 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 17:42:13 spire-1.2.1/pkg/server/api/entry_test.go 17:42:13 spire-1.2.1/pkg/server/api/health/ 17:42:13 spire-1.2.1/pkg/server/api/health/v1/ 17:42:13 spire-1.2.1/pkg/server/api/health/v1/service.go 17:42:13 spire-1.2.1/pkg/server/api/health/v1/service_test.go 17:42:13 spire-1.2.1/pkg/server/api/id.go 17:42:13 spire-1.2.1/pkg/server/api/id_test.go 17:42:13 spire-1.2.1/pkg/server/api/limits/ 17:42:13 spire-1.2.1/pkg/server/api/limits/limits.go 17:42:13 spire-1.2.1/pkg/server/api/middleware/ 17:42:13 spire-1.2.1/pkg/server/api/middleware/alias.go 17:42:13 spire-1.2.1/pkg/server/api/middleware/audit.go 17:42:13 spire-1.2.1/pkg/server/api/middleware/authorization.go 17:42:13 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 17:42:13 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 17:42:13 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 17:42:13 spire-1.2.1/pkg/server/api/middleware/caller.go 17:42:13 spire-1.2.1/pkg/server/api/middleware/caller_test.go 17:42:13 spire-1.2.1/pkg/server/api/middleware/common.go 17:42:13 spire-1.2.1/pkg/server/api/middleware/common_test.go 17:42:13 spire-1.2.1/pkg/server/api/middleware/entries.go 17:42:13 spire-1.2.1/pkg/server/api/middleware/entries_test.go 17:42:13 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 17:42:13 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 17:42:13 spire-1.2.1/pkg/server/api/ratelimit.go 17:42:13 spire-1.2.1/pkg/server/api/rpccontext/ 17:42:13 spire-1.2.1/pkg/server/api/rpccontext/alias.go 17:42:13 spire-1.2.1/pkg/server/api/rpccontext/audit.go 17:42:13 spire-1.2.1/pkg/server/api/rpccontext/caller.go 17:42:13 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 17:42:13 spire-1.2.1/pkg/server/api/selector.go 17:42:13 spire-1.2.1/pkg/server/api/selector_test.go 17:42:13 spire-1.2.1/pkg/server/api/status.go 17:42:13 spire-1.2.1/pkg/server/api/status_test.go 17:42:13 spire-1.2.1/pkg/server/api/svid/ 17:42:13 spire-1.2.1/pkg/server/api/svid/v1/ 17:42:13 spire-1.2.1/pkg/server/api/svid/v1/service.go 17:42:13 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 17:42:13 spire-1.2.1/pkg/server/api/trustdomain.go 17:42:13 spire-1.2.1/pkg/server/api/trustdomain/ 17:42:13 spire-1.2.1/pkg/server/api/trustdomain/v1/ 17:42:13 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 17:42:13 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 17:42:13 spire-1.2.1/pkg/server/api/trustdomain_test.go 17:42:13 spire-1.2.1/pkg/server/authpolicy/ 17:42:13 spire-1.2.1/pkg/server/authpolicy/defaults.go 17:42:13 spire-1.2.1/pkg/server/authpolicy/policy.go 17:42:13 spire-1.2.1/pkg/server/authpolicy/policy.rego 17:42:13 spire-1.2.1/pkg/server/authpolicy/policy_data.json 17:42:13 spire-1.2.1/pkg/server/authpolicy/policy_test.go 17:42:13 spire-1.2.1/pkg/server/authpolicy/validate.go 17:42:13 spire-1.2.1/pkg/server/bundle/ 17:42:13 spire-1.2.1/pkg/server/bundle/client/ 17:42:13 spire-1.2.1/pkg/server/bundle/client/client.go 17:42:13 spire-1.2.1/pkg/server/bundle/client/client_test.go 17:42:13 spire-1.2.1/pkg/server/bundle/client/manager.go 17:42:13 spire-1.2.1/pkg/server/bundle/client/manager_test.go 17:42:13 spire-1.2.1/pkg/server/bundle/client/sources.go 17:42:13 spire-1.2.1/pkg/server/bundle/client/sources_test.go 17:42:13 spire-1.2.1/pkg/server/bundle/client/updater.go 17:42:13 spire-1.2.1/pkg/server/bundle/client/updater_test.go 17:42:13 spire-1.2.1/pkg/server/ca/ 17:42:13 spire-1.2.1/pkg/server/ca/ca.go 17:42:13 spire-1.2.1/pkg/server/ca/ca_health.go 17:42:13 spire-1.2.1/pkg/server/ca/ca_test.go 17:42:13 spire-1.2.1/pkg/server/ca/journal.go 17:42:13 spire-1.2.1/pkg/server/ca/journal_test.go 17:42:13 spire-1.2.1/pkg/server/ca/manager.go 17:42:13 spire-1.2.1/pkg/server/ca/manager_health.go 17:42:13 spire-1.2.1/pkg/server/ca/manager_test.go 17:42:13 spire-1.2.1/pkg/server/ca/templates.go 17:42:13 spire-1.2.1/pkg/server/ca/upstream_client.go 17:42:13 spire-1.2.1/pkg/server/ca/upstream_client_test.go 17:42:13 spire-1.2.1/pkg/server/ca/validation.go 17:42:13 spire-1.2.1/pkg/server/cache/ 17:42:13 spire-1.2.1/pkg/server/cache/dscache/ 17:42:13 spire-1.2.1/pkg/server/cache/dscache/cache.go 17:42:13 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 17:42:13 spire-1.2.1/pkg/server/cache/entrycache/ 17:42:13 spire-1.2.1/pkg/server/cache/entrycache/cache.go 17:42:13 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 17:42:13 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 17:42:13 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 17:42:13 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 17:42:13 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 17:42:13 spire-1.2.1/pkg/server/catalog/ 17:42:13 spire-1.2.1/pkg/server/catalog/catalog.go 17:42:13 spire-1.2.1/pkg/server/catalog/keymanager.go 17:42:13 spire-1.2.1/pkg/server/catalog/nodeattestor.go 17:42:13 spire-1.2.1/pkg/server/catalog/noderesolver.go 17:42:13 spire-1.2.1/pkg/server/catalog/notifier.go 17:42:13 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 17:42:13 spire-1.2.1/pkg/server/config.go 17:42:13 spire-1.2.1/pkg/server/datastore/ 17:42:13 spire-1.2.1/pkg/server/datastore/datastore.go 17:42:13 spire-1.2.1/pkg/server/datastore/datastore_health.go 17:42:13 spire-1.2.1/pkg/server/datastore/repository.go 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/ 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 17:42:13 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 17:42:13 spire-1.2.1/pkg/server/endpoints/ 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/ 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/config.go 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/server.go 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 17:42:13 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 17:42:13 spire-1.2.1/pkg/server/endpoints/config.go 17:42:13 spire-1.2.1/pkg/server/endpoints/endpoints.go 17:42:13 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 17:42:13 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 17:42:13 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 17:42:13 spire-1.2.1/pkg/server/endpoints/middleware.go 17:42:13 spire-1.2.1/pkg/server/endpoints/middleware_test.go 17:42:13 spire-1.2.1/pkg/server/hostservice/ 17:42:13 spire-1.2.1/pkg/server/hostservice/agentstore/ 17:42:13 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 17:42:13 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 17:42:13 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 17:42:13 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 17:42:13 spire-1.2.1/pkg/server/hostservice/identityprovider/ 17:42:13 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 17:42:13 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/ 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/ 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/base/ 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/test/ 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 17:42:13 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/ 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 17:42:13 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/noderesolver/ 17:42:13 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 17:42:13 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 17:42:13 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 17:42:13 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 17:42:13 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 17:42:13 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 17:42:13 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/notifier/ 17:42:13 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 17:42:13 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 17:42:13 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 17:42:13 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 17:42:13 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 17:42:13 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 17:42:13 spire-1.2.1/pkg/server/plugin/notifier/repository.go 17:42:13 spire-1.2.1/pkg/server/plugin/notifier/v1.go 17:42:13 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 17:42:13 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 17:42:13 spire-1.2.1/pkg/server/registration/ 17:42:13 spire-1.2.1/pkg/server/registration/manager.go 17:42:13 spire-1.2.1/pkg/server/registration/manager_test.go 17:42:13 spire-1.2.1/pkg/server/scanentries.go 17:42:13 spire-1.2.1/pkg/server/scanentries_test.go 17:42:13 spire-1.2.1/pkg/server/server.go 17:42:13 spire-1.2.1/pkg/server/server_test.go 17:42:13 spire-1.2.1/pkg/server/svid/ 17:42:13 spire-1.2.1/pkg/server/svid/observer.go 17:42:13 spire-1.2.1/pkg/server/svid/observer_test.go 17:42:13 spire-1.2.1/pkg/server/svid/rotator.go 17:42:13 spire-1.2.1/pkg/server/svid/rotator_config.go 17:42:13 spire-1.2.1/pkg/server/svid/rotator_config_test.go 17:42:13 spire-1.2.1/pkg/server/svid/rotator_test.go 17:42:13 spire-1.2.1/proto/ 17:42:13 spire-1.2.1/proto/private/ 17:42:13 spire-1.2.1/proto/private/server/ 17:42:13 spire-1.2.1/proto/private/server/journal/ 17:42:13 spire-1.2.1/proto/private/server/journal/journal.pb.go 17:42:13 spire-1.2.1/proto/private/server/journal/journal.proto 17:42:13 spire-1.2.1/proto/spire/ 17:42:13 spire-1.2.1/proto/spire/common/ 17:42:13 spire-1.2.1/proto/spire/common/common.pb.go 17:42:13 spire-1.2.1/proto/spire/common/common.proto 17:42:13 spire-1.2.1/proto/spire/common/plugin/ 17:42:13 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 17:42:13 spire-1.2.1/proto/spire/common/plugin/plugin.proto 17:42:13 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 17:42:13 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 17:42:13 spire-1.2.1/proto/spire/plugin/ 17:42:13 spire-1.2.1/proto/spire/plugin/agent/ 17:42:13 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 17:42:13 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 17:42:13 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 17:42:13 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 17:42:13 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 17:42:13 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 17:42:13 spire-1.2.1/release/ 17:42:13 spire-1.2.1/release/spire-extras/ 17:42:13 spire-1.2.1/release/spire-extras/README.md 17:42:13 spire-1.2.1/release/spire-extras/conf/ 17:42:13 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 17:42:13 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 17:42:13 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 17:42:13 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 17:42:13 spire-1.2.1/release/spire/ 17:42:13 spire-1.2.1/release/spire/README.md 17:42:13 spire-1.2.1/release/spire/conf/ 17:42:13 spire-1.2.1/release/spire/conf/agent/ 17:42:13 spire-1.2.1/release/spire/conf/agent/agent.conf 17:42:13 spire-1.2.1/release/spire/conf/server/ 17:42:13 spire-1.2.1/release/spire/conf/server/server.conf 17:42:13 spire-1.2.1/script/ 17:42:13 spire-1.2.1/script/build-artifact.sh 17:42:13 spire-1.2.1/script/generate_dummy_ca.sh 17:42:13 spire-1.2.1/support/ 17:42:13 spire-1.2.1/support/k8s/ 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/ 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 17:42:13 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 17:42:13 spire-1.2.1/support/oidc-discovery-provider/ 17:42:13 spire-1.2.1/support/oidc-discovery-provider/README.md 17:42:13 spire-1.2.1/support/oidc-discovery-provider/common_test.go 17:42:13 spire-1.2.1/support/oidc-discovery-provider/config.go 17:42:13 spire-1.2.1/support/oidc-discovery-provider/config_test.go 17:42:13 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 17:42:13 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 17:42:13 spire-1.2.1/support/oidc-discovery-provider/handler.go 17:42:13 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 17:42:13 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 17:42:13 spire-1.2.1/support/oidc-discovery-provider/main.go 17:42:13 spire-1.2.1/support/oidc-discovery-provider/server_api.go 17:42:13 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 17:42:13 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 17:42:13 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 17:42:13 spire-1.2.1/test/ 17:42:13 spire-1.2.1/test/clock/ 17:42:13 spire-1.2.1/test/clock/clock.go 17:42:13 spire-1.2.1/test/fakes/ 17:42:13 spire-1.2.1/test/fakes/fakeagentcatalog/ 17:42:13 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 17:42:13 spire-1.2.1/test/fakes/fakeagentkeymanager/ 17:42:13 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 17:42:13 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 17:42:13 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 17:42:13 spire-1.2.1/test/fakes/fakeagentstore/ 17:42:13 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 17:42:13 spire-1.2.1/test/fakes/fakedatastore/ 17:42:13 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 17:42:13 spire-1.2.1/test/fakes/fakeentryclient/ 17:42:13 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 17:42:13 spire-1.2.1/test/fakes/fakehealthchecker/ 17:42:13 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 17:42:13 spire-1.2.1/test/fakes/fakeidentityprovider/ 17:42:13 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 17:42:13 spire-1.2.1/test/fakes/fakemetrics/ 17:42:13 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 17:42:13 spire-1.2.1/test/fakes/fakenoderesolver/ 17:42:13 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 17:42:13 spire-1.2.1/test/fakes/fakenotifier/ 17:42:13 spire-1.2.1/test/fakes/fakenotifier/notifier.go 17:42:13 spire-1.2.1/test/fakes/fakepluginmetrics/ 17:42:13 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 17:42:13 spire-1.2.1/test/fakes/fakeserverca/ 17:42:13 spire-1.2.1/test/fakes/fakeserverca/serverca.go 17:42:13 spire-1.2.1/test/fakes/fakeservercatalog/ 17:42:13 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 17:42:13 spire-1.2.1/test/fakes/fakeserverkeymanager/ 17:42:13 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 17:42:13 spire-1.2.1/test/fakes/fakeservernodeattestor/ 17:42:13 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 17:42:13 spire-1.2.1/test/fakes/fakeupstreamauthority/ 17:42:13 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 17:42:13 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 17:42:13 spire-1.2.1/test/fakes/fakeworkloadapi/ 17:42:13 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 17:42:13 spire-1.2.1/test/fakes/fakeworkloadattestor/ 17:42:13 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 17:42:13 spire-1.2.1/test/fixture/ 17:42:13 spire-1.2.1/test/fixture/certs/ 17:42:13 spire-1.2.1/test/fixture/certs/agent_svid.der 17:42:13 spire-1.2.1/test/fixture/certs/base_cert.pem 17:42:13 spire-1.2.1/test/fixture/certs/base_csr.pem 17:42:13 spire-1.2.1/test/fixture/certs/base_key.pem 17:42:13 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 17:42:13 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 17:42:13 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 17:42:13 spire-1.2.1/test/fixture/certs/blog_cert.pem 17:42:13 spire-1.2.1/test/fixture/certs/blog_csr.pem 17:42:13 spire-1.2.1/test/fixture/certs/blog_key.pem 17:42:13 spire-1.2.1/test/fixture/certs/bundle.der 17:42:13 spire-1.2.1/test/fixture/certs/ca.pem 17:42:13 spire-1.2.1/test/fixture/certs/ca_key.pem 17:42:13 spire-1.2.1/test/fixture/certs/database_cert.pem 17:42:13 spire-1.2.1/test/fixture/certs/database_csr.pem 17:42:13 spire-1.2.1/test/fixture/certs/database_key.pem 17:42:13 spire-1.2.1/test/fixture/certs/node_cert.pem 17:42:13 spire-1.2.1/test/fixture/certs/node_csr.pem 17:42:13 spire-1.2.1/test/fixture/certs/node_key.pem 17:42:13 spire-1.2.1/test/fixture/certs/svid.pem 17:42:13 spire-1.2.1/test/fixture/certs/svid_key.pem 17:42:13 spire-1.2.1/test/fixture/config/ 17:42:13 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 17:42:13 spire-1.2.1/test/fixture/config/agent_good.conf 17:42:13 spire-1.2.1/test/fixture/config/agent_good_templated.conf 17:42:13 spire-1.2.1/test/fixture/config/plugin_good.conf 17:42:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 17:42:13 spire-1.2.1/test/fixture/config/server_good.conf 17:42:13 spire-1.2.1/test/fixture/config/server_good_templated.conf 17:42:13 spire-1.2.1/test/fixture/fixture.go 17:42:13 spire-1.2.1/test/fixture/nodeattestor/ 17:42:13 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 17:42:13 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 17:42:13 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 17:42:13 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 17:42:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 17:42:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 17:42:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 17:42:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 17:42:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 17:42:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 17:42:13 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 17:42:13 spire-1.2.1/test/fixture/registration/ 17:42:13 spire-1.2.1/test/fixture/registration/entries.json 17:42:13 spire-1.2.1/test/fixture/registration/good-for-update.json 17:42:13 spire-1.2.1/test/fixture/registration/good.json 17:42:13 spire-1.2.1/test/fixture/registration/invalid.json 17:42:13 spire-1.2.1/test/fixture/registration/invalid_json.json 17:42:13 spire-1.2.1/test/fixture/registration/manager_test_entries.json 17:42:13 spire-1.2.1/test/integration/ 17:42:13 spire-1.2.1/test/integration/README.md 17:42:13 spire-1.2.1/test/integration/common 17:42:13 spire-1.2.1/test/integration/setup/ 17:42:13 spire-1.2.1/test/integration/setup/adminclient/ 17:42:13 spire-1.2.1/test/integration/setup/adminclient/build.sh 17:42:13 spire-1.2.1/test/integration/setup/adminclient/client.go 17:42:13 spire-1.2.1/test/integration/setup/debugagent/ 17:42:13 spire-1.2.1/test/integration/setup/debugagent/build.sh 17:42:13 spire-1.2.1/test/integration/setup/debugagent/main.go 17:42:13 spire-1.2.1/test/integration/setup/debugserver/ 17:42:13 spire-1.2.1/test/integration/setup/debugserver/build.sh 17:42:13 spire-1.2.1/test/integration/setup/debugserver/main.go 17:42:13 spire-1.2.1/test/integration/setup/downstreamclient/ 17:42:13 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 17:42:13 spire-1.2.1/test/integration/setup/downstreamclient/client.go 17:42:13 spire-1.2.1/test/integration/setup/itclient/ 17:42:13 spire-1.2.1/test/integration/setup/itclient/client.go 17:42:13 spire-1.2.1/test/integration/setup/node-attestation/ 17:42:13 spire-1.2.1/test/integration/setup/node-attestation/build.sh 17:42:13 spire-1.2.1/test/integration/setup/node-attestation/client.go 17:42:13 spire-1.2.1/test/integration/setup/x509pop/ 17:42:13 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 17:42:13 spire-1.2.1/test/integration/setup/x509pop/setup.sh 17:42:13 spire-1.2.1/test/integration/suites/ 17:42:13 spire-1.2.1/test/integration/suites/admin-endpoints/ 17:42:13 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 17:42:13 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 17:42:13 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 17:42:13 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 17:42:13 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 17:42:13 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 17:42:13 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 17:42:13 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 17:42:13 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 17:42:13 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 17:42:13 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 17:42:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 17:42:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 17:42:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 17:42:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 17:42:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 17:42:13 spire-1.2.1/test/integration/suites/datastore-mysql/ 17:42:13 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 17:42:13 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 17:42:13 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 17:42:13 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres/ 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 17:42:13 spire-1.2.1/test/integration/suites/debug-endpoints/ 17:42:13 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 17:42:13 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 17:42:13 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 17:42:13 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 17:42:13 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 17:42:13 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 17:42:13 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 17:42:13 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 17:42:13 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 17:42:13 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 17:42:13 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 17:42:13 spire-1.2.1/test/integration/suites/downstream-endpoints/ 17:42:13 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 17:42:13 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 17:42:13 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 17:42:13 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 17:42:13 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 17:42:13 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 17:42:13 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 17:42:13 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 17:42:13 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 17:42:13 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 17:42:13 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 17:42:13 spire-1.2.1/test/integration/suites/join-token/ 17:42:13 spire-1.2.1/test/integration/suites/join-token/01-start-server 17:42:13 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 17:42:13 spire-1.2.1/test/integration/suites/join-token/03-start-agent 17:42:13 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 17:42:13 spire-1.2.1/test/integration/suites/join-token/05-check-svid 17:42:13 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 17:42:13 spire-1.2.1/test/integration/suites/join-token/README.md 17:42:13 spire-1.2.1/test/integration/suites/join-token/conf/ 17:42:13 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 17:42:13 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/join-token/conf/server/ 17:42:13 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/join-token/teardown 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/ 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 17:42:13 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/ 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 17:42:13 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 17:42:13 spire-1.2.1/test/integration/suites/k8s/ 17:42:13 spire-1.2.1/test/integration/suites/k8s/00-setup 17:42:13 spire-1.2.1/test/integration/suites/k8s/01-apply-config 17:42:13 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 17:42:13 spire-1.2.1/test/integration/suites/k8s/README.md 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/ 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/server/ 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 17:42:13 spire-1.2.1/test/integration/suites/k8s/init-kubectl 17:42:13 spire-1.2.1/test/integration/suites/k8s/teardown 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/README.md 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/root/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/nested-rotation/teardown 17:42:13 spire-1.2.1/test/integration/suites/node-attestation/ 17:42:13 spire-1.2.1/test/integration/suites/node-attestation/00-setup 17:42:13 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 17:42:13 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 17:42:13 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 17:42:13 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 17:42:13 spire-1.2.1/test/integration/suites/node-attestation/README.md 17:42:13 spire-1.2.1/test/integration/suites/node-attestation/conf/ 17:42:13 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 17:42:13 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 17:42:13 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/node-attestation/teardown 17:42:13 spire-1.2.1/test/integration/suites/rotation/ 17:42:13 spire-1.2.1/test/integration/suites/rotation/00-setup 17:42:13 spire-1.2.1/test/integration/suites/rotation/01-start-server 17:42:13 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 17:42:13 spire-1.2.1/test/integration/suites/rotation/03-start-agent 17:42:13 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 17:42:13 spire-1.2.1/test/integration/suites/rotation/05-check-svids 17:42:13 spire-1.2.1/test/integration/suites/rotation/README.md 17:42:13 spire-1.2.1/test/integration/suites/rotation/conf/ 17:42:13 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 17:42:13 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/rotation/conf/server/ 17:42:13 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/rotation/teardown 17:42:13 spire-1.2.1/test/integration/suites/self-test/ 17:42:13 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 17:42:13 spire-1.2.1/test/integration/suites/self-test/README.md 17:42:13 spire-1.2.1/test/integration/suites/self-test/teardown 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/ 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 17:42:13 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 17:42:13 spire-1.2.1/test/integration/suites/upgrade/ 17:42:13 spire-1.2.1/test/integration/suites/upgrade/00-setup 17:42:13 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 17:42:13 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 17:42:13 spire-1.2.1/test/integration/suites/upgrade/README.md 17:42:13 spire-1.2.1/test/integration/suites/upgrade/conf/ 17:42:13 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 17:42:13 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 17:42:13 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 17:42:13 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 17:42:13 spire-1.2.1/test/integration/suites/upgrade/teardown 17:42:13 spire-1.2.1/test/integration/suites/upgrade/versions.txt 17:42:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 17:42:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 17:42:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 17:42:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 17:42:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 17:42:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 17:42:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 17:42:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 17:42:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 17:42:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 17:42:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 17:42:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 17:42:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 17:42:13 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 17:42:13 spire-1.2.1/test/integration/test-one.sh 17:42:13 spire-1.2.1/test/integration/test.sh 17:42:13 spire-1.2.1/test/plugintest/ 17:42:13 spire-1.2.1/test/plugintest/config.go 17:42:13 spire-1.2.1/test/plugintest/load.go 17:42:13 spire-1.2.1/test/plugintest/option.go 17:42:13 spire-1.2.1/test/spiretest/ 17:42:13 spire-1.2.1/test/spiretest/apiserver.go 17:42:13 spire-1.2.1/test/spiretest/assertions.go 17:42:13 spire-1.2.1/test/spiretest/dir.go 17:42:13 spire-1.2.1/test/spiretest/errors_posix.go 17:42:13 spire-1.2.1/test/spiretest/errors_windows.go 17:42:13 spire-1.2.1/test/spiretest/logs.go 17:42:13 spire-1.2.1/test/spiretest/socketapi.go 17:42:13 spire-1.2.1/test/spiretest/suite.go 17:42:13 spire-1.2.1/test/spiretest/x509.go 17:42:13 spire-1.2.1/test/testca/ 17:42:13 spire-1.2.1/test/testca/ca.go 17:42:13 spire-1.2.1/test/testkey/ 17:42:13 spire-1.2.1/test/testkey/generate.sh 17:42:13 spire-1.2.1/test/testkey/genkeys.go 17:42:13 spire-1.2.1/test/testkey/keys.go 17:42:13 spire-1.2.1/test/testkey/new.go 17:42:13 spire-1.2.1/test/tpmsimulator/ 17:42:13 spire-1.2.1/test/tpmsimulator/simulator.go 17:42:13 spire-1.2.1/test/util/ 17:42:13 spire-1.2.1/test/util/cert_fixtures.go 17:42:13 spire-1.2.1/test/util/cert_generation.go 17:42:13 spire-1.2.1/test/util/io_redirection.go 17:42:13 spire-1.2.1/test/util/race.go 17:42:13 spire-1.2.1/test/util/util.go 17:42:13 building spire from source... 17:42:13 Installing go1.17.7... 17:42:19 Building bin/spire-server... 17:42:19 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 17:42:19 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 17:42:19 go: downloading github.com/mitchellh/cli v1.1.2 17:42:19 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 17:42:19 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 17:42:19 go: downloading github.com/imdario/mergo v0.3.12 17:42:19 go: downloading github.com/sirupsen/logrus v1.8.1 17:42:19 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 17:42:19 go: downloading github.com/hashicorp/go-hclog v1.1.0 17:42:19 go: downloading google.golang.org/grpc v1.44.0 17:42:19 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 17:42:19 go: downloading github.com/hashicorp/go-plugin v1.4.3 17:42:19 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 17:42:19 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 17:42:19 go: downloading github.com/InVisionApp/go-logger v1.0.1 17:42:19 go: downloading github.com/armon/go-metrics v0.3.10 17:42:19 go: downloading github.com/prometheus/client_golang v1.12.1 17:42:19 go: downloading github.com/uber-go/tally/v4 v4.1.1 17:42:19 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 17:42:19 go: downloading github.com/open-policy-agent/opa v0.38.0 17:42:19 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 17:42:19 go: downloading github.com/fatih/color v1.13.0 17:42:19 go: downloading github.com/mattn/go-isatty v0.0.14 17:42:20 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 17:42:20 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 17:42:20 go: downloading github.com/oklog/run v1.0.0 17:42:20 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 17:42:20 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 17:42:20 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 17:42:20 go: downloading github.com/imkira/go-observer v1.0.3 17:42:20 go: downloading go.uber.org/atomic v1.9.0 17:42:20 go: downloading github.com/Masterminds/goutils v1.1.0 17:42:20 go: downloading github.com/Masterminds/semver v1.5.0 17:42:20 go: downloading github.com/google/uuid v1.1.2 17:42:20 go: downloading github.com/huandu/xstrings v1.3.2 17:42:20 go: downloading github.com/prometheus/client_model v0.2.0 17:42:20 go: downloading github.com/prometheus/common v0.32.1 17:42:20 go: downloading github.com/beorn7/perks v1.0.1 17:42:20 go: downloading github.com/cespare/xxhash/v2 v2.1.2 17:42:20 go: downloading github.com/prometheus/procfs v0.7.3 17:42:20 go: downloading github.com/mattn/go-colorable v0.1.12 17:42:20 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 17:42:20 go: downloading github.com/blang/semver/v4 v4.0.0 17:42:20 go: downloading github.com/go-sql-driver/mysql v1.6.0 17:42:20 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 17:42:20 go: downloading github.com/jinzhu/gorm v1.9.16 17:42:20 go: downloading github.com/lib/pq v1.10.4 17:42:20 go: downloading github.com/mattn/go-sqlite3 v1.14.12 17:42:20 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 17:42:20 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 17:42:21 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 17:42:23 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 17:42:23 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 17:42:23 go: downloading github.com/stretchr/testify v1.7.0 17:42:23 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 17:42:23 go: downloading github.com/aws/aws-sdk-go v1.43.0 17:42:28 go: downloading google.golang.org/api v0.70.0 17:42:28 go: downloading k8s.io/client-go v0.23.4 17:42:28 go: downloading k8s.io/api v0.23.4 17:42:28 go: downloading github.com/google/go-tpm v0.3.3 17:42:28 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 17:42:28 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 17:42:28 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 17:42:28 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 17:42:28 go: downloading cloud.google.com/go/storage v1.21.0 17:42:28 go: downloading cloud.google.com/go v0.100.2 17:42:29 go: downloading k8s.io/apimachinery v0.23.4 17:42:30 go: downloading k8s.io/kube-aggregator v0.23.3 17:42:30 go: downloading sigs.k8s.io/controller-runtime v0.11.1 17:42:30 go: downloading cloud.google.com/go/security v1.3.0 17:42:30 go: downloading github.com/hashicorp/vault/api v1.4.1 17:42:30 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 17:42:30 go: downloading github.com/hashicorp/golang-lru v0.5.4 17:42:30 go: downloading github.com/twmb/murmur3 v1.1.6 17:42:30 go: downloading github.com/mitchellh/reflectwalk v1.0.1 17:42:30 go: downloading github.com/hashicorp/errwrap v1.1.0 17:42:30 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 17:42:30 go: downloading github.com/jinzhu/inflection v1.0.0 17:42:30 go: downloading github.com/aws/smithy-go v1.11.0 17:42:31 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 17:42:31 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 17:42:31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 17:42:31 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 17:42:31 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 17:42:31 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 17:42:31 go: downloading github.com/Azure/go-autorest/logger v0.2.1 17:42:31 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 17:42:31 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 17:42:31 go: downloading github.com/dimchansky/utfbom v1.1.1 17:42:31 go: downloading cloud.google.com/go/compute v1.3.0 17:42:32 go: downloading cloud.google.com/go/iam v0.1.1 17:42:32 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 17:42:32 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 17:42:33 go: downloading github.com/gogo/protobuf v1.3.2 17:42:33 go: downloading github.com/google/gofuzz v1.1.0 17:42:33 go: downloading k8s.io/klog/v2 v2.30.0 17:42:33 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 17:42:33 go: downloading github.com/spf13/pflag v1.0.5 17:42:33 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 17:42:33 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 17:42:33 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 17:42:33 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 17:42:33 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 17:42:33 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 17:42:33 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 17:42:33 go: downloading github.com/hashicorp/vault/sdk v0.4.1 17:42:33 go: downloading github.com/mitchellh/mapstructure v1.4.3 17:42:33 go: downloading github.com/tklauser/go-sysconf v0.3.9 17:42:33 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:42:33 go: downloading gopkg.in/yaml.v2 v2.4.0 17:42:33 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 17:42:33 go: downloading github.com/gobwas/glob v0.2.3 17:42:33 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 17:42:33 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 17:42:33 go: downloading github.com/jmespath/go-jmespath v0.4.0 17:42:33 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 17:42:33 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 17:42:33 go: downloading go.opencensus.io v0.23.0 17:42:33 go: downloading github.com/google/go-cmp v0.5.7 17:42:33 go: downloading gopkg.in/inf.v0 v0.9.1 17:42:33 go: downloading github.com/googleapis/gnostic v0.5.5 17:42:33 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 17:42:34 go: downloading github.com/go-logr/logr v1.2.2 17:42:34 go: downloading github.com/json-iterator/go v1.1.12 17:42:34 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 17:42:34 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 17:42:34 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 17:42:34 go: downloading go.uber.org/zap v1.21.0 17:42:34 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 17:42:34 go: downloading github.com/tklauser/numcpus v0.3.0 17:42:34 go: downloading sigs.k8s.io/yaml v1.3.0 17:42:34 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 17:42:34 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 17:42:34 go: downloading github.com/modern-go/reflect2 v1.0.2 17:42:34 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 17:42:34 go: downloading github.com/hashicorp/go-uuid v1.0.2 17:42:34 go: downloading github.com/hashicorp/go-version v1.2.0 17:42:34 go: downloading github.com/golang/snappy v0.0.4 17:42:34 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 17:42:34 go: downloading github.com/ryanuber/go-glob v1.0.0 17:42:34 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 17:42:34 go: downloading go.uber.org/multierr v1.6.0 17:42:42 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 17:42:42 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 17:42:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 17:42:51 Removing intermediate container 528890ed36b4 17:42:51 ---> c02c9edb81f6 17:42:51 Successfully built c02c9edb81f6 17:42:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:42:52 + docker inspect -f . ci-base-image-arm64 17:42:52 . [Pipeline] withDockerContainer 17:42:52 prd-ubuntu20.04-docker-arm64-4c-16g-20704 does not seem to be running inside a container 17:42:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:42:53 $ docker top 9b32f5a4adc4c69118ab619f807b7e0d497778658d79f1b8b2c3845d9eb117f3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:42:54 + go version 17:42:54 go version go1.17.6 linux/arm64 [Pipeline] } 17:42:54 $ docker stop --time=1 9b32f5a4adc4c69118ab619f807b7e0d497778658d79f1b8b2c3845d9eb117f3 17:42:56 $ docker rm -f 9b32f5a4adc4c69118ab619f807b7e0d497778658d79f1b8b2c3845d9eb117f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:42:56 + docker inspect -f . ci-base-image-arm64 17:42:56 . [Pipeline] withDockerContainer 17:42:57 prd-ubuntu20.04-docker-arm64-4c-16g-20704 does not seem to be running inside a container 17:42:57 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:42:58 $ docker top aa02ac57c576934b5d7d990616bddc464794c02ad75bf01d88fbc3370eaee3ab -eo pid,comm [Pipeline] { [Pipeline] echo 17:42:58 ========================================================= 17:42:58 [edgeXBuildGoParallel] Running Tests and Build... 17:42:58 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:42:59 + make test 17:42:59 go mod tidy -compat=1.17 17:43:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:43:07 Removing intermediate container b9cbf9da9db9 17:43:07 ---> 1d7dc46f74ee 17:43:07 17:43:07 Step 10/23 : FROM alpine:3.14 17:43:07 Removing intermediate container cdf3d5b2d04b 17:43:07 ---> f7d9b104e212 17:43:07 17:43:07 Step 10/31 : FROM alpine:3.14 17:43:07 Removing intermediate container 6d91dc02b30f 17:43:07 ---> 88e8320a4121 17:43:07 17:43:07 Step 10/22 : FROM alpine:3.14 17:43:07 Removing intermediate container 7b4875c45375 17:43:07 ---> b22eaf838af9 17:43:07 17:43:07 Step 10/22 : FROM alpine:3.14 17:43:07 3.14: Pulling from library/alpine 17:43:08 3.14: Pulling from library/alpine 17:43:09 3.14: Pulling from library/alpine 17:43:09 3.14: Pulling from library/alpine 17:43:09 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 17:43:09 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 17:43:09 Status: Downloaded newer image for alpine:3.14 17:43:09 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 17:43:09 Status: Downloaded newer image for alpine:3.14 17:43:09 Status: Image is up to date for alpine:3.14 17:43:09 ---> e04c818066af 17:43:09 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:43:09 ---> e04c818066af 17:43:09 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:43:09 ---> e04c818066af 17:43:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:43:09 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 17:43:09 Status: Image is up to date for alpine:3.14 17:43:09 ---> e04c818066af 17:43:09 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 17:43:10 ---> Running in d4cc3070fb06 17:43:10 ---> Running in 4a5d2b34e9a7 17:43:10 ---> Running in 9eea5e3cfea1 17:43:10 ---> Running in a1c4ed7cec66 17:43:10 Removing intermediate container d4cc3070fb06 17:43:10 ---> e6bca7ec15bb 17:43:10 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:43:11 ---> Running in 13fa4131ee18 17:43:11 Removing intermediate container a1c4ed7cec66 17:43:11 ---> 03a41aa306a9 17:43:11 Step 12/23 : ENV APP_PORT=59880 17:43:11 ---> Running in 7b583233dc36 17:43:11 Removing intermediate container 7b583233dc36 17:43:11 ---> 71d00836e668 17:43:11 Step 13/23 : EXPOSE $APP_PORT 17:43:11 ---> Running in e48472f44ff6 17:43:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:43:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:43:11 Removing intermediate container e48472f44ff6 17:43:11 ---> f5f62c6653d7 17:43:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:43:11 ---> Running in acc0a2aed2e5 17:43:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:43:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:43:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:43:12 (1/6) Installing ca-certificates (20211220-r0) 17:43:12 (2/6) Installing brotli-libs (1.0.9-r5) 17:43:12 (3/6) Installing nghttp2-libs (1.43.0-r0) 17:43:12 (4/6) Installing libcurl (7.79.1-r0) 17:43:12 (5/6) Installing curl (7.79.1-r0) 17:43:12 (6/6) Installing dumb-init (1.2.5-r1) 17:43:12 Executing busybox-1.33.1-r7.trigger 17:43:12 Executing ca-certificates-20211220-r0.trigger 17:43:12 (1/1) Installing dumb-init (1.2.5-r1) 17:43:12 Executing busybox-1.33.1-r7.trigger 17:43:12 OK: 6 MiB in 15 packages 17:43:12 (1/2) Installing dumb-init (1.2.5-r1) 17:43:12 (2/2) Installing su-exec (0.2-r1) 17:43:12 Executing busybox-1.33.1-r7.trigger 17:43:12 OK: 6 MiB in 16 packages 17:43:12 OK: 8 MiB in 20 packages 17:43:13 Removing intermediate container 13fa4131ee18 17:43:13 ---> 2b37ab8eaf94 17:43:13 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:43:13 Removing intermediate container 9eea5e3cfea1 17:43:13 ---> 34091cb62152 17:43:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:43:13 ---> Running in c4fee36f3638 17:43:13 ---> Running in ee2bbae75374 17:43:13 Removing intermediate container 4a5d2b34e9a7 17:43:13 ---> 36cc65e1b01e 17:43:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:43:13 ---> Running in 8f802181339e 17:43:13 Removing intermediate container acc0a2aed2e5 17:43:13 ---> bb109f839c0c 17:43:13 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:43:13 ---> Running in 85901d3606bf 17:43:13 Removing intermediate container c4fee36f3638 17:43:13 ---> b4043773223b 17:43:13 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:43:13 Removing intermediate container ee2bbae75374 17:43:13 ---> cf855f044542 17:43:13 Step 13/22 : ENV APP_PORT=59861 17:43:13 ---> Running in 0cd8891b91e4 17:43:14 Removing intermediate container 8f802181339e 17:43:14 ---> b3681fd29b19 17:43:14 Step 13/22 : WORKDIR /edgex 17:43:14 ---> Running in 16c49187899a 17:43:14 ---> Running in e499c7798729 17:43:14 Removing intermediate container e499c7798729 17:43:14 ---> 97c82f444818 17:43:14 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:43:14 Removing intermediate container 0cd8891b91e4 17:43:14 ---> 4f8f67bbe8fd 17:43:14 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:43:14 ---> Running in 12174b1d71b0 17:43:14 Removing intermediate container 16c49187899a 17:43:14 ---> def9ce5327b3 17:43:14 Step 14/22 : EXPOSE $APP_PORT 17:43:14 ---> Running in fb2435720bad 17:43:14 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:43:14 Removing intermediate container fb2435720bad 17:43:14 ---> 67346aa7a118 17:43:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:43:15 ---> f03fd7526a4f 17:43:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:43:15 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:43:15 (1/6) Installing dumb-init (1.2.5-r1) 17:43:15 ---> 1213b4b99114 17:43:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:43:15 ---> e791af1b5ad5 17:43:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:43:15 (2/6) Installing libgcc (10.3.1_git20210424-r2) 17:43:16 (3/6) Installing libsodium (1.0.18-r0) 17:43:16 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 17:43:16 (5/6) Installing libzmq (4.3.4-r0) 17:43:16 Removing intermediate container 12174b1d71b0 17:43:16 ---> b1c48ba9ced6 17:43:16 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:43:16 (6/6) Installing zeromq (4.3.4-r0) 17:43:16 Executing busybox-1.33.1-r7.trigger 17:43:16 OK: 8 MiB in 20 packages 17:43:16 ---> Running in 0d316fd4a970 17:43:17 ---> 74b21d1068e6 17:43:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:43:17 Removing intermediate container 0d316fd4a970 17:43:17 ---> 36b5a3614ee4 17:43:17 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:43:17 ---> d9013d8cecad 17:43:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 17:43:18 Removing intermediate container 85901d3606bf 17:43:18 ---> 3135bd461314 17:43:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:43:18 ---> 35fd7caf536f 17:43:18 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:43:18 ---> c6e961f72ad6 17:43:18 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:43:18 ---> Running in 58ad7302345c 17:43:18 ---> Running in f42980ebdc0b 17:43:18 ---> 98d3283de0e9 17:43:18 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:43:18 ---> 53d078b7e333 17:43:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:43:19 Removing intermediate container 58ad7302345c 17:43:19 ---> 81ef5b79e91e 17:43:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:43:19 ---> Running in 2db45b1a89e6 17:43:19 ---> Running in 4f0001e7acc2 17:43:19 Removing intermediate container 4f0001e7acc2 17:43:19 ---> c15aef46ccc5 17:43:19 Step 20/22 : LABEL arch=x86_64 17:43:19 ---> Running in 7aa6e1cdc4c5 17:43:20 Removing intermediate container 7aa6e1cdc4c5 17:43:20 ---> 248bfe330ef9 17:43:20 Step 21/22 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 17:43:20 ---> f085d9809a60 17:43:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:43:20 ---> Running in 9d369817bb12 17:43:20 Removing intermediate container f42980ebdc0b 17:43:20 ---> ece564881fa8 17:43:20 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:43:20 Removing intermediate container 9d369817bb12 17:43:20 ---> df9790bb7b69 17:43:20 Step 22/22 : LABEL version=0.0.0 17:43:20 ---> Running in 5e8ee27132bd 17:43:20 Removing intermediate container 2db45b1a89e6 17:43:20 ---> 02ab57edd614 17:43:20 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 17:43:20 ---> ca314c6de665 17:43:20 Step 19/23 : ENTRYPOINT ["/core-data"] 17:43:20 ---> Running in 9748f056c2ed 17:43:21 ---> Running in d8955459b9ea 17:43:21 Removing intermediate container 5e8ee27132bd 17:43:21 ---> 52855a6261cd 17:43:21 17:43:21 ---> aa6dbad16c77 17:43:21 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:43:21 Removing intermediate container 9748f056c2ed 17:43:21 ---> f1128c011275 17:43:21 Step 20/22 : LABEL arch=x86_64 17:43:21 Successfully built 52855a6261cd 17:43:21 Successfully tagged support-scheduler:latest 17:43:21  Building support-scheduler ... done Building support-notifications 17:43:21 ---> Running in 1355ae2f34f9 17:43:21 Removing intermediate container d8955459b9ea 17:43:21 ---> eb5c18256054 17:43:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:43:21 ---> Running in 95be09151c5e 17:43:23 Removing intermediate container 95be09151c5e 17:43:23 ---> 4d86fb6e85b5 17:43:23 Step 21/23 : LABEL arch=x86_64 17:43:23 Removing intermediate container 1355ae2f34f9 17:43:23 ---> 5acd339e21f2 17:43:23 Step 21/22 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 17:43:25 ---> 47858d4977d2 17:43:25 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:43:25 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:43:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:43:25 ---> 71adfa003c1f 17:43:25 Step 3/22 : WORKDIR /edgex-go 17:43:25 ---> Using cache 17:43:25 ---> d443a769b8df 17:43:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:25 ---> Using cache 17:43:25 ---> 5af32747b576 17:43:25 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:43:25 ---> Running in 94bf50baf133 17:43:25 ---> Running in 30d59cf887e6 17:43:25 ---> Running in fde2fa9720a4 17:43:25 Removing intermediate container 94bf50baf133 17:43:25 ---> c21a224600fd 17:43:25 Step 22/22 : LABEL version=0.0.0 17:43:26 Removing intermediate container 30d59cf887e6 17:43:26 ---> 64dc7c4ef772 17:43:26 Step 22/23 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 17:43:26 ---> Running in 6d30b6519a72 17:43:26 ---> d2c5bc677df4 17:43:26 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:43:26 ---> Running in 2c4d30ec82c9 17:43:26 Removing intermediate container 6d30b6519a72 17:43:26 ---> d45a2e4bebd7 17:43:26 17:43:26 Successfully built d45a2e4bebd7 17:43:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:43:26 Successfully tagged security-proxy-setup:latest 17:43:26 Building security-spiffe-token-provider 17:43:26  Building security-proxy-setup ... done Removing intermediate container 2c4d30ec82c9 17:43:26 ---> a47ad7e32d87 17:43:26 Step 23/23 : LABEL version=0.0.0 17:43:26 ---> d3fb62fb3510 17:43:26 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:43:26 ---> Running in 1f3fc945c72b 17:43:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:43:27 OK: 221 MiB in 52 packages 17:43:28 Removing intermediate container 1f3fc945c72b 17:43:28 ---> 4ec842b67305 17:43:28 17:43:28 Successfully built 4ec842b67305 17:43:30 Successfully tagged core-data:latest 17:43:30  Building core-data ... done Building security-secretstore-setup 17:43:32 ? github.com/edgexfoundry/edgex-go [no test files] 17:43:32 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:43:32 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:43:32 ---> 71adfa003c1f 17:43:32 Step 3/20 : WORKDIR /edgex-go 17:43:32 ---> Using cache 17:43:32 ---> d443a769b8df 17:43:32 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 17:43:33 ---> 3dc088d43170 17:43:33 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:43:35 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:43:35 Step 2/25 : FROM ${BUILDER_BASE} AS builder 17:43:35 ---> 71adfa003c1f 17:43:35 Step 3/25 : WORKDIR /edgex-go 17:43:35 ---> Using cache 17:43:35 ---> d443a769b8df 17:43:35 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:35 ---> Using cache 17:43:35 ---> 5af32747b576 17:43:35 Step 5/25 : RUN apk add --update --no-cache make git 17:43:35 ---> Using cache 17:43:35 ---> a749cb6c4aec 17:43:35 Step 6/25 : COPY go.mod vendor* ./ 17:43:35 ---> Using cache 17:43:35 ---> 4ad461f4b4be 17:43:35 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:43:35 ---> Using cache 17:43:35 ---> 0dba882e394e 17:43:35 Step 8/25 : COPY . . 17:43:35 ---> Using cache 17:43:35 ---> 2c0e2af02678 17:43:35 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:43:35 Removing intermediate container fde2fa9720a4 17:43:35 ---> 585547067cc8 17:43:35 Step 6/22 : COPY go.mod vendor* ./ 17:43:35 ---> Running in d68649ae5dfc 17:43:35 ---> Running in 54bde0f1c5c7 17:43:35 ---> Running in e18c8bd99084 17:43:35 ---> ced9f9159229 17:43:35 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:43:35 ---> Running in cf6f954491dd 17:43:35 Removing intermediate container e18c8bd99084 17:43:35 ---> d1ddc668d89d 17:43:35 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:43:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:43:35 ---> 1cea8321c3f0 17:43:35 Step 26/31 : RUN chmod +x /entrypoint.sh 17:43:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:43:35 ---> Running in c76abaaedd11 17:43:36 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:43:36 Removing intermediate container cf6f954491dd 17:43:36 ---> 511b1f909f55 17:43:36 Step 8/22 : COPY . . 17:43:36 Removing intermediate container c76abaaedd11 17:43:36 ---> f144bbc91554 17:43:36 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:43:37 v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] 17:43:37 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 17:43:37 OK: 15864 distinct packages available 17:43:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:43:37 ---> Running in 47f7c535b95f 17:43:38 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:43:38 OK: 221 MiB in 52 packages 17:43:39 Removing intermediate container 47f7c535b95f 17:43:39 ---> c9d07c671a11 17:43:39 Step 28/31 : CMD ["gate"] 17:43:40 ---> Running in 7b702c283860 17:43:40 Removing intermediate container 7b702c283860 17:43:40 ---> f9dd87113864 17:43:40 Step 29/31 : LABEL arch=x86_64 17:43:40 Removing intermediate container 54bde0f1c5c7 17:43:40 ---> 162c0e141ab8 17:43:40 Step 5/20 : COPY go.mod vendor* ./ 17:43:40 ---> Running in 96b79d5e40e8 17:43:40 ---> 5b3a2ca6f3f9 17:43:40 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:43:41 ---> Running in 038c34791a48 17:43:41 Removing intermediate container 96b79d5e40e8 17:43:41 ---> f98b4f6da215 17:43:41 Step 30/31 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 17:43:41 ---> Running in 7ec5e4cbdb62 17:43:41 Removing intermediate container 7ec5e4cbdb62 17:43:41 ---> 38fd40298c58 17:43:41 Step 31/31 : LABEL version=0.0.0 17:43:42 ---> Running in 71949af56054 17:43:42 Removing intermediate container 71949af56054 17:43:42 ---> 8fbe37dc9fe5 17:43:42 17:43:42 Successfully built 8fbe37dc9fe5 17:43:42 Successfully tagged security-bootstrapper:latest 17:43:42 Building security-spire-server 17:43:42  Building security-bootstrapper ... done Removing intermediate container 038c34791a48 17:43:42 ---> 87db30a66215 17:43:42 Step 7/20 : COPY . . 17:43:48 ---> 6495c061e926 17:43:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:43:48 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:43:48 Step 2/25 : FROM ${BUILDER_BASE} AS builder 17:43:48 ---> 71adfa003c1f 17:43:48 Step 3/25 : WORKDIR /edgex-go 17:43:48 ---> Using cache 17:43:48 ---> d443a769b8df 17:43:48 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:48 ---> Using cache 17:43:48 ---> 5af32747b576 17:43:48 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 17:43:51 ---> Running in c0fa9f4e45fe 17:43:51 ---> Running in a7af8423b7e6 17:43:51 ---> d85773211e03 17:43:51 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 17:43:51 ---> Running in 6c873f704b8a 17:43:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:43:51 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:43:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 17:43:52 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:43:52 OK: 221 MiB in 52 packages 17:43:53 Removing intermediate container a7af8423b7e6 17:43:53 ---> c7a8f1514781 17:43:53 Step 6/25 : COPY go.mod vendor* ./ 17:43:53 ---> 189e31b29e45 17:43:53 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:43:53 ---> Running in 58fbe47ca4f2 17:43:54 Removing intermediate container 58fbe47ca4f2 17:43:54 ---> 1fdf0019c353 17:43:54 Step 8/25 : COPY . . 17:43:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:44:04 ---> 3f5a7ad576ef 17:44:04 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 17:44:04 ---> Running in c4a4607af2ce 17:44:04 Removing intermediate container c4a4607af2ce 17:44:04 ---> 1fc55a8d9edc 17:44:04 Step 10/25 : RUN mkdir -p spire-build 17:44:05 ---> Running in 18cfed1f5881 17:44:07 Removing intermediate container 18cfed1f5881 17:44:07 ---> 146fd8f70e29 17:44:07 Step 11/25 : WORKDIR /edgex-go/spire-build 17:44:07 Removing intermediate container d68649ae5dfc 17:44:07 ---> 475a4d12facb 17:44:07 17:44:07 Step 10/25 : FROM alpine:3.14 17:44:07 ---> e04c818066af 17:44:07 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 17:44:07 ---> Running in bd9214dbb7cf 17:44:07 ---> Running in 03f26fa8e3d2 17:44:07 Removing intermediate container bd9214dbb7cf 17:44:07 ---> 2f8a9ff0da2c 17:44:07 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 17:44:07 ---> Running in dffd69d149b7 17:44:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:44:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:44:08 (1/3) Installing ca-certificates (20211220-r0) 17:44:08 (2/3) Installing dumb-init (1.2.5-r1) 17:44:08 (3/3) Installing su-exec (0.2-r1) 17:44:08 Executing busybox-1.33.1-r7.trigger 17:44:08 Executing ca-certificates-20211220-r0.trigger 17:44:08 OK: 6 MiB in 17 packages 17:44:09 Removing intermediate container 03f26fa8e3d2 17:44:09 ---> 7e8710c9ea83 17:44:09 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:44:09 spire-1.2.1/ 17:44:09 spire-1.2.1/.data/ 17:44:09 spire-1.2.1/.data/.file 17:44:09 spire-1.2.1/.dockerignore 17:44:09 spire-1.2.1/.gitattributes 17:44:09 spire-1.2.1/.githooks/ 17:44:09 spire-1.2.1/.githooks/pre-commit 17:44:09 spire-1.2.1/.github/ 17:44:09 spire-1.2.1/.github/ISSUE_TEMPLATE.md 17:44:09 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 17:44:09 spire-1.2.1/.github/dependabot.yml 17:44:09 spire-1.2.1/.github/workflows/ 17:44:09 spire-1.2.1/.github/workflows/nightly_build.yaml 17:44:09 spire-1.2.1/.github/workflows/pr_build.yaml 17:44:09 spire-1.2.1/.github/workflows/release_build.yaml 17:44:09 spire-1.2.1/.github/workflows/scripts/ 17:44:09 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 17:44:09 spire-1.2.1/.github/workflows/scripts/push-images.sh 17:44:09 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 17:44:09 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 17:44:09 spire-1.2.1/.github/workflows/scripts/split.sh 17:44:09 spire-1.2.1/.gitignore 17:44:09 spire-1.2.1/.go-version 17:44:09 spire-1.2.1/.golangci.yml 17:44:09 spire-1.2.1/ADOPTERS.md 17:44:09 spire-1.2.1/CHANGELOG.md 17:44:09 spire-1.2.1/CODE-OF-CONDUCT.md 17:44:09 spire-1.2.1/CODEOWNERS 17:44:09 spire-1.2.1/CONTRIBUTING.md 17:44:09 spire-1.2.1/Dockerfile 17:44:09 spire-1.2.1/Dockerfile.dev 17:44:09 spire-1.2.1/Dockerfile.scratch 17:44:09 spire-1.2.1/LICENSE 17:44:09 spire-1.2.1/MAINTAINERS.md 17:44:09 spire-1.2.1/Makefile 17:44:09 spire-1.2.1/README.md 17:44:09 spire-1.2.1/ROADMAP.md 17:44:09 spire-1.2.1/SECURITY.md 17:44:09 spire-1.2.1/cmd/ 17:44:09 spire-1.2.1/cmd/spire-agent/ 17:44:09 spire-1.2.1/cmd/spire-agent/cli/ 17:44:09 spire-1.2.1/cmd/spire-agent/cli/api/ 17:44:09 spire-1.2.1/cmd/spire-agent/cli/api/common.go 17:44:09 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 17:44:09 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 17:44:09 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 17:44:09 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 17:44:09 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 17:44:09 spire-1.2.1/cmd/spire-agent/cli/cli.go 17:44:09 spire-1.2.1/cmd/spire-agent/cli/common/ 17:44:09 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 17:44:09 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 17:44:09 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 17:44:09 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 17:44:09 spire-1.2.1/cmd/spire-agent/cli/run/ 17:44:09 spire-1.2.1/cmd/spire-agent/cli/run/run.go 17:44:09 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 17:44:09 spire-1.2.1/cmd/spire-agent/cli/validate/ 17:44:09 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 17:44:09 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 17:44:09 spire-1.2.1/cmd/spire-agent/main.go 17:44:09 spire-1.2.1/cmd/spire-server/ 17:44:09 spire-1.2.1/cmd/spire-server/cli/ 17:44:09 spire-1.2.1/cmd/spire-server/cli/agent/ 17:44:09 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/agent/count.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/agent/list.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/agent/show.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/bundle/ 17:44:09 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/cli.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/entry/ ---> Running in 82ac60403753 17:44:09 17:44:09 spire-1.2.1/cmd/spire-server/cli/entry/count.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/entry/create.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/entry/show.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/entry/update.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/entry/util.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/federation/ 17:44:09 spire-1.2.1/cmd/spire-server/cli/federation/common.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/federation/create.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/federation/list.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/federation/show.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/federation/update.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 17:44:09 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/jwt/ 17:44:09 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/run/ 17:44:09 spire-1.2.1/cmd/spire-server/cli/run/run.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/token/ 17:44:09 spire-1.2.1/cmd/spire-server/cli/token/generate.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/validate/ 17:44:09 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/x509/ 17:44:09 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 17:44:09 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 17:44:09 spire-1.2.1/cmd/spire-server/main.go 17:44:09 spire-1.2.1/cmd/spire-server/util/ 17:44:09 spire-1.2.1/cmd/spire-server/util/util.go 17:44:09 spire-1.2.1/conf/ 17:44:09 spire-1.2.1/conf/agent/ 17:44:09 spire-1.2.1/conf/agent/agent.conf 17:44:09 spire-1.2.1/conf/agent/agent_full.conf 17:44:09 spire-1.2.1/conf/agent/dummy_root_ca.crt 17:44:09 spire-1.2.1/conf/server/ 17:44:09 spire-1.2.1/conf/server/dummy_upstream_ca.crt 17:44:09 spire-1.2.1/conf/server/dummy_upstream_ca.key 17:44:09 spire-1.2.1/conf/server/server.conf 17:44:09 spire-1.2.1/conf/server/server_full.conf 17:44:09 spire-1.2.1/doc/ 17:44:09 spire-1.2.1/doc/SPIRE101.md 17:44:09 spire-1.2.1/doc/auditlog.md 17:44:09 spire-1.2.1/doc/authorization_policy_engine.md 17:44:09 spire-1.2.1/doc/changelog_guidelines.md 17:44:09 spire-1.2.1/doc/cure53-report.pdf 17:44:09 spire-1.2.1/doc/images/ 17:44:09 spire-1.2.1/doc/images/2019_roadmap.png 17:44:09 spire-1.2.1/doc/images/SPIRE101.png 17:44:09 spire-1.2.1/doc/images/SPIRE_agent.png 17:44:09 spire-1.2.1/doc/images/SPIRE_server.png 17:44:09 spire-1.2.1/doc/images/cache_mgr.png 17:44:09 spire-1.2.1/doc/images/cache_mgr_components.png 17:44:09 spire-1.2.1/doc/images/federated_spire.png 17:44:09 spire-1.2.1/doc/images/ha_mode.png 17:44:09 spire-1.2.1/doc/images/nested_spire.png 17:44:09 spire-1.2.1/doc/images/oidc_federation.png 17:44:09 spire-1.2.1/doc/images/single_trust_domain.png 17:44:09 spire-1.2.1/doc/images/spiffe_compatible.png 17:44:09 spire-1.2.1/doc/images/spire_logo.png 17:44:09 spire-1.2.1/doc/migrating_registration_api_clients.md 17:44:09 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 17:44:09 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 17:44:09 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 17:44:09 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 17:44:09 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 17:44:09 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 17:44:09 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 17:44:09 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 17:44:09 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 17:44:09 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 17:44:09 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 17:44:09 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 17:44:09 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 17:44:09 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 17:44:09 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 17:44:09 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 17:44:09 spire-1.2.1/doc/plugin_server_datastore_sql.md 17:44:09 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 17:44:09 spire-1.2.1/doc/plugin_server_keymanager_disk.md 17:44:09 spire-1.2.1/doc/plugin_server_keymanager_memory.md 17:44:09 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 17:44:09 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 17:44:09 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 17:44:09 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 17:44:09 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 17:44:09 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 17:44:09 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 17:44:09 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 17:44:09 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 17:44:09 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 17:44:09 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 17:44:09 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 17:44:09 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 17:44:09 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 17:44:09 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 17:44:09 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 17:44:09 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 17:44:09 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 17:44:09 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 17:44:09 spire-1.2.1/doc/scaling_spire.md 17:44:09 spire-1.2.1/doc/spire_agent.md 17:44:09 spire-1.2.1/doc/spire_server.md 17:44:09 spire-1.2.1/doc/supported_integrations.md 17:44:09 spire-1.2.1/doc/telemetry.md 17:44:09 spire-1.2.1/doc/telemetry_config.md 17:44:09 spire-1.2.1/doc/upgrading.md 17:44:09 spire-1.2.1/doc/using_spire.md 17:44:09 spire-1.2.1/examples/ 17:44:09 spire-1.2.1/examples/README.md 17:44:09 spire-1.2.1/go.mod 17:44:09 spire-1.2.1/go.sum 17:44:09 spire-1.2.1/pkg/ 17:44:09 spire-1.2.1/pkg/agent/ 17:44:09 spire-1.2.1/pkg/agent/agent.go 17:44:09 spire-1.2.1/pkg/agent/api/ 17:44:09 spire-1.2.1/pkg/agent/api/config.go 17:44:09 spire-1.2.1/pkg/agent/api/debug/ 17:44:09 spire-1.2.1/pkg/agent/api/debug/v1/ 17:44:09 spire-1.2.1/pkg/agent/api/debug/v1/service.go 17:44:09 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 17:44:09 spire-1.2.1/pkg/agent/api/delegatedidentity/ 17:44:09 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 17:44:09 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 17:44:09 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 17:44:09 spire-1.2.1/pkg/agent/api/endpoints.go 17:44:09 spire-1.2.1/pkg/agent/api/health/ 17:44:09 spire-1.2.1/pkg/agent/api/health/v1/ 17:44:09 spire-1.2.1/pkg/agent/api/health/v1/service.go 17:44:09 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 17:44:09 spire-1.2.1/pkg/agent/api/rpccontext/ 17:44:09 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 17:44:09 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 17:44:09 spire-1.2.1/pkg/agent/attestor/ 17:44:09 spire-1.2.1/pkg/agent/attestor/node/ 17:44:09 spire-1.2.1/pkg/agent/attestor/node/experimental.go 17:44:09 spire-1.2.1/pkg/agent/attestor/node/node.go 17:44:09 spire-1.2.1/pkg/agent/attestor/node/node_test.go 17:44:09 spire-1.2.1/pkg/agent/attestor/workload/ 17:44:09 spire-1.2.1/pkg/agent/attestor/workload/workload.go 17:44:09 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 17:44:09 spire-1.2.1/pkg/agent/catalog/ 17:44:09 spire-1.2.1/pkg/agent/catalog/catalog.go 17:44:09 spire-1.2.1/pkg/agent/catalog/keymanager.go 17:44:09 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 17:44:09 spire-1.2.1/pkg/agent/catalog/svidstore.go 17:44:09 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 17:44:09 spire-1.2.1/pkg/agent/client/ 17:44:09 spire-1.2.1/pkg/agent/client/client.go 17:44:09 spire-1.2.1/pkg/agent/client/client_test.go 17:44:09 spire-1.2.1/pkg/agent/client/dial.go 17:44:09 spire-1.2.1/pkg/agent/client/nodeconn.go 17:44:09 spire-1.2.1/pkg/agent/client/nodeconn_test.go 17:44:09 spire-1.2.1/pkg/agent/client/update.go 17:44:09 spire-1.2.1/pkg/agent/client/util.go 17:44:09 spire-1.2.1/pkg/agent/common/ 17:44:09 spire-1.2.1/pkg/agent/common/backoff/ 17:44:09 spire-1.2.1/pkg/agent/common/backoff/backoff.go 17:44:09 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 17:44:09 spire-1.2.1/pkg/agent/common/cgroups/ 17:44:09 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 17:44:09 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 17:44:09 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 17:44:09 spire-1.2.1/pkg/agent/config.go 17:44:09 spire-1.2.1/pkg/agent/endpoints/ 17:44:09 spire-1.2.1/pkg/agent/endpoints/config.go 17:44:09 spire-1.2.1/pkg/agent/endpoints/endpoints.go 17:44:09 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 17:44:09 spire-1.2.1/pkg/agent/endpoints/metrics.go 17:44:09 spire-1.2.1/pkg/agent/endpoints/middleware.go 17:44:09 spire-1.2.1/pkg/agent/endpoints/peertracker.go 17:44:09 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 17:44:09 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 17:44:09 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 17:44:09 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 17:44:09 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 17:44:09 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 17:44:09 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 17:44:09 spire-1.2.1/pkg/agent/endpoints/workload/ 17:44:09 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 17:44:09 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 17:44:09 spire-1.2.1/pkg/agent/manager/ 17:44:09 spire-1.2.1/pkg/agent/manager/cache/ 17:44:09 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 17:44:09 spire-1.2.1/pkg/agent/manager/cache/cache.go 17:44:09 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 17:44:09 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 17:44:09 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 17:44:09 spire-1.2.1/pkg/agent/manager/cache/sets.go 17:44:09 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 17:44:09 spire-1.2.1/pkg/agent/manager/config.go 17:44:09 spire-1.2.1/pkg/agent/manager/manager.go 17:44:09 spire-1.2.1/pkg/agent/manager/manager_test.go 17:44:09 spire-1.2.1/pkg/agent/manager/storage.go 17:44:09 spire-1.2.1/pkg/agent/manager/storage_test.go 17:44:09 spire-1.2.1/pkg/agent/manager/storecache/ 17:44:09 spire-1.2.1/pkg/agent/manager/storecache/cache.go 17:44:09 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 17:44:09 spire-1.2.1/pkg/agent/manager/sync.go 17:44:09 spire-1.2.1/pkg/agent/plugin/ 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/ 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 17:44:09 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 17:44:09 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/ 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 17:44:09 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 17:44:09 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 17:44:09 spire-1.2.1/pkg/agent/svid/ 17:44:09 spire-1.2.1/pkg/agent/svid/rotator.go 17:44:09 spire-1.2.1/pkg/agent/svid/rotator_config.go 17:44:09 spire-1.2.1/pkg/agent/svid/rotator_test.go 17:44:09 spire-1.2.1/pkg/agent/svid/store/ 17:44:09 spire-1.2.1/pkg/agent/svid/store/service.go 17:44:09 spire-1.2.1/pkg/agent/svid/store/service_test.go 17:44:09 spire-1.2.1/pkg/common/ 17:44:09 spire-1.2.1/pkg/common/agentpathtemplate/ 17:44:09 spire-1.2.1/pkg/common/agentpathtemplate/template.go 17:44:09 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 17:44:09 spire-1.2.1/pkg/common/api/ 17:44:09 spire-1.2.1/pkg/common/api/metrics.go 17:44:09 spire-1.2.1/pkg/common/api/middleware/ 17:44:09 spire-1.2.1/pkg/common/api/middleware/common_test.go 17:44:09 spire-1.2.1/pkg/common/api/middleware/interceptor.go 17:44:09 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 17:44:09 spire-1.2.1/pkg/common/api/middleware/logger.go 17:44:09 spire-1.2.1/pkg/common/api/middleware/logger_test.go 17:44:09 spire-1.2.1/pkg/common/api/middleware/metrics.go 17:44:09 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 17:44:09 spire-1.2.1/pkg/common/api/middleware/middleware.go 17:44:09 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 17:44:09 spire-1.2.1/pkg/common/api/middleware/misconfig.go 17:44:09 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 17:44:09 spire-1.2.1/pkg/common/api/middleware/names.go 17:44:09 spire-1.2.1/pkg/common/api/middleware/names_test.go 17:44:09 spire-1.2.1/pkg/common/api/names.go 17:44:09 spire-1.2.1/pkg/common/api/ratelimit.go 17:44:09 spire-1.2.1/pkg/common/api/rpccontext/ 17:44:09 spire-1.2.1/pkg/common/api/rpccontext/logger.go 17:44:09 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 17:44:09 spire-1.2.1/pkg/common/api/rpccontext/names.go 17:44:09 spire-1.2.1/pkg/common/auth/ 17:44:09 spire-1.2.1/pkg/common/auth/interceptors.go 17:44:09 spire-1.2.1/pkg/common/auth/interceptors_test.go 17:44:09 spire-1.2.1/pkg/common/auth/untracked_uds.go 17:44:09 spire-1.2.1/pkg/common/bundleutil/ 17:44:09 spire-1.2.1/pkg/common/bundleutil/bundle.go 17:44:09 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 17:44:09 spire-1.2.1/pkg/common/bundleutil/common_test.go 17:44:09 spire-1.2.1/pkg/common/bundleutil/marshal.go 17:44:09 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 17:44:09 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 17:44:09 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 17:44:09 spire-1.2.1/pkg/common/bundleutil/types.go 17:44:09 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 17:44:09 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 17:44:09 spire-1.2.1/pkg/common/catalog/ 17:44:09 spire-1.2.1/pkg/common/catalog/bind.go 17:44:09 spire-1.2.1/pkg/common/catalog/builtin.go 17:44:09 spire-1.2.1/pkg/common/catalog/catalog.go 17:44:09 spire-1.2.1/pkg/common/catalog/catalog_test.go 17:44:09 spire-1.2.1/pkg/common/catalog/closers.go 17:44:09 spire-1.2.1/pkg/common/catalog/cmd_linux.go 17:44:09 spire-1.2.1/pkg/common/catalog/cmd_other.go 17:44:09 spire-1.2.1/pkg/common/catalog/config.go 17:44:09 spire-1.2.1/pkg/common/catalog/config_test.go 17:44:09 spire-1.2.1/pkg/common/catalog/configure.go 17:44:09 spire-1.2.1/pkg/common/catalog/constraints.go 17:44:09 spire-1.2.1/pkg/common/catalog/constraints_test.go 17:44:09 spire-1.2.1/pkg/common/catalog/context.go 17:44:09 spire-1.2.1/pkg/common/catalog/external.go 17:44:09 spire-1.2.1/pkg/common/catalog/host.go 17:44:09 spire-1.2.1/pkg/common/catalog/pipenet.go 17:44:09 spire-1.2.1/pkg/common/catalog/plugin.go 17:44:09 spire-1.2.1/pkg/common/catalog/testplugin/ 17:44:09 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 17:44:09 spire-1.2.1/pkg/common/catalog/testplugin/main.go 17:44:09 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 17:44:09 spire-1.2.1/pkg/common/cli/ 17:44:09 spire-1.2.1/pkg/common/cli/env.go 17:44:09 spire-1.2.1/pkg/common/cli/flags.go 17:44:09 spire-1.2.1/pkg/common/cli/trust_domain.go 17:44:09 spire-1.2.1/pkg/common/cli/trust_domain_test.go 17:44:09 spire-1.2.1/pkg/common/cli/umask.go 17:44:09 spire-1.2.1/pkg/common/cli/umask_posix.go 17:44:09 spire-1.2.1/pkg/common/cli/umask_test.go 17:44:09 spire-1.2.1/pkg/common/cli/umask_windows.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/ 17:44:09 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/flag.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/flag_test.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/format.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/format_test.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/ 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 17:44:09 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 17:44:09 spire-1.2.1/pkg/common/coretypes/ 17:44:09 spire-1.2.1/pkg/common/coretypes/bundle/ 17:44:09 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 17:44:09 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 17:44:09 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 17:44:09 spire-1.2.1/pkg/common/coretypes/bundle/require.go 17:44:09 spire-1.2.1/pkg/common/coretypes/jwtkey/ 17:44:09 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 17:44:09 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 17:44:09 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 17:44:09 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 17:44:09 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 17:44:09 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 17:44:09 spire-1.2.1/pkg/common/coretypes/x509certificate/ 17:44:09 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 17:44:09 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 17:44:09 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 17:44:09 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 17:44:09 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 17:44:09 spire-1.2.1/pkg/common/cryptoutil/ 17:44:09 spire-1.2.1/pkg/common/cryptoutil/keys.go 17:44:09 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 17:44:09 spire-1.2.1/pkg/common/diskutil/ 17:44:09 spire-1.2.1/pkg/common/diskutil/file_posix.go 17:44:09 spire-1.2.1/pkg/common/diskutil/file_test.go 17:44:09 spire-1.2.1/pkg/common/diskutil/file_windows.go 17:44:09 spire-1.2.1/pkg/common/errorutil/ 17:44:09 spire-1.2.1/pkg/common/errorutil/wrapper.go 17:44:09 spire-1.2.1/pkg/common/health/ 17:44:09 spire-1.2.1/pkg/common/health/config.go 17:44:09 spire-1.2.1/pkg/common/health/context.go 17:44:09 spire-1.2.1/pkg/common/health/context_test.go 17:44:09 spire-1.2.1/pkg/common/health/health.go 17:44:09 spire-1.2.1/pkg/common/health/health_test.go 17:44:09 spire-1.2.1/pkg/common/health/logger.go 17:44:09 spire-1.2.1/pkg/common/hostservice/ 17:44:09 spire-1.2.1/pkg/common/hostservice/metricsservice/ 17:44:09 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 17:44:09 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 17:44:09 spire-1.2.1/pkg/common/idutil/ 17:44:09 spire-1.2.1/pkg/common/idutil/require.go 17:44:09 spire-1.2.1/pkg/common/idutil/require_test.go 17:44:09 spire-1.2.1/pkg/common/idutil/safety.go 17:44:09 spire-1.2.1/pkg/common/idutil/safety_test.go 17:44:09 spire-1.2.1/pkg/common/idutil/spiffeid.go 17:44:09 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 17:44:09 spire-1.2.1/pkg/common/jwtsvid/ 17:44:09 spire-1.2.1/pkg/common/jwtsvid/common.go 17:44:09 spire-1.2.1/pkg/common/jwtsvid/sign.go 17:44:09 spire-1.2.1/pkg/common/jwtsvid/token_test.go 17:44:09 spire-1.2.1/pkg/common/jwtsvid/validate.go 17:44:09 spire-1.2.1/pkg/common/jwtutil/ 17:44:09 spire-1.2.1/pkg/common/jwtutil/keyset.go 17:44:09 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 17:44:09 spire-1.2.1/pkg/common/log/ 17:44:09 spire-1.2.1/pkg/common/log/hclog_adapter.go 17:44:09 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 17:44:09 spire-1.2.1/pkg/common/log/log.go 17:44:09 spire-1.2.1/pkg/common/log/log_test.go 17:44:09 spire-1.2.1/pkg/common/log/options.go 17:44:09 spire-1.2.1/pkg/common/nodeutil/ 17:44:09 spire-1.2.1/pkg/common/nodeutil/node.go 17:44:09 spire-1.2.1/pkg/common/nodeutil/node_test.go 17:44:09 spire-1.2.1/pkg/common/peertracker/ 17:44:09 spire-1.2.1/pkg/common/peertracker/conn.go 17:44:09 spire-1.2.1/pkg/common/peertracker/credentials.go 17:44:09 spire-1.2.1/pkg/common/peertracker/errors.go 17:44:09 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 17:44:09 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 17:44:09 spire-1.2.1/pkg/common/peertracker/info.go 17:44:09 spire-1.2.1/pkg/common/peertracker/listener.go 17:44:09 spire-1.2.1/pkg/common/peertracker/listener_test.go 17:44:09 spire-1.2.1/pkg/common/peertracker/peertracker.go 17:44:09 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 17:44:09 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 17:44:09 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 17:44:09 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 17:44:09 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 17:44:09 spire-1.2.1/pkg/common/peertracker/tcp.go 17:44:09 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 17:44:09 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 17:44:09 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 17:44:09 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 17:44:09 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 17:44:09 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 17:44:09 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 17:44:09 spire-1.2.1/pkg/common/peertracker/uds.go 17:44:09 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 17:44:09 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 17:44:09 spire-1.2.1/pkg/common/peertracker/uds_linux.go 17:44:09 spire-1.2.1/pkg/common/pemutil/ 17:44:09 spire-1.2.1/pkg/common/pemutil/block.go 17:44:09 spire-1.2.1/pkg/common/pemutil/certs.go 17:44:09 spire-1.2.1/pkg/common/pemutil/common.go 17:44:09 spire-1.2.1/pkg/common/pemutil/csr.go 17:44:09 spire-1.2.1/pkg/common/pemutil/keys.go 17:44:09 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 17:44:09 spire-1.2.1/pkg/common/pemutil/testdata/ 17:44:09 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 17:44:09 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 17:44:09 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 17:44:09 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 17:44:09 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 17:44:09 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 17:44:09 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 17:44:09 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 17:44:09 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 17:44:09 spire-1.2.1/pkg/common/plugin/ 17:44:09 spire-1.2.1/pkg/common/plugin/aws/ 17:44:09 spire-1.2.1/pkg/common/plugin/aws/iid.go 17:44:09 spire-1.2.1/pkg/common/plugin/azure/ 17:44:09 spire-1.2.1/pkg/common/plugin/azure/msi.go 17:44:09 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 17:44:09 spire-1.2.1/pkg/common/plugin/facade.go 17:44:09 spire-1.2.1/pkg/common/plugin/facade_test.go 17:44:09 spire-1.2.1/pkg/common/plugin/gcp/ 17:44:09 spire-1.2.1/pkg/common/plugin/gcp/iit.go 17:44:09 spire-1.2.1/pkg/common/plugin/k8s/ 17:44:09 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 17:44:09 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 17:44:09 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 17:44:09 spire-1.2.1/pkg/common/plugin/k8s/utils.go 17:44:09 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 17:44:09 spire-1.2.1/pkg/common/plugin/log.go 17:44:09 spire-1.2.1/pkg/common/plugin/sshpop/ 17:44:09 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 17:44:09 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 17:44:09 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 17:44:09 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 17:44:09 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 17:44:09 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 17:44:09 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 17:44:09 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 17:44:09 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 17:44:09 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 17:44:09 spire-1.2.1/pkg/common/plugin/tpmdevid/ 17:44:09 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 17:44:09 spire-1.2.1/pkg/common/plugin/x509pop/ 17:44:09 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 17:44:09 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 17:44:09 spire-1.2.1/pkg/common/profiling/ 17:44:09 spire-1.2.1/pkg/common/profiling/dumpers.go 17:44:09 spire-1.2.1/pkg/common/profiling/profiling.go 17:44:09 spire-1.2.1/pkg/common/protoutil/ 17:44:09 spire-1.2.1/pkg/common/protoutil/masks.go 17:44:09 spire-1.2.1/pkg/common/protoutil/masks_test.go 17:44:09 spire-1.2.1/pkg/common/rotationutil/ 17:44:09 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 17:44:09 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 17:44:09 spire-1.2.1/pkg/common/selector/ 17:44:09 spire-1.2.1/pkg/common/selector/selector.go 17:44:09 spire-1.2.1/pkg/common/selector/selector_test.go 17:44:09 spire-1.2.1/pkg/common/selector/set.go 17:44:09 spire-1.2.1/pkg/common/selector/set_utils.go 17:44:09 spire-1.2.1/pkg/common/selector/set_utils_test.go 17:44:09 spire-1.2.1/pkg/common/telemetry/ 17:44:09 spire-1.2.1/pkg/common/telemetry/agent/ 17:44:09 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 17:44:09 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 17:44:09 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 17:44:09 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 17:44:09 spire-1.2.1/pkg/common/telemetry/agent/manager.go 17:44:09 spire-1.2.1/pkg/common/telemetry/agent/node.go 17:44:09 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 17:44:09 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 17:44:09 spire-1.2.1/pkg/common/telemetry/agent/store/ 17:44:09 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 17:44:09 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 17:44:09 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 17:44:09 spire-1.2.1/pkg/common/telemetry/blackhole.go 17:44:09 spire-1.2.1/pkg/common/telemetry/call.go 17:44:09 spire-1.2.1/pkg/common/telemetry/common/ 17:44:09 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 17:44:09 spire-1.2.1/pkg/common/telemetry/config.go 17:44:09 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 17:44:09 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 17:44:09 spire-1.2.1/pkg/common/telemetry/inmem.go 17:44:09 spire-1.2.1/pkg/common/telemetry/inmem_test.go 17:44:09 spire-1.2.1/pkg/common/telemetry/m3.go 17:44:09 spire-1.2.1/pkg/common/telemetry/m3_test.go 17:44:09 spire-1.2.1/pkg/common/telemetry/metrics.go 17:44:09 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 17:44:09 spire-1.2.1/pkg/common/telemetry/names.go 17:44:09 spire-1.2.1/pkg/common/telemetry/prometheus.go 17:44:09 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 17:44:09 spire-1.2.1/pkg/common/telemetry/sanitize.go 17:44:09 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 17:44:09 spire-1.2.1/pkg/common/telemetry/server/ 17:44:09 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 17:44:09 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 17:44:09 spire-1.2.1/pkg/common/telemetry/server/datastore/ 17:44:09 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 17:44:09 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 17:44:09 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 17:44:09 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 17:44:09 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 17:44:09 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 17:44:09 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 17:44:09 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 17:44:09 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 17:44:09 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 17:44:09 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 17:44:09 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 17:44:09 spire-1.2.1/pkg/common/telemetry/server/rotate.go 17:44:09 spire-1.2.1/pkg/common/telemetry/server/server.go 17:44:09 spire-1.2.1/pkg/common/telemetry/sink.go 17:44:09 spire-1.2.1/pkg/common/telemetry/statsd.go 17:44:09 spire-1.2.1/pkg/common/telemetry/statsd_test.go 17:44:09 spire-1.2.1/pkg/common/telemetry/uptime.go 17:44:09 spire-1.2.1/pkg/common/telemetry/version.go 17:44:09 spire-1.2.1/pkg/common/telemetry/withlabels.go 17:44:09 spire-1.2.1/pkg/common/uptime/ 17:44:09 spire-1.2.1/pkg/common/uptime/uptime.go 17:44:09 spire-1.2.1/pkg/common/uptime/uptime_test.go 17:44:09 spire-1.2.1/pkg/common/util/ 17:44:09 spire-1.2.1/pkg/common/util/certs.go 17:44:09 spire-1.2.1/pkg/common/util/certs_test.go 17:44:09 spire-1.2.1/pkg/common/util/csr.go 17:44:09 spire-1.2.1/pkg/common/util/hash.go 17:44:09 spire-1.2.1/pkg/common/util/selectors.go 17:44:09 spire-1.2.1/pkg/common/util/selectors_test.go 17:44:09 spire-1.2.1/pkg/common/util/signals.go 17:44:09 spire-1.2.1/pkg/common/util/sort.go 17:44:09 spire-1.2.1/pkg/common/util/sort_test.go 17:44:09 spire-1.2.1/pkg/common/util/task.go 17:44:09 spire-1.2.1/pkg/common/util/task_test.go 17:44:09 spire-1.2.1/pkg/common/util/testdata/ 17:44:09 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 17:44:09 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 17:44:09 spire-1.2.1/pkg/common/version/ 17:44:09 spire-1.2.1/pkg/common/version/version.go 17:44:09 spire-1.2.1/pkg/common/x509svid/ 17:44:09 spire-1.2.1/pkg/common/x509svid/common_test.go 17:44:09 spire-1.2.1/pkg/common/x509svid/csr.go 17:44:09 spire-1.2.1/pkg/common/x509svid/upstreamca.go 17:44:09 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 17:44:09 spire-1.2.1/pkg/common/x509util/ 17:44:09 spire-1.2.1/pkg/common/x509util/cert.go 17:44:09 spire-1.2.1/pkg/common/x509util/dns.go 17:44:09 spire-1.2.1/pkg/common/x509util/dns_test.go 17:44:09 spire-1.2.1/pkg/common/x509util/keyid.go 17:44:09 spire-1.2.1/pkg/common/x509util/keypair.go 17:44:09 spire-1.2.1/pkg/common/x509util/serialnumber.go 17:44:09 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 17:44:09 spire-1.2.1/pkg/server/ 17:44:09 spire-1.2.1/pkg/server/api/ 17:44:09 spire-1.2.1/pkg/server/api/agent.go 17:44:09 spire-1.2.1/pkg/server/api/agent/ 17:44:09 spire-1.2.1/pkg/server/api/agent/v1/ 17:44:09 spire-1.2.1/pkg/server/api/agent/v1/service.go 17:44:09 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 17:44:09 spire-1.2.1/pkg/server/api/agent_test.go 17:44:09 spire-1.2.1/pkg/server/api/api.go 17:44:09 spire-1.2.1/pkg/server/api/audit/ 17:44:09 spire-1.2.1/pkg/server/api/audit/audit.go 17:44:09 spire-1.2.1/pkg/server/api/audit/audit_test.go 17:44:09 spire-1.2.1/pkg/server/api/bundle.go 17:44:09 spire-1.2.1/pkg/server/api/bundle/ 17:44:09 spire-1.2.1/pkg/server/api/bundle/v1/ 17:44:09 spire-1.2.1/pkg/server/api/bundle/v1/service.go 17:44:09 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 17:44:09 spire-1.2.1/pkg/server/api/bundle_test.go 17:44:09 spire-1.2.1/pkg/server/api/debug/ 17:44:09 spire-1.2.1/pkg/server/api/debug/v1/ 17:44:09 spire-1.2.1/pkg/server/api/debug/v1/service.go 17:44:09 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 17:44:09 spire-1.2.1/pkg/server/api/entry.go 17:44:09 spire-1.2.1/pkg/server/api/entry/ 17:44:09 spire-1.2.1/pkg/server/api/entry/v1/ 17:44:09 spire-1.2.1/pkg/server/api/entry/v1/service.go 17:44:09 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 17:44:09 spire-1.2.1/pkg/server/api/entry_test.go 17:44:09 spire-1.2.1/pkg/server/api/health/ 17:44:09 spire-1.2.1/pkg/server/api/health/v1/ 17:44:09 spire-1.2.1/pkg/server/api/health/v1/service.go 17:44:09 spire-1.2.1/pkg/server/api/health/v1/service_test.go 17:44:09 spire-1.2.1/pkg/server/api/id.go 17:44:09 spire-1.2.1/pkg/server/api/id_test.go 17:44:09 spire-1.2.1/pkg/server/api/limits/ 17:44:09 spire-1.2.1/pkg/server/api/limits/limits.go 17:44:09 spire-1.2.1/pkg/server/api/middleware/ 17:44:09 spire-1.2.1/pkg/server/api/middleware/alias.go 17:44:09 spire-1.2.1/pkg/server/api/middleware/audit.go 17:44:09 spire-1.2.1/pkg/server/api/middleware/authorization.go 17:44:09 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 17:44:09 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 17:44:09 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 17:44:09 spire-1.2.1/pkg/server/api/middleware/caller.go 17:44:09 spire-1.2.1/pkg/server/api/middleware/caller_test.go 17:44:09 spire-1.2.1/pkg/server/api/middleware/common.go 17:44:09 spire-1.2.1/pkg/server/api/middleware/common_test.go 17:44:09 spire-1.2.1/pkg/server/api/middleware/entries.go 17:44:09 spire-1.2.1/pkg/server/api/middleware/entries_test.go 17:44:09 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 17:44:09 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 17:44:09 spire-1.2.1/pkg/server/api/ratelimit.go 17:44:09 spire-1.2.1/pkg/server/api/rpccontext/ 17:44:09 spire-1.2.1/pkg/server/api/rpccontext/alias.go 17:44:09 spire-1.2.1/pkg/server/api/rpccontext/audit.go 17:44:09 spire-1.2.1/pkg/server/api/rpccontext/caller.go 17:44:09 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 17:44:09 spire-1.2.1/pkg/server/api/selector.go 17:44:09 spire-1.2.1/pkg/server/api/selector_test.go 17:44:09 spire-1.2.1/pkg/server/api/status.go 17:44:09 spire-1.2.1/pkg/server/api/status_test.go 17:44:09 spire-1.2.1/pkg/server/api/svid/ 17:44:09 spire-1.2.1/pkg/server/api/svid/v1/ 17:44:09 spire-1.2.1/pkg/server/api/svid/v1/service.go 17:44:09 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 17:44:09 spire-1.2.1/pkg/server/api/trustdomain.go 17:44:09 spire-1.2.1/pkg/server/api/trustdomain/ 17:44:09 spire-1.2.1/pkg/server/api/trustdomain/v1/ 17:44:09 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 17:44:09 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 17:44:09 spire-1.2.1/pkg/server/api/trustdomain_test.go 17:44:09 spire-1.2.1/pkg/server/authpolicy/ 17:44:09 spire-1.2.1/pkg/server/authpolicy/defaults.go 17:44:09 spire-1.2.1/pkg/server/authpolicy/policy.go 17:44:09 spire-1.2.1/pkg/server/authpolicy/policy.rego 17:44:09 spire-1.2.1/pkg/server/authpolicy/policy_data.json 17:44:09 spire-1.2.1/pkg/server/authpolicy/policy_test.go 17:44:09 spire-1.2.1/pkg/server/authpolicy/validate.go 17:44:09 spire-1.2.1/pkg/server/bundle/ 17:44:09 spire-1.2.1/pkg/server/bundle/client/ 17:44:09 spire-1.2.1/pkg/server/bundle/client/client.go 17:44:09 spire-1.2.1/pkg/server/bundle/client/client_test.go 17:44:09 spire-1.2.1/pkg/server/bundle/client/manager.go 17:44:09 spire-1.2.1/pkg/server/bundle/client/manager_test.go 17:44:09 spire-1.2.1/pkg/server/bundle/client/sources.go 17:44:09 spire-1.2.1/pkg/server/bundle/client/sources_test.go 17:44:09 spire-1.2.1/pkg/server/bundle/client/updater.go 17:44:09 spire-1.2.1/pkg/server/bundle/client/updater_test.go 17:44:09 spire-1.2.1/pkg/server/ca/ 17:44:09 spire-1.2.1/pkg/server/ca/ca.go 17:44:09 spire-1.2.1/pkg/server/ca/ca_health.go 17:44:09 spire-1.2.1/pkg/server/ca/ca_test.go 17:44:09 spire-1.2.1/pkg/server/ca/journal.go 17:44:09 spire-1.2.1/pkg/server/ca/journal_test.go 17:44:09 spire-1.2.1/pkg/server/ca/manager.go 17:44:09 spire-1.2.1/pkg/server/ca/manager_health.go 17:44:09 spire-1.2.1/pkg/server/ca/manager_test.go 17:44:09 spire-1.2.1/pkg/server/ca/templates.go 17:44:09 spire-1.2.1/pkg/server/ca/upstream_client.go 17:44:09 spire-1.2.1/pkg/server/ca/upstream_client_test.go 17:44:09 spire-1.2.1/pkg/server/ca/validation.go 17:44:09 spire-1.2.1/pkg/server/cache/ 17:44:09 spire-1.2.1/pkg/server/cache/dscache/ 17:44:09 spire-1.2.1/pkg/server/cache/dscache/cache.go 17:44:09 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 17:44:09 spire-1.2.1/pkg/server/cache/entrycache/ 17:44:09 spire-1.2.1/pkg/server/cache/entrycache/cache.go 17:44:09 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 17:44:09 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 17:44:09 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 17:44:09 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 17:44:09 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 17:44:09 spire-1.2.1/pkg/server/catalog/ 17:44:09 spire-1.2.1/pkg/server/catalog/catalog.go 17:44:09 spire-1.2.1/pkg/server/catalog/keymanager.go 17:44:09 spire-1.2.1/pkg/server/catalog/nodeattestor.go 17:44:09 spire-1.2.1/pkg/server/catalog/noderesolver.go 17:44:09 spire-1.2.1/pkg/server/catalog/notifier.go 17:44:09 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 17:44:09 spire-1.2.1/pkg/server/config.go 17:44:09 spire-1.2.1/pkg/server/datastore/ 17:44:09 spire-1.2.1/pkg/server/datastore/datastore.go 17:44:09 spire-1.2.1/pkg/server/datastore/datastore_health.go 17:44:09 spire-1.2.1/pkg/server/datastore/repository.go 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/ 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 17:44:09 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 17:44:09 spire-1.2.1/pkg/server/endpoints/ 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/ 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/config.go 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/server.go 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 17:44:09 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 17:44:09 spire-1.2.1/pkg/server/endpoints/config.go 17:44:09 spire-1.2.1/pkg/server/endpoints/endpoints.go 17:44:09 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 17:44:09 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 17:44:09 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 17:44:09 spire-1.2.1/pkg/server/endpoints/middleware.go 17:44:09 spire-1.2.1/pkg/server/endpoints/middleware_test.go 17:44:09 spire-1.2.1/pkg/server/hostservice/ 17:44:09 spire-1.2.1/pkg/server/hostservice/agentstore/ 17:44:09 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 17:44:09 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 17:44:09 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 17:44:09 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 17:44:09 spire-1.2.1/pkg/server/hostservice/identityprovider/ 17:44:09 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 17:44:09 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/ 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/ 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/base/ 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/test/ 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 17:44:09 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/ 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 17:44:09 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/noderesolver/ 17:44:09 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 17:44:09 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 17:44:09 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 17:44:09 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 17:44:09 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 17:44:09 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 17:44:09 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/notifier/ 17:44:09 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 17:44:09 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 17:44:09 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 17:44:09 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 17:44:09 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 17:44:09 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 17:44:09 spire-1.2.1/pkg/server/plugin/notifier/repository.go 17:44:09 spire-1.2.1/pkg/server/plugin/notifier/v1.go 17:44:09 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 17:44:09 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 17:44:09 spire-1.2.1/pkg/server/registration/ 17:44:09 spire-1.2.1/pkg/server/registration/manager.go 17:44:09 spire-1.2.1/pkg/server/registration/manager_test.go 17:44:09 spire-1.2.1/pkg/server/scanentries.go 17:44:09 spire-1.2.1/pkg/server/scanentries_test.go 17:44:09 spire-1.2.1/pkg/server/server.go 17:44:09 spire-1.2.1/pkg/server/server_test.go 17:44:09 spire-1.2.1/pkg/server/svid/ 17:44:09 spire-1.2.1/pkg/server/svid/observer.go 17:44:09 spire-1.2.1/pkg/server/svid/observer_test.go 17:44:09 spire-1.2.1/pkg/server/svid/rotator.go 17:44:09 spire-1.2.1/pkg/server/svid/rotator_config.go 17:44:09 spire-1.2.1/pkg/server/svid/rotator_config_test.go 17:44:09 spire-1.2.1/pkg/server/svid/rotator_test.go 17:44:09 spire-1.2.1/proto/ 17:44:09 spire-1.2.1/proto/private/ 17:44:09 spire-1.2.1/proto/private/server/ 17:44:09 spire-1.2.1/proto/private/server/journal/ 17:44:09 spire-1.2.1/proto/private/server/journal/journal.pb.go 17:44:09 spire-1.2.1/proto/private/server/journal/journal.proto 17:44:09 spire-1.2.1/proto/spire/ 17:44:09 spire-1.2.1/proto/spire/common/ 17:44:09 spire-1.2.1/proto/spire/common/common.pb.go 17:44:09 spire-1.2.1/proto/spire/common/common.proto 17:44:09 spire-1.2.1/proto/spire/common/plugin/ 17:44:09 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 17:44:09 spire-1.2.1/proto/spire/common/plugin/plugin.proto 17:44:09 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 17:44:09 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 17:44:09 spire-1.2.1/proto/spire/plugin/ 17:44:09 spire-1.2.1/proto/spire/plugin/agent/ 17:44:09 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 17:44:09 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 17:44:09 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 17:44:09 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 17:44:09 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 17:44:09 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 17:44:09 spire-1.2.1/release/ 17:44:09 spire-1.2.1/release/spire-extras/ 17:44:09 spire-1.2.1/release/spire-extras/README.md 17:44:09 spire-1.2.1/release/spire-extras/conf/ 17:44:09 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 17:44:09 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 17:44:09 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 17:44:09 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 17:44:09 spire-1.2.1/release/spire/ 17:44:09 spire-1.2.1/release/spire/README.md 17:44:09 spire-1.2.1/release/spire/conf/ 17:44:09 spire-1.2.1/release/spire/conf/agent/ 17:44:09 spire-1.2.1/release/spire/conf/agent/agent.conf 17:44:09 spire-1.2.1/release/spire/conf/server/ 17:44:09 spire-1.2.1/release/spire/conf/server/server.conf 17:44:09 spire-1.2.1/script/ 17:44:09 spire-1.2.1/script/build-artifact.sh 17:44:09 spire-1.2.1/script/generate_dummy_ca.sh 17:44:09 spire-1.2.1/support/ 17:44:09 spire-1.2.1/support/k8s/ 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/ 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 17:44:09 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 17:44:09 spire-1.2.1/support/oidc-discovery-provider/ 17:44:09 spire-1.2.1/support/oidc-discovery-provider/README.md 17:44:09 spire-1.2.1/support/oidc-discovery-provider/common_test.go 17:44:09 spire-1.2.1/support/oidc-discovery-provider/config.go 17:44:09 spire-1.2.1/support/oidc-discovery-provider/config_test.go 17:44:09 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 17:44:09 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 17:44:09 spire-1.2.1/support/oidc-discovery-provider/handler.go 17:44:09 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 17:44:09 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 17:44:09 spire-1.2.1/support/oidc-discovery-provider/main.go 17:44:09 spire-1.2.1/support/oidc-discovery-provider/server_api.go 17:44:09 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 17:44:09 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 17:44:09 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 17:44:09 spire-1.2.1/test/ 17:44:09 spire-1.2.1/test/clock/ 17:44:09 spire-1.2.1/test/clock/clock.go 17:44:09 spire-1.2.1/test/fakes/ 17:44:09 spire-1.2.1/test/fakes/fakeagentcatalog/ 17:44:09 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 17:44:09 spire-1.2.1/test/fakes/fakeagentkeymanager/ 17:44:09 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 17:44:09 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 17:44:09 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 17:44:09 spire-1.2.1/test/fakes/fakeagentstore/ 17:44:09 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 17:44:09 spire-1.2.1/test/fakes/fakedatastore/ 17:44:09 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 17:44:09 spire-1.2.1/test/fakes/fakeentryclient/ 17:44:09 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 17:44:09 spire-1.2.1/test/fakes/fakehealthchecker/ 17:44:09 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 17:44:09 spire-1.2.1/test/fakes/fakeidentityprovider/ 17:44:09 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 17:44:09 spire-1.2.1/test/fakes/fakemetrics/ 17:44:09 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 17:44:09 spire-1.2.1/test/fakes/fakenoderesolver/ 17:44:09 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 17:44:09 spire-1.2.1/test/fakes/fakenotifier/ 17:44:09 spire-1.2.1/test/fakes/fakenotifier/notifier.go 17:44:09 spire-1.2.1/test/fakes/fakepluginmetrics/ 17:44:09 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 17:44:09 spire-1.2.1/test/fakes/fakeserverca/ 17:44:09 spire-1.2.1/test/fakes/fakeserverca/serverca.go 17:44:09 spire-1.2.1/test/fakes/fakeservercatalog/ 17:44:09 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 17:44:09 spire-1.2.1/test/fakes/fakeserverkeymanager/ 17:44:09 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 17:44:09 spire-1.2.1/test/fakes/fakeservernodeattestor/ 17:44:09 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 17:44:09 spire-1.2.1/test/fakes/fakeupstreamauthority/ 17:44:09 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 17:44:09 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 17:44:09 spire-1.2.1/test/fakes/fakeworkloadapi/ 17:44:09 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 17:44:09 spire-1.2.1/test/fakes/fakeworkloadattestor/ 17:44:09 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 17:44:09 spire-1.2.1/test/fixture/ 17:44:09 spire-1.2.1/test/fixture/certs/ 17:44:09 spire-1.2.1/test/fixture/certs/agent_svid.der 17:44:09 spire-1.2.1/test/fixture/certs/base_cert.pem 17:44:09 spire-1.2.1/test/fixture/certs/base_csr.pem 17:44:09 spire-1.2.1/test/fixture/certs/base_key.pem 17:44:09 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 17:44:09 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 17:44:09 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 17:44:09 spire-1.2.1/test/fixture/certs/blog_cert.pem 17:44:09 spire-1.2.1/test/fixture/certs/blog_csr.pem 17:44:09 spire-1.2.1/test/fixture/certs/blog_key.pem 17:44:09 spire-1.2.1/test/fixture/certs/bundle.der 17:44:09 spire-1.2.1/test/fixture/certs/ca.pem 17:44:09 spire-1.2.1/test/fixture/certs/ca_key.pem 17:44:09 spire-1.2.1/test/fixture/certs/database_cert.pem 17:44:09 spire-1.2.1/test/fixture/certs/database_csr.pem 17:44:09 spire-1.2.1/test/fixture/certs/database_key.pem 17:44:09 spire-1.2.1/test/fixture/certs/node_cert.pem 17:44:09 spire-1.2.1/test/fixture/certs/node_csr.pem 17:44:09 spire-1.2.1/test/fixture/certs/node_key.pem 17:44:09 spire-1.2.1/test/fixture/certs/svid.pem 17:44:09 spire-1.2.1/test/fixture/certs/svid_key.pem 17:44:09 spire-1.2.1/test/fixture/config/ 17:44:09 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 17:44:09 spire-1.2.1/test/fixture/config/agent_good.conf 17:44:09 spire-1.2.1/test/fixture/config/agent_good_templated.conf 17:44:09 spire-1.2.1/test/fixture/config/plugin_good.conf 17:44:09 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 17:44:09 spire-1.2.1/test/fixture/config/server_good.conf 17:44:09 spire-1.2.1/test/fixture/config/server_good_templated.conf 17:44:09 spire-1.2.1/test/fixture/fixture.go 17:44:09 spire-1.2.1/test/fixture/nodeattestor/ 17:44:09 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 17:44:09 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 17:44:09 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 17:44:09 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 17:44:09 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 17:44:09 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 17:44:09 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 17:44:09 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 17:44:09 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 17:44:09 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 17:44:09 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 17:44:09 spire-1.2.1/test/fixture/registration/ 17:44:09 spire-1.2.1/test/fixture/registration/entries.json 17:44:09 spire-1.2.1/test/fixture/registration/good-for-update.json 17:44:09 spire-1.2.1/test/fixture/registration/good.json 17:44:09 spire-1.2.1/test/fixture/registration/invalid.json 17:44:09 spire-1.2.1/test/fixture/registration/invalid_json.json 17:44:09 spire-1.2.1/test/fixture/registration/manager_test_entries.json 17:44:09 spire-1.2.1/test/integration/ 17:44:09 spire-1.2.1/test/integration/README.md 17:44:09 spire-1.2.1/test/integration/common 17:44:09 spire-1.2.1/test/integration/setup/ 17:44:09 spire-1.2.1/test/integration/setup/adminclient/ 17:44:09 spire-1.2.1/test/integration/setup/adminclient/build.sh 17:44:09 spire-1.2.1/test/integration/setup/adminclient/client.go 17:44:09 spire-1.2.1/test/integration/setup/debugagent/ 17:44:09 spire-1.2.1/test/integration/setup/debugagent/build.sh 17:44:09 spire-1.2.1/test/integration/setup/debugagent/main.go 17:44:09 spire-1.2.1/test/integration/setup/debugserver/ 17:44:09 spire-1.2.1/test/integration/setup/debugserver/build.sh 17:44:09 spire-1.2.1/test/integration/setup/debugserver/main.go 17:44:09 spire-1.2.1/test/integration/setup/downstreamclient/ 17:44:09 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 17:44:09 spire-1.2.1/test/integration/setup/downstreamclient/client.go 17:44:09 spire-1.2.1/test/integration/setup/itclient/ 17:44:09 spire-1.2.1/test/integration/setup/itclient/client.go 17:44:09 spire-1.2.1/test/integration/setup/node-attestation/ 17:44:09 spire-1.2.1/test/integration/setup/node-attestation/build.sh 17:44:09 spire-1.2.1/test/integration/setup/node-attestation/client.go 17:44:09 spire-1.2.1/test/integration/setup/x509pop/ 17:44:09 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 17:44:09 spire-1.2.1/test/integration/setup/x509pop/setup.sh 17:44:09 spire-1.2.1/test/integration/suites/ 17:44:09 spire-1.2.1/test/integration/suites/admin-endpoints/ 17:44:09 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 17:44:09 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 17:44:09 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 17:44:09 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 17:44:09 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 17:44:09 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 17:44:09 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 17:44:09 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 17:44:09 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 17:44:09 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 17:44:09 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 17:44:09 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 17:44:09 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 17:44:09 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 17:44:09 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 17:44:09 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 17:44:09 spire-1.2.1/test/integration/suites/datastore-mysql/ 17:44:09 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 17:44:09 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 17:44:09 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 17:44:09 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres/ 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 17:44:09 spire-1.2.1/test/integration/suites/debug-endpoints/ 17:44:09 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 17:44:09 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 17:44:09 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 17:44:09 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 17:44:09 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 17:44:09 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 17:44:09 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 17:44:09 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 17:44:09 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 17:44:09 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 17:44:09 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 17:44:09 spire-1.2.1/test/integration/suites/downstream-endpoints/ 17:44:09 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 17:44:09 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 17:44:09 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 17:44:09 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 17:44:09 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 17:44:09 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 17:44:09 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 17:44:09 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 17:44:09 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 17:44:09 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 17:44:09 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 17:44:09 spire-1.2.1/test/integration/suites/join-token/ 17:44:09 spire-1.2.1/test/integration/suites/join-token/01-start-server 17:44:09 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 17:44:09 spire-1.2.1/test/integration/suites/join-token/03-start-agent 17:44:09 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 17:44:09 spire-1.2.1/test/integration/suites/join-token/05-check-svid 17:44:09 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 17:44:09 spire-1.2.1/test/integration/suites/join-token/README.md 17:44:09 spire-1.2.1/test/integration/suites/join-token/conf/ 17:44:09 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 17:44:09 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/join-token/conf/server/ 17:44:09 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/join-token/teardown 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/ 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 17:44:09 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/ 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 17:44:09 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 17:44:09 spire-1.2.1/test/integration/suites/k8s/ 17:44:09 spire-1.2.1/test/integration/suites/k8s/00-setup 17:44:09 spire-1.2.1/test/integration/suites/k8s/01-apply-config 17:44:09 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 17:44:09 spire-1.2.1/test/integration/suites/k8s/README.md 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/ 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/server/ 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 17:44:09 spire-1.2.1/test/integration/suites/k8s/init-kubectl 17:44:09 spire-1.2.1/test/integration/suites/k8s/teardown 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/README.md 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/root/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/nested-rotation/teardown 17:44:09 spire-1.2.1/test/integration/suites/node-attestation/ 17:44:09 spire-1.2.1/test/integration/suites/node-attestation/00-setup 17:44:09 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 17:44:09 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 17:44:09 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 17:44:09 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 17:44:09 spire-1.2.1/test/integration/suites/node-attestation/README.md 17:44:09 spire-1.2.1/test/integration/suites/node-attestation/conf/ 17:44:09 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 17:44:09 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 17:44:09 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/node-attestation/teardown 17:44:09 spire-1.2.1/test/integration/suites/rotation/ 17:44:09 spire-1.2.1/test/integration/suites/rotation/00-setup 17:44:09 spire-1.2.1/test/integration/suites/rotation/01-start-server 17:44:09 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 17:44:09 spire-1.2.1/test/integration/suites/rotation/03-start-agent 17:44:09 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 17:44:09 spire-1.2.1/test/integration/suites/rotation/05-check-svids 17:44:09 spire-1.2.1/test/integration/suites/rotation/README.md 17:44:09 spire-1.2.1/test/integration/suites/rotation/conf/ 17:44:09 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 17:44:09 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/rotation/conf/server/ 17:44:09 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/rotation/teardown 17:44:09 spire-1.2.1/test/integration/suites/self-test/ 17:44:09 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 17:44:09 spire-1.2.1/test/integration/suites/self-test/README.md 17:44:09 spire-1.2.1/test/integration/suites/self-test/teardown 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/ 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 17:44:09 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 17:44:09 spire-1.2.1/test/integration/suites/upgrade/ 17:44:09 spire-1.2.1/test/integration/suites/upgrade/00-setup 17:44:09 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 17:44:09 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 17:44:09 spire-1.2.1/test/integration/suites/upgrade/README.md 17:44:09 spire-1.2.1/test/integration/suites/upgrade/conf/ 17:44:09 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 17:44:09 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 17:44:09 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 17:44:09 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 17:44:09 spire-1.2.1/test/integration/suites/upgrade/teardown 17:44:09 spire-1.2.1/test/integration/suites/upgrade/versions.txt 17:44:09 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 17:44:09 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 17:44:09 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 17:44:09 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 17:44:09 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 17:44:09 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 17:44:09 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 17:44:09 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 17:44:09 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 17:44:09 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 17:44:09 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 17:44:09 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 17:44:09 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 17:44:09 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 17:44:09 spire-1.2.1/test/integration/test-one.sh 17:44:09 spire-1.2.1/test/integration/test.sh 17:44:09 spire-1.2.1/test/plugintest/ 17:44:09 spire-1.2.1/test/plugintest/config.go 17:44:09 spire-1.2.1/test/plugintest/load.go 17:44:09 spire-1.2.1/test/plugintest/option.go 17:44:09 spire-1.2.1/test/spiretest/ 17:44:09 spire-1.2.1/test/spiretest/apiserver.go 17:44:09 spire-1.2.1/test/spiretest/assertions.go 17:44:09 spire-1.2.1/test/spiretest/dir.go 17:44:09 spire-1.2.1/test/spiretest/errors_posix.go 17:44:09 spire-1.2.1/test/spiretest/errors_windows.go 17:44:09 spire-1.2.1/test/spiretest/logs.go 17:44:09 spire-1.2.1/test/spiretest/socketapi.go 17:44:09 spire-1.2.1/test/spiretest/suite.go 17:44:09 spire-1.2.1/test/spiretest/x509.go 17:44:09 spire-1.2.1/test/testca/ 17:44:09 spire-1.2.1/test/testca/ca.go 17:44:09 spire-1.2.1/test/testkey/ 17:44:09 spire-1.2.1/test/testkey/generate.sh 17:44:09 spire-1.2.1/test/testkey/genkeys.go 17:44:09 spire-1.2.1/test/testkey/keys.go 17:44:09 spire-1.2.1/test/testkey/new.go 17:44:09 spire-1.2.1/test/tpmsimulator/ 17:44:09 spire-1.2.1/test/tpmsimulator/simulator.go 17:44:09 spire-1.2.1/test/util/ 17:44:09 spire-1.2.1/test/util/cert_fixtures.go 17:44:09 spire-1.2.1/test/util/cert_generation.go 17:44:09 spire-1.2.1/test/util/io_redirection.go 17:44:09 spire-1.2.1/test/util/race.go 17:44:09 spire-1.2.1/test/util/util.go 17:44:09 building spire from source... 17:44:09 Removing intermediate container 82ac60403753 17:44:09 ---> e18ea52e4eb1 17:44:09 Step 13/25 : WORKDIR / 17:44:09 Installing go1.17.7... 17:44:09 ---> Running in 49776186e336 17:44:09 Removing intermediate container 49776186e336 17:44:09 ---> d9a9a332f780 17:44:09 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:44:10 ---> d2e68ff5fa1a 17:44:10 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:44:11 ---> c17dfad46a24 17:44:11 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:44:11 ---> 19815c53d57f 17:44:11 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 17:44:12 ---> 0dbeaf6b21f8 17:44:13 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:44:15 ---> 5f76ed589eed 17:44:15 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:44:15 Building bin/spire-server... 17:44:15 go: downloading github.com/mitchellh/cli v1.1.2 17:44:15 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 17:44:15 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 17:44:15 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 17:44:15 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 17:44:16 go: downloading github.com/imdario/mergo v0.3.12 17:44:16 go: downloading github.com/sirupsen/logrus v1.8.1 17:44:16 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 17:44:16 go: downloading google.golang.org/grpc v1.44.0 17:44:16  ---> b48fc5e1ef5d 17:44:16 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:44:16 go: downloading github.com/hashicorp/go-hclog v1.1.0 17:44:16 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 17:44:16 go: downloading github.com/fatih/color v1.13.0 17:44:16 go: downloading github.com/mattn/go-isatty v0.0.14 17:44:16 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 17:44:16 go: downloading github.com/hashicorp/go-plugin v1.4.3 17:44:16 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 17:44:16 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 17:44:16 go: downloading github.com/InVisionApp/go-logger v1.0.1 17:44:16 go: downloading github.com/armon/go-metrics v0.3.10 17:44:16 go: downloading github.com/prometheus/client_golang v1.12.1 17:44:16  ---> ddded5b4c772 17:44:16 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/ 17:44:16 go: downloading github.com/uber-go/tally/v4 v4.1.1 17:44:16 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 17:44:16 go: downloading github.com/open-policy-agent/opa v0.38.0 17:44:16 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 17:44:16 go: downloading github.com/mattn/go-colorable v0.1.12 17:44:16 go: downloading github.com/Masterminds/goutils v1.1.0 17:44:16 go: downloading github.com/Masterminds/semver v1.5.0 17:44:16 go: downloading github.com/google/uuid v1.1.2 17:44:16 go: downloading github.com/huandu/xstrings v1.3.2 17:44:16 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 17:44:16  ---> Running in b7f435bae8ce 17:44:16 go: downloading github.com/oklog/run v1.0.0 17:44:16 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 17:44:16 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 17:44:16 go: downloading github.com/prometheus/client_model v0.2.0 17:44:16 go: downloading github.com/prometheus/common v0.32.1 17:44:16 go: downloading github.com/beorn7/perks v1.0.1 17:44:16 go: downloading github.com/cespare/xxhash/v2 v2.1.2 17:44:16 go: downloading github.com/prometheus/procfs v0.7.3 17:44:16 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 17:44:16 go: downloading github.com/imkira/go-observer v1.0.3 17:44:16 go: downloading go.uber.org/atomic v1.9.0 17:44:16 go: downloading github.com/mitchellh/reflectwalk v1.0.1 17:44:16 go: downloading github.com/hashicorp/errwrap v1.1.0 17:44:17 go: downloading github.com/hashicorp/golang-lru v0.5.4 17:44:17 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 17:44:17 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 17:44:17 go: downloading github.com/blang/semver/v4 v4.0.0 17:44:17 go: downloading github.com/go-sql-driver/mysql v1.6.0 17:44:17 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 17:44:17 go: downloading github.com/jinzhu/gorm v1.9.16 17:44:17 go: downloading github.com/lib/pq v1.10.4 17:44:17 go: downloading github.com/mattn/go-sqlite3 v1.14.12 17:44:17 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 17:44:17 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 17:44:17 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 17:44:18 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 17:44:18 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 17:44:18 go: downloading github.com/stretchr/testify v1.7.0 17:44:18 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 17:44:18 go: downloading github.com/aws/aws-sdk-go v1.43.0 17:44:20 Removing intermediate container b7f435bae8ce 17:44:20 ---> 48fc008ef162 17:44:20 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 17:44:20 ---> Running in 94bd953f492d 17:44:20 Removing intermediate container 94bd953f492d 17:44:20 ---> 2c596069b54d 17:44:20 Step 23/25 : LABEL arch=x86_64 17:44:20 ---> Running in 9c5ab6b25a79 17:44:20 Removing intermediate container 6c873f704b8a 17:44:20 ---> bcefc26efdd8 17:44:20 17:44:20 Step 9/20 : FROM alpine:3.15 17:44:21 Removing intermediate container 9c5ab6b25a79 17:44:21 ---> 34e382e89799 17:44:21 Step 24/25 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 17:44:21 3.15: Pulling from library/alpine 17:44:22 go: downloading k8s.io/client-go v0.23.4 17:44:22 go: downloading github.com/google/go-tpm v0.3.3 17:44:22 go: downloading k8s.io/api v0.23.4 17:44:22 go: downloading google.golang.org/api v0.70.0 17:44:22 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 17:44:22 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 17:44:22 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 17:44:22 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 17:44:23 go: downloading cloud.google.com/go/storage v1.21.0 17:44:23 go: downloading k8s.io/apimachinery v0.23.4 17:44:23 go: downloading cloud.google.com/go v0.100.2 17:44:23 go: downloading k8s.io/kube-aggregator v0.23.3 17:44:23 go: downloading cloud.google.com/go/security v1.3.0 17:44:23 go: downloading github.com/hashicorp/vault/api v1.4.1 17:44:23  ---> Running in 14d34cba2e3d 17:44:23 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 17:44:23 go: downloading sigs.k8s.io/controller-runtime v0.11.1 17:44:23 Building bin/spire-agent... 17:44:23 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 17:44:23 go: downloading github.com/twmb/murmur3 v1.1.6 17:44:23 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 17:44:23 go: downloading github.com/jinzhu/inflection v1.0.0 17:44:23 go: downloading github.com/aws/smithy-go v1.11.0 17:44:23 Status: Downloaded newer image for alpine:3.15 17:44:23 ---> 0ac33e5f5afa 17:44:23 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:44:23 go: downloading cloud.google.com/go/secretmanager v1.3.0 17:44:23 go: downloading github.com/docker/docker v20.10.12+incompatible 17:44:23 Removing intermediate container 14d34cba2e3d 17:44:23 ---> 9d4bc21acaf2 17:44:23 Step 25/25 : LABEL version=0.0.0 17:44:24 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 17:44:24  ---> Running in a8b37d07c295 17:44:24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 17:44:24 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 17:44:24 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 17:44:24  ---> Running in d1c856cf80a2 17:44:24 Removing intermediate container c0fa9f4e45fe 17:44:24 ---> 49bd7ef473b8 17:44:24 17:44:24 Step 10/22 : FROM alpine:3.14 17:44:24 ---> e04c818066af 17:44:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:44:24 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 17:44:24 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 17:44:24  ---> Running in bae075d9b59d 17:44:24 go: downloading github.com/Azure/go-autorest/logger v0.2.1 17:44:24 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 17:44:24 go: downloading github.com/gogo/protobuf v1.3.2 17:44:24 Removing intermediate container a8b37d07c295 17:44:24 ---> d2a6a77c664b 17:44:24 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:44:24 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 17:44:24 go: downloading github.com/google/go-tpm-tools v0.3.3 17:44:24 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 17:44:24 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 17:44:24 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 17:44:24 go: downloading github.com/dimchansky/utfbom v1.1.1 17:44:24 go: downloading github.com/docker/go-units v0.4.0 17:44:24 go: downloading github.com/opencontainers/image-spec v1.0.1 17:44:24 go: downloading github.com/docker/go-connections v0.4.0 17:44:24 go: downloading github.com/containerd/containerd v1.3.4 17:44:24 go: downloading github.com/docker/distribution v2.7.1+incompatible 17:44:24 go: downloading github.com/opencontainers/go-digest v1.0.0 17:44:24 go: downloading k8s.io/klog/v2 v2.30.0 17:44:24 go: downloading github.com/google/gofuzz v1.1.0 17:44:25 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 17:44:25 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 17:44:25 go: downloading github.com/spf13/pflag v1.0.5 17:44:25 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 17:44:25 go: downloading cloud.google.com/go/compute v1.3.0 17:44:25 Removing intermediate container d1c856cf80a2 17:44:25 ---> 5e928f67bd04 17:44:25 17:44:25 Successfully built 5e928f67bd04 17:44:25 go: downloading cloud.google.com/go/iam v0.1.1 17:44:25 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 17:44:25 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 17:44:25 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 17:44:25 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 17:44:25 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 17:44:25 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 17:44:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:44:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:44:25 go: downloading github.com/hashicorp/vault/sdk v0.4.1 17:44:25 Successfully tagged security-secretstore-setup:latest 17:44:25  Building security-secretstore-setup ... done Building security-spire-config 17:44:25 go: downloading github.com/mitchellh/mapstructure v1.4.3 17:44:25 go: downloading github.com/tklauser/go-sysconf v0.3.9 17:44:25 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 17:44:25 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 17:44:25 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:44:26 (1/2) Installing ca-certificates (20211220-r0) 17:44:26 go: downloading gopkg.in/yaml.v2 v2.4.0 17:44:26 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 17:44:26 go: downloading github.com/gobwas/glob v0.2.3 17:44:26 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 17:44:26 (2/2) Installing dumb-init (1.2.5-r1) 17:44:26 go: downloading github.com/jmespath/go-jmespath v0.4.0 17:44:26 Executing busybox-1.33.1-r7.trigger 17:44:26 Executing ca-certificates-20211220-r0.trigger 17:44:26 OK: 6 MiB in 16 packages 17:44:26 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 17:44:26 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 17:44:26 go: downloading gopkg.in/inf.v0 v0.9.1 17:44:26 go: downloading github.com/go-logr/logr v1.2.2 17:44:26 go: downloading github.com/google/go-cmp v0.5.7 17:44:26 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 17:44:26 go: downloading github.com/json-iterator/go v1.1.12 17:44:26 go: downloading github.com/googleapis/gnostic v0.5.5 17:44:26 go: downloading go.opencensus.io v0.23.0 17:44:26 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 17:44:26 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 17:44:26 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 17:44:26 go: downloading go.uber.org/zap v1.21.0 17:44:26 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 17:44:26 go: downloading github.com/tklauser/numcpus v0.3.0 17:44:26 go: downloading sigs.k8s.io/yaml v1.3.0 17:44:26 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 17:44:26 go: downloading github.com/modern-go/reflect2 v1.0.2 17:44:26 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 17:44:26  ---> Running in 3d0d627f4ccc 17:44:26 go: downloading github.com/golang/snappy v0.0.4 17:44:26 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 17:44:26 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 17:44:26 go: downloading github.com/hashicorp/go-uuid v1.0.2 17:44:26 go: downloading github.com/hashicorp/go-version v1.2.0 17:44:26 go: downloading github.com/ryanuber/go-glob v1.0.0 17:44:27 go: downloading go.uber.org/multierr v1.6.0 17:44:27 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 17:44:30 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:44:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:44:30 ---> 71adfa003c1f 17:44:30 Step 3/26 : WORKDIR /edgex-go 17:44:30 ---> Using cache 17:44:30 ---> d443a769b8df 17:44:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:44:30 ---> Using cache 17:44:30 ---> 5af32747b576 17:44:30 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 17:44:30 ---> Using cache 17:44:30 ---> c7a8f1514781 17:44:30 Step 6/26 : COPY go.mod vendor* ./ 17:44:30 ---> Using cache 17:44:30 ---> 189e31b29e45 17:44:30 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:44:30 ---> Using cache 17:44:30 ---> 1fdf0019c353 17:44:30 Step 8/26 : COPY . . 17:44:30 ---> Using cache 17:44:30 ---> 3f5a7ad576ef 17:44:30 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 17:44:30 ---> Using cache 17:44:30 ---> 1fc55a8d9edc 17:44:30 Step 10/26 : RUN mkdir -p spire-build 17:44:30 ---> Using cache 17:44:30 ---> 146fd8f70e29 17:44:30 Step 11/26 : WORKDIR /edgex-go/spire-build 17:44:30 ---> Using cache 17:44:30 ---> 2f8a9ff0da2c 17:44:30 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 17:44:31 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 17:44:31 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 17:44:35  ---> Running in 36ef9142e60a 17:44:35 Removing intermediate container bae075d9b59d 17:44:35 ---> fa685b43d51d 17:44:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:44:35 ---> Running in 5732efd63d18 17:44:35 Removing intermediate container 5732efd63d18 17:44:35 ---> 5f8446776e79 17:44:35 Step 13/22 : ENV APP_PORT=59860 17:44:35 ---> Running in dcd7d820a637 17:44:35 Removing intermediate container 3d0d627f4ccc 17:44:35 ---> 27fe10f13f37 17:44:35 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 17:44:35 Removing intermediate container dcd7d820a637 17:44:35 ---> ba6774c48723 17:44:35 Step 14/22 : EXPOSE $APP_PORT 17:44:35 ---> Running in d174ebb13892 17:44:35 ---> Running in 51670a366803 17:44:35 Removing intermediate container 51670a366803 17:44:35 ---> 04e8d3000c6e 17:44:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:44:36 spire-1.2.1/ 17:44:36 spire-1.2.1/.data/ 17:44:36 spire-1.2.1/.data/.file 17:44:36 spire-1.2.1/.dockerignore 17:44:36 spire-1.2.1/.gitattributes 17:44:36 spire-1.2.1/.githooks/ 17:44:36 spire-1.2.1/.githooks/pre-commit 17:44:36 spire-1.2.1/.github/ 17:44:36 spire-1.2.1/.github/ISSUE_TEMPLATE.md 17:44:36 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 17:44:36 spire-1.2.1/.github/dependabot.yml 17:44:36 spire-1.2.1/.github/workflows/ 17:44:36 spire-1.2.1/.github/workflows/nightly_build.yaml 17:44:36 spire-1.2.1/.github/workflows/pr_build.yaml 17:44:36 spire-1.2.1/.github/workflows/release_build.yaml 17:44:36 spire-1.2.1/.github/workflows/scripts/ 17:44:36 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 17:44:36 spire-1.2.1/.github/workflows/scripts/push-images.sh 17:44:36 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 17:44:36 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 17:44:36 spire-1.2.1/.github/workflows/scripts/split.sh 17:44:36 spire-1.2.1/.gitignore 17:44:36 spire-1.2.1/.go-version 17:44:36 spire-1.2.1/.golangci.yml 17:44:36 spire-1.2.1/ADOPTERS.md 17:44:36 spire-1.2.1/CHANGELOG.md 17:44:36 spire-1.2.1/CODE-OF-CONDUCT.md 17:44:36 spire-1.2.1/CODEOWNERS 17:44:36 spire-1.2.1/CONTRIBUTING.md 17:44:36 spire-1.2.1/Dockerfile 17:44:36 spire-1.2.1/Dockerfile.dev 17:44:36 spire-1.2.1/Dockerfile.scratch 17:44:36 spire-1.2.1/LICENSE 17:44:36 spire-1.2.1/MAINTAINERS.md 17:44:36 spire-1.2.1/Makefile 17:44:36 spire-1.2.1/README.md 17:44:36 spire-1.2.1/ROADMAP.md 17:44:36 spire-1.2.1/SECURITY.md 17:44:36 spire-1.2.1/cmd/ 17:44:36 spire-1.2.1/cmd/spire-agent/ 17:44:36 spire-1.2.1/cmd/spire-agent/cli/ 17:44:36 spire-1.2.1/cmd/spire-agent/cli/api/ 17:44:36 spire-1.2.1/cmd/spire-agent/cli/api/common.go 17:44:36 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 17:44:36 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 17:44:36 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 17:44:36 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 17:44:36 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 17:44:36 spire-1.2.1/cmd/spire-agent/cli/cli.go 17:44:36 spire-1.2.1/cmd/spire-agent/cli/common/ 17:44:36 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 17:44:36 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 17:44:36 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 17:44:36 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 17:44:36 spire-1.2.1/cmd/spire-agent/cli/run/ 17:44:36 spire-1.2.1/cmd/spire-agent/cli/run/run.go 17:44:36 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 17:44:36 spire-1.2.1/cmd/spire-agent/cli/validate/ 17:44:36 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 17:44:36 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 17:44:36 spire-1.2.1/cmd/spire-agent/main.go 17:44:36 spire-1.2.1/cmd/spire-server/ 17:44:36 spire-1.2.1/cmd/spire-server/cli/ 17:44:36 spire-1.2.1/cmd/spire-server/cli/agent/ 17:44:36 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/agent/count.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/agent/list.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/agent/show.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/bundle/ 17:44:36 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/cli.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/entry/ 17:44:36 spire-1.2.1/cmd/spire-server/cli/entry/count.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/entry/create.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/entry/show.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/entry/update.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/entry/util.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/federation/ 17:44:36 spire-1.2.1/cmd/spire-server/cli/federation/common.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/federation/create.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/federation/list.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/federation/show.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/federation/update.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 17:44:36 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/jwt/ 17:44:36 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/run/ 17:44:36 spire-1.2.1/cmd/spire-server/cli/run/run.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/token/ 17:44:36 spire-1.2.1/cmd/spire-server/cli/token/generate.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/validate/ 17:44:36 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/x509/ 17:44:36 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 17:44:36 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 17:44:36 spire-1.2.1/cmd/spire-server/main.go 17:44:36 spire-1.2.1/cmd/spire-server/util/ 17:44:36 spire-1.2.1/cmd/spire-server/util/util.go 17:44:36 spire-1.2.1/conf/ 17:44:36 spire-1.2.1/conf/agent/ 17:44:36 spire-1.2.1/conf/agent/agent.conf 17:44:36 spire-1.2.1/conf/agent/agent_full.conf 17:44:36 spire-1.2.1/conf/agent/dummy_root_ca.crt 17:44:36 spire-1.2.1/conf/server/ 17:44:36 spire-1.2.1/conf/server/dummy_upstream_ca.crt 17:44:36 spire-1.2.1/conf/server/dummy_upstream_ca.key 17:44:36 spire-1.2.1/conf/server/server.conf 17:44:36 spire-1.2.1/conf/server/server_full.conf 17:44:36 spire-1.2.1/doc/ 17:44:36 spire-1.2.1/doc/SPIRE101.md 17:44:36 spire-1.2.1/doc/auditlog.md 17:44:36 spire-1.2.1/doc/authorization_policy_engine.md 17:44:36 spire-1.2.1/doc/changelog_guidelines.md 17:44:36 spire-1.2.1/doc/cure53-report.pdf 17:44:36 spire-1.2.1/doc/images/ 17:44:36 spire-1.2.1/doc/images/2019_roadmap.png 17:44:36 spire-1.2.1/doc/images/SPIRE101.png 17:44:36 spire-1.2.1/doc/images/SPIRE_agent.png 17:44:36 spire-1.2.1/doc/images/SPIRE_server.png 17:44:36 spire-1.2.1/doc/images/cache_mgr.png 17:44:36 spire-1.2.1/doc/images/cache_mgr_components.png 17:44:36 spire-1.2.1/doc/images/federated_spire.png 17:44:36 spire-1.2.1/doc/images/ha_mode.png 17:44:36 spire-1.2.1/doc/images/nested_spire.png 17:44:36 spire-1.2.1/doc/images/oidc_federation.png 17:44:36 spire-1.2.1/doc/images/single_trust_domain.png 17:44:36 spire-1.2.1/doc/images/spiffe_compatible.png 17:44:36 spire-1.2.1/doc/images/spire_logo.png 17:44:36 spire-1.2.1/doc/migrating_registration_api_clients.md 17:44:36 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 17:44:36 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 17:44:36 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 17:44:36 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 17:44:36 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 17:44:36 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 17:44:36 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 17:44:36 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 17:44:36 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 17:44:36 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 17:44:36 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 17:44:36 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 17:44:36 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 17:44:36 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 17:44:36 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 17:44:36 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 17:44:36 spire-1.2.1/doc/plugin_server_datastore_sql.md 17:44:36 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 17:44:36 spire-1.2.1/doc/plugin_server_keymanager_disk.md 17:44:36 spire-1.2.1/doc/plugin_server_keymanager_memory.md 17:44:36 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 17:44:36 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 17:44:36 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 17:44:36 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 17:44:36 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 17:44:36 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 17:44:36 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 17:44:36 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 17:44:36 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 17:44:36 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 17:44:36 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 17:44:36 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 17:44:36 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 17:44:36 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 17:44:36 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 17:44:36 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 17:44:36 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 17:44:36 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 17:44:36 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 17:44:36 spire-1.2.1/doc/scaling_spire.md 17:44:36 spire-1.2.1/doc/spire_agent.md 17:44:36 spire-1.2.1/doc/spire_server.md 17:44:36 spire-1.2.1/doc/supported_integrations.md 17:44:36 spire-1.2.1/doc/telemetry.md 17:44:36 spire-1.2.1/doc/telemetry_config.md 17:44:36 spire-1.2.1/doc/upgrading.md 17:44:36 spire-1.2.1/doc/using_spire.md 17:44:36 spire-1.2.1/examples/ 17:44:36 spire-1.2.1/examples/README.md 17:44:36 spire-1.2.1/go.mod 17:44:36 spire-1.2.1/go.sum 17:44:36 spire-1.2.1/pkg/ 17:44:36 spire-1.2.1/pkg/agent/ 17:44:36 spire-1.2.1/pkg/agent/agent.go 17:44:36 spire-1.2.1/pkg/agent/api/ 17:44:36 spire-1.2.1/pkg/agent/api/config.go 17:44:36 spire-1.2.1/pkg/agent/api/debug/ 17:44:36 spire-1.2.1/pkg/agent/api/debug/v1/ 17:44:36 spire-1.2.1/pkg/agent/api/debug/v1/service.go 17:44:36 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 17:44:36 spire-1.2.1/pkg/agent/api/delegatedidentity/ 17:44:36 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 17:44:36 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 17:44:36 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 17:44:36 spire-1.2.1/pkg/agent/api/endpoints.go 17:44:36 spire-1.2.1/pkg/agent/api/health/ 17:44:36 spire-1.2.1/pkg/agent/api/health/v1/ 17:44:36 spire-1.2.1/pkg/agent/api/health/v1/service.go 17:44:36 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 17:44:36 spire-1.2.1/pkg/agent/api/rpccontext/ 17:44:36 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 17:44:36 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 17:44:36 spire-1.2.1/pkg/agent/attestor/ 17:44:36 spire-1.2.1/pkg/agent/attestor/node/ 17:44:36 spire-1.2.1/pkg/agent/attestor/node/experimental.go 17:44:36 spire-1.2.1/pkg/agent/attestor/node/node.go 17:44:36 spire-1.2.1/pkg/agent/attestor/node/node_test.go 17:44:36 spire-1.2.1/pkg/agent/attestor/workload/ 17:44:36 spire-1.2.1/pkg/agent/attestor/workload/workload.go 17:44:36 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 17:44:36 spire-1.2.1/pkg/agent/catalog/ 17:44:36 spire-1.2.1/pkg/agent/catalog/catalog.go 17:44:36 spire-1.2.1/pkg/agent/catalog/keymanager.go 17:44:36 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 17:44:36 spire-1.2.1/pkg/agent/catalog/svidstore.go 17:44:36 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 17:44:36 spire-1.2.1/pkg/agent/client/ 17:44:36 spire-1.2.1/pkg/agent/client/client.go 17:44:36 spire-1.2.1/pkg/agent/client/client_test.go 17:44:36 spire-1.2.1/pkg/agent/client/dial.go 17:44:36 spire-1.2.1/pkg/agent/client/nodeconn.go 17:44:36 spire-1.2.1/pkg/agent/client/nodeconn_test.go 17:44:36 spire-1.2.1/pkg/agent/client/update.go 17:44:36 spire-1.2.1/pkg/agent/client/util.go 17:44:36 spire-1.2.1/pkg/agent/common/ 17:44:36 spire-1.2.1/pkg/agent/common/backoff/ 17:44:36 spire-1.2.1/pkg/agent/common/backoff/backoff.go 17:44:36 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 17:44:36 spire-1.2.1/pkg/agent/common/cgroups/ 17:44:36 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 17:44:36 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 17:44:36 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 17:44:36 spire-1.2.1/pkg/agent/config.go 17:44:36 spire-1.2.1/pkg/agent/endpoints/ 17:44:36 spire-1.2.1/pkg/agent/endpoints/config.go 17:44:36 spire-1.2.1/pkg/agent/endpoints/endpoints.go 17:44:36 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 17:44:36 spire-1.2.1/pkg/agent/endpoints/metrics.go 17:44:36 spire-1.2.1/pkg/agent/endpoints/middleware.go 17:44:36 spire-1.2.1/pkg/agent/endpoints/peertracker.go 17:44:36 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 17:44:36 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 17:44:36 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 17:44:36 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 17:44:36 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 17:44:36 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 17:44:36 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 17:44:36 spire-1.2.1/pkg/agent/endpoints/workload/ 17:44:36 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 17:44:36 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 17:44:36 spire-1.2.1/pkg/agent/manager/ 17:44:36 spire-1.2.1/pkg/agent/manager/cache/ 17:44:36 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 17:44:36 spire-1.2.1/pkg/agent/manager/cache/cache.go 17:44:36 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 17:44:36 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 17:44:36 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 17:44:36 spire-1.2.1/pkg/agent/manager/cache/sets.go 17:44:36 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 17:44:36 spire-1.2.1/pkg/agent/manager/config.go 17:44:36 spire-1.2.1/pkg/agent/manager/manager.go 17:44:36 spire-1.2.1/pkg/agent/manager/manager_test.go 17:44:36 spire-1.2.1/pkg/agent/manager/storage.go 17:44:36 spire-1.2.1/pkg/agent/manager/storage_test.go 17:44:36 spire-1.2.1/pkg/agent/manager/storecache/ 17:44:36 spire-1.2.1/pkg/agent/manager/storecache/cache.go 17:44:36 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 17:44:36 spire-1.2.1/pkg/agent/manager/sync.go 17:44:36 spire-1.2.1/pkg/agent/plugin/ 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/ 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 17:44:36 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 17:44:36 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/ 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 17:44:36 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 17:44:36 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 17:44:36 spire-1.2.1/pkg/agent/svid/ 17:44:36 spire-1.2.1/pkg/agent/svid/rotator.go 17:44:36 spire-1.2.1/pkg/agent/svid/rotator_config.go 17:44:36 spire-1.2.1/pkg/agent/svid/rotator_test.go 17:44:36 spire-1.2.1/pkg/agent/svid/store/ 17:44:36 spire-1.2.1/pkg/agent/svid/store/service.go 17:44:36 spire-1.2.1/pkg/agent/svid/store/service_test.go 17:44:36 spire-1.2.1/pkg/common/ 17:44:36 spire-1.2.1/pkg/common/agentpathtemplate/ 17:44:36 spire-1.2.1/pkg/common/agentpathtemplate/template.go 17:44:36 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 17:44:36 spire-1.2.1/pkg/common/api/ 17:44:36 spire-1.2.1/pkg/common/api/metrics.go 17:44:36 spire-1.2.1/pkg/common/api/middleware/ 17:44:36 spire-1.2.1/pkg/common/api/middleware/common_test.go 17:44:36 spire-1.2.1/pkg/common/api/middleware/interceptor.go 17:44:36 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 17:44:36 spire-1.2.1/pkg/common/api/middleware/logger.go 17:44:36 spire-1.2.1/pkg/common/api/middleware/logger_test.go 17:44:36 spire-1.2.1/pkg/common/api/middleware/metrics.go 17:44:36 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 17:44:36 spire-1.2.1/pkg/common/api/middleware/middleware.go 17:44:36 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 17:44:36 spire-1.2.1/pkg/common/api/middleware/misconfig.go 17:44:36 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 17:44:36 spire-1.2.1/pkg/common/api/middleware/names.go 17:44:36 spire-1.2.1/pkg/common/api/middleware/names_test.go 17:44:36 spire-1.2.1/pkg/common/api/names.go 17:44:36 spire-1.2.1/pkg/common/api/ratelimit.go 17:44:36 spire-1.2.1/pkg/common/api/rpccontext/ 17:44:36 spire-1.2.1/pkg/common/api/rpccontext/logger.go 17:44:36 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 17:44:36 spire-1.2.1/pkg/common/api/rpccontext/names.go 17:44:36 spire-1.2.1/pkg/common/auth/ 17:44:36 spire-1.2.1/pkg/common/auth/interceptors.go 17:44:36 spire-1.2.1/pkg/common/auth/interceptors_test.go 17:44:36 spire-1.2.1/pkg/common/auth/untracked_uds.go 17:44:36 spire-1.2.1/pkg/common/bundleutil/ 17:44:36 spire-1.2.1/pkg/common/bundleutil/bundle.go 17:44:36 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 17:44:36 spire-1.2.1/pkg/common/bundleutil/common_test.go 17:44:36 spire-1.2.1/pkg/common/bundleutil/marshal.go 17:44:36 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 17:44:36 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 17:44:36 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 17:44:36 spire-1.2.1/pkg/common/bundleutil/types.go 17:44:36 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 17:44:36 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 17:44:36 spire-1.2.1/pkg/common/catalog/ 17:44:36 spire-1.2.1/pkg/common/catalog/bind.go 17:44:36 spire-1.2.1/pkg/common/catalog/builtin.go 17:44:36 spire-1.2.1/pkg/common/catalog/catalog.go 17:44:36 spire-1.2.1/pkg/common/catalog/catalog_test.go 17:44:36 spire-1.2.1/pkg/common/catalog/closers.go 17:44:36 spire-1.2.1/pkg/common/catalog/cmd_linux.go 17:44:36 spire-1.2.1/pkg/common/catalog/cmd_other.go 17:44:36 spire-1.2.1/pkg/common/catalog/config.go 17:44:36 spire-1.2.1/pkg/common/catalog/config_test.go 17:44:36 spire-1.2.1/pkg/common/catalog/configure.go 17:44:36 spire-1.2.1/pkg/common/catalog/constraints.go 17:44:36 spire-1.2.1/pkg/common/catalog/constraints_test.go 17:44:36 spire-1.2.1/pkg/common/catalog/context.go 17:44:36 spire-1.2.1/pkg/common/catalog/external.go 17:44:36 spire-1.2.1/pkg/common/catalog/host.go 17:44:36 spire-1.2.1/pkg/common/catalog/pipenet.go 17:44:36 spire-1.2.1/pkg/common/catalog/plugin.go 17:44:36 spire-1.2.1/pkg/common/catalog/testplugin/ 17:44:36 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 17:44:36 spire-1.2.1/pkg/common/catalog/testplugin/main.go 17:44:36 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 17:44:36 spire-1.2.1/pkg/common/cli/ 17:44:36 spire-1.2.1/pkg/common/cli/env.go 17:44:36 spire-1.2.1/pkg/common/cli/flags.go 17:44:36 spire-1.2.1/pkg/common/cli/trust_domain.go 17:44:36 spire-1.2.1/pkg/common/cli/trust_domain_test.go 17:44:36 spire-1.2.1/pkg/common/cli/umask.go 17:44:36 spire-1.2.1/pkg/common/cli/umask_posix.go 17:44:36 spire-1.2.1/pkg/common/cli/umask_test.go 17:44:36 spire-1.2.1/pkg/common/cli/umask_windows.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/ 17:44:36 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/flag.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/flag_test.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/format.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/format_test.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/ 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 17:44:36 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 17:44:36 spire-1.2.1/pkg/common/coretypes/ 17:44:36 spire-1.2.1/pkg/common/coretypes/bundle/ 17:44:36 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 17:44:36 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 17:44:36 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 17:44:36 spire-1.2.1/pkg/common/coretypes/bundle/require.go 17:44:36 spire-1.2.1/pkg/common/coretypes/jwtkey/ 17:44:36 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 17:44:36 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 17:44:36 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 17:44:36 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 17:44:36 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 17:44:36 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 17:44:36 spire-1.2.1/pkg/common/coretypes/x509certificate/ 17:44:36 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 17:44:36 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 17:44:36 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 17:44:36 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 17:44:36 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 17:44:36 spire-1.2.1/pkg/common/cryptoutil/ 17:44:36 spire-1.2.1/pkg/common/cryptoutil/keys.go 17:44:36 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 17:44:36 spire-1.2.1/pkg/common/diskutil/ 17:44:36 spire-1.2.1/pkg/common/diskutil/file_posix.go 17:44:36 spire-1.2.1/pkg/common/diskutil/file_test.go 17:44:36 spire-1.2.1/pkg/common/diskutil/file_windows.go 17:44:36 spire-1.2.1/pkg/common/errorutil/ 17:44:36 spire-1.2.1/pkg/common/errorutil/wrapper.go 17:44:36 spire-1.2.1/pkg/common/health/ 17:44:36 spire-1.2.1/pkg/common/health/config.go 17:44:36 spire-1.2.1/pkg/common/health/context.go 17:44:36 spire-1.2.1/pkg/common/health/context_test.go 17:44:36 spire-1.2.1/pkg/common/health/health.go 17:44:36 spire-1.2.1/pkg/common/health/health_test.go 17:44:36 spire-1.2.1/pkg/common/health/logger.go 17:44:36 spire-1.2.1/pkg/common/hostservice/ 17:44:36 spire-1.2.1/pkg/common/hostservice/metricsservice/ 17:44:36 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 17:44:36 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 17:44:36 spire-1.2.1/pkg/common/idutil/ 17:44:36 spire-1.2.1/pkg/common/idutil/require.go 17:44:36 spire-1.2.1/pkg/common/idutil/require_test.go 17:44:36 spire-1.2.1/pkg/common/idutil/safety.go 17:44:36 spire-1.2.1/pkg/common/idutil/safety_test.go 17:44:36 spire-1.2.1/pkg/common/idutil/spiffeid.go 17:44:36 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 17:44:36 spire-1.2.1/pkg/common/jwtsvid/ 17:44:36 spire-1.2.1/pkg/common/jwtsvid/common.go 17:44:36 spire-1.2.1/pkg/common/jwtsvid/sign.go 17:44:36 spire-1.2.1/pkg/common/jwtsvid/token_test.go 17:44:36 spire-1.2.1/pkg/common/jwtsvid/validate.go 17:44:36 spire-1.2.1/pkg/common/jwtutil/ 17:44:36 spire-1.2.1/pkg/common/jwtutil/keyset.go 17:44:36 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 17:44:36 spire-1.2.1/pkg/common/log/ 17:44:36 spire-1.2.1/pkg/common/log/hclog_adapter.go 17:44:36 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 17:44:36 spire-1.2.1/pkg/common/log/log.go 17:44:36 spire-1.2.1/pkg/common/log/log_test.go 17:44:36 spire-1.2.1/pkg/common/log/options.go 17:44:36 spire-1.2.1/pkg/common/nodeutil/ 17:44:36 spire-1.2.1/pkg/common/nodeutil/node.go 17:44:36 spire-1.2.1/pkg/common/nodeutil/node_test.go 17:44:36 spire-1.2.1/pkg/common/peertracker/ 17:44:36 spire-1.2.1/pkg/common/peertracker/conn.go 17:44:36 spire-1.2.1/pkg/common/peertracker/credentials.go 17:44:36 spire-1.2.1/pkg/common/peertracker/errors.go 17:44:36 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 17:44:36 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 17:44:36 spire-1.2.1/pkg/common/peertracker/info.go 17:44:36 spire-1.2.1/pkg/common/peertracker/listener.go 17:44:36 spire-1.2.1/pkg/common/peertracker/listener_test.go 17:44:36 spire-1.2.1/pkg/common/peertracker/peertracker.go 17:44:36 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 17:44:36 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 17:44:36 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 17:44:36 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 17:44:36 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 17:44:36 spire-1.2.1/pkg/common/peertracker/tcp.go 17:44:36 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 17:44:36 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 17:44:36 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 17:44:36 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 17:44:36 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 17:44:36 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 17:44:36 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 17:44:36 spire-1.2.1/pkg/common/peertracker/uds.go 17:44:36 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 17:44:36 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 17:44:36 spire-1.2.1/pkg/common/peertracker/uds_linux.go 17:44:36 spire-1.2.1/pkg/common/pemutil/ 17:44:36 spire-1.2.1/pkg/common/pemutil/block.go 17:44:36 spire-1.2.1/pkg/common/pemutil/certs.go 17:44:36 spire-1.2.1/pkg/common/pemutil/common.go 17:44:36 spire-1.2.1/pkg/common/pemutil/csr.go 17:44:36 spire-1.2.1/pkg/common/pemutil/keys.go 17:44:36 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 17:44:36 spire-1.2.1/pkg/common/pemutil/testdata/ 17:44:36 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 17:44:36 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 17:44:36 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 17:44:36 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 17:44:36 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 17:44:36 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 17:44:36 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 17:44:36 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 17:44:36 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 17:44:36 spire-1.2.1/pkg/common/plugin/ 17:44:36 spire-1.2.1/pkg/common/plugin/aws/ 17:44:36 spire-1.2.1/pkg/common/plugin/aws/iid.go 17:44:36 spire-1.2.1/pkg/common/plugin/azure/ 17:44:36 spire-1.2.1/pkg/common/plugin/azure/msi.go 17:44:36 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 17:44:36 spire-1.2.1/pkg/common/plugin/facade.go 17:44:36 spire-1.2.1/pkg/common/plugin/facade_test.go 17:44:36 spire-1.2.1/pkg/common/plugin/gcp/ 17:44:36 spire-1.2.1/pkg/common/plugin/gcp/iit.go 17:44:36 spire-1.2.1/pkg/common/plugin/k8s/ 17:44:36 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 17:44:36 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 17:44:36 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 17:44:36 spire-1.2.1/pkg/common/plugin/k8s/utils.go 17:44:36 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 17:44:36 spire-1.2.1/pkg/common/plugin/log.go 17:44:36 spire-1.2.1/pkg/common/plugin/sshpop/ 17:44:36 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 17:44:36 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 17:44:36 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 17:44:36 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 17:44:36 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 17:44:36 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 17:44:36 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 17:44:36 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 17:44:36 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 17:44:36 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 17:44:36 spire-1.2.1/pkg/common/plugin/tpmdevid/ 17:44:36 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 17:44:36 spire-1.2.1/pkg/common/plugin/x509pop/ 17:44:36 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 17:44:36 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 17:44:36 spire-1.2.1/pkg/common/profiling/ 17:44:36 spire-1.2.1/pkg/common/profiling/dumpers.go 17:44:36 spire-1.2.1/pkg/common/profiling/profiling.go 17:44:36 spire-1.2.1/pkg/common/protoutil/ 17:44:36 spire-1.2.1/pkg/common/protoutil/masks.go 17:44:36 spire-1.2.1/pkg/common/protoutil/masks_test.go 17:44:36 spire-1.2.1/pkg/common/rotationutil/ 17:44:36 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 17:44:36 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 17:44:36 spire-1.2.1/pkg/common/selector/ 17:44:36 spire-1.2.1/pkg/common/selector/selector.go 17:44:36 spire-1.2.1/pkg/common/selector/selector_test.go 17:44:36 spire-1.2.1/pkg/common/selector/set.go 17:44:36 spire-1.2.1/pkg/common/selector/set_utils.go 17:44:36 spire-1.2.1/pkg/common/selector/set_utils_test.go 17:44:36 spire-1.2.1/pkg/common/telemetry/ 17:44:36 spire-1.2.1/pkg/common/telemetry/agent/ 17:44:36 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 17:44:36 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 17:44:36 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 17:44:36 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 17:44:36 spire-1.2.1/pkg/common/telemetry/agent/manager.go 17:44:36 spire-1.2.1/pkg/common/telemetry/agent/node.go 17:44:36 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 17:44:36 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 17:44:36 spire-1.2.1/pkg/common/telemetry/agent/store/ 17:44:36 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 17:44:36 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 17:44:36 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 17:44:36 spire-1.2.1/pkg/common/telemetry/blackhole.go 17:44:36 spire-1.2.1/pkg/common/telemetry/call.go 17:44:36 spire-1.2.1/pkg/common/telemetry/common/ 17:44:36 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 17:44:36 spire-1.2.1/pkg/common/telemetry/config.go 17:44:36 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 17:44:36 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 17:44:36 spire-1.2.1/pkg/common/telemetry/inmem.go 17:44:36 spire-1.2.1/pkg/common/telemetry/inmem_test.go 17:44:36 spire-1.2.1/pkg/common/telemetry/m3.go 17:44:36 spire-1.2.1/pkg/common/telemetry/m3_test.go 17:44:36 spire-1.2.1/pkg/common/telemetry/metrics.go 17:44:36 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 17:44:36 spire-1.2.1/pkg/common/telemetry/names.go 17:44:36 spire-1.2.1/pkg/common/telemetry/prometheus.go 17:44:36 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 17:44:36 spire-1.2.1/pkg/common/telemetry/sanitize.go 17:44:36 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 17:44:36 spire-1.2.1/pkg/common/telemetry/server/ 17:44:36 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 17:44:36 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 17:44:36 spire-1.2.1/pkg/common/telemetry/server/datastore/ 17:44:36 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 17:44:36 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 17:44:36 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 17:44:36 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 17:44:36 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 17:44:36 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 17:44:36 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 17:44:36 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 17:44:36 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 17:44:36 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 17:44:36 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 17:44:36 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 17:44:36 spire-1.2.1/pkg/common/telemetry/server/rotate.go 17:44:36 spire-1.2.1/pkg/common/telemetry/server/server.go 17:44:36 spire-1.2.1/pkg/common/telemetry/sink.go 17:44:36 spire-1.2.1/pkg/common/telemetry/statsd.go 17:44:36 spire-1.2.1/pkg/common/telemetry/statsd_test.go 17:44:36 spire-1.2.1/pkg/common/telemetry/uptime.go 17:44:36 spire-1.2.1/pkg/common/telemetry/version.go 17:44:36 spire-1.2.1/pkg/common/telemetry/withlabels.go 17:44:36 spire-1.2.1/pkg/common/uptime/ 17:44:36 spire-1.2.1/pkg/common/uptime/uptime.go 17:44:36 spire-1.2.1/pkg/common/uptime/uptime_test.go 17:44:36 spire-1.2.1/pkg/common/util/ 17:44:36 spire-1.2.1/pkg/common/util/certs.go 17:44:36 spire-1.2.1/pkg/common/util/certs_test.go 17:44:36 spire-1.2.1/pkg/common/util/csr.go 17:44:36 spire-1.2.1/pkg/common/util/hash.go 17:44:36 spire-1.2.1/pkg/common/util/selectors.go 17:44:36 spire-1.2.1/pkg/common/util/selectors_test.go 17:44:36 spire-1.2.1/pkg/common/util/signals.go 17:44:36 spire-1.2.1/pkg/common/util/sort.go 17:44:36 spire-1.2.1/pkg/common/util/sort_test.go 17:44:36 spire-1.2.1/pkg/common/util/task.go 17:44:36 spire-1.2.1/pkg/common/util/task_test.go 17:44:36 spire-1.2.1/pkg/common/util/testdata/ 17:44:36 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 17:44:36 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 17:44:36 spire-1.2.1/pkg/common/version/ 17:44:36 spire-1.2.1/pkg/common/version/version.go 17:44:36 spire-1.2.1/pkg/common/x509svid/ 17:44:36 spire-1.2.1/pkg/common/x509svid/common_test.go 17:44:36 spire-1.2.1/pkg/common/x509svid/csr.go 17:44:36 spire-1.2.1/pkg/common/x509svid/upstreamca.go 17:44:36 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 17:44:36 spire-1.2.1/pkg/common/x509util/ 17:44:36 spire-1.2.1/pkg/common/x509util/cert.go 17:44:36 spire-1.2.1/pkg/common/x509util/dns.go 17:44:36 spire-1.2.1/pkg/common/x509util/dns_test.go 17:44:36 spire-1.2.1/pkg/common/x509util/keyid.go 17:44:36 spire-1.2.1/pkg/common/x509util/keypair.go 17:44:36 spire-1.2.1/pkg/common/x509util/serialnumber.go 17:44:36 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 17:44:36 spire-1.2.1/pkg/server/ 17:44:36 spire-1.2.1/pkg/server/api/ 17:44:36 spire-1.2.1/pkg/server/api/agent.go 17:44:36 spire-1.2.1/pkg/server/api/agent/ 17:44:36 spire-1.2.1/pkg/server/api/agent/v1/ 17:44:36 spire-1.2.1/pkg/server/api/agent/v1/service.go 17:44:36 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 17:44:36 spire-1.2.1/pkg/server/api/agent_test.go 17:44:36 spire-1.2.1/pkg/server/api/api.go 17:44:36 spire-1.2.1/pkg/server/api/audit/ 17:44:36 spire-1.2.1/pkg/server/api/audit/audit.go 17:44:36 spire-1.2.1/pkg/server/api/audit/audit_test.go 17:44:36 spire-1.2.1/pkg/server/api/bundle.go 17:44:36 spire-1.2.1/pkg/server/api/bundle/ 17:44:36 spire-1.2.1/pkg/server/api/bundle/v1/ 17:44:36 spire-1.2.1/pkg/server/api/bundle/v1/service.go 17:44:36 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 17:44:36 spire-1.2.1/pkg/server/api/bundle_test.go 17:44:36 spire-1.2.1/pkg/server/api/debug/ 17:44:36 spire-1.2.1/pkg/server/api/debug/v1/ 17:44:36 spire-1.2.1/pkg/server/api/debug/v1/service.go 17:44:36 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 17:44:36 spire-1.2.1/pkg/server/api/entry.go 17:44:36 spire-1.2.1/pkg/server/api/entry/ 17:44:36 spire-1.2.1/pkg/server/api/entry/v1/ 17:44:36 spire-1.2.1/pkg/server/api/entry/v1/service.go 17:44:36 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 17:44:36 spire-1.2.1/pkg/server/api/entry_test.go 17:44:36 spire-1.2.1/pkg/server/api/health/ 17:44:36 spire-1.2.1/pkg/server/api/health/v1/ 17:44:36 spire-1.2.1/pkg/server/api/health/v1/service.go 17:44:36 spire-1.2.1/pkg/server/api/health/v1/service_test.go 17:44:36 spire-1.2.1/pkg/server/api/id.go 17:44:36 spire-1.2.1/pkg/server/api/id_test.go 17:44:36 spire-1.2.1/pkg/server/api/limits/ 17:44:36 spire-1.2.1/pkg/server/api/limits/limits.go 17:44:36 spire-1.2.1/pkg/server/api/middleware/ 17:44:36 spire-1.2.1/pkg/server/api/middleware/alias.go 17:44:36 spire-1.2.1/pkg/server/api/middleware/audit.go 17:44:36 spire-1.2.1/pkg/server/api/middleware/authorization.go 17:44:36 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 17:44:36 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 17:44:36 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 17:44:36 spire-1.2.1/pkg/server/api/middleware/caller.go 17:44:36 spire-1.2.1/pkg/server/api/middleware/caller_test.go 17:44:36 spire-1.2.1/pkg/server/api/middleware/common.go 17:44:36 spire-1.2.1/pkg/server/api/middleware/common_test.go 17:44:36 spire-1.2.1/pkg/server/api/middleware/entries.go 17:44:36 spire-1.2.1/pkg/server/api/middleware/entries_test.go 17:44:36 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 17:44:36 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 17:44:36 spire-1.2.1/pkg/server/api/ratelimit.go 17:44:36 spire-1.2.1/pkg/server/api/rpccontext/ 17:44:36 spire-1.2.1/pkg/server/api/rpccontext/alias.go 17:44:36 spire-1.2.1/pkg/server/api/rpccontext/audit.go 17:44:36 spire-1.2.1/pkg/server/api/rpccontext/caller.go 17:44:36 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 17:44:36 spire-1.2.1/pkg/server/api/selector.go 17:44:36 spire-1.2.1/pkg/server/api/selector_test.go 17:44:36 spire-1.2.1/pkg/server/api/status.go 17:44:36 spire-1.2.1/pkg/server/api/status_test.go 17:44:36 spire-1.2.1/pkg/server/api/svid/ 17:44:36 spire-1.2.1/pkg/server/api/svid/v1/ 17:44:36 spire-1.2.1/pkg/server/api/svid/v1/service.go 17:44:36 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 17:44:36 spire-1.2.1/pkg/server/api/trustdomain.go 17:44:36 spire-1.2.1/pkg/server/api/trustdomain/ 17:44:36 spire-1.2.1/pkg/server/api/trustdomain/v1/ 17:44:36 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 17:44:36 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 17:44:36 spire-1.2.1/pkg/server/api/trustdomain_test.go 17:44:36 spire-1.2.1/pkg/server/authpolicy/ 17:44:36 spire-1.2.1/pkg/server/authpolicy/defaults.go 17:44:36 spire-1.2.1/pkg/server/authpolicy/policy.go 17:44:36 spire-1.2.1/pkg/server/authpolicy/policy.rego 17:44:36 spire-1.2.1/pkg/server/authpolicy/policy_data.json 17:44:36 spire-1.2.1/pkg/server/authpolicy/policy_test.go 17:44:36 spire-1.2.1/pkg/server/authpolicy/validate.go 17:44:36 spire-1.2.1/pkg/server/bundle/ 17:44:36 spire-1.2.1/pkg/server/bundle/client/ 17:44:36 spire-1.2.1/pkg/server/bundle/client/client.go 17:44:36 spire-1.2.1/pkg/server/bundle/client/client_test.go 17:44:36 spire-1.2.1/pkg/server/bundle/client/manager.go 17:44:36 spire-1.2.1/pkg/server/bundle/client/manager_test.go 17:44:36 spire-1.2.1/pkg/server/bundle/client/sources.go 17:44:36 spire-1.2.1/pkg/server/bundle/client/sources_test.go 17:44:36 spire-1.2.1/pkg/server/bundle/client/updater.go 17:44:36 spire-1.2.1/pkg/server/bundle/client/updater_test.go 17:44:36 spire-1.2.1/pkg/server/ca/ 17:44:36 spire-1.2.1/pkg/server/ca/ca.go 17:44:36 spire-1.2.1/pkg/server/ca/ca_health.go 17:44:36 spire-1.2.1/pkg/server/ca/ca_test.go 17:44:36 spire-1.2.1/pkg/server/ca/journal.go 17:44:36 spire-1.2.1/pkg/server/ca/journal_test.go 17:44:36 spire-1.2.1/pkg/server/ca/manager.go 17:44:36 spire-1.2.1/pkg/server/ca/manager_health.go 17:44:36 spire-1.2.1/pkg/server/ca/manager_test.go 17:44:36 spire-1.2.1/pkg/server/ca/templates.go 17:44:36 spire-1.2.1/pkg/server/ca/upstream_client.go 17:44:36 spire-1.2.1/pkg/server/ca/upstream_client_test.go 17:44:36 spire-1.2.1/pkg/server/ca/validation.go 17:44:36 spire-1.2.1/pkg/server/cache/ 17:44:36 spire-1.2.1/pkg/server/cache/dscache/ 17:44:36 spire-1.2.1/pkg/server/cache/dscache/cache.go 17:44:36 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 17:44:36 spire-1.2.1/pkg/server/cache/entrycache/ 17:44:36 spire-1.2.1/pkg/server/cache/entrycache/cache.go 17:44:36 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 17:44:36 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 17:44:36 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 17:44:36 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 17:44:36 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 17:44:36 spire-1.2.1/pkg/server/catalog/ 17:44:36 spire-1.2.1/pkg/server/catalog/catalog.go 17:44:36 spire-1.2.1/pkg/server/catalog/keymanager.go 17:44:36 spire-1.2.1/pkg/server/catalog/nodeattestor.go 17:44:36 spire-1.2.1/pkg/server/catalog/noderesolver.go 17:44:36 spire-1.2.1/pkg/server/catalog/notifier.go 17:44:36 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 17:44:36 spire-1.2.1/pkg/server/config.go 17:44:36 spire-1.2.1/pkg/server/datastore/ 17:44:36 spire-1.2.1/pkg/server/datastore/datastore.go 17:44:36 spire-1.2.1/pkg/server/datastore/datastore_health.go 17:44:36 spire-1.2.1/pkg/server/datastore/repository.go 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/ 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 17:44:36 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 17:44:36 spire-1.2.1/pkg/server/endpoints/ 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/ 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/config.go 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/server.go 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 17:44:36 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 17:44:36 spire-1.2.1/pkg/server/endpoints/config.go 17:44:36 spire-1.2.1/pkg/server/endpoints/endpoints.go 17:44:36 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 17:44:36 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 17:44:36 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 17:44:36 spire-1.2.1/pkg/server/endpoints/middleware.go 17:44:36 spire-1.2.1/pkg/server/endpoints/middleware_test.go 17:44:36 spire-1.2.1/pkg/server/hostservice/ 17:44:36 spire-1.2.1/pkg/server/hostservice/agentstore/ 17:44:36 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 17:44:36 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 17:44:36 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 17:44:36 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 17:44:36 spire-1.2.1/pkg/server/hostservice/identityprovider/ 17:44:36 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 17:44:36 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/ 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/ 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/base/ 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/test/ 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 17:44:36 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/ 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 17:44:36 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/noderesolver/ 17:44:36 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 17:44:36 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 17:44:36 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 17:44:36 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 17:44:36 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 17:44:36 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 17:44:36 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/notifier/ 17:44:36 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 17:44:36 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 17:44:36 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 17:44:36 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 17:44:36 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 17:44:36 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 17:44:36 spire-1.2.1/pkg/server/plugin/notifier/repository.go 17:44:36 spire-1.2.1/pkg/server/plugin/notifier/v1.go 17:44:36 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 17:44:36 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 17:44:36 spire-1.2.1/pkg/server/registration/ 17:44:36 spire-1.2.1/pkg/server/registration/manager.go 17:44:36 spire-1.2.1/pkg/server/registration/manager_test.go 17:44:36 spire-1.2.1/pkg/server/scanentries.go 17:44:36 spire-1.2.1/pkg/server/scanentries_test.go 17:44:36 spire-1.2.1/pkg/server/server.go 17:44:36 spire-1.2.1/pkg/server/server_test.go 17:44:36 spire-1.2.1/pkg/server/svid/ 17:44:36 spire-1.2.1/pkg/server/svid/observer.go 17:44:36 spire-1.2.1/pkg/server/svid/observer_test.go 17:44:36 spire-1.2.1/pkg/server/svid/rotator.go 17:44:36 spire-1.2.1/pkg/server/svid/rotator_config.go 17:44:36 spire-1.2.1/pkg/server/svid/rotator_config_test.go 17:44:36 spire-1.2.1/pkg/server/svid/rotator_test.go 17:44:36 spire-1.2.1/proto/ 17:44:36 spire-1.2.1/proto/private/ 17:44:36 spire-1.2.1/proto/private/server/ 17:44:36 spire-1.2.1/proto/private/server/journal/ 17:44:36 spire-1.2.1/proto/private/server/journal/journal.pb.go 17:44:36 spire-1.2.1/proto/private/server/journal/journal.proto 17:44:36 spire-1.2.1/proto/spire/ 17:44:36 spire-1.2.1/proto/spire/common/ 17:44:36 spire-1.2.1/proto/spire/common/common.pb.go 17:44:36 spire-1.2.1/proto/spire/common/common.proto 17:44:36 spire-1.2.1/proto/spire/common/plugin/ 17:44:36 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 17:44:36 spire-1.2.1/proto/spire/common/plugin/plugin.proto 17:44:36 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 17:44:36 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 17:44:36 spire-1.2.1/proto/spire/plugin/ 17:44:36 spire-1.2.1/proto/spire/plugin/agent/ 17:44:36 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 17:44:36 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 17:44:36 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 17:44:36 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 17:44:36 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 17:44:36 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 17:44:36 spire-1.2.1/release/ 17:44:36 spire-1.2.1/release/spire-extras/ 17:44:36 spire-1.2.1/release/spire-extras/README.md 17:44:36 spire-1.2.1/release/spire-extras/conf/ 17:44:36 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 17:44:36 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 17:44:36 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 17:44:36 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 17:44:36 spire-1.2.1/release/spire/ 17:44:36 spire-1.2.1/release/spire/README.md 17:44:36 spire-1.2.1/release/spire/conf/ 17:44:36 spire-1.2.1/release/spire/conf/agent/ 17:44:36 spire-1.2.1/release/spire/conf/agent/agent.conf 17:44:36 spire-1.2.1/release/spire/conf/server/ 17:44:36 spire-1.2.1/release/spire/conf/server/server.conf 17:44:36 spire-1.2.1/script/ 17:44:36 spire-1.2.1/script/build-artifact.sh 17:44:36 spire-1.2.1/script/generate_dummy_ca.sh 17:44:36 spire-1.2.1/support/ 17:44:36 spire-1.2.1/support/k8s/ 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/ 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 17:44:36 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 17:44:36 spire-1.2.1/support/oidc-discovery-provider/ 17:44:36 spire-1.2.1/support/oidc-discovery-provider/README.md 17:44:36 spire-1.2.1/support/oidc-discovery-provider/common_test.go 17:44:36 spire-1.2.1/support/oidc-discovery-provider/config.go 17:44:36 spire-1.2.1/support/oidc-discovery-provider/config_test.go 17:44:36 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 17:44:36 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 17:44:36 spire-1.2.1/support/oidc-discovery-provider/handler.go 17:44:36 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 17:44:36 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 17:44:36 spire-1.2.1/support/oidc-discovery-provider/main.go 17:44:36 spire-1.2.1/support/oidc-discovery-provider/server_api.go 17:44:36 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 17:44:36 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 17:44:36 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 17:44:36 spire-1.2.1/test/ 17:44:36 spire-1.2.1/test/clock/ 17:44:36 spire-1.2.1/test/clock/clock.go 17:44:36 spire-1.2.1/test/fakes/ 17:44:36 spire-1.2.1/test/fakes/fakeagentcatalog/ 17:44:36 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 17:44:36 spire-1.2.1/test/fakes/fakeagentkeymanager/ 17:44:36 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 17:44:36 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 17:44:36 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 17:44:36 spire-1.2.1/test/fakes/fakeagentstore/ 17:44:36 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 17:44:36 spire-1.2.1/test/fakes/fakedatastore/ 17:44:36 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 17:44:36 spire-1.2.1/test/fakes/fakeentryclient/ 17:44:36 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 17:44:36 spire-1.2.1/test/fakes/fakehealthchecker/ 17:44:36 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 17:44:36 spire-1.2.1/test/fakes/fakeidentityprovider/ 17:44:36 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 17:44:36 spire-1.2.1/test/fakes/fakemetrics/ 17:44:36 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 17:44:36 spire-1.2.1/test/fakes/fakenoderesolver/ 17:44:36 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 17:44:36 spire-1.2.1/test/fakes/fakenotifier/ 17:44:36 spire-1.2.1/test/fakes/fakenotifier/notifier.go 17:44:36 spire-1.2.1/test/fakes/fakepluginmetrics/ 17:44:36 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 17:44:36 spire-1.2.1/test/fakes/fakeserverca/ 17:44:36 spire-1.2.1/test/fakes/fakeserverca/serverca.go 17:44:36 spire-1.2.1/test/fakes/fakeservercatalog/ 17:44:36 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 17:44:36 spire-1.2.1/test/fakes/fakeserverkeymanager/ 17:44:36 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 17:44:36 spire-1.2.1/test/fakes/fakeservernodeattestor/ 17:44:36 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 17:44:36 spire-1.2.1/test/fakes/fakeupstreamauthority/ 17:44:36 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 17:44:36 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 17:44:36 spire-1.2.1/test/fakes/fakeworkloadapi/ 17:44:36 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 17:44:36 spire-1.2.1/test/fakes/fakeworkloadattestor/ 17:44:36 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 17:44:36 spire-1.2.1/test/fixture/ 17:44:36 spire-1.2.1/test/fixture/certs/ 17:44:36 spire-1.2.1/test/fixture/certs/agent_svid.der 17:44:36 spire-1.2.1/test/fixture/certs/base_cert.pem 17:44:36 spire-1.2.1/test/fixture/certs/base_csr.pem 17:44:36 spire-1.2.1/test/fixture/certs/base_key.pem 17:44:36 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 17:44:36 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 17:44:36 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 17:44:36 spire-1.2.1/test/fixture/certs/blog_cert.pem 17:44:36 spire-1.2.1/test/fixture/certs/blog_csr.pem 17:44:36 spire-1.2.1/test/fixture/certs/blog_key.pem 17:44:36 spire-1.2.1/test/fixture/certs/bundle.der 17:44:36 spire-1.2.1/test/fixture/certs/ca.pem 17:44:36 spire-1.2.1/test/fixture/certs/ca_key.pem 17:44:36 spire-1.2.1/test/fixture/certs/database_cert.pem 17:44:36 spire-1.2.1/test/fixture/certs/database_csr.pem 17:44:36 spire-1.2.1/test/fixture/certs/database_key.pem 17:44:36 spire-1.2.1/test/fixture/certs/node_cert.pem 17:44:36 spire-1.2.1/test/fixture/certs/node_csr.pem 17:44:36 spire-1.2.1/test/fixture/certs/node_key.pem 17:44:36 spire-1.2.1/test/fixture/certs/svid.pem 17:44:36 spire-1.2.1/test/fixture/certs/svid_key.pem 17:44:36 spire-1.2.1/test/fixture/config/ 17:44:36 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 17:44:36 spire-1.2.1/test/fixture/config/agent_good.conf 17:44:36 spire-1.2.1/test/fixture/config/agent_good_templated.conf 17:44:36 spire-1.2.1/test/fixture/config/plugin_good.conf 17:44:36 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 17:44:36 spire-1.2.1/test/fixture/config/server_good.conf 17:44:36 spire-1.2.1/test/fixture/config/server_good_templated.conf 17:44:36 spire-1.2.1/test/fixture/fixture.go 17:44:36 spire-1.2.1/test/fixture/nodeattestor/ 17:44:36 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 17:44:36 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 17:44:36 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 17:44:36 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 17:44:36 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 17:44:36 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 17:44:36 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 17:44:36 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 17:44:36 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 17:44:36 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 17:44:36 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 17:44:36 spire-1.2.1/test/fixture/registration/ 17:44:36 spire-1.2.1/test/fixture/registration/entries.json 17:44:36 spire-1.2.1/test/fixture/registration/good-for-update.json 17:44:36 spire-1.2.1/test/fixture/registration/good.json 17:44:36 spire-1.2.1/test/fixture/registration/invalid.json 17:44:36 spire-1.2.1/test/fixture/registration/invalid_json.json 17:44:36 spire-1.2.1/test/fixture/registration/manager_test_entries.json 17:44:36 spire-1.2.1/test/integration/ 17:44:36 spire-1.2.1/test/integration/README.md 17:44:36 spire-1.2.1/test/integration/common 17:44:36 spire-1.2.1/test/integration/setup/ 17:44:36 spire-1.2.1/test/integration/setup/adminclient/ 17:44:36 spire-1.2.1/test/integration/setup/adminclient/build.sh 17:44:36 spire-1.2.1/test/integration/setup/adminclient/client.go 17:44:36 spire-1.2.1/test/integration/setup/debugagent/ 17:44:36 spire-1.2.1/test/integration/setup/debugagent/build.sh 17:44:36 spire-1.2.1/test/integration/setup/debugagent/main.go 17:44:36 spire-1.2.1/test/integration/setup/debugserver/ 17:44:36 spire-1.2.1/test/integration/setup/debugserver/build.sh 17:44:36 spire-1.2.1/test/integration/setup/debugserver/main.go 17:44:36 spire-1.2.1/test/integration/setup/downstreamclient/ 17:44:36 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 17:44:36 spire-1.2.1/test/integration/setup/downstreamclient/client.go 17:44:36 spire-1.2.1/test/integration/setup/itclient/ 17:44:36 spire-1.2.1/test/integration/setup/itclient/client.go 17:44:36 spire-1.2.1/test/integration/setup/node-attestation/ 17:44:36 spire-1.2.1/test/integration/setup/node-attestation/build.sh 17:44:36 spire-1.2.1/test/integration/setup/node-attestation/client.go 17:44:36 spire-1.2.1/test/integration/setup/x509pop/ 17:44:36 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 17:44:36 spire-1.2.1/test/integration/setup/x509pop/setup.sh 17:44:36 spire-1.2.1/test/integration/suites/ 17:44:36 spire-1.2.1/test/integration/suites/admin-endpoints/ 17:44:36 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 17:44:36 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 17:44:36 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 17:44:36 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 17:44:36 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 17:44:36 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 17:44:36 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 17:44:36 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 17:44:36 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 17:44:36 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 17:44:36 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 17:44:36 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 17:44:36 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 17:44:36 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 17:44:36 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 17:44:36 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 17:44:36 spire-1.2.1/test/integration/suites/datastore-mysql/ 17:44:36 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 17:44:36 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 17:44:36 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 17:44:36 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres/ 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 17:44:36 spire-1.2.1/test/integration/suites/debug-endpoints/ 17:44:36 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 17:44:36 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 17:44:36 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 17:44:36 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 17:44:36 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 17:44:36 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 17:44:36 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 17:44:36 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 17:44:36 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 17:44:36 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 17:44:36 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 17:44:36 spire-1.2.1/test/integration/suites/downstream-endpoints/ 17:44:36 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 17:44:36 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 17:44:36 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 17:44:36 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 17:44:36 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 17:44:36 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 17:44:36 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 17:44:36 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 17:44:36 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 17:44:36 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 17:44:36 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 17:44:36 spire-1.2.1/test/integration/suites/join-token/ 17:44:36 spire-1.2.1/test/integration/suites/join-token/01-start-server 17:44:36 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 17:44:36 spire-1.2.1/test/integration/suites/join-token/03-start-agent 17:44:36 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 17:44:36 spire-1.2.1/test/integration/suites/join-token/05-check-svid 17:44:36 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 17:44:36 spire-1.2.1/test/integration/suites/join-token/README.md 17:44:36 spire-1.2.1/test/integration/suites/join-token/conf/ 17:44:36 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 17:44:36 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/join-token/conf/server/ 17:44:36 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/join-token/teardown 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/ 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 17:44:36 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/ 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 17:44:36 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 17:44:36 spire-1.2.1/test/integration/suites/k8s/ 17:44:36 spire-1.2.1/test/integration/suites/k8s/00-setup 17:44:36 spire-1.2.1/test/integration/suites/k8s/01-apply-config 17:44:36 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 17:44:36 spire-1.2.1/test/integration/suites/k8s/README.md 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/ 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/server/ 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 17:44:36 spire-1.2.1/test/integration/suites/k8s/init-kubectl 17:44:36 spire-1.2.1/test/integration/suites/k8s/teardown 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/README.md 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/root/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/nested-rotation/teardown 17:44:36 spire-1.2.1/test/integration/suites/node-attestation/ 17:44:36 spire-1.2.1/test/integration/suites/node-attestation/00-setup 17:44:36 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 17:44:36 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 17:44:36 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 17:44:36 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 17:44:36 spire-1.2.1/test/integration/suites/node-attestation/README.md 17:44:36 spire-1.2.1/test/integration/suites/node-attestation/conf/ 17:44:36 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 17:44:36 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 17:44:36 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/node-attestation/teardown 17:44:36 spire-1.2.1/test/integration/suites/rotation/ 17:44:36 spire-1.2.1/test/integration/suites/rotation/00-setup 17:44:36 spire-1.2.1/test/integration/suites/rotation/01-start-server 17:44:36 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 17:44:36 spire-1.2.1/test/integration/suites/rotation/03-start-agent 17:44:36 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 17:44:36 spire-1.2.1/test/integration/suites/rotation/05-check-svids 17:44:36 spire-1.2.1/test/integration/suites/rotation/README.md 17:44:36 spire-1.2.1/test/integration/suites/rotation/conf/ 17:44:36 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 17:44:36 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/rotation/conf/server/ 17:44:36 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/rotation/teardown 17:44:36 spire-1.2.1/test/integration/suites/self-test/ 17:44:36 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 17:44:36 spire-1.2.1/test/integration/suites/self-test/README.md 17:44:36 spire-1.2.1/test/integration/suites/self-test/teardown 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/ 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 17:44:36 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 17:44:36 spire-1.2.1/test/integration/suites/upgrade/ 17:44:36 spire-1.2.1/test/integration/suites/upgrade/00-setup 17:44:36 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 17:44:36 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 17:44:36 spire-1.2.1/test/integration/suites/upgrade/README.md 17:44:36 spire-1.2.1/test/integration/suites/upgrade/conf/ 17:44:36 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 17:44:36 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 17:44:36 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 17:44:36 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 17:44:36 spire-1.2.1/test/integration/suites/upgrade/teardown 17:44:36 spire-1.2.1/test/integration/suites/upgrade/versions.txt 17:44:36 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 17:44:36 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 17:44:36 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 17:44:36 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 17:44:36 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 17:44:36 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 17:44:36 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 17:44:36 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 17:44:36 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 17:44:36 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 17:44:36 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 17:44:36 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 17:44:36 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 17:44:36 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 17:44:36 spire-1.2.1/test/integration/test-one.sh 17:44:36 spire-1.2.1/test/integration/test.sh 17:44:36 spire-1.2.1/test/plugintest/ 17:44:36 spire-1.2.1/test/plugintest/config.go 17:44:36 spire-1.2.1/test/plugintest/load.go 17:44:36 spire-1.2.1/test/plugintest/option.go 17:44:36 spire-1.2.1/test/spiretest/ 17:44:36 spire-1.2.1/test/spiretest/apiserver.go 17:44:36 spire-1.2.1/test/spiretest/assertions.go 17:44:36 spire-1.2.1/test/spiretest/dir.go 17:44:36 spire-1.2.1/test/spiretest/errors_posix.go 17:44:36 spire-1.2.1/test/spiretest/errors_windows.go 17:44:36 spire-1.2.1/test/spiretest/logs.go 17:44:36 spire-1.2.1/test/spiretest/socketapi.go 17:44:36 spire-1.2.1/test/spiretest/suite.go 17:44:36 spire-1.2.1/test/spiretest/x509.go 17:44:36 spire-1.2.1/test/testca/ 17:44:36 spire-1.2.1/test/testca/ca.go 17:44:36 spire-1.2.1/test/testkey/ 17:44:36 spire-1.2.1/test/testkey/generate.sh 17:44:36 spire-1.2.1/test/testkey/genkeys.go 17:44:36 spire-1.2.1/test/testkey/keys.go 17:44:36 spire-1.2.1/test/testkey/new.go 17:44:36 spire-1.2.1/test/tpmsimulator/ 17:44:36 spire-1.2.1/test/tpmsimulator/simulator.go 17:44:36 spire-1.2.1/test/util/ 17:44:36 spire-1.2.1/test/util/cert_fixtures.go 17:44:36 spire-1.2.1/test/util/cert_generation.go 17:44:36 spire-1.2.1/test/util/io_redirection.go 17:44:36 spire-1.2.1/test/util/race.go 17:44:36 spire-1.2.1/test/util/util.go 17:44:36 building spire from source... 17:44:36 Installing go1.17.7... 17:44:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:44:37 ---> bcaf132a60e0 17:44:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:44:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:44:37 v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] 17:44:37 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 17:44:37 OK: 15854 distinct packages available 17:44:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:44:38 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:44:38 (1/9) Installing ca-certificates (20211220-r0) 17:44:38 (2/9) Installing brotli-libs (1.0.9-r5) 17:44:38 (3/9) Installing nghttp2-libs (1.46.0-r0) 17:44:38 ---> 2bd3074e3e89 17:44:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:44:38 (4/9) Installing libcurl (7.80.0-r0) 17:44:39 (5/9) Installing curl (7.80.0-r0) 17:44:39 (6/9) Installing dumb-init (1.2.5-r1) 17:44:39 (7/9) Installing musl-obstack (1.2.3-r0) 17:44:39 (8/9) Installing libucontext (1.1-r0) 17:44:39 (9/9) Installing gcompat (1.0.0-r4) 17:44:39 Executing busybox-1.34.1-r5.trigger 17:44:39 Executing ca-certificates-20211220-r0.trigger 17:44:39 OK: 8 MiB in 23 packages 17:44:40 ---> 1999a597e55f 17:44:40 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:44:41 ---> Running in 48a23e063d03 17:44:42 Removing intermediate container 48a23e063d03 17:44:42 ---> 1eec189eb710 17:44:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:44:42 Building bin/spire-server... 17:44:42 go: downloading github.com/mitchellh/cli v1.1.2 17:44:42 go: downloading google.golang.org/grpc v1.44.0 17:44:42 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 17:44:42 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 17:44:42 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 17:44:42 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 17:44:42 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 17:44:43 Removing intermediate container d174ebb13892 17:44:43 ---> 98ee23352248 17:44:43 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 17:44:43 go: downloading github.com/imdario/mergo v0.3.12 17:44:43 go: downloading github.com/sirupsen/logrus v1.8.1 17:44:43  ---> Running in 81ad660788ad 17:44:43 go: downloading github.com/hashicorp/go-hclog v1.1.0 17:44:43 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 17:44:43 go: downloading github.com/fatih/color v1.13.0 17:44:43 go: downloading github.com/mattn/go-isatty v0.0.14 17:44:43 go: downloading github.com/hashicorp/go-plugin v1.4.3 17:44:43 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 17:44:43 go: downloading github.com/armon/go-metrics v0.3.10 17:44:43 go: downloading github.com/prometheus/client_golang v1.12.1 17:44:43 go: downloading github.com/uber-go/tally/v4 v4.1.1 17:44:43 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 17:44:43 go: downloading github.com/open-policy-agent/opa v0.38.0 17:44:43 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 17:44:43 go: downloading github.com/InVisionApp/go-logger v1.0.1 17:44:43 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 17:44:43 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 17:44:43 go: downloading github.com/mattn/go-colorable v0.1.12 17:44:43 go: downloading github.com/Masterminds/goutils v1.1.0 17:44:43 go: downloading github.com/Masterminds/semver v1.5.0 17:44:43 go: downloading github.com/google/uuid v1.1.2 17:44:43 go: downloading github.com/huandu/xstrings v1.3.2 17:44:43 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 17:44:43 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 17:44:43 go: downloading github.com/oklog/run v1.0.0 17:44:43 Removing intermediate container 81ad660788ad 17:44:43 ---> e31b3bb35633 17:44:43 Step 20/22 : LABEL arch=x86_64 17:44:43 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 17:44:43 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 17:44:43  ---> 6bcb0faceccd 17:44:43 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 17:44:43 go: downloading github.com/imkira/go-observer v1.0.3 17:44:43 go: downloading go.uber.org/atomic v1.9.0 17:44:43 go: downloading github.com/prometheus/client_model v0.2.0 17:44:44 go: downloading github.com/prometheus/common v0.32.1 17:44:44 go: downloading github.com/beorn7/perks v1.0.1 17:44:44 go: downloading github.com/cespare/xxhash/v2 v2.1.2 17:44:44  ---> Running in 561dbed69cca 17:44:44 go: downloading github.com/prometheus/procfs v0.7.3 17:44:44 go: downloading github.com/hashicorp/errwrap v1.1.0 17:44:44 go: downloading github.com/mitchellh/reflectwalk v1.0.1 17:44:44 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 17:44:44 go: downloading github.com/blang/semver/v4 v4.0.0 17:44:44 go: downloading github.com/go-sql-driver/mysql v1.6.0 17:44:44 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 17:44:44 go: downloading github.com/jinzhu/gorm v1.9.16 17:44:44 go: downloading github.com/lib/pq v1.10.4 17:44:44 go: downloading github.com/mattn/go-sqlite3 v1.14.12 17:44:44 go: downloading github.com/hashicorp/golang-lru v0.5.4 17:44:44 go: downloading github.com/aws/aws-sdk-go v1.43.0 17:44:44 Removing intermediate container 561dbed69cca 17:44:44 ---> 2129e06c81f1 17:44:44 Step 21/22 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 17:44:45 ---> 447b869a2108 17:44:45 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 17:44:45 ---> Running in 6bc5baa34e09 17:44:46 Removing intermediate container 6bc5baa34e09 17:44:46 ---> c6df164cd9d2 17:44:46 Step 22/22 : LABEL version=0.0.0 17:44:48 go: downloading google.golang.org/api v0.70.0 17:44:48 go: downloading k8s.io/client-go v0.23.4 17:44:48 go: downloading k8s.io/api v0.23.4 17:44:48 go: downloading github.com/google/go-tpm v0.3.3 17:44:48 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 17:44:48 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 17:44:48 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 17:44:49 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 17:44:49 go: downloading cloud.google.com/go/storage v1.21.0 17:44:49 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 17:44:49 go: downloading cloud.google.com/go v0.100.2 17:44:49 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 17:44:50 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 17:44:50 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 17:44:50 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 17:44:50 go: downloading github.com/stretchr/testify v1.7.0 17:44:50  ---> 47cdf7bbb167 17:44:50 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 17:44:50 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 17:44:50 go: downloading k8s.io/apimachinery v0.23.4 17:44:51 go: downloading k8s.io/kube-aggregator v0.23.3 17:44:51 go: downloading sigs.k8s.io/controller-runtime v0.11.1 17:44:51 go: downloading cloud.google.com/go/security v1.3.0 17:44:51 go: downloading github.com/hashicorp/vault/api v1.4.1 17:44:51 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 17:44:51 go: downloading github.com/twmb/murmur3 v1.1.6 17:44:51 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 17:44:51 go: downloading github.com/jinzhu/inflection v1.0.0 17:44:51 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 17:44:51 go: downloading github.com/Azure/go-autorest/logger v0.2.1 17:44:51 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 17:44:51 go: downloading github.com/gogo/protobuf v1.3.2 17:44:52 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 17:44:52 go: downloading github.com/dimchansky/utfbom v1.1.1 17:44:52 go: downloading cloud.google.com/go/compute v1.3.0 17:44:52 go: downloading cloud.google.com/go/iam v0.1.1 17:44:52 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 17:44:52 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 17:44:52 go: downloading github.com/aws/smithy-go v1.11.0 17:44:52 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 17:44:52 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 17:44:52 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 17:44:52 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 17:44:52 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 17:44:52 go: downloading k8s.io/klog/v2 v2.30.0 17:44:52 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 17:44:52 go: downloading github.com/google/gofuzz v1.1.0 17:44:52 go: downloading github.com/spf13/pflag v1.0.5 17:44:52 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 17:44:53 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 17:44:53 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 17:44:53 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 17:44:53 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 17:44:53 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 17:44:53 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 17:44:53 go: downloading github.com/hashicorp/vault/sdk v0.4.1 17:44:53  ---> Running in bbe76674eee3 17:44:53 go: downloading github.com/mitchellh/mapstructure v1.4.3 17:44:53 go: downloading github.com/tklauser/go-sysconf v0.3.9 17:44:53 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:44:53 go: downloading gopkg.in/yaml.v2 v2.4.0 17:44:53 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 17:44:53 go: downloading github.com/gobwas/glob v0.2.3 17:44:53 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 17:44:53 go: downloading github.com/jmespath/go-jmespath v0.4.0 17:44:53 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 17:44:53 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 17:44:53 go: downloading go.opencensus.io v0.23.0 17:44:53 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 17:44:53 go: downloading gopkg.in/inf.v0 v0.9.1 17:44:53 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 17:44:53 go: downloading github.com/google/go-cmp v0.5.7 17:44:53 go: downloading github.com/googleapis/gnostic v0.5.5 17:44:54 go: downloading github.com/go-logr/logr v1.2.2 17:44:54 go: downloading github.com/json-iterator/go v1.1.12 17:44:54 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 17:44:54 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 17:44:54 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 17:44:54 go: downloading go.uber.org/zap v1.21.0 17:44:54 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 17:44:54 go: downloading sigs.k8s.io/yaml v1.3.0 17:44:54 go: downloading github.com/tklauser/numcpus v0.3.0 17:44:54 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 17:44:54 go: downloading github.com/ryanuber/go-glob v1.0.0 17:44:54 go: downloading github.com/golang/snappy v0.0.4 17:44:54 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 17:44:54 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 17:44:54 go: downloading github.com/hashicorp/go-uuid v1.0.2 17:44:54 go: downloading github.com/hashicorp/go-version v1.2.0 17:44:54 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 17:44:54 go: downloading github.com/modern-go/reflect2 v1.0.2 17:44:54 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 17:44:54 go: downloading go.uber.org/multierr v1.6.0 17:44:54  ---> Running in f8c35ef77c24 17:44:56 Removing intermediate container bbe76674eee3 17:44:56 ---> 08fb9355f4bc 17:44:56 17:44:56 Successfully built 08fb9355f4bc 17:44:57 Successfully tagged support-notifications:latest 17:44:57  Building support-notifications ... done Building core-command 17:44:58 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 17:44:58 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 17:45:01 Removing intermediate container f8c35ef77c24 17:45:01 ---> 74adf5df0ac3 17:45:01 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:45:04 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:45:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:45:04 ---> 71adfa003c1f 17:45:04 Step 3/23 : WORKDIR /edgex-go 17:45:04 ---> Using cache 17:45:04 ---> d443a769b8df 17:45:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:45:04 ---> Using cache 17:45:04 ---> 5af32747b576 17:45:04 Step 5/23 : RUN apk add --update --no-cache make git 17:45:04 ---> Using cache 17:45:04 ---> a749cb6c4aec 17:45:04 Step 6/23 : COPY go.mod vendor* ./ 17:45:04 ---> Using cache 17:45:04 ---> 4ad461f4b4be 17:45:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:45:04 ---> Using cache 17:45:04 ---> 0dba882e394e 17:45:04 Step 8/23 : COPY . . 17:45:04 ---> Using cache 17:45:04 ---> 2c0e2af02678 17:45:04 Step 9/23 : RUN make cmd/core-command/core-command 17:45:07 ---> Running in 98a449017e13 17:45:07 ---> Running in 198514c702de 17:45:07 Removing intermediate container 98a449017e13 17:45:07 ---> 7e25bb412de1 17:45:07 Step 18/20 : LABEL arch=x86_64 17:45:07 ---> Running in c96006efd190 17:45:08 Removing intermediate container c96006efd190 17:45:08 ---> 707805857dc3 17:45:08 Step 19/20 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 17:45:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 17:45:08 ---> Running in 29516d6ee262 17:45:09 Removing intermediate container 29516d6ee262 17:45:09 ---> d4e33cee7eee 17:45:09 Step 20/20 : LABEL version=0.0.0 17:45:09 ---> Running in 628d0fa799ab 17:45:09 Removing intermediate container 628d0fa799ab 17:45:09 ---> 90e424874ecd 17:45:09 17:45:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:45:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:45:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:45:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:45:09 Successfully built 90e424874ecd 17:45:09 Successfully tagged security-spiffe-token-provider:latest 17:45:09  Building security-spiffe-token-provider ... done Building sys-mgmt-agent 17:45:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:45:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:45:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:45:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:45:09 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 17:45:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:45:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:45:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:45:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:45:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:45:10 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 17:45:18 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:45:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:45:18 ---> 71adfa003c1f 17:45:18 Step 3/23 : WORKDIR /edgex-go 17:45:18 ---> Using cache 17:45:18 ---> d443a769b8df 17:45:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:45:18 ---> Using cache 17:45:18 ---> 5af32747b576 17:45:18 Step 5/23 : RUN apk add --update --no-cache make bash git 17:45:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.263s coverage: 28.7% of statements 17:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:45:28 ---> Running in 621f8c98df37 17:45:28 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:45:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.393s coverage: 98.5% of statements 17:45:28 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 17:45:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.594s coverage: 53.4% of statements 17:45:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:45:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:45:28 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:45:29 OK: 221 MiB in 52 packages 17:45:33 Removing intermediate container 621f8c98df37 17:45:33 ---> 2670db69532b 17:45:33 Step 6/23 : COPY go.mod vendor* ./ 17:45:33 ---> 386d3ea8eae5 17:45:33 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:45:34 ---> Running in 4747d8593182 17:45:35 Removing intermediate container a8f1f4f7ed14 17:45:35 ---> c262e39df7a7 17:45:35 17:45:35 Step 13/26 : FROM alpine:3.15 17:45:35 ---> 0ac33e5f5afa 17:45:35 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:45:35 ---> Using cache 17:45:35 ---> d2a6a77c664b 17:45:35 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:45:35 ---> Using cache 17:45:35 ---> 27fe10f13f37 17:45:35 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 17:45:36 ---> Running in 3d194af782d7 17:45:36 Removing intermediate container 4747d8593182 17:45:36 ---> 33fa11f59842 17:45:36 Step 8/23 : COPY . . 17:45:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:45:38 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:45:39 v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] 17:45:39 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 17:45:39 OK: 15854 distinct packages available 17:45:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:45:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:45:40 (1/5) Installing dumb-init (1.2.5-r1) 17:45:40 (2/5) Installing musl-obstack (1.2.3-r0) 17:45:40 (3/5) Installing libucontext (1.1-r0) 17:45:40 (4/5) Installing gcompat (1.0.0-r4) 17:45:40 (5/5) Installing openssl (1.1.1n-r0) 17:45:40 Executing busybox-1.34.1-r5.trigger 17:45:40 OK: 6 MiB in 19 packages 17:45:49 Removing intermediate container 3d194af782d7 17:45:49 ---> 9215e51bce83 17:45:49 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 17:45:49 ---> 7c05ddcaaf3b 17:45:49 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:45:49 ---> Running in 658f3801a7f2 17:45:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:45:50 ---> 17e2549cb256 17:45:50 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 17:45:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.537s coverage: 89.2% of statements 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 17:45:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.402s coverage: 84.4% of statements 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:45:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.666s coverage: 95.4% of statements 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 17:45:55 ok github.com/edgexfoundry/edgex-go/internal/io 0.296s coverage: 72.2% of statements 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:45:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.549s coverage: 60.0% of statements 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:45:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.553s coverage: 0.9% of statements 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 17:45:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.593s coverage: 58.8% of statements 17:45:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.295s coverage: 24.0% of statements 17:45:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:45:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.444s coverage: 47.1% of statements 17:45:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.235s coverage: 79.5% of statements 17:45:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.273s coverage: 94.1% of statements 17:45:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.222s coverage: 96.3% of statements 17:45:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.211s coverage: 87.5% of statements 17:45:55 ---> 07e56afc8bea 17:45:55 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 17:45:55 Removing intermediate container 198514c702de 17:45:55 ---> de58d705a46d 17:45:55 17:45:55 Step 10/23 : FROM alpine:3.14 17:45:55 ---> e04c818066af 17:45:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:45:55 ---> Using cache 17:45:55 ---> 34091cb62152 17:45:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:45:55 ---> Using cache 17:45:55 ---> cf855f044542 17:45:55 Step 13/23 : ENV APP_PORT=59882 17:45:55 ---> Running in e2acf4700af6 17:45:55 ---> b8b7b9cdbcf4 17:45:55 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 17:45:55 Removing intermediate container e2acf4700af6 17:45:55 ---> f187ae921acb 17:45:55 Step 14/23 : EXPOSE $APP_PORT 17:45:55 ---> 9d155bb9b773 17:45:55 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 17:45:55 ---> Running in 63b9fbbd9446 17:45:56 Removing intermediate container 63b9fbbd9446 17:45:56 ---> 033bb27b7cdd 17:45:56 Step 15/23 : WORKDIR / 17:45:56 ---> 5ab85fa86ce1 17:45:56 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 17:45:56 ---> Running in 7d789cfba06a 17:45:56 ---> Running in c6b609fb663f 17:45:57 Removing intermediate container c6b609fb663f 17:45:57 ---> 299144521f44 17:45:57 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 17:45:57 Removing intermediate container 7d789cfba06a 17:45:57 ---> 5d6b167d7446 17:45:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:45:57 ---> Running in 0b9d30f764aa 17:45:57 Removing intermediate container 0b9d30f764aa 17:45:57 ---> 1b84337831d3 17:45:57 Step 24/26 : LABEL arch=x86_64 17:45:57 ---> Running in f026b1c1ed37 17:45:57 ---> 7bbaaf5238d2 17:45:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:45:57 Removing intermediate container f026b1c1ed37 17:45:57 ---> e5d456fd077f 17:45:57 Step 25/26 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 17:45:58 ---> Running in 0091cbc719f0 17:45:58 Removing intermediate container 0091cbc719f0 17:45:58 ---> cad116eb55ce 17:45:58 Step 26/26 : LABEL version=0.0.0 17:45:58 ---> Running in 2fa9eb2b3276 17:45:59 ---> fc4cc98ddc4e 17:45:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:45:59 Removing intermediate container 2fa9eb2b3276 17:45:59 ---> 1174d68ca316 17:45:59 17:45:59 Successfully built 1174d68ca316 17:45:59 Successfully tagged security-spire-agent:latest 17:45:59  Building security-spire-agent ... done Building core-metadata 17:46:04 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:46:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:46:04 ---> 71adfa003c1f 17:46:04 Step 3/23 : WORKDIR /edgex-go 17:46:04 ---> Using cache 17:46:04 ---> d443a769b8df 17:46:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:04 ---> Using cache 17:46:04 ---> 5af32747b576 17:46:04 Step 5/23 : RUN apk add --update --no-cache make git 17:46:04 ---> Using cache 17:46:04 ---> a749cb6c4aec 17:46:04 Step 6/23 : COPY go.mod vendor* ./ 17:46:04 ---> Using cache 17:46:04 ---> 4ad461f4b4be 17:46:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:46:04 ---> Using cache 17:46:04 ---> 0dba882e394e 17:46:04 Step 8/23 : COPY . . 17:46:04 ---> Using cache 17:46:04 ---> 2c0e2af02678 17:46:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:46:04 ---> 2aa0f256debe 17:46:04 Step 19/23 : ENTRYPOINT ["/core-command"] 17:46:04 ---> Running in 7bc5a54c7b62 17:46:04 ---> Running in bf0b4a286646 17:46:04 Removing intermediate container bf0b4a286646 17:46:04 ---> 7ec94df47ee7 17:46:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:46:04 ---> Running in f1f4b490cf80 17:46:05 Removing intermediate container f1f4b490cf80 17:46:05 ---> 86707d7f8efc 17:46:05 Step 21/23 : LABEL arch=x86_64 17:46:05 ---> Running in 6f94515bd8fa 17:46:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:46:05 Removing intermediate container 6f94515bd8fa 17:46:05 ---> c71398e78b42 17:46:05 Step 22/23 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 17:46:05 ---> Running in f578e5476a9f 17:46:05 Removing intermediate container f578e5476a9f 17:46:05 ---> 7fee24566027 17:46:05 Step 23/23 : LABEL version=0.0.0 17:46:05 ---> Running in f4322812c949 17:46:06 Removing intermediate container f4322812c949 17:46:06 ---> c13b999ba6e0 17:46:06 17:46:06 Successfully built c13b999ba6e0 17:46:06 Successfully tagged core-command:latest 17:46:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.404s coverage: 94.4% of statements 17:46:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.188s coverage: 44.8% of statements 17:46:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.656s coverage: 82.5% of statements 17:46:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 17:46:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.289s coverage: 92.9% of statements 17:46:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:46:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:46:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:46:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.060s coverage: 65.1% of statements 17:46:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:46:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:46:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:46:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:46:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:46:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.200s coverage: 87.2% of statements 17:46:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:46:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:46:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.175s coverage: 100.0% of statements 17:46:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:46:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.277s coverage: 58.8% of statements 17:46:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:46:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.300s coverage: 80.0% of statements 17:46:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.233s coverage: 87.2% of statements 17:46:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.341s coverage: 85.4% of statements 17:46:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.785s coverage: 91.2% of statements 17:46:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.933s coverage: 64.4% of statements 17:46:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:46:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.338s coverage: 100.0% of statements 17:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.172s coverage: 89.4% of statements 17:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 17:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements 17:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 17:46:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.328s coverage: 65.4% of statements 17:46:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:46:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:46:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.829s coverage: 43.8% of statements 17:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.258s coverage: 89.5% of statements 17:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.282s coverage: 84.8% of statements 17:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 17:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 17:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 17:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 17:46:38  Building core-command ... done Removing intermediate container 658f3801a7f2 17:46:38 ---> f74f0e646da3 17:46:38 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:46:38 ---> Running in ab715e04ef84 17:46:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:46:41 Removing intermediate container 7bc5a54c7b62 17:46:41 ---> db5869622a27 17:46:41 17:46:41 Step 10/23 : FROM alpine:3.14 17:46:41 ---> e04c818066af 17:46:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:46:41 ---> Using cache 17:46:41 ---> 34091cb62152 17:46:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:46:41 ---> Using cache 17:46:41 ---> cf855f044542 17:46:41 Step 13/23 : ENV APP_PORT=59881 17:46:42 ---> Running in e10e907bac8b 17:46:42 Removing intermediate container e10e907bac8b 17:46:42 ---> 566fc44ac8a5 17:46:42 Step 14/23 : EXPOSE $APP_PORT 17:46:42 Removing intermediate container ab715e04ef84 17:46:42 ---> a9eb8d202214 17:46:42 17:46:42 Step 11/23 : FROM docker:20.10.14 17:46:42 ---> Running in b30ce7427696 17:46:42 20.10.14: Pulling from library/docker 17:46:42 Removing intermediate container b30ce7427696 17:46:42 ---> f767e0f3b45f 17:46:42 Step 15/23 : WORKDIR / 17:46:42 ---> Running in d426ffeb3ece 17:46:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.401s coverage: 17.7% of statements 17:46:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 17:46:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 17:46:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:46:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:46:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.784s coverage: 92.3% of statements 17:46:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 17:46:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 17:46:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 17:46:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 17:46:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.351s coverage: 63.2% of statements 17:46:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:46:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:46:42 Removing intermediate container d426ffeb3ece 17:46:42 ---> a939a1f9f6da 17:46:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:46:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.416s coverage: 97.7% of statements 17:46:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 17:46:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 17:46:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:46:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 17:46:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.185s coverage: 28.9% of statements 17:46:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 17:46:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 17:46:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:46:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:46:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 17:46:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:46:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.203s coverage: 100.0% of statements 17:46:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.083s coverage: 96.9% of statements 17:46:43 ---> c6fa589a4f2b 17:46:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:46:44 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 17:46:44 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:46:44 GO111MODULE=on go vet ./... 17:46:44 ---> ab3aa38e6d5a 17:46:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:46:45 ---> 0f7f1ca6f895 17:46:45 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:46:45 ---> Running in 60df448a3f57 17:46:45 Removing intermediate container 60df448a3f57 17:46:45 ---> 41e902c9a52b 17:46:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:46:45 ---> Running in c6ff9f286446 17:46:45 Removing intermediate container c6ff9f286446 17:46:45 ---> d6bf22ae811f 17:46:45 Step 21/23 : LABEL arch=x86_64 17:46:45 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 17:46:45 Status: Downloaded newer image for docker:20.10.14 17:46:45 ---> 7417809fdb73 17:46:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 17:46:45 ---> Running in 81113c97527b 17:46:45 ---> Running in 6d3194ee22f0 17:46:45 Removing intermediate container 81113c97527b 17:46:45 ---> b69e40585be1 17:46:45 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 17:46:45 Removing intermediate container 6d3194ee22f0 17:46:45 ---> 79dc9c90c75b 17:46:45 Step 22/23 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 17:46:45 ---> Running in 5fb46a124575 17:46:45 ---> Running in a0d81b607ea7 17:46:46 Removing intermediate container a0d81b607ea7 17:46:46 ---> 309a3e0c4253 17:46:46 Step 23/23 : LABEL version=0.0.0 17:46:46 ---> Running in 8a5b4d203760 17:46:46 Removing intermediate container 8a5b4d203760 17:46:46 ---> af0d571fc99c 17:46:46 17:46:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:46:46 Successfully built af0d571fc99c 17:46:46 Successfully tagged core-metadata:latest 17:46:46  Building core-metadata ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:46:46 (1/43) Installing readline (8.1.1-r0) 17:46:46 (2/43) Installing bash (5.1.16-r0) 17:46:46 Executing bash-5.1.16-r0.post-install 17:46:46 (3/43) Installing brotli-libs (1.0.9-r5) 17:46:46 (4/43) Installing nghttp2-libs (1.46.0-r0) 17:46:46 (5/43) Installing libcurl (7.80.0-r0) 17:46:46 (6/43) Installing curl (7.80.0-r0) 17:46:46 (7/43) Installing dumb-init (1.2.5-r1) 17:46:46 (8/43) Installing libbz2 (1.0.8-r1) 17:46:46 (9/43) Installing expat (2.4.7-r0) 17:46:46 (10/43) Installing libffi (3.4.2-r1) 17:46:46 (11/43) Installing gdbm (1.22-r0) 17:46:46 (12/43) Installing xz-libs (5.2.5-r1) 17:46:46 (13/43) Installing libgcc (10.3.1_git20211027-r0) 17:46:46 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 17:46:46 (15/43) Installing mpdecimal (2.5.1-r1) 17:46:46 (16/43) Installing sqlite-libs (3.36.0-r0) 17:46:46 (17/43) Installing python3 (3.9.7-r4) 17:46:46 (18/43) Installing py3-appdirs (1.4.4-r2) 17:46:46 (19/43) Installing py3-certifi (2020.12.5-r1) 17:46:46 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 17:46:46 (21/43) Installing py3-idna (3.3-r0) 17:46:47 (22/43) Installing py3-urllib3 (1.26.7-r0) 17:46:47 (23/43) Installing py3-requests (2.26.0-r1) 17:46:47 (24/43) Installing py3-msgpack (1.0.2-r1) 17:46:47 (25/43) Installing py3-lockfile (0.12.2-r4) 17:46:47 (26/43) Installing py3-cachecontrol (0.12.10-r0) 17:46:47 (27/43) Installing py3-colorama (0.4.4-r1) 17:46:47 (28/43) Installing py3-contextlib2 (21.6.0-r1) 17:46:47 (29/43) Installing py3-distlib (0.3.3-r0) 17:46:47 (30/43) Installing py3-distro (1.6.0-r0) 17:46:47 (31/43) Installing py3-six (1.16.0-r0) 17:46:47 (32/43) Installing py3-webencodings (0.5.1-r4) 17:46:47 (33/43) Installing py3-html5lib (1.1-r1) 17:46:47 (34/43) Installing py3-parsing (2.4.7-r2) 17:46:47 (35/43) Installing py3-packaging (20.9-r1) 17:46:47 (36/43) Installing py3-tomli (1.2.2-r0) 17:46:47 (37/43) Installing py3-pep517 (0.12.0-r0) 17:46:47 (38/43) Installing py3-progress (1.6-r0) 17:46:47 (39/43) Installing py3-retrying (1.3.3-r2) 17:46:47 (40/43) Installing py3-ordered-set (4.0.2-r2) 17:46:47 (41/43) Installing py3-setuptools (52.0.0-r4) 17:46:47 (42/43) Installing py3-toml (0.10.2-r2) 17:46:47 (43/43) Installing py3-pip (20.3.4-r1) 17:46:47 Executing busybox-1.34.1-r5.trigger 17:46:47 OK: 83 MiB in 65 packages 17:46:48 Collecting docker-compose==1.23.2 17:46:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:46:48 Collecting jsonschema<3,>=2.5.1 17:46:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:46:48 Collecting websocket-client<1.0,>=0.32.0 17:46:48 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 17:46:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 17:46:48 Collecting docopt<0.7,>=0.6.1 17:46:48 Downloading docopt-0.6.2.tar.gz (25 kB) 17:46:48 Collecting docker<4.0,>=3.6.0 17:46:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:46:48 Collecting PyYAML<4,>=3.10 17:46:48 Downloading PyYAML-3.13.tar.gz (270 kB) 17:46:49 Collecting cached-property<2,>=1.2.0 17:46:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:46:49 Collecting texttable<0.10,>=0.9.0 17:46:49 Downloading texttable-0.9.1.tar.gz (11 kB) 17:46:49 Collecting dockerpty<0.5,>=0.4.1 17:46:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:46:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:46:50 Building bin/spire-agent... 17:46:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:46:50 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 17:46:50 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 17:46:50 go: downloading cloud.google.com/go/secretmanager v1.3.0 17:46:50 go: downloading github.com/docker/docker v20.10.12+incompatible 17:46:50 Collecting docker-pycreds>=0.4.0 17:46:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:46:50 Collecting idna<2.8,>=2.5 17:46:50 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:46:50 Collecting chardet<3.1.0,>=3.0.2 17:46:50 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 17:46:50 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) 17:46:50 Collecting urllib3<1.25,>=1.21.1 17:46:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:46:50 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 17:46:50 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 17:46:50 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 17:46:50 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 17:46:50 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 17:46:50 Attempting uninstall: urllib3 17:46:50 Found existing installation: urllib3 1.26.7 17:46:50 Uninstalling urllib3-1.26.7: 17:46:50 Successfully uninstalled urllib3-1.26.7 17:46:50 Attempting uninstall: idna 17:46:50 Found existing installation: idna 3.3 17:46:50 Uninstalling idna-3.3: 17:46:50 Successfully uninstalled idna-3.3 17:46:50 go: downloading github.com/google/go-tpm-tools v0.3.3 17:46:50 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 17:46:50 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 17:46:50 go: downloading github.com/docker/go-connections v0.4.0 17:46:50 go: downloading github.com/docker/go-units v0.4.0 17:46:50 go: downloading github.com/opencontainers/image-spec v1.0.1 17:46:50 go: downloading github.com/containerd/containerd v1.3.4 17:46:50 go: downloading github.com/docker/distribution v2.7.1+incompatible 17:46:50 go: downloading github.com/opencontainers/go-digest v1.0.0 17:46:51  Attempting uninstall: requests 17:46:51 Found existing installation: requests 2.26.0 17:46:51 Uninstalling requests-2.26.0: 17:46:51 Successfully uninstalled requests-2.26.0 17:46:51 Running setup.py install for texttable: started 17:46:51 Running setup.py install for texttable: finished with status 'done' 17:46:51 Running setup.py install for PyYAML: started 17:46:51 Running setup.py install for PyYAML: finished with status 'done' 17:46:52 Running setup.py install for docopt: started 17:46:52 Running setup.py install for docopt: finished with status 'done' 17:46:52 Running setup.py install for dockerpty: started 17:46:52 Running setup.py install for dockerpty: finished with status 'done' 17:46:53 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 17:46:59 Removing intermediate container 5fb46a124575 17:46:59 ---> b8a1e3ab0d1b 17:46:59 Step 14/23 : ENV APP_PORT=58890 17:46:59 ---> Running in bc3fa6f31157 17:46:59 Removing intermediate container bc3fa6f31157 17:46:59 ---> 428e3c054d53 17:46:59 Step 15/23 : EXPOSE $APP_PORT 17:46:59 ---> Running in fdfd2b6cd02c 17:46:59 Removing intermediate container fdfd2b6cd02c 17:46:59 ---> dc00e18c0f2f 17:46:59 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:47:00 ---> c07c2d7377d8 17:47:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:47:00 ---> 6a0165375d1a 17:47:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:47:00 ---> c4534e6bade5 17:47:00 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 17:47:00 ---> Running in c4c75bb12f20 17:47:00 Removing intermediate container c4c75bb12f20 17:47:00 ---> 5416008411eb 17:47:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:47:00 ---> Running in c97fb5eeeae4 17:47:00 Removing intermediate container c97fb5eeeae4 17:47:00 ---> fc322a3be096 17:47:00 Step 21/23 : LABEL arch=x86_64 17:47:00 ---> Running in aa0688567a75 17:47:00 Removing intermediate container aa0688567a75 17:47:00 ---> f26fabc727fd 17:47:00 Step 22/23 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 17:47:00 ---> Running in 325fdcc77377 17:47:00 Removing intermediate container 325fdcc77377 17:47:00 ---> 41f49c4439e9 17:47:00 Step 23/23 : LABEL version=0.0.0 17:47:01 ---> Running in e13fc4622c4e 17:47:01 Removing intermediate container e13fc4622c4e 17:47:01 ---> 306898ca83b3 17:47:01 17:47:01 Successfully built 306898ca83b3 17:47:01 Successfully tagged sys-mgmt-agent:latest 17:47:33  Building sys-mgmt-agent ... done Building bin/spire-agent... 17:47:33 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 17:47:33 go: downloading github.com/docker/docker v20.10.12+incompatible 17:47:33 go: downloading cloud.google.com/go/secretmanager v1.3.0 17:47:33 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 17:47:33 go: downloading github.com/google/go-tpm-tools v0.3.3 17:47:33 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 17:47:33 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 17:47:33 go: downloading github.com/docker/go-units v0.4.0 17:47:33 go: downloading github.com/docker/go-connections v0.4.0 17:47:33 go: downloading github.com/opencontainers/image-spec v1.0.1 17:47:33 go: downloading github.com/docker/distribution v2.7.1+incompatible 17:47:33 go: downloading github.com/containerd/containerd v1.3.4 17:47:33 go: downloading github.com/opencontainers/go-digest v1.0.0 17:47:51 Removing intermediate container dffd69d149b7 17:47:51 ---> 33a9fe7e8e13 17:47:51 17:47:51 Step 13/25 : FROM alpine:3.15 17:47:51 ---> 0ac33e5f5afa 17:47:51 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:47:51 ---> Using cache 17:47:51 ---> d2a6a77c664b 17:47:51 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:47:51 ---> Using cache 17:47:51 ---> 27fe10f13f37 17:47:51 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 17:47:51 ---> Using cache 17:47:51 ---> 9215e51bce83 17:47:51 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 17:47:53 ---> 38bb5667609d 17:47:53 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 17:47:53 ---> 80b4ca4b9f98 17:47:53 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 17:47:54 ---> 5067f33b5947 17:47:54 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 17:47:54 ---> d44ab6ecd053 17:47:54 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 17:47:54 ---> Running in 77fbca6092c2 17:47:55 Removing intermediate container 77fbca6092c2 17:47:55 ---> 7d9d9933df7a 17:47:55 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 17:47:55 ---> Running in ea099c04d477 17:47:55 Removing intermediate container ea099c04d477 17:47:55 ---> 3dd490fc7697 17:47:55 Step 23/25 : LABEL arch=x86_64 17:47:55 ---> Running in 155c85319ac5 17:47:56 Removing intermediate container 155c85319ac5 17:47:56 ---> d2307b414b11 17:47:56 Step 24/25 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 17:47:56 ---> Running in 969921ce830e 17:47:56 Removing intermediate container 969921ce830e 17:47:56 ---> 6256b7dc0dd7 17:47:56 Step 25/25 : LABEL version=0.0.0 17:47:56 ---> Running in c683c8c96dd7 17:47:56 Removing intermediate container c683c8c96dd7 17:47:56 ---> 849afa5d4279 17:47:56 17:47:56 Successfully built 849afa5d4279 17:47:56 Successfully tagged security-spire-server:latest 17:48:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:48:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:48:36 ./bin/test-attribution-txt.sh [Pipeline] echo 17:48:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 17:48:36 + ls -al . 17:48:36 total 664 17:48:36 drwxrwxr-x 9 1001 1001 4096 Apr 12 17:48 . 17:48:36 drwxr-xr-x 4 root root 4096 Apr 12 17:42 .. 17:48:36 -rw-rw-r-- 1 1001 1001 11 Apr 12 17:41 .dockerignore 17:48:36 drwxrwxr-x 8 1001 1001 4096 Apr 12 17:41 .git 17:48:36 drwxrwxr-x 3 1001 1001 4096 Apr 12 17:41 .github 17:48:36 -rw-rw-r-- 1 1001 1001 879 Apr 12 17:41 .gitignore 17:48:36 -rw-rw-r-- 1 1001 1001 42 Apr 12 17:41 .golangci.yml 17:48:36 -rw-rw-r-- 1 1001 1001 87 Apr 12 17:41 .hadolint.yml 17:48:36 -rw-rw-r-- 1 1001 1001 166 Apr 12 17:41 .sonarcloud.properties 17:48:36 -rw-rw-r-- 1 1001 1001 1171 Apr 12 17:41 ADOPTERS.md 17:48:36 -rw-rw-r-- 1 1001 1001 10086 Apr 12 17:41 Attribution.txt 17:48:36 -rw-rw-r-- 1 1001 1001 51732 Apr 12 17:41 CHANGELOG.md 17:48:36 -rw-rw-r-- 1 1001 1001 3804 Apr 12 17:41 CONTRIBUTING.md 17:48:36 -rw-rw-r-- 1 1001 1001 677 Apr 12 17:41 GOVERNANCE.md 17:48:36 -rw-rw-r-- 1 1001 1001 850 Apr 12 17:41 Jenkinsfile 17:48:36 -rw-rw-r-- 1 1001 1001 10775 Apr 12 17:41 LICENSE 17:48:36 -rw-rw-r-- 1 1001 1001 8522 Apr 12 17:41 Makefile 17:48:36 -rw-rw-r-- 1 1001 1001 582 Apr 12 17:41 OWNERS.md 17:48:36 -rw-rw-r-- 1 1001 1001 8207 Apr 12 17:41 README.md 17:48:36 -rw-rw-r-- 1 1001 1001 6912 Apr 12 17:41 SECURITY.md 17:48:36 -rw-rw-r-- 1 1001 1001 5 Apr 12 17:38 VERSION 17:48:36 -rw-rw-r-- 1 1001 1001 4131 Apr 12 17:41 ZMQWindows.md 17:48:36 drwxrwxr-x 2 1001 1001 4096 Apr 12 17:41 bin 17:48:36 drwxrwxr-x 18 1001 1001 4096 Apr 12 17:41 cmd 17:48:36 -rw-r--r-- 1 root root 433581 Apr 12 17:46 coverage.out 17:48:36 -rw-rw-r-- 1 1001 1001 3256 Apr 12 17:41 go.mod 17:48:36 -rw-rw-r-- 1 1001 1001 35162 Apr 12 17:41 go.sum 17:48:36 drwxrwxr-x 8 1001 1001 4096 Apr 12 17:41 internal 17:48:36 drwxrwxr-x 3 1001 1001 4096 Apr 12 17:41 openapi 17:48:36 drwxrwxr-x 4 1001 1001 4096 Apr 12 17:41 snap 17:48:36 -rw-rw-r-- 1 1001 1001 204 Apr 12 17:41 version.go [Pipeline] sh 17:48:37 + '[' -e coverage.out ] 17:48:37 + chown 1001:1001 coverage.out [Pipeline] stash 17:48:37 Warning: overwriting stash ‘coverage-report’ 17:48:38 Stashed 1 file(s) [Pipeline] sh 17:48:38 + make build 17:48:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 17:48:43  Building security-spire-server ... done Removing intermediate container 36ef9142e60a 17:48:43 ---> 2a4250e26a38 17:48:43 17:48:43 Step 13/26 : FROM alpine:3.15 17:48:43 ---> 0ac33e5f5afa 17:48:43 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:48:43 ---> Using cache 17:48:43 ---> d2a6a77c664b 17:48:43 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:48:43 ---> Using cache 17:48:43 ---> 27fe10f13f37 17:48:43 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 17:48:43 ---> Running in c1cd66ee8c58 17:48:43 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:48:43 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:48:43 v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] 17:48:43 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 17:48:43 OK: 15854 distinct packages available 17:48:43 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:48:43 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:48:43 (1/4) Installing dumb-init (1.2.5-r1) 17:48:43 (2/4) Installing musl-obstack (1.2.3-r0) 17:48:43 (3/4) Installing libucontext (1.1-r0) 17:48:43 (4/4) Installing gcompat (1.0.0-r4) 17:48:43 Executing busybox-1.34.1-r5.trigger 17:48:43 OK: 6 MiB in 18 packages 17:48:43 Removing intermediate container c1cd66ee8c58 17:48:43 ---> 45afa5918f98 17:48:43 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 17:48:43 ---> 928853ca04eb 17:48:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 17:48:43 ---> aea3021cf799 17:48:43 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 17:48:43 ---> Running in 9d8f3f79dcf5 17:48:43 Removing intermediate container 9d8f3f79dcf5 17:48:43 ---> b2b6a230b80a 17:48:43 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 17:48:43 ---> 2584c4749b31 17:48:43 Step 21/26 : WORKDIR / 17:48:43 ---> Running in 1238ad689a95 17:48:43 Removing intermediate container 1238ad689a95 17:48:43 ---> a165d9745bfb 17:48:43 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 17:48:43 ---> Running in 9ad91fa9c1e7 17:48:43 Removing intermediate container 9ad91fa9c1e7 17:48:43 ---> 9f76c1053348 17:48:43 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 17:48:43 ---> Running in 3ba0fffcd4c4 17:48:43 Removing intermediate container 3ba0fffcd4c4 17:48:43 ---> 224a4bdf2054 17:48:43 Step 24/26 : LABEL arch=x86_64 17:48:43 ---> Running in b9c73b5cde79 17:48:43 Removing intermediate container b9c73b5cde79 17:48:43 ---> e73e4768c4b6 17:48:43 Step 25/26 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 17:48:43 ---> Running in 526da8f55dfd 17:48:44 Removing intermediate container 526da8f55dfd 17:48:44 ---> 4c57907f1fdc 17:48:44 Step 26/26 : LABEL version=0.0.0 17:48:44 ---> Running in caa4b8d15a7c 17:48:44 Removing intermediate container caa4b8d15a7c 17:48:44 ---> 5daf88a0d1d4 17:48:44 17:48:44 Successfully built 5daf88a0d1d4 17:48:44 Successfully tagged security-spire-config:latest 17:48:44  Building security-spire-config ... done  [Pipeline] } 17:48:44 $ docker stop --time=1 358fb19e510282d148c625bdcccae43f53c2a92399b16166a77310de4527e807 17:48:45 $ docker rm -f 358fb19e510282d148c625bdcccae43f53c2a92399b16166a77310de4527e807 [Pipeline] // withDockerContainer [Pipeline] sh 17:48:46 + docker images 17:48:46 REPOSITORY TAG IMAGE ID CREATED SIZE 17:48:46 security-spire-config latest 5daf88a0d1d4 2 seconds ago 86.7MB 17:48:46 2a4250e26a38 23 seconds ago 4.55GB 17:48:46 security-spire-server latest 849afa5d4279 49 seconds ago 87.3MB 17:48:46 33a9fe7e8e13 About a minute ago 4.55GB 17:48:46 sys-mgmt-agent latest 306898ca83b3 About a minute ago 311MB 17:48:46 core-metadata latest af0d571fc99c About a minute ago 30.4MB 17:48:46 a9eb8d202214 2 minutes ago 1.71GB 17:48:46 db5869622a27 2 minutes ago 1.69GB 17:48:46 core-command latest c13b999ba6e0 2 minutes ago 28.5MB 17:48:46 security-spire-agent latest 1174d68ca316 2 minutes ago 127MB 17:48:46 de58d705a46d 2 minutes ago 1.69GB 17:48:46 c262e39df7a7 3 minutes ago 4.55GB 17:48:46 security-spiffe-token-provider latest 90e424874ecd 3 minutes ago 32.4MB 17:48:46 support-notifications latest 08fb9355f4bc 3 minutes ago 30.8MB 17:48:46 security-secretstore-setup latest 5e928f67bd04 4 minutes ago 49.7MB 17:48:46 49bd7ef473b8 4 minutes ago 1.69GB 17:48:46 bcefc26efdd8 4 minutes ago 1.68GB 17:48:46 475a4d12facb 4 minutes ago 1.71GB 17:48:46 security-bootstrapper latest 8fbe37dc9fe5 5 minutes ago 28.3MB 17:48:46 security-proxy-setup latest d45a2e4bebd7 5 minutes ago 51MB 17:48:46 core-data latest 4ec842b67305 5 minutes ago 36.2MB 17:48:46 support-scheduler latest 52855a6261cd 5 minutes ago 30.2MB 17:48:46 1d7dc46f74ee 5 minutes ago 1.7GB 17:48:46 88e8320a4121 5 minutes ago 1.69GB 17:48:46 f7d9b104e212 5 minutes ago 1.69GB 17:48:46 b22eaf838af9 5 minutes ago 1.7GB 17:48:46 ci-base-image-x86_64 latest 71adfa003c1f 9 minutes ago 896MB 17:48:46 docker 20.10.14 7417809fdb73 7 days ago 218MB 17:48:46 alpine 3.14 e04c818066af 7 days ago 5.59MB 17:48:46 alpine 3.15 0ac33e5f5afa 7 days ago 5.57MB 17:48:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB 17:48:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB 17:48:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 21 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:50:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:50:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 17:50:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:51:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:51:33 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:51:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:51:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:52:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:52:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:52:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 17:52:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:52:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 17:53:07 $ docker stop --time=1 aa02ac57c576934b5d7d990616bddc464794c02ad75bf01d88fbc3370eaee3ab 17:53:09 $ docker rm -f aa02ac57c576934b5d7d990616bddc464794c02ad75bf01d88fbc3370eaee3ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:53:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:53:11 17:53:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:53:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:53:12 latest: Pulling from edgex-devops/edgex-compose-arm64 17:53:12 29e5d40040c1: Pulling fs layer 17:53:12 1ce36da41761: Pulling fs layer 17:53:12 25b303627fd3: Pulling fs layer 17:53:12 29e5d40040c1: Verifying Checksum 17:53:12 29e5d40040c1: Download complete 17:53:12 1ce36da41761: Verifying Checksum 17:53:12 1ce36da41761: Download complete 17:53:13 29e5d40040c1: Pull complete 17:53:15 25b303627fd3: Verifying Checksum 17:53:15 25b303627fd3: Download complete 17:53:15 1ce36da41761: Pull complete 17:53:27 25b303627fd3: Pull complete 17:53:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:53:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:53:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:53:27 prd-ubuntu20.04-docker-arm64-4c-16g-20704 does not seem to be running inside a container 17:53:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:53:30 $ docker top 879c3af0b03e90c52495dcbde622f9e0e9db6f14cfec6fb82dd118d72f01007a -eo pid,comm [Pipeline] { [Pipeline] sh 17:53:31 + docker-compose build --help 17:53:31 + grep parallel 17:53:35 --parallel Build images in parallel. [Pipeline] } 17:53:35 $ docker stop --time=1 879c3af0b03e90c52495dcbde622f9e0e9db6f14cfec6fb82dd118d72f01007a 17:53:37 $ docker rm -f 879c3af0b03e90c52495dcbde622f9e0e9db6f14cfec6fb82dd118d72f01007a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:53:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:53:38 . [Pipeline] withDockerContainer 17:53:38 prd-ubuntu20.04-docker-arm64-4c-16g-20704 does not seem to be running inside a container 17:53:38 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:53:39 $ docker top d5598ef568bdb68238bb5832548807cb0099eb902412eb74f5275b1e0aa6eb4d -eo pid,comm [Pipeline] { [Pipeline] sh 17:53:40 + docker-compose -f ./docker-compose-build.yml build --parallel 17:53:46 Building core-command ... 17:53:46 Building core-data ... 17:53:46 Building core-metadata ... 17:53:46 Building security-bootstrapper ... 17:53:46 Building security-proxy-setup ... 17:53:46 Building security-secretstore-setup ... 17:53:46 Building security-spiffe-token-provider ... 17:53:46 Building security-spire-agent ... 17:53:46 Building security-spire-config ... 17:53:46 Building security-spire-server ... 17:53:46 Building support-notifications ... 17:53:46 Building support-scheduler ... 17:53:46 Building sys-mgmt-agent ... 17:53:46 Building security-spire-config 17:53:46 Building security-secretstore-setup 17:53:46 Building security-spire-server 17:53:46 Building core-data 17:53:46 Building security-bootstrapper 17:55:37 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:55:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:55:37 ---> c02c9edb81f6 17:55:37 Step 3/23 : WORKDIR /edgex-go 17:55:37 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:55:37 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:55:37 ---> c02c9edb81f6 17:55:37 Step 3/31 : WORKDIR /edgex-go 17:55:37 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:55:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:55:37 ---> c02c9edb81f6 17:55:37 Step 3/26 : WORKDIR /edgex-go 17:55:37 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:55:37 Step 2/25 : FROM ${BUILDER_BASE} AS builder 17:55:37 ---> c02c9edb81f6 17:55:37 Step 3/25 : WORKDIR /edgex-go 17:55:37 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:55:37 Step 2/25 : FROM ${BUILDER_BASE} AS builder 17:55:37 ---> c02c9edb81f6 17:55:37 Step 3/25 : WORKDIR /edgex-go 17:55:37 ---> Running in aaa193b5a697 17:55:37 ---> Running in f137d24e0d1e 17:55:37 ---> Running in 4a1d8d64b560 17:55:37 ---> Running in cda300e76d19 17:55:37 ---> Running in 031072af6f58 17:55:37 Removing intermediate container f137d24e0d1e 17:55:37 ---> 06d27660fca0 17:55:37 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:55:37 ---> Running in acf0397a22ab 17:55:37 Removing intermediate container aaa193b5a697 17:55:37 ---> 3a61c9e8ff8c 17:55:37 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:55:37 Removing intermediate container cda300e76d19 17:55:37 ---> 28c16ccb11a8 17:55:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:55:37 Removing intermediate container 4a1d8d64b560 17:55:37 ---> afa3c61b15c7 17:55:37 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:55:37 ---> Running in c02dc64180cd 17:55:37 ---> Running in 94d6bad35b83 17:55:37 Removing intermediate container 031072af6f58 17:55:37 ---> 4aee28250cef 17:55:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:55:37 ---> Running in 24e02821157d 17:55:37 ---> Running in 61209c10979d 17:55:37 Removing intermediate container acf0397a22ab 17:55:37 ---> 025b9414299b 17:55:37 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 17:55:37 ---> Running in d84ec0c6af23 17:55:37 Removing intermediate container 61209c10979d 17:55:37 ---> 06063c160531 17:55:37 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 17:55:37 Removing intermediate container 24e02821157d 17:55:37 ---> 9478dbb85190 17:55:37 Step 5/31 : RUN apk add --update --no-cache make git 17:55:37 ---> Running in a583904b788e 17:55:37 Removing intermediate container c02dc64180cd 17:55:37 ---> 65b6e078ed0e 17:55:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:55:37 Removing intermediate container 94d6bad35b83 17:55:37 ---> 5716e2510c71 17:55:37 Step 5/25 : RUN apk add --update --no-cache make git 17:55:37 ---> Running in f2f1d4896294 17:55:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:55:37 ---> Running in 30226d199965 17:55:37 ---> Running in 5cec1aacdb7a 17:55:38 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:55:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:55:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:55:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:55:40 OK: 220 MiB in 52 packages 17:55:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:55:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:55:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:55:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:55:41 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:55:41 Removing intermediate container d84ec0c6af23 17:55:41 ---> 9c402ac8c2bf 17:55:41 Step 6/25 : COPY go.mod vendor* ./ 17:55:41 OK: 220 MiB in 52 packages 17:55:42 OK: 220 MiB in 52 packages 17:55:42 OK: 220 MiB in 52 packages 17:55:42 OK: 220 MiB in 52 packages 17:55:42 ---> 8c3ef66bfb45 17:55:42 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:55:43 ---> Running in 70e2d18ff692 17:55:43 Removing intermediate container a583904b788e 17:55:43 ---> 63c99b61703b 17:55:43 Step 6/26 : COPY go.mod vendor* ./ 17:55:44 Removing intermediate container 5cec1aacdb7a 17:55:44 ---> 20804b9a247d 17:55:44 Step 6/23 : COPY go.mod vendor* ./ 17:55:44 Removing intermediate container f2f1d4896294 17:55:44 ---> 7d4e0d32628f 17:55:44 Step 6/31 : COPY go.mod vendor* ./ 17:55:44 Removing intermediate container 30226d199965 17:55:44 ---> cb8006e1195a 17:55:44 Step 6/25 : COPY go.mod vendor* ./ 17:55:44 ---> 75b5493cc8be 17:55:44 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:55:45 ---> Running in 08c9496006cc 17:55:46 ---> 4f8450144c43 17:55:46 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:55:46 ---> Running in c9da688d6c5a 17:55:46 ---> 4c783715ce1e 17:55:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:55:46 ---> Running in 494b476e0d77 17:55:46 ---> 7c2128d32e9b 17:55:46 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:55:47 ---> Running in 4114fcdf5767 17:55:47 Removing intermediate container 70e2d18ff692 17:55:47 ---> 55e23d9bfaea 17:55:47 Step 8/25 : COPY . . 17:55:50 Removing intermediate container 08c9496006cc 17:55:50 ---> d99ced35a15d 17:55:50 Step 8/26 : COPY . . 17:55:52 Removing intermediate container c9da688d6c5a 17:55:52 ---> a420bb9694a9 17:55:52 Step 8/31 : COPY . . 17:55:52 Removing intermediate container 494b476e0d77 17:55:52 ---> cb9d5c61b98e 17:55:52 Step 8/23 : COPY . . 17:55:52 Removing intermediate container 4114fcdf5767 17:55:52 ---> 35978863a1fb 17:55:52 Step 8/25 : COPY . . 17:56:25 ---> a01f0a4a1968 17:56:25 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 17:56:25 ---> Running in 68af173f373e 17:56:25 Removing intermediate container 68af173f373e 17:56:25 ---> e0e9b781be31 17:56:25 Step 10/25 : RUN mkdir -p spire-build 17:56:26 ---> Running in f00ca9995db7 17:56:28 ---> 7051804d3847 17:56:28 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 17:56:28 ---> Running in d03f5108c954 17:56:28 ---> 4d24160ea66a 17:56:28 Step 9/23 : RUN make cmd/core-data/core-data 17:56:28 ---> 8d25231c4d5a 17:56:28 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:56:29 ---> Running in 429f6a40c268 17:56:29 Removing intermediate container f00ca9995db7 17:56:29 ---> 20b592ab3b97 17:56:29 Step 11/25 : WORKDIR /edgex-go/spire-build 17:56:29 Removing intermediate container d03f5108c954 17:56:29 ---> 86ad251fdd4c 17:56:29 Step 10/26 : RUN mkdir -p spire-build 17:56:29 ---> Running in 37fbd813b95a 17:56:29 ---> Running in 273b80f169df 17:56:29 ---> Running in 73e0a5ee2cb0 17:56:30 Removing intermediate container 273b80f169df 17:56:30 ---> ef9d6ae37595 17:56:30 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 17:56:30 ---> Running in fed447c06dc1 17:56:31 ---> 5078c9a36100 17:56:31 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:56:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 17:56:31 ---> Running in 5837c2fed117 17:56:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:56:33 Removing intermediate container 73e0a5ee2cb0 17:56:33 ---> abf9f8180b7d 17:56:33 Step 11/26 : WORKDIR /edgex-go/spire-build 17:56:33 ---> Running in a7e4a6c11b50 17:56:34 spire-1.2.1/ 17:56:34 spire-1.2.1/.data/ 17:56:34 spire-1.2.1/.data/.file 17:56:34 spire-1.2.1/.dockerignore 17:56:34 spire-1.2.1/.gitattributes 17:56:34 spire-1.2.1/.githooks/ 17:56:34 spire-1.2.1/.githooks/pre-commit 17:56:34 spire-1.2.1/.github/ 17:56:34 spire-1.2.1/.github/ISSUE_TEMPLATE.md 17:56:34 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 17:56:34 spire-1.2.1/.github/dependabot.yml 17:56:34 spire-1.2.1/.github/workflows/ 17:56:34 spire-1.2.1/.github/workflows/nightly_build.yaml 17:56:34 spire-1.2.1/.github/workflows/pr_build.yaml 17:56:34 spire-1.2.1/.github/workflows/release_build.yaml 17:56:34 spire-1.2.1/.github/workflows/scripts/ 17:56:34 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 17:56:34 spire-1.2.1/.github/workflows/scripts/push-images.sh 17:56:34 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 17:56:34 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 17:56:34 spire-1.2.1/.github/workflows/scripts/split.sh 17:56:34 spire-1.2.1/.gitignore 17:56:34 spire-1.2.1/.go-version 17:56:34 spire-1.2.1/.golangci.yml 17:56:34 spire-1.2.1/ADOPTERS.md 17:56:34 spire-1.2.1/CHANGELOG.md 17:56:34 spire-1.2.1/CODE-OF-CONDUCT.md 17:56:34 spire-1.2.1/CODEOWNERS 17:56:34 spire-1.2.1/CONTRIBUTING.md 17:56:34 spire-1.2.1/Dockerfile 17:56:34 spire-1.2.1/Dockerfile.devCGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:56:34 17:56:34 spire-1.2.1/Dockerfile.scratch 17:56:34 spire-1.2.1/LICENSE 17:56:34 spire-1.2.1/MAINTAINERS.md 17:56:34 spire-1.2.1/Makefile 17:56:34 spire-1.2.1/README.md 17:56:34 spire-1.2.1/ROADMAP.md 17:56:34 spire-1.2.1/SECURITY.md 17:56:34 spire-1.2.1/cmd/ 17:56:34 spire-1.2.1/cmd/spire-agent/ 17:56:34 spire-1.2.1/cmd/spire-agent/cli/ 17:56:34 spire-1.2.1/cmd/spire-agent/cli/api/ 17:56:34 spire-1.2.1/cmd/spire-agent/cli/api/common.go 17:56:34 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 17:56:34 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 17:56:34 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 17:56:34 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 17:56:34 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 17:56:34 spire-1.2.1/cmd/spire-agent/cli/cli.go 17:56:34 spire-1.2.1/cmd/spire-agent/cli/common/ 17:56:34 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 17:56:34 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 17:56:34 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 17:56:34 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 17:56:34 spire-1.2.1/cmd/spire-agent/cli/run/ 17:56:34 spire-1.2.1/cmd/spire-agent/cli/run/run.go 17:56:34 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 17:56:34 spire-1.2.1/cmd/spire-agent/cli/validate/ 17:56:34 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 17:56:34 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 17:56:34 spire-1.2.1/cmd/spire-agent/main.go 17:56:34 spire-1.2.1/cmd/spire-server/ 17:56:34 spire-1.2.1/cmd/spire-server/cli/ 17:56:34 spire-1.2.1/cmd/spire-server/cli/agent/ 17:56:34 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/agent/count.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/agent/list.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/agent/show.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/bundle/ 17:56:34 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/cli.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/entry/ 17:56:34 spire-1.2.1/cmd/spire-server/cli/entry/count.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/entry/create.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/entry/show.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/entry/update.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/entry/util.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/federation/ 17:56:34 spire-1.2.1/cmd/spire-server/cli/federation/common.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/federation/create.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/federation/list.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/federation/show.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/federation/update.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 17:56:34 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/jwt/ 17:56:34 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/run/ 17:56:34 spire-1.2.1/cmd/spire-server/cli/run/run.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/token/ 17:56:34 spire-1.2.1/cmd/spire-server/cli/token/generate.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/validate/ 17:56:34 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/x509/ 17:56:34 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 17:56:34 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 17:56:34 spire-1.2.1/cmd/spire-server/main.go 17:56:34 spire-1.2.1/cmd/spire-server/util/ 17:56:34 spire-1.2.1/cmd/spire-server/util/util.go 17:56:34 spire-1.2.1/conf/ 17:56:34 spire-1.2.1/conf/agent/ 17:56:34 spire-1.2.1/conf/agent/agent.conf 17:56:34 spire-1.2.1/conf/agent/agent_full.conf 17:56:34 spire-1.2.1/conf/agent/dummy_root_ca.crt 17:56:34 spire-1.2.1/conf/server/ 17:56:34 spire-1.2.1/conf/server/dummy_upstream_ca.crt 17:56:34 spire-1.2.1/conf/server/dummy_upstream_ca.key 17:56:34 spire-1.2.1/conf/server/server.conf 17:56:34 spire-1.2.1/conf/server/server_full.conf 17:56:34 spire-1.2.1/doc/ 17:56:34 spire-1.2.1/doc/SPIRE101.md 17:56:34 spire-1.2.1/doc/auditlog.md 17:56:34 spire-1.2.1/doc/authorization_policy_engine.md 17:56:34 spire-1.2.1/doc/changelog_guidelines.md 17:56:34 spire-1.2.1/doc/cure53-report.pdf 17:56:34 spire-1.2.1/doc/images/ 17:56:34 spire-1.2.1/doc/images/2019_roadmap.png 17:56:34 spire-1.2.1/doc/images/SPIRE101.png 17:56:34 spire-1.2.1/doc/images/SPIRE_agent.png 17:56:34 spire-1.2.1/doc/images/SPIRE_server.pngRemoving intermediate container a7e4a6c11b50 17:56:34 ---> d768d2ada7a6 17:56:34 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 17:56:34 17:56:34 spire-1.2.1/doc/images/cache_mgr.png 17:56:34 spire-1.2.1/doc/images/cache_mgr_components.png 17:56:34 spire-1.2.1/doc/images/federated_spire.png 17:56:34 spire-1.2.1/doc/images/ha_mode.png 17:56:34 spire-1.2.1/doc/images/nested_spire.png 17:56:34 spire-1.2.1/doc/images/oidc_federation.png 17:56:34 spire-1.2.1/doc/images/single_trust_domain.png 17:56:34 spire-1.2.1/doc/images/spiffe_compatible.png 17:56:34 spire-1.2.1/doc/images/spire_logo.png 17:56:34 spire-1.2.1/doc/migrating_registration_api_clients.md 17:56:34 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 17:56:34 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 17:56:34 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 17:56:34 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 17:56:34 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 17:56:34 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 17:56:34 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 17:56:34 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 17:56:34 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 17:56:34 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 17:56:34 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 17:56:34 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md ---> Running in d1a53734a805 17:56:34 17:56:34 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 17:56:34 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 17:56:34 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 17:56:34 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 17:56:34 spire-1.2.1/doc/plugin_server_datastore_sql.md 17:56:34 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 17:56:34 spire-1.2.1/doc/plugin_server_keymanager_disk.md 17:56:34 spire-1.2.1/doc/plugin_server_keymanager_memory.md 17:56:34 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 17:56:34 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 17:56:34 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 17:56:34 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 17:56:34 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 17:56:34 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 17:56:34 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 17:56:34 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 17:56:34 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 17:56:34 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 17:56:34 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 17:56:34 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 17:56:34 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 17:56:34 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 17:56:34 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 17:56:34 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 17:56:34 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 17:56:34 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 17:56:34 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 17:56:34 spire-1.2.1/doc/scaling_spire.md 17:56:34 spire-1.2.1/doc/spire_agent.md 17:56:34 spire-1.2.1/doc/spire_server.md 17:56:34 spire-1.2.1/doc/supported_integrations.md 17:56:34 spire-1.2.1/doc/telemetry.md 17:56:34 spire-1.2.1/doc/telemetry_config.md 17:56:34 spire-1.2.1/doc/upgrading.md 17:56:34 spire-1.2.1/doc/using_spire.md 17:56:34 spire-1.2.1/examples/ 17:56:34 spire-1.2.1/examples/README.md 17:56:34 spire-1.2.1/go.mod 17:56:34 spire-1.2.1/go.sum 17:56:34 spire-1.2.1/pkg/ 17:56:34 spire-1.2.1/pkg/agent/ 17:56:34 spire-1.2.1/pkg/agent/agent.go 17:56:34 spire-1.2.1/pkg/agent/api/ 17:56:34 spire-1.2.1/pkg/agent/api/config.go 17:56:34 spire-1.2.1/pkg/agent/api/debug/ 17:56:34 spire-1.2.1/pkg/agent/api/debug/v1/ 17:56:34 spire-1.2.1/pkg/agent/api/debug/v1/service.go 17:56:34 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 17:56:34 spire-1.2.1/pkg/agent/api/delegatedidentity/ 17:56:34 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 17:56:34 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 17:56:34 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 17:56:34 spire-1.2.1/pkg/agent/api/endpoints.go 17:56:34 spire-1.2.1/pkg/agent/api/health/ 17:56:34 spire-1.2.1/pkg/agent/api/health/v1/ 17:56:34 spire-1.2.1/pkg/agent/api/health/v1/service.go 17:56:34 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 17:56:34 spire-1.2.1/pkg/agent/api/rpccontext/ 17:56:34 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 17:56:34 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 17:56:34 spire-1.2.1/pkg/agent/attestor/ 17:56:34 spire-1.2.1/pkg/agent/attestor/node/ 17:56:34 spire-1.2.1/pkg/agent/attestor/node/experimental.go 17:56:34 spire-1.2.1/pkg/agent/attestor/node/node.go 17:56:34 spire-1.2.1/pkg/agent/attestor/node/node_test.go 17:56:34 spire-1.2.1/pkg/agent/attestor/workload/ 17:56:34 spire-1.2.1/pkg/agent/attestor/workload/workload.go 17:56:34 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 17:56:34 spire-1.2.1/pkg/agent/catalog/ 17:56:34 spire-1.2.1/pkg/agent/catalog/catalog.go 17:56:34 spire-1.2.1/pkg/agent/catalog/keymanager.go 17:56:34 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 17:56:34 spire-1.2.1/pkg/agent/catalog/svidstore.go 17:56:34 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 17:56:34 spire-1.2.1/pkg/agent/client/ 17:56:34 spire-1.2.1/pkg/agent/client/client.go 17:56:34 spire-1.2.1/pkg/agent/client/client_test.go 17:56:34 spire-1.2.1/pkg/agent/client/dial.go 17:56:34 spire-1.2.1/pkg/agent/client/nodeconn.go 17:56:34 spire-1.2.1/pkg/agent/client/nodeconn_test.go 17:56:34 spire-1.2.1/pkg/agent/client/update.go 17:56:34 spire-1.2.1/pkg/agent/client/util.go 17:56:34 spire-1.2.1/pkg/agent/common/ 17:56:34 spire-1.2.1/pkg/agent/common/backoff/ 17:56:34 spire-1.2.1/pkg/agent/common/backoff/backoff.go 17:56:34 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 17:56:34 spire-1.2.1/pkg/agent/common/cgroups/ 17:56:34 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 17:56:34 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 17:56:34 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 17:56:34 spire-1.2.1/pkg/agent/config.go 17:56:34 spire-1.2.1/pkg/agent/endpoints/ 17:56:34 spire-1.2.1/pkg/agent/endpoints/config.go 17:56:34 spire-1.2.1/pkg/agent/endpoints/endpoints.go 17:56:34 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 17:56:34 spire-1.2.1/pkg/agent/endpoints/metrics.go 17:56:34 spire-1.2.1/pkg/agent/endpoints/middleware.go 17:56:34 spire-1.2.1/pkg/agent/endpoints/peertracker.go 17:56:34 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 17:56:34 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 17:56:34 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 17:56:34 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 17:56:34 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 17:56:34 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 17:56:34 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 17:56:34 spire-1.2.1/pkg/agent/endpoints/workload/ 17:56:34 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 17:56:34 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 17:56:34 spire-1.2.1/pkg/agent/manager/ 17:56:34 spire-1.2.1/pkg/agent/manager/cache/ 17:56:34 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 17:56:34 spire-1.2.1/pkg/agent/manager/cache/cache.go 17:56:34 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 17:56:34 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 17:56:34 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 17:56:34 spire-1.2.1/pkg/agent/manager/cache/sets.go 17:56:34 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 17:56:34 spire-1.2.1/pkg/agent/manager/config.go 17:56:34 spire-1.2.1/pkg/agent/manager/manager.go 17:56:34 spire-1.2.1/pkg/agent/manager/manager_test.go 17:56:34 spire-1.2.1/pkg/agent/manager/storage.go 17:56:34 spire-1.2.1/pkg/agent/manager/storage_test.go 17:56:34 spire-1.2.1/pkg/agent/manager/storecache/ 17:56:34 spire-1.2.1/pkg/agent/manager/storecache/cache.go 17:56:34 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 17:56:34 spire-1.2.1/pkg/agent/manager/sync.go 17:56:34 spire-1.2.1/pkg/agent/plugin/ 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/ 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 17:56:34 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 17:56:34 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/ 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 17:56:34 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 17:56:34 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 17:56:34 spire-1.2.1/pkg/agent/svid/ 17:56:34 spire-1.2.1/pkg/agent/svid/rotator.go 17:56:34 spire-1.2.1/pkg/agent/svid/rotator_config.go 17:56:34 spire-1.2.1/pkg/agent/svid/rotator_test.go 17:56:34 spire-1.2.1/pkg/agent/svid/store/ 17:56:34 spire-1.2.1/pkg/agent/svid/store/service.go 17:56:34 spire-1.2.1/pkg/agent/svid/store/service_test.go 17:56:34 spire-1.2.1/pkg/common/ 17:56:34 spire-1.2.1/pkg/common/agentpathtemplate/ 17:56:34 spire-1.2.1/pkg/common/agentpathtemplate/template.go 17:56:34 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 17:56:34 spire-1.2.1/pkg/common/api/ 17:56:34 spire-1.2.1/pkg/common/api/metrics.go 17:56:34 spire-1.2.1/pkg/common/api/middleware/ 17:56:34 spire-1.2.1/pkg/common/api/middleware/common_test.go 17:56:34 spire-1.2.1/pkg/common/api/middleware/interceptor.go 17:56:34 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 17:56:34 spire-1.2.1/pkg/common/api/middleware/logger.go 17:56:34 spire-1.2.1/pkg/common/api/middleware/logger_test.go 17:56:34 spire-1.2.1/pkg/common/api/middleware/metrics.go 17:56:34 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 17:56:34 spire-1.2.1/pkg/common/api/middleware/middleware.go 17:56:34 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 17:56:34 spire-1.2.1/pkg/common/api/middleware/misconfig.go 17:56:34 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 17:56:34 spire-1.2.1/pkg/common/api/middleware/names.go 17:56:34 spire-1.2.1/pkg/common/api/middleware/names_test.go 17:56:34 spire-1.2.1/pkg/common/api/names.go 17:56:34 spire-1.2.1/pkg/common/api/ratelimit.go 17:56:34 spire-1.2.1/pkg/common/api/rpccontext/ 17:56:34 spire-1.2.1/pkg/common/api/rpccontext/logger.go 17:56:34 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 17:56:34 spire-1.2.1/pkg/common/api/rpccontext/names.go 17:56:34 spire-1.2.1/pkg/common/auth/ 17:56:34 spire-1.2.1/pkg/common/auth/interceptors.go 17:56:34 spire-1.2.1/pkg/common/auth/interceptors_test.go 17:56:34 spire-1.2.1/pkg/common/auth/untracked_uds.go 17:56:34 spire-1.2.1/pkg/common/bundleutil/ 17:56:34 spire-1.2.1/pkg/common/bundleutil/bundle.go 17:56:34 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 17:56:34 spire-1.2.1/pkg/common/bundleutil/common_test.go 17:56:34 spire-1.2.1/pkg/common/bundleutil/marshal.go 17:56:34 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 17:56:34 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 17:56:34 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 17:56:34 spire-1.2.1/pkg/common/bundleutil/types.go 17:56:34 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 17:56:34 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 17:56:34 spire-1.2.1/pkg/common/catalog/ 17:56:34 spire-1.2.1/pkg/common/catalog/bind.go 17:56:34 spire-1.2.1/pkg/common/catalog/builtin.go 17:56:34 spire-1.2.1/pkg/common/catalog/catalog.go 17:56:34 spire-1.2.1/pkg/common/catalog/catalog_test.go 17:56:34 spire-1.2.1/pkg/common/catalog/closers.go 17:56:34 spire-1.2.1/pkg/common/catalog/cmd_linux.go 17:56:34 spire-1.2.1/pkg/common/catalog/cmd_other.go 17:56:34 spire-1.2.1/pkg/common/catalog/config.go 17:56:34 spire-1.2.1/pkg/common/catalog/config_test.go 17:56:34 spire-1.2.1/pkg/common/catalog/configure.go 17:56:34 spire-1.2.1/pkg/common/catalog/constraints.go 17:56:34 spire-1.2.1/pkg/common/catalog/constraints_test.go 17:56:34 spire-1.2.1/pkg/common/catalog/context.go 17:56:34 spire-1.2.1/pkg/common/catalog/external.go 17:56:34 spire-1.2.1/pkg/common/catalog/host.go 17:56:34 spire-1.2.1/pkg/common/catalog/pipenet.go 17:56:34 spire-1.2.1/pkg/common/catalog/plugin.go 17:56:34 spire-1.2.1/pkg/common/catalog/testplugin/ 17:56:34 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 17:56:34 spire-1.2.1/pkg/common/catalog/testplugin/main.go 17:56:34 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 17:56:34 spire-1.2.1/pkg/common/cli/ 17:56:34 spire-1.2.1/pkg/common/cli/env.go 17:56:34 spire-1.2.1/pkg/common/cli/flags.go 17:56:34 spire-1.2.1/pkg/common/cli/trust_domain.go 17:56:34 spire-1.2.1/pkg/common/cli/trust_domain_test.go 17:56:34 spire-1.2.1/pkg/common/cli/umask.go 17:56:34 spire-1.2.1/pkg/common/cli/umask_posix.go 17:56:34 spire-1.2.1/pkg/common/cli/umask_test.go 17:56:34 spire-1.2.1/pkg/common/cli/umask_windows.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/ 17:56:34 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/flag.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/flag_test.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/format.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/format_test.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/ 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 17:56:34 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 17:56:34 spire-1.2.1/pkg/common/coretypes/ 17:56:34 spire-1.2.1/pkg/common/coretypes/bundle/ 17:56:34 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 17:56:34 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 17:56:34 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 17:56:34 spire-1.2.1/pkg/common/coretypes/bundle/require.go 17:56:34 spire-1.2.1/pkg/common/coretypes/jwtkey/ 17:56:34 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 17:56:34 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 17:56:34 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 17:56:34 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 17:56:34 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 17:56:34 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 17:56:34 spire-1.2.1/pkg/common/coretypes/x509certificate/ 17:56:34 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 17:56:34 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 17:56:34 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 17:56:34 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 17:56:34 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 17:56:34 spire-1.2.1/pkg/common/cryptoutil/ 17:56:34 spire-1.2.1/pkg/common/cryptoutil/keys.go 17:56:34 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 17:56:34 spire-1.2.1/pkg/common/diskutil/ 17:56:34 spire-1.2.1/pkg/common/diskutil/file_posix.go 17:56:34 spire-1.2.1/pkg/common/diskutil/file_test.go 17:56:34 spire-1.2.1/pkg/common/diskutil/file_windows.go 17:56:34 spire-1.2.1/pkg/common/errorutil/ 17:56:34 spire-1.2.1/pkg/common/errorutil/wrapper.go 17:56:34 spire-1.2.1/pkg/common/health/ 17:56:34 spire-1.2.1/pkg/common/health/config.go 17:56:34 spire-1.2.1/pkg/common/health/context.go 17:56:34 spire-1.2.1/pkg/common/health/context_test.go 17:56:34 spire-1.2.1/pkg/common/health/health.go 17:56:34 spire-1.2.1/pkg/common/health/health_test.go 17:56:34 spire-1.2.1/pkg/common/health/logger.go 17:56:34 spire-1.2.1/pkg/common/hostservice/ 17:56:34 spire-1.2.1/pkg/common/hostservice/metricsservice/ 17:56:34 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 17:56:34 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 17:56:34 spire-1.2.1/pkg/common/idutil/ 17:56:34 spire-1.2.1/pkg/common/idutil/require.go 17:56:34 spire-1.2.1/pkg/common/idutil/require_test.go 17:56:34 spire-1.2.1/pkg/common/idutil/safety.go 17:56:34 spire-1.2.1/pkg/common/idutil/safety_test.go 17:56:34 spire-1.2.1/pkg/common/idutil/spiffeid.go 17:56:34 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 17:56:34 spire-1.2.1/pkg/common/jwtsvid/ 17:56:34 spire-1.2.1/pkg/common/jwtsvid/common.go 17:56:34 spire-1.2.1/pkg/common/jwtsvid/sign.go 17:56:34 spire-1.2.1/pkg/common/jwtsvid/token_test.go 17:56:34 spire-1.2.1/pkg/common/jwtsvid/validate.go 17:56:34 spire-1.2.1/pkg/common/jwtutil/ 17:56:34 spire-1.2.1/pkg/common/jwtutil/keyset.go 17:56:34 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 17:56:34 spire-1.2.1/pkg/common/log/ 17:56:34 spire-1.2.1/pkg/common/log/hclog_adapter.go 17:56:34 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 17:56:34 spire-1.2.1/pkg/common/log/log.go 17:56:34 spire-1.2.1/pkg/common/log/log_test.go 17:56:34 spire-1.2.1/pkg/common/log/options.go 17:56:34 spire-1.2.1/pkg/common/nodeutil/ 17:56:34 spire-1.2.1/pkg/common/nodeutil/node.go 17:56:34 spire-1.2.1/pkg/common/nodeutil/node_test.go 17:56:34 spire-1.2.1/pkg/common/peertracker/ 17:56:34 spire-1.2.1/pkg/common/peertracker/conn.go 17:56:34 spire-1.2.1/pkg/common/peertracker/credentials.go 17:56:34 spire-1.2.1/pkg/common/peertracker/errors.go 17:56:34 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 17:56:34 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 17:56:34 spire-1.2.1/pkg/common/peertracker/info.go 17:56:34 spire-1.2.1/pkg/common/peertracker/listener.go 17:56:34 spire-1.2.1/pkg/common/peertracker/listener_test.go 17:56:34 spire-1.2.1/pkg/common/peertracker/peertracker.go 17:56:34 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 17:56:34 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 17:56:34 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 17:56:34 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 17:56:34 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 17:56:34 spire-1.2.1/pkg/common/peertracker/tcp.go 17:56:34 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 17:56:34 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 17:56:34 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 17:56:34 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 17:56:34 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 17:56:34 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 17:56:34 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 17:56:34 spire-1.2.1/pkg/common/peertracker/uds.go 17:56:34 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 17:56:34 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 17:56:34 spire-1.2.1/pkg/common/peertracker/uds_linux.go 17:56:34 spire-1.2.1/pkg/common/pemutil/ 17:56:34 spire-1.2.1/pkg/common/pemutil/block.go 17:56:34 spire-1.2.1/pkg/common/pemutil/certs.go 17:56:34 spire-1.2.1/pkg/common/pemutil/common.go 17:56:34 spire-1.2.1/pkg/common/pemutil/csr.go 17:56:34 spire-1.2.1/pkg/common/pemutil/keys.go 17:56:34 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 17:56:34 spire-1.2.1/pkg/common/pemutil/testdata/ 17:56:34 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 17:56:34 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 17:56:34 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 17:56:34 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 17:56:34 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 17:56:34 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 17:56:34 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 17:56:34 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 17:56:34 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 17:56:34 spire-1.2.1/pkg/common/plugin/ 17:56:34 spire-1.2.1/pkg/common/plugin/aws/ 17:56:34 spire-1.2.1/pkg/common/plugin/aws/iid.go 17:56:34 spire-1.2.1/pkg/common/plugin/azure/ 17:56:34 spire-1.2.1/pkg/common/plugin/azure/msi.go 17:56:34 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 17:56:34 spire-1.2.1/pkg/common/plugin/facade.go 17:56:34 spire-1.2.1/pkg/common/plugin/facade_test.go 17:56:34 spire-1.2.1/pkg/common/plugin/gcp/ 17:56:34 spire-1.2.1/pkg/common/plugin/gcp/iit.go 17:56:34 spire-1.2.1/pkg/common/plugin/k8s/ 17:56:34 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 17:56:34 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 17:56:34 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 17:56:34 spire-1.2.1/pkg/common/plugin/k8s/utils.go 17:56:34 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 17:56:34 spire-1.2.1/pkg/common/plugin/log.go 17:56:34 spire-1.2.1/pkg/common/plugin/sshpop/ 17:56:34 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 17:56:34 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 17:56:34 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 17:56:34 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 17:56:34 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 17:56:34 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 17:56:34 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 17:56:34 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 17:56:34 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 17:56:34 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 17:56:34 spire-1.2.1/pkg/common/plugin/tpmdevid/ 17:56:34 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 17:56:34 spire-1.2.1/pkg/common/plugin/x509pop/ 17:56:34 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 17:56:34 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 17:56:34 spire-1.2.1/pkg/common/profiling/ 17:56:34 spire-1.2.1/pkg/common/profiling/dumpers.go 17:56:34 spire-1.2.1/pkg/common/profiling/profiling.go 17:56:34 spire-1.2.1/pkg/common/protoutil/ 17:56:34 spire-1.2.1/pkg/common/protoutil/masks.go 17:56:34 spire-1.2.1/pkg/common/protoutil/masks_test.go 17:56:34 spire-1.2.1/pkg/common/rotationutil/ 17:56:34 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 17:56:34 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 17:56:34 spire-1.2.1/pkg/common/selector/ 17:56:34 spire-1.2.1/pkg/common/selector/selector.go 17:56:34 spire-1.2.1/pkg/common/selector/selector_test.go 17:56:34 spire-1.2.1/pkg/common/selector/set.go 17:56:34 spire-1.2.1/pkg/common/selector/set_utils.go 17:56:34 spire-1.2.1/pkg/common/selector/set_utils_test.go 17:56:34 spire-1.2.1/pkg/common/telemetry/ 17:56:34 spire-1.2.1/pkg/common/telemetry/agent/ 17:56:34 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 17:56:34 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 17:56:34 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 17:56:34 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 17:56:34 spire-1.2.1/pkg/common/telemetry/agent/manager.go 17:56:34 spire-1.2.1/pkg/common/telemetry/agent/node.go 17:56:34 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 17:56:34 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 17:56:34 spire-1.2.1/pkg/common/telemetry/agent/store/ 17:56:34 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 17:56:34 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 17:56:34 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 17:56:34 spire-1.2.1/pkg/common/telemetry/blackhole.go 17:56:34 spire-1.2.1/pkg/common/telemetry/call.go 17:56:34 spire-1.2.1/pkg/common/telemetry/common/ 17:56:34 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 17:56:34 spire-1.2.1/pkg/common/telemetry/config.go 17:56:34 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 17:56:34 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 17:56:34 spire-1.2.1/pkg/common/telemetry/inmem.go 17:56:34 spire-1.2.1/pkg/common/telemetry/inmem_test.go 17:56:34 spire-1.2.1/pkg/common/telemetry/m3.go 17:56:34 spire-1.2.1/pkg/common/telemetry/m3_test.go 17:56:34 spire-1.2.1/pkg/common/telemetry/metrics.go 17:56:34 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 17:56:34 spire-1.2.1/pkg/common/telemetry/names.go 17:56:34 spire-1.2.1/pkg/common/telemetry/prometheus.go 17:56:34 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 17:56:34 spire-1.2.1/pkg/common/telemetry/sanitize.go 17:56:34 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 17:56:34 spire-1.2.1/pkg/common/telemetry/server/ 17:56:34 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 17:56:34 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 17:56:34 spire-1.2.1/pkg/common/telemetry/server/datastore/ 17:56:34 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 17:56:34 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 17:56:34 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 17:56:34 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 17:56:34 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 17:56:34 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 17:56:34 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 17:56:34 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 17:56:34 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 17:56:34 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 17:56:34 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 17:56:34 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 17:56:34 spire-1.2.1/pkg/common/telemetry/server/rotate.go 17:56:34 spire-1.2.1/pkg/common/telemetry/server/server.go 17:56:34 spire-1.2.1/pkg/common/telemetry/sink.go 17:56:34 spire-1.2.1/pkg/common/telemetry/statsd.go 17:56:34 spire-1.2.1/pkg/common/telemetry/statsd_test.go 17:56:34 spire-1.2.1/pkg/common/telemetry/uptime.go 17:56:34 spire-1.2.1/pkg/common/telemetry/version.go 17:56:34 spire-1.2.1/pkg/common/telemetry/withlabels.go 17:56:34 spire-1.2.1/pkg/common/uptime/ 17:56:34 spire-1.2.1/pkg/common/uptime/uptime.go 17:56:34 spire-1.2.1/pkg/common/uptime/uptime_test.go 17:56:34 spire-1.2.1/pkg/common/util/ 17:56:34 spire-1.2.1/pkg/common/util/certs.go 17:56:34 spire-1.2.1/pkg/common/util/certs_test.go 17:56:34 spire-1.2.1/pkg/common/util/csr.go 17:56:34 spire-1.2.1/pkg/common/util/hash.go 17:56:34 spire-1.2.1/pkg/common/util/selectors.go 17:56:34 spire-1.2.1/pkg/common/util/selectors_test.go 17:56:34 spire-1.2.1/pkg/common/util/signals.go 17:56:34 spire-1.2.1/pkg/common/util/sort.go 17:56:34 spire-1.2.1/pkg/common/util/sort_test.go 17:56:34 spire-1.2.1/pkg/common/util/task.go 17:56:34 spire-1.2.1/pkg/common/util/task_test.go 17:56:34 spire-1.2.1/pkg/common/util/testdata/ 17:56:34 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 17:56:34 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 17:56:34 spire-1.2.1/pkg/common/version/ 17:56:34 spire-1.2.1/pkg/common/version/version.go 17:56:34 spire-1.2.1/pkg/common/x509svid/ 17:56:34 spire-1.2.1/pkg/common/x509svid/common_test.go 17:56:34 spire-1.2.1/pkg/common/x509svid/csr.go 17:56:34 spire-1.2.1/pkg/common/x509svid/upstreamca.go 17:56:34 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 17:56:34 spire-1.2.1/pkg/common/x509util/ 17:56:34 spire-1.2.1/pkg/common/x509util/cert.go 17:56:34 spire-1.2.1/pkg/common/x509util/dns.go 17:56:34 spire-1.2.1/pkg/common/x509util/dns_test.go 17:56:34 spire-1.2.1/pkg/common/x509util/keyid.go 17:56:34 spire-1.2.1/pkg/common/x509util/keypair.go 17:56:34 spire-1.2.1/pkg/common/x509util/serialnumber.go 17:56:34 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 17:56:34 spire-1.2.1/pkg/server/ 17:56:34 spire-1.2.1/pkg/server/api/ 17:56:34 spire-1.2.1/pkg/server/api/agent.go 17:56:34 spire-1.2.1/pkg/server/api/agent/ 17:56:34 spire-1.2.1/pkg/server/api/agent/v1/ 17:56:34 spire-1.2.1/pkg/server/api/agent/v1/service.go 17:56:34 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 17:56:34 spire-1.2.1/pkg/server/api/agent_test.go 17:56:34 spire-1.2.1/pkg/server/api/api.go 17:56:34 spire-1.2.1/pkg/server/api/audit/ 17:56:34 spire-1.2.1/pkg/server/api/audit/audit.go 17:56:34 spire-1.2.1/pkg/server/api/audit/audit_test.go 17:56:34 spire-1.2.1/pkg/server/api/bundle.go 17:56:34 spire-1.2.1/pkg/server/api/bundle/ 17:56:34 spire-1.2.1/pkg/server/api/bundle/v1/ 17:56:34 spire-1.2.1/pkg/server/api/bundle/v1/service.go 17:56:34 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 17:56:34 spire-1.2.1/pkg/server/api/bundle_test.go 17:56:34 spire-1.2.1/pkg/server/api/debug/ 17:56:34 spire-1.2.1/pkg/server/api/debug/v1/ 17:56:34 spire-1.2.1/pkg/server/api/debug/v1/service.go 17:56:34 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 17:56:34 spire-1.2.1/pkg/server/api/entry.go 17:56:34 spire-1.2.1/pkg/server/api/entry/ 17:56:34 spire-1.2.1/pkg/server/api/entry/v1/ 17:56:34 spire-1.2.1/pkg/server/api/entry/v1/service.go 17:56:34 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 17:56:34 spire-1.2.1/pkg/server/api/entry_test.go 17:56:34 spire-1.2.1/pkg/server/api/health/ 17:56:34 spire-1.2.1/pkg/server/api/health/v1/ 17:56:34 spire-1.2.1/pkg/server/api/health/v1/service.go 17:56:34 spire-1.2.1/pkg/server/api/health/v1/service_test.go 17:56:34 spire-1.2.1/pkg/server/api/id.go 17:56:34 spire-1.2.1/pkg/server/api/id_test.go 17:56:34 spire-1.2.1/pkg/server/api/limits/ 17:56:34 spire-1.2.1/pkg/server/api/limits/limits.go 17:56:34 spire-1.2.1/pkg/server/api/middleware/ 17:56:34 spire-1.2.1/pkg/server/api/middleware/alias.go 17:56:34 spire-1.2.1/pkg/server/api/middleware/audit.go 17:56:34 spire-1.2.1/pkg/server/api/middleware/authorization.go 17:56:34 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 17:56:34 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 17:56:34 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 17:56:34 spire-1.2.1/pkg/server/api/middleware/caller.go 17:56:35 spire-1.2.1/pkg/server/api/middleware/caller_test.go 17:56:35 spire-1.2.1/pkg/server/api/middleware/common.go 17:56:35 spire-1.2.1/pkg/server/api/middleware/common_test.go 17:56:35 spire-1.2.1/pkg/server/api/middleware/entries.go 17:56:35 spire-1.2.1/pkg/server/api/middleware/entries_test.go 17:56:35 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 17:56:35 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 17:56:35 spire-1.2.1/pkg/server/api/ratelimit.go 17:56:35 spire-1.2.1/pkg/server/api/rpccontext/ 17:56:35 spire-1.2.1/pkg/server/api/rpccontext/alias.go 17:56:35 spire-1.2.1/pkg/server/api/rpccontext/audit.go 17:56:35 spire-1.2.1/pkg/server/api/rpccontext/caller.go 17:56:35 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 17:56:35 spire-1.2.1/pkg/server/api/selector.go 17:56:35 spire-1.2.1/pkg/server/api/selector_test.go 17:56:35 spire-1.2.1/pkg/server/api/status.go 17:56:35 spire-1.2.1/pkg/server/api/status_test.go 17:56:35 spire-1.2.1/pkg/server/api/svid/ 17:56:35 spire-1.2.1/pkg/server/api/svid/v1/ 17:56:35 spire-1.2.1/pkg/server/api/svid/v1/service.go 17:56:35 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 17:56:35 spire-1.2.1/pkg/server/api/trustdomain.go 17:56:35 spire-1.2.1/pkg/server/api/trustdomain/ 17:56:35 spire-1.2.1/pkg/server/api/trustdomain/v1/ 17:56:35 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 17:56:35 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 17:56:35 spire-1.2.1/pkg/server/api/trustdomain_test.go 17:56:35 spire-1.2.1/pkg/server/authpolicy/ 17:56:35 spire-1.2.1/pkg/server/authpolicy/defaults.go 17:56:35 spire-1.2.1/pkg/server/authpolicy/policy.go 17:56:35 spire-1.2.1/pkg/server/authpolicy/policy.rego 17:56:35 spire-1.2.1/pkg/server/authpolicy/policy_data.json 17:56:35 spire-1.2.1/pkg/server/authpolicy/policy_test.go 17:56:35 spire-1.2.1/pkg/server/authpolicy/validate.go 17:56:35 spire-1.2.1/pkg/server/bundle/ 17:56:35 spire-1.2.1/pkg/server/bundle/client/ 17:56:35 spire-1.2.1/pkg/server/bundle/client/client.go 17:56:35 spire-1.2.1/pkg/server/bundle/client/client_test.go 17:56:35 spire-1.2.1/pkg/server/bundle/client/manager.go 17:56:35 spire-1.2.1/pkg/server/bundle/client/manager_test.go 17:56:35 spire-1.2.1/pkg/server/bundle/client/sources.go 17:56:35 spire-1.2.1/pkg/server/bundle/client/sources_test.go 17:56:35 spire-1.2.1/pkg/server/bundle/client/updater.go 17:56:35 spire-1.2.1/pkg/server/bundle/client/updater_test.go 17:56:35 spire-1.2.1/pkg/server/ca/ 17:56:35 spire-1.2.1/pkg/server/ca/ca.go 17:56:35 spire-1.2.1/pkg/server/ca/ca_health.go 17:56:35 spire-1.2.1/pkg/server/ca/ca_test.go 17:56:35 spire-1.2.1/pkg/server/ca/journal.go 17:56:35 spire-1.2.1/pkg/server/ca/journal_test.go 17:56:35 spire-1.2.1/pkg/server/ca/manager.go 17:56:35 spire-1.2.1/pkg/server/ca/manager_health.go 17:56:35 spire-1.2.1/pkg/server/ca/manager_test.go 17:56:35 spire-1.2.1/pkg/server/ca/templates.go 17:56:35 spire-1.2.1/pkg/server/ca/upstream_client.go 17:56:35 spire-1.2.1/pkg/server/ca/upstream_client_test.go 17:56:35 spire-1.2.1/pkg/server/ca/validation.go 17:56:35 spire-1.2.1/pkg/server/cache/ 17:56:35 spire-1.2.1/pkg/server/cache/dscache/ 17:56:35 spire-1.2.1/pkg/server/cache/dscache/cache.go 17:56:35 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 17:56:35 spire-1.2.1/pkg/server/cache/entrycache/ 17:56:35 spire-1.2.1/pkg/server/cache/entrycache/cache.go 17:56:35 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 17:56:35 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 17:56:35 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 17:56:35 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 17:56:35 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 17:56:35 spire-1.2.1/pkg/server/catalog/ 17:56:35 spire-1.2.1/pkg/server/catalog/catalog.go 17:56:35 spire-1.2.1/pkg/server/catalog/keymanager.go 17:56:35 spire-1.2.1/pkg/server/catalog/nodeattestor.go 17:56:35 spire-1.2.1/pkg/server/catalog/noderesolver.go 17:56:35 spire-1.2.1/pkg/server/catalog/notifier.go 17:56:35 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 17:56:35 spire-1.2.1/pkg/server/config.go 17:56:35 spire-1.2.1/pkg/server/datastore/ 17:56:35 spire-1.2.1/pkg/server/datastore/datastore.go 17:56:35 spire-1.2.1/pkg/server/datastore/datastore_health.go 17:56:35 spire-1.2.1/pkg/server/datastore/repository.go 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/ 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 17:56:35 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 17:56:35 spire-1.2.1/pkg/server/endpoints/ 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/ 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/config.go 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/server.go 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 17:56:35 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 17:56:35 spire-1.2.1/pkg/server/endpoints/config.go 17:56:35 spire-1.2.1/pkg/server/endpoints/endpoints.go 17:56:35 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 17:56:35 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 17:56:35 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 17:56:35 spire-1.2.1/pkg/server/endpoints/middleware.go 17:56:35 spire-1.2.1/pkg/server/endpoints/middleware_test.go 17:56:35 spire-1.2.1/pkg/server/hostservice/ 17:56:35 spire-1.2.1/pkg/server/hostservice/agentstore/ 17:56:35 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 17:56:35 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 17:56:35 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 17:56:35 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 17:56:35 spire-1.2.1/pkg/server/hostservice/identityprovider/ 17:56:35 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 17:56:35 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/ 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/ 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/base/ 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/test/ 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 17:56:35 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/ 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 17:56:35 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/noderesolver/ 17:56:35 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 17:56:35 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 17:56:35 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 17:56:35 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 17:56:35 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 17:56:35 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 17:56:35 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/notifier/ 17:56:35 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 17:56:35 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 17:56:35 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 17:56:35 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 17:56:35 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 17:56:35 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 17:56:35 spire-1.2.1/pkg/server/plugin/notifier/repository.go 17:56:35 spire-1.2.1/pkg/server/plugin/notifier/v1.go 17:56:35 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 17:56:35 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 17:56:35 spire-1.2.1/pkg/server/registration/ 17:56:35 spire-1.2.1/pkg/server/registration/manager.go 17:56:35 spire-1.2.1/pkg/server/registration/manager_test.go 17:56:35 spire-1.2.1/pkg/server/scanentries.go 17:56:35 spire-1.2.1/pkg/server/scanentries_test.go 17:56:35 spire-1.2.1/pkg/server/server.go 17:56:35 spire-1.2.1/pkg/server/server_test.go 17:56:35 spire-1.2.1/pkg/server/svid/ 17:56:35 spire-1.2.1/pkg/server/svid/observer.go 17:56:35 spire-1.2.1/pkg/server/svid/observer_test.go 17:56:35 spire-1.2.1/pkg/server/svid/rotator.go 17:56:35 spire-1.2.1/pkg/server/svid/rotator_config.go 17:56:35 spire-1.2.1/pkg/server/svid/rotator_config_test.go 17:56:35 spire-1.2.1/pkg/server/svid/rotator_test.go 17:56:35 spire-1.2.1/proto/ 17:56:35 spire-1.2.1/proto/private/ 17:56:35 spire-1.2.1/proto/private/server/ 17:56:35 spire-1.2.1/proto/private/server/journal/ 17:56:35 spire-1.2.1/proto/private/server/journal/journal.pb.go 17:56:35 spire-1.2.1/proto/private/server/journal/journal.proto 17:56:35 spire-1.2.1/proto/spire/ 17:56:35 spire-1.2.1/proto/spire/common/ 17:56:35 spire-1.2.1/proto/spire/common/common.pb.go 17:56:35 spire-1.2.1/proto/spire/common/common.proto 17:56:35 spire-1.2.1/proto/spire/common/plugin/ 17:56:35 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 17:56:35 spire-1.2.1/proto/spire/common/plugin/plugin.proto 17:56:35 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 17:56:35 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 17:56:35 spire-1.2.1/proto/spire/plugin/ 17:56:35 spire-1.2.1/proto/spire/plugin/agent/ 17:56:35 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 17:56:35 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 17:56:35 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 17:56:35 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 17:56:35 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 17:56:35 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 17:56:35 spire-1.2.1/release/ 17:56:35 spire-1.2.1/release/spire-extras/ 17:56:35 spire-1.2.1/release/spire-extras/README.md 17:56:35 spire-1.2.1/release/spire-extras/conf/ 17:56:35 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 17:56:35 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 17:56:35 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 17:56:35 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 17:56:35 spire-1.2.1/release/spire/ 17:56:35 spire-1.2.1/release/spire/README.md 17:56:35 spire-1.2.1/release/spire/conf/ 17:56:35 spire-1.2.1/release/spire/conf/agent/ 17:56:35 spire-1.2.1/release/spire/conf/agent/agent.conf 17:56:35 spire-1.2.1/release/spire/conf/server/ 17:56:35 spire-1.2.1/release/spire/conf/server/server.conf 17:56:35 spire-1.2.1/script/ 17:56:35 spire-1.2.1/script/build-artifact.sh 17:56:35 spire-1.2.1/script/generate_dummy_ca.sh 17:56:35 spire-1.2.1/support/ 17:56:35 spire-1.2.1/support/k8s/ 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/ 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 17:56:35 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 17:56:35 spire-1.2.1/support/oidc-discovery-provider/ 17:56:35 spire-1.2.1/support/oidc-discovery-provider/README.md 17:56:35 spire-1.2.1/support/oidc-discovery-provider/common_test.go 17:56:35 spire-1.2.1/support/oidc-discovery-provider/config.go 17:56:35 spire-1.2.1/support/oidc-discovery-provider/config_test.go 17:56:35 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 17:56:35 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 17:56:35 spire-1.2.1/support/oidc-discovery-provider/handler.go 17:56:35 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 17:56:35 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 17:56:35 spire-1.2.1/support/oidc-discovery-provider/main.go 17:56:35 spire-1.2.1/support/oidc-discovery-provider/server_api.go 17:56:35 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 17:56:35 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 17:56:35 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 17:56:35 spire-1.2.1/test/ 17:56:35 spire-1.2.1/test/clock/ 17:56:35 spire-1.2.1/test/clock/clock.go 17:56:35 spire-1.2.1/test/fakes/ 17:56:35 spire-1.2.1/test/fakes/fakeagentcatalog/ 17:56:35 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 17:56:35 spire-1.2.1/test/fakes/fakeagentkeymanager/ 17:56:35 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 17:56:35 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 17:56:35 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 17:56:35 spire-1.2.1/test/fakes/fakeagentstore/ 17:56:35 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 17:56:35 spire-1.2.1/test/fakes/fakedatastore/ 17:56:35 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 17:56:35 spire-1.2.1/test/fakes/fakeentryclient/ 17:56:35 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 17:56:35 spire-1.2.1/test/fakes/fakehealthchecker/ 17:56:35 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 17:56:35 spire-1.2.1/test/fakes/fakeidentityprovider/ 17:56:35 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 17:56:35 spire-1.2.1/test/fakes/fakemetrics/ 17:56:35 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 17:56:35 spire-1.2.1/test/fakes/fakenoderesolver/ 17:56:35 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 17:56:35 spire-1.2.1/test/fakes/fakenotifier/ 17:56:35 spire-1.2.1/test/fakes/fakenotifier/notifier.go 17:56:35 spire-1.2.1/test/fakes/fakepluginmetrics/ 17:56:35 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 17:56:35 spire-1.2.1/test/fakes/fakeserverca/ 17:56:35 spire-1.2.1/test/fakes/fakeserverca/serverca.go 17:56:35 spire-1.2.1/test/fakes/fakeservercatalog/ 17:56:35 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 17:56:35 spire-1.2.1/test/fakes/fakeserverkeymanager/ 17:56:35 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 17:56:35 spire-1.2.1/test/fakes/fakeservernodeattestor/ 17:56:35 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 17:56:35 spire-1.2.1/test/fakes/fakeupstreamauthority/ 17:56:35 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 17:56:35 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 17:56:35 spire-1.2.1/test/fakes/fakeworkloadapi/ 17:56:35 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 17:56:35 spire-1.2.1/test/fakes/fakeworkloadattestor/ 17:56:35 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 17:56:35 spire-1.2.1/test/fixture/ 17:56:35 spire-1.2.1/test/fixture/certs/ 17:56:35 spire-1.2.1/test/fixture/certs/agent_svid.der 17:56:35 spire-1.2.1/test/fixture/certs/base_cert.pem 17:56:35 spire-1.2.1/test/fixture/certs/base_csr.pem 17:56:35 spire-1.2.1/test/fixture/certs/base_key.pem 17:56:35 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 17:56:35 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 17:56:35 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 17:56:35 spire-1.2.1/test/fixture/certs/blog_cert.pem 17:56:35 spire-1.2.1/test/fixture/certs/blog_csr.pem 17:56:35 spire-1.2.1/test/fixture/certs/blog_key.pem 17:56:35 spire-1.2.1/test/fixture/certs/bundle.der 17:56:35 spire-1.2.1/test/fixture/certs/ca.pem 17:56:35 spire-1.2.1/test/fixture/certs/ca_key.pem 17:56:35 spire-1.2.1/test/fixture/certs/database_cert.pem 17:56:35 spire-1.2.1/test/fixture/certs/database_csr.pem 17:56:35 spire-1.2.1/test/fixture/certs/database_key.pem 17:56:35 spire-1.2.1/test/fixture/certs/node_cert.pem 17:56:35 spire-1.2.1/test/fixture/certs/node_csr.pem 17:56:35 spire-1.2.1/test/fixture/certs/node_key.pem 17:56:35 spire-1.2.1/test/fixture/certs/svid.pem 17:56:35 spire-1.2.1/test/fixture/certs/svid_key.pem 17:56:35 spire-1.2.1/test/fixture/config/ 17:56:35 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 17:56:35 spire-1.2.1/test/fixture/config/agent_good.conf 17:56:35 spire-1.2.1/test/fixture/config/agent_good_templated.conf 17:56:35 spire-1.2.1/test/fixture/config/plugin_good.conf 17:56:35 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 17:56:35 spire-1.2.1/test/fixture/config/server_good.conf 17:56:35 spire-1.2.1/test/fixture/config/server_good_templated.conf 17:56:35 spire-1.2.1/test/fixture/fixture.go 17:56:35 spire-1.2.1/test/fixture/nodeattestor/ 17:56:35 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 17:56:35 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 17:56:35 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 17:56:35 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 17:56:35 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 17:56:35 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 17:56:35 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 17:56:35 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 17:56:35 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 17:56:35 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 17:56:35 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 17:56:35 spire-1.2.1/test/fixture/registration/ 17:56:35 spire-1.2.1/test/fixture/registration/entries.json 17:56:35 spire-1.2.1/test/fixture/registration/good-for-update.json 17:56:35 spire-1.2.1/test/fixture/registration/good.json 17:56:35 spire-1.2.1/test/fixture/registration/invalid.json 17:56:35 spire-1.2.1/test/fixture/registration/invalid_json.json 17:56:35 spire-1.2.1/test/fixture/registration/manager_test_entries.json 17:56:35 spire-1.2.1/test/integration/ 17:56:35 spire-1.2.1/test/integration/README.md 17:56:35 spire-1.2.1/test/integration/common 17:56:35 spire-1.2.1/test/integration/setup/ 17:56:35 spire-1.2.1/test/integration/setup/adminclient/ 17:56:35 spire-1.2.1/test/integration/setup/adminclient/build.sh 17:56:35 spire-1.2.1/test/integration/setup/adminclient/client.go 17:56:35 spire-1.2.1/test/integration/setup/debugagent/ 17:56:35 spire-1.2.1/test/integration/setup/debugagent/build.sh 17:56:35 spire-1.2.1/test/integration/setup/debugagent/main.go 17:56:35 spire-1.2.1/test/integration/setup/debugserver/ 17:56:35 spire-1.2.1/test/integration/setup/debugserver/build.sh 17:56:35 spire-1.2.1/test/integration/setup/debugserver/main.go 17:56:35 spire-1.2.1/test/integration/setup/downstreamclient/ 17:56:35 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 17:56:35 spire-1.2.1/test/integration/setup/downstreamclient/client.go 17:56:35 spire-1.2.1/test/integration/setup/itclient/ 17:56:35 spire-1.2.1/test/integration/setup/itclient/client.go 17:56:35 spire-1.2.1/test/integration/setup/node-attestation/ 17:56:35 spire-1.2.1/test/integration/setup/node-attestation/build.sh 17:56:35 spire-1.2.1/test/integration/setup/node-attestation/client.go 17:56:35 spire-1.2.1/test/integration/setup/x509pop/ 17:56:35 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 17:56:35 spire-1.2.1/test/integration/setup/x509pop/setup.sh 17:56:35 spire-1.2.1/test/integration/suites/ 17:56:35 spire-1.2.1/test/integration/suites/admin-endpoints/ 17:56:35 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 17:56:35 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 17:56:35 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 17:56:35 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 17:56:35 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 17:56:35 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 17:56:35 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 17:56:35 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 17:56:35 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 17:56:35 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 17:56:35 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 17:56:35 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 17:56:35 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 17:56:35 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 17:56:35 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 17:56:35 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 17:56:35 spire-1.2.1/test/integration/suites/datastore-mysql/ 17:56:35 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 17:56:35 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 17:56:35 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 17:56:35 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres/ 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 17:56:35 spire-1.2.1/test/integration/suites/debug-endpoints/ 17:56:35 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 17:56:35 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 17:56:35 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 17:56:35 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 17:56:35 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 17:56:35 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 17:56:35 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 17:56:35 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 17:56:35 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 17:56:35 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 17:56:35 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 17:56:35 spire-1.2.1/test/integration/suites/downstream-endpoints/ 17:56:35 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 17:56:35 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 17:56:35 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 17:56:35 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 17:56:35 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 17:56:35 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 17:56:35 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 17:56:35 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 17:56:35 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 17:56:35 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 17:56:35 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 17:56:35 spire-1.2.1/test/integration/suites/join-token/ 17:56:35 spire-1.2.1/test/integration/suites/join-token/01-start-server 17:56:35 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 17:56:35 spire-1.2.1/test/integration/suites/join-token/03-start-agent 17:56:35 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 17:56:35 spire-1.2.1/test/integration/suites/join-token/05-check-svid 17:56:35 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 17:56:35 spire-1.2.1/test/integration/suites/join-token/README.md 17:56:35 spire-1.2.1/test/integration/suites/join-token/conf/ 17:56:35 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 17:56:35 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/join-token/conf/server/ 17:56:35 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/join-token/teardown 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/ 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 17:56:35 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/ 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 17:56:35 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 17:56:35 spire-1.2.1/test/integration/suites/k8s/ 17:56:35 spire-1.2.1/test/integration/suites/k8s/00-setup 17:56:35 spire-1.2.1/test/integration/suites/k8s/01-apply-config 17:56:35 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 17:56:35 spire-1.2.1/test/integration/suites/k8s/README.md 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/ 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/server/ 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 17:56:35 spire-1.2.1/test/integration/suites/k8s/init-kubectl 17:56:35 spire-1.2.1/test/integration/suites/k8s/teardown 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/README.md 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/root/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/nested-rotation/teardown 17:56:35 spire-1.2.1/test/integration/suites/node-attestation/ 17:56:35 spire-1.2.1/test/integration/suites/node-attestation/00-setup 17:56:35 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 17:56:35 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 17:56:35 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 17:56:35 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 17:56:35 spire-1.2.1/test/integration/suites/node-attestation/README.md 17:56:35 spire-1.2.1/test/integration/suites/node-attestation/conf/ 17:56:35 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 17:56:35 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 17:56:35 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/node-attestation/teardown 17:56:35 spire-1.2.1/test/integration/suites/rotation/ 17:56:35 spire-1.2.1/test/integration/suites/rotation/00-setup 17:56:35 spire-1.2.1/test/integration/suites/rotation/01-start-server 17:56:35 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 17:56:35 spire-1.2.1/test/integration/suites/rotation/03-start-agent 17:56:35 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 17:56:35 spire-1.2.1/test/integration/suites/rotation/05-check-svids 17:56:35 spire-1.2.1/test/integration/suites/rotation/README.md 17:56:35 spire-1.2.1/test/integration/suites/rotation/conf/ 17:56:35 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 17:56:35 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/rotation/conf/server/ 17:56:35 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/rotation/teardown 17:56:35 spire-1.2.1/test/integration/suites/self-test/ 17:56:35 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 17:56:35 spire-1.2.1/test/integration/suites/self-test/README.md 17:56:35 spire-1.2.1/test/integration/suites/self-test/teardown 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/ 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 17:56:35 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 17:56:35 spire-1.2.1/test/integration/suites/upgrade/ 17:56:35 spire-1.2.1/test/integration/suites/upgrade/00-setup 17:56:35 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 17:56:35 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 17:56:35 spire-1.2.1/test/integration/suites/upgrade/README.md 17:56:35 spire-1.2.1/test/integration/suites/upgrade/conf/ 17:56:35 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 17:56:35 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 17:56:35 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 17:56:35 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 17:56:35 spire-1.2.1/test/integration/suites/upgrade/teardown 17:56:35 spire-1.2.1/test/integration/suites/upgrade/versions.txt 17:56:35 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 17:56:35 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 17:56:35 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 17:56:35 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 17:56:35 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 17:56:35 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 17:56:35 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 17:56:35 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 17:56:35 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 17:56:35 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 17:56:35 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 17:56:35 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 17:56:35 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 17:56:35 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 17:56:35 spire-1.2.1/test/integration/test-one.sh 17:56:35 spire-1.2.1/test/integration/test.sh 17:56:35 spire-1.2.1/test/plugintest/ 17:56:35 spire-1.2.1/test/plugintest/config.go 17:56:35 spire-1.2.1/test/plugintest/load.go 17:56:35 spire-1.2.1/test/plugintest/option.go 17:56:35 spire-1.2.1/test/spiretest/ 17:56:35 spire-1.2.1/test/spiretest/apiserver.go 17:56:35 spire-1.2.1/test/spiretest/assertions.go 17:56:35 spire-1.2.1/test/spiretest/dir.go 17:56:35 spire-1.2.1/test/spiretest/errors_posix.go 17:56:35 spire-1.2.1/test/spiretest/errors_windows.go 17:56:35 spire-1.2.1/test/spiretest/logs.go 17:56:35 spire-1.2.1/test/spiretest/socketapi.go 17:56:35 spire-1.2.1/test/spiretest/suite.go 17:56:35 spire-1.2.1/test/spiretest/x509.go 17:56:35 spire-1.2.1/test/testca/ 17:56:35 spire-1.2.1/test/testca/ca.go 17:56:35 spire-1.2.1/test/testkey/ 17:56:35 spire-1.2.1/test/testkey/generate.sh 17:56:35 spire-1.2.1/test/testkey/genkeys.go 17:56:35 spire-1.2.1/test/testkey/keys.go 17:56:35 spire-1.2.1/test/testkey/new.go 17:56:35 spire-1.2.1/test/tpmsimulator/ 17:56:35 spire-1.2.1/test/tpmsimulator/simulator.go 17:56:35 spire-1.2.1/test/util/ 17:56:35 spire-1.2.1/test/util/cert_fixtures.go 17:56:35 spire-1.2.1/test/util/cert_generation.go 17:56:35 spire-1.2.1/test/util/io_redirection.go 17:56:35 spire-1.2.1/test/util/race.go 17:56:35 spire-1.2.1/test/util/util.go 17:56:35 building spire from source... 17:56:36 Installing go1.17.7... 17:56:36 spire-1.2.1/ 17:56:36 spire-1.2.1/.data/ 17:56:36 spire-1.2.1/.data/.file 17:56:36 spire-1.2.1/.dockerignore 17:56:36 spire-1.2.1/.gitattributes 17:56:36 spire-1.2.1/.githooks/ 17:56:36 spire-1.2.1/.githooks/pre-commit 17:56:36 spire-1.2.1/.github/ 17:56:36 spire-1.2.1/.github/ISSUE_TEMPLATE.md 17:56:36 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 17:56:36 spire-1.2.1/.github/dependabot.yml 17:56:36 spire-1.2.1/.github/workflows/ 17:56:36 spire-1.2.1/.github/workflows/nightly_build.yaml 17:56:36 spire-1.2.1/.github/workflows/pr_build.yaml 17:56:36 spire-1.2.1/.github/workflows/release_build.yaml 17:56:36 spire-1.2.1/.github/workflows/scripts/ 17:56:36 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 17:56:36 spire-1.2.1/.github/workflows/scripts/push-images.sh 17:56:36 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 17:56:36 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 17:56:36 spire-1.2.1/.github/workflows/scripts/split.sh 17:56:36 spire-1.2.1/.gitignore 17:56:36 spire-1.2.1/.go-version 17:56:36 spire-1.2.1/.golangci.yml 17:56:36 spire-1.2.1/ADOPTERS.md 17:56:36 spire-1.2.1/CHANGELOG.md 17:56:36 spire-1.2.1/CODE-OF-CONDUCT.md 17:56:36 spire-1.2.1/CODEOWNERS 17:56:36 spire-1.2.1/CONTRIBUTING.md 17:56:36 spire-1.2.1/Dockerfile 17:56:37 spire-1.2.1/Dockerfile.dev 17:56:37 spire-1.2.1/Dockerfile.scratch 17:56:37 spire-1.2.1/LICENSE 17:56:37 spire-1.2.1/MAINTAINERS.md 17:56:37 spire-1.2.1/Makefile 17:56:37 spire-1.2.1/README.md 17:56:37 spire-1.2.1/ROADMAP.md 17:56:37 spire-1.2.1/SECURITY.md 17:56:37 spire-1.2.1/cmd/ 17:56:37 spire-1.2.1/cmd/spire-agent/ 17:56:37 spire-1.2.1/cmd/spire-agent/cli/ 17:56:37 spire-1.2.1/cmd/spire-agent/cli/api/ 17:56:37 spire-1.2.1/cmd/spire-agent/cli/api/common.go 17:56:37 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 17:56:37 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 17:56:37 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 17:56:37 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 17:56:37 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 17:56:37 spire-1.2.1/cmd/spire-agent/cli/cli.go 17:56:37 spire-1.2.1/cmd/spire-agent/cli/common/ 17:56:37 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 17:56:37 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 17:56:37 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 17:56:37 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 17:56:37 spire-1.2.1/cmd/spire-agent/cli/run/ 17:56:37 spire-1.2.1/cmd/spire-agent/cli/run/run.go 17:56:37 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 17:56:37 spire-1.2.1/cmd/spire-agent/cli/validate/ 17:56:37 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 17:56:37 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 17:56:37 spire-1.2.1/cmd/spire-agent/main.go 17:56:37 spire-1.2.1/cmd/spire-server/ 17:56:37 spire-1.2.1/cmd/spire-server/cli/ 17:56:37 spire-1.2.1/cmd/spire-server/cli/agent/ 17:56:37 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/agent/count.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/agent/list.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/agent/show.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/bundle/ 17:56:37 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/cli.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/entry/ 17:56:37 spire-1.2.1/cmd/spire-server/cli/entry/count.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/entry/create.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/entry/show.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/entry/update.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/entry/util.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/federation/ 17:56:37 spire-1.2.1/cmd/spire-server/cli/federation/common.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/federation/create.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/federation/list.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/federation/show.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/federation/update.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 17:56:37 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/jwt/ 17:56:37 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/run/ 17:56:37 spire-1.2.1/cmd/spire-server/cli/run/run.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/token/ 17:56:37 spire-1.2.1/cmd/spire-server/cli/token/generate.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/validate/ 17:56:37 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/x509/ 17:56:37 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 17:56:37 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 17:56:37 spire-1.2.1/cmd/spire-server/main.go 17:56:37 spire-1.2.1/cmd/spire-server/util/ 17:56:37 spire-1.2.1/cmd/spire-server/util/util.go 17:56:37 spire-1.2.1/conf/ 17:56:37 spire-1.2.1/conf/agent/ 17:56:37 spire-1.2.1/conf/agent/agent.conf 17:56:37 spire-1.2.1/conf/agent/agent_full.conf 17:56:37 spire-1.2.1/conf/agent/dummy_root_ca.crt 17:56:37 spire-1.2.1/conf/server/ 17:56:37 spire-1.2.1/conf/server/dummy_upstream_ca.crt 17:56:37 spire-1.2.1/conf/server/dummy_upstream_ca.key 17:56:37 spire-1.2.1/conf/server/server.conf 17:56:37 spire-1.2.1/conf/server/server_full.conf 17:56:37 spire-1.2.1/doc/ 17:56:37 spire-1.2.1/doc/SPIRE101.md 17:56:37 spire-1.2.1/doc/auditlog.md 17:56:37 spire-1.2.1/doc/authorization_policy_engine.md 17:56:37 spire-1.2.1/doc/changelog_guidelines.md 17:56:37 spire-1.2.1/doc/cure53-report.pdf 17:56:37 spire-1.2.1/doc/images/ 17:56:37 spire-1.2.1/doc/images/2019_roadmap.png 17:56:37 spire-1.2.1/doc/images/SPIRE101.png 17:56:37 spire-1.2.1/doc/images/SPIRE_agent.png 17:56:37 spire-1.2.1/doc/images/SPIRE_server.png 17:56:37 spire-1.2.1/doc/images/cache_mgr.png 17:56:37 spire-1.2.1/doc/images/cache_mgr_components.png 17:56:37 spire-1.2.1/doc/images/federated_spire.png 17:56:37 spire-1.2.1/doc/images/ha_mode.png 17:56:37 spire-1.2.1/doc/images/nested_spire.png 17:56:37 spire-1.2.1/doc/images/oidc_federation.png 17:56:37 spire-1.2.1/doc/images/single_trust_domain.png 17:56:37 spire-1.2.1/doc/images/spiffe_compatible.png 17:56:37 spire-1.2.1/doc/images/spire_logo.png 17:56:37 spire-1.2.1/doc/migrating_registration_api_clients.md 17:56:37 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 17:56:37 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 17:56:37 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 17:56:37 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 17:56:37 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 17:56:37 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 17:56:37 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 17:56:37 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 17:56:37 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 17:56:37 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 17:56:37 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 17:56:37 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 17:56:37 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 17:56:37 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 17:56:37 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 17:56:37 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 17:56:37 spire-1.2.1/doc/plugin_server_datastore_sql.md 17:56:37 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 17:56:37 spire-1.2.1/doc/plugin_server_keymanager_disk.md 17:56:37 spire-1.2.1/doc/plugin_server_keymanager_memory.md 17:56:37 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 17:56:37 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 17:56:37 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 17:56:37 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 17:56:37 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 17:56:37 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 17:56:37 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 17:56:37 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 17:56:37 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 17:56:37 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 17:56:37 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 17:56:37 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 17:56:37 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 17:56:37 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 17:56:37 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 17:56:37 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 17:56:37 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 17:56:37 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 17:56:37 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 17:56:37 spire-1.2.1/doc/scaling_spire.md 17:56:37 spire-1.2.1/doc/spire_agent.md 17:56:37 spire-1.2.1/doc/spire_server.md 17:56:37 spire-1.2.1/doc/supported_integrations.md 17:56:37 spire-1.2.1/doc/telemetry.md 17:56:37 spire-1.2.1/doc/telemetry_config.md 17:56:37 spire-1.2.1/doc/upgrading.md 17:56:37 spire-1.2.1/doc/using_spire.md 17:56:37 spire-1.2.1/examples/ 17:56:37 spire-1.2.1/examples/README.md 17:56:37 spire-1.2.1/go.mod 17:56:37 spire-1.2.1/go.sum 17:56:37 spire-1.2.1/pkg/ 17:56:37 spire-1.2.1/pkg/agent/ 17:56:37 spire-1.2.1/pkg/agent/agent.go 17:56:37 spire-1.2.1/pkg/agent/api/ 17:56:37 spire-1.2.1/pkg/agent/api/config.go 17:56:37 spire-1.2.1/pkg/agent/api/debug/ 17:56:37 spire-1.2.1/pkg/agent/api/debug/v1/ 17:56:37 spire-1.2.1/pkg/agent/api/debug/v1/service.go 17:56:37 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 17:56:37 spire-1.2.1/pkg/agent/api/delegatedidentity/ 17:56:37 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 17:56:37 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 17:56:37 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 17:56:37 spire-1.2.1/pkg/agent/api/endpoints.go 17:56:37 spire-1.2.1/pkg/agent/api/health/ 17:56:37 spire-1.2.1/pkg/agent/api/health/v1/ 17:56:37 spire-1.2.1/pkg/agent/api/health/v1/service.go 17:56:37 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 17:56:37 spire-1.2.1/pkg/agent/api/rpccontext/ 17:56:37 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 17:56:37 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 17:56:37 spire-1.2.1/pkg/agent/attestor/ 17:56:37 spire-1.2.1/pkg/agent/attestor/node/ 17:56:37 spire-1.2.1/pkg/agent/attestor/node/experimental.go 17:56:37 spire-1.2.1/pkg/agent/attestor/node/node.go 17:56:37 spire-1.2.1/pkg/agent/attestor/node/node_test.go 17:56:37 spire-1.2.1/pkg/agent/attestor/workload/ 17:56:37 spire-1.2.1/pkg/agent/attestor/workload/workload.go 17:56:37 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 17:56:37 spire-1.2.1/pkg/agent/catalog/ 17:56:37 spire-1.2.1/pkg/agent/catalog/catalog.go 17:56:37 spire-1.2.1/pkg/agent/catalog/keymanager.go 17:56:37 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 17:56:37 spire-1.2.1/pkg/agent/catalog/svidstore.go 17:56:37 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 17:56:37 spire-1.2.1/pkg/agent/client/ 17:56:37 spire-1.2.1/pkg/agent/client/client.go 17:56:37 spire-1.2.1/pkg/agent/client/client_test.go 17:56:37 spire-1.2.1/pkg/agent/client/dial.go 17:56:37 spire-1.2.1/pkg/agent/client/nodeconn.go 17:56:37 spire-1.2.1/pkg/agent/client/nodeconn_test.go 17:56:37 spire-1.2.1/pkg/agent/client/update.go 17:56:37 spire-1.2.1/pkg/agent/client/util.go 17:56:37 spire-1.2.1/pkg/agent/common/ 17:56:37 spire-1.2.1/pkg/agent/common/backoff/ 17:56:37 spire-1.2.1/pkg/agent/common/backoff/backoff.go 17:56:37 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 17:56:37 spire-1.2.1/pkg/agent/common/cgroups/ 17:56:37 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 17:56:37 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 17:56:37 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 17:56:37 spire-1.2.1/pkg/agent/config.go 17:56:37 spire-1.2.1/pkg/agent/endpoints/ 17:56:37 spire-1.2.1/pkg/agent/endpoints/config.go 17:56:37 spire-1.2.1/pkg/agent/endpoints/endpoints.go 17:56:37 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 17:56:37 spire-1.2.1/pkg/agent/endpoints/metrics.go 17:56:37 spire-1.2.1/pkg/agent/endpoints/middleware.go 17:56:37 spire-1.2.1/pkg/agent/endpoints/peertracker.go 17:56:37 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 17:56:37 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 17:56:37 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 17:56:37 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 17:56:37 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 17:56:37 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 17:56:37 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 17:56:37 spire-1.2.1/pkg/agent/endpoints/workload/ 17:56:37 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 17:56:37 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 17:56:37 spire-1.2.1/pkg/agent/manager/ 17:56:37 spire-1.2.1/pkg/agent/manager/cache/ 17:56:37 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 17:56:37 spire-1.2.1/pkg/agent/manager/cache/cache.go 17:56:37 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 17:56:37 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 17:56:37 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 17:56:37 spire-1.2.1/pkg/agent/manager/cache/sets.go 17:56:37 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 17:56:37 spire-1.2.1/pkg/agent/manager/config.go 17:56:37 spire-1.2.1/pkg/agent/manager/manager.go 17:56:37 spire-1.2.1/pkg/agent/manager/manager_test.go 17:56:37 spire-1.2.1/pkg/agent/manager/storage.go 17:56:37 spire-1.2.1/pkg/agent/manager/storage_test.go 17:56:37 spire-1.2.1/pkg/agent/manager/storecache/ 17:56:37 spire-1.2.1/pkg/agent/manager/storecache/cache.go 17:56:37 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 17:56:37 spire-1.2.1/pkg/agent/manager/sync.go 17:56:37 spire-1.2.1/pkg/agent/plugin/ 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/ 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 17:56:37 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 17:56:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/ 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 17:56:37 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 17:56:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 17:56:37 spire-1.2.1/pkg/agent/svid/ 17:56:37 spire-1.2.1/pkg/agent/svid/rotator.go 17:56:37 spire-1.2.1/pkg/agent/svid/rotator_config.go 17:56:37 spire-1.2.1/pkg/agent/svid/rotator_test.go 17:56:37 spire-1.2.1/pkg/agent/svid/store/ 17:56:37 spire-1.2.1/pkg/agent/svid/store/service.go 17:56:37 spire-1.2.1/pkg/agent/svid/store/service_test.go 17:56:37 spire-1.2.1/pkg/common/ 17:56:37 spire-1.2.1/pkg/common/agentpathtemplate/ 17:56:37 spire-1.2.1/pkg/common/agentpathtemplate/template.go 17:56:37 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 17:56:37 spire-1.2.1/pkg/common/api/ 17:56:37 spire-1.2.1/pkg/common/api/metrics.go 17:56:37 spire-1.2.1/pkg/common/api/middleware/ 17:56:37 spire-1.2.1/pkg/common/api/middleware/common_test.go 17:56:37 spire-1.2.1/pkg/common/api/middleware/interceptor.go 17:56:37 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 17:56:37 spire-1.2.1/pkg/common/api/middleware/logger.go 17:56:37 spire-1.2.1/pkg/common/api/middleware/logger_test.go 17:56:37 spire-1.2.1/pkg/common/api/middleware/metrics.go 17:56:37 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 17:56:37 spire-1.2.1/pkg/common/api/middleware/middleware.go 17:56:37 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 17:56:37 spire-1.2.1/pkg/common/api/middleware/misconfig.go 17:56:37 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 17:56:37 spire-1.2.1/pkg/common/api/middleware/names.go 17:56:37 spire-1.2.1/pkg/common/api/middleware/names_test.go 17:56:37 spire-1.2.1/pkg/common/api/names.go 17:56:37 spire-1.2.1/pkg/common/api/ratelimit.go 17:56:37 spire-1.2.1/pkg/common/api/rpccontext/ 17:56:37 spire-1.2.1/pkg/common/api/rpccontext/logger.go 17:56:37 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 17:56:37 spire-1.2.1/pkg/common/api/rpccontext/names.go 17:56:37 spire-1.2.1/pkg/common/auth/ 17:56:37 spire-1.2.1/pkg/common/auth/interceptors.go 17:56:37 spire-1.2.1/pkg/common/auth/interceptors_test.go 17:56:37 spire-1.2.1/pkg/common/auth/untracked_uds.go 17:56:37 spire-1.2.1/pkg/common/bundleutil/ 17:56:37 spire-1.2.1/pkg/common/bundleutil/bundle.go 17:56:37 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 17:56:37 spire-1.2.1/pkg/common/bundleutil/common_test.go 17:56:37 spire-1.2.1/pkg/common/bundleutil/marshal.go 17:56:37 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 17:56:37 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 17:56:37 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 17:56:37 spire-1.2.1/pkg/common/bundleutil/types.go 17:56:37 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 17:56:37 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 17:56:37 spire-1.2.1/pkg/common/catalog/ 17:56:37 spire-1.2.1/pkg/common/catalog/bind.go 17:56:37 spire-1.2.1/pkg/common/catalog/builtin.go 17:56:37 spire-1.2.1/pkg/common/catalog/catalog.go 17:56:37 spire-1.2.1/pkg/common/catalog/catalog_test.go 17:56:37 spire-1.2.1/pkg/common/catalog/closers.go 17:56:37 spire-1.2.1/pkg/common/catalog/cmd_linux.go 17:56:37 spire-1.2.1/pkg/common/catalog/cmd_other.go 17:56:37 spire-1.2.1/pkg/common/catalog/config.go 17:56:37 spire-1.2.1/pkg/common/catalog/config_test.go 17:56:37 spire-1.2.1/pkg/common/catalog/configure.go 17:56:37 spire-1.2.1/pkg/common/catalog/constraints.go 17:56:37 spire-1.2.1/pkg/common/catalog/constraints_test.go 17:56:37 spire-1.2.1/pkg/common/catalog/context.go 17:56:37 spire-1.2.1/pkg/common/catalog/external.go 17:56:37 spire-1.2.1/pkg/common/catalog/host.go 17:56:37 spire-1.2.1/pkg/common/catalog/pipenet.go 17:56:37 spire-1.2.1/pkg/common/catalog/plugin.go 17:56:37 spire-1.2.1/pkg/common/catalog/testplugin/ 17:56:37 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 17:56:37 spire-1.2.1/pkg/common/catalog/testplugin/main.go 17:56:37 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 17:56:37 spire-1.2.1/pkg/common/cli/ 17:56:37 spire-1.2.1/pkg/common/cli/env.go 17:56:37 spire-1.2.1/pkg/common/cli/flags.go 17:56:37 spire-1.2.1/pkg/common/cli/trust_domain.go 17:56:37 spire-1.2.1/pkg/common/cli/trust_domain_test.go 17:56:37 spire-1.2.1/pkg/common/cli/umask.go 17:56:37 spire-1.2.1/pkg/common/cli/umask_posix.go 17:56:37 spire-1.2.1/pkg/common/cli/umask_test.go 17:56:37 spire-1.2.1/pkg/common/cli/umask_windows.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/ 17:56:37 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/flag.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/flag_test.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/format.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/format_test.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/ 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 17:56:37 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 17:56:37 spire-1.2.1/pkg/common/coretypes/ 17:56:37 spire-1.2.1/pkg/common/coretypes/bundle/ 17:56:37 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 17:56:37 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 17:56:37 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 17:56:37 spire-1.2.1/pkg/common/coretypes/bundle/require.go 17:56:37 spire-1.2.1/pkg/common/coretypes/jwtkey/ 17:56:37 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 17:56:37 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 17:56:37 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 17:56:37 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 17:56:37 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 17:56:37 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 17:56:37 spire-1.2.1/pkg/common/coretypes/x509certificate/ 17:56:37 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 17:56:37 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 17:56:37 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 17:56:37 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 17:56:37 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 17:56:37 spire-1.2.1/pkg/common/cryptoutil/ 17:56:37 spire-1.2.1/pkg/common/cryptoutil/keys.go 17:56:37 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 17:56:37 spire-1.2.1/pkg/common/diskutil/ 17:56:37 spire-1.2.1/pkg/common/diskutil/file_posix.go 17:56:37 spire-1.2.1/pkg/common/diskutil/file_test.go 17:56:37 spire-1.2.1/pkg/common/diskutil/file_windows.go 17:56:37 spire-1.2.1/pkg/common/errorutil/ 17:56:37 spire-1.2.1/pkg/common/errorutil/wrapper.go 17:56:37 spire-1.2.1/pkg/common/health/ 17:56:37 spire-1.2.1/pkg/common/health/config.go 17:56:37 spire-1.2.1/pkg/common/health/context.go 17:56:37 spire-1.2.1/pkg/common/health/context_test.go 17:56:37 spire-1.2.1/pkg/common/health/health.go 17:56:37 spire-1.2.1/pkg/common/health/health_test.go 17:56:37 spire-1.2.1/pkg/common/health/logger.go 17:56:37 spire-1.2.1/pkg/common/hostservice/ 17:56:37 spire-1.2.1/pkg/common/hostservice/metricsservice/ 17:56:37 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 17:56:37 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 17:56:37 spire-1.2.1/pkg/common/idutil/ 17:56:37 spire-1.2.1/pkg/common/idutil/require.go 17:56:37 spire-1.2.1/pkg/common/idutil/require_test.go 17:56:37 spire-1.2.1/pkg/common/idutil/safety.go 17:56:37 spire-1.2.1/pkg/common/idutil/safety_test.go 17:56:37 spire-1.2.1/pkg/common/idutil/spiffeid.go 17:56:37 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 17:56:37 spire-1.2.1/pkg/common/jwtsvid/ 17:56:37 spire-1.2.1/pkg/common/jwtsvid/common.go 17:56:37 spire-1.2.1/pkg/common/jwtsvid/sign.go 17:56:37 spire-1.2.1/pkg/common/jwtsvid/token_test.go 17:56:37 spire-1.2.1/pkg/common/jwtsvid/validate.go 17:56:37 spire-1.2.1/pkg/common/jwtutil/ 17:56:37 spire-1.2.1/pkg/common/jwtutil/keyset.go 17:56:37 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 17:56:37 spire-1.2.1/pkg/common/log/ 17:56:37 spire-1.2.1/pkg/common/log/hclog_adapter.go 17:56:37 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 17:56:37 spire-1.2.1/pkg/common/log/log.go 17:56:37 spire-1.2.1/pkg/common/log/log_test.go 17:56:37 spire-1.2.1/pkg/common/log/options.go 17:56:37 spire-1.2.1/pkg/common/nodeutil/ 17:56:37 spire-1.2.1/pkg/common/nodeutil/node.go 17:56:37 spire-1.2.1/pkg/common/nodeutil/node_test.go 17:56:37 spire-1.2.1/pkg/common/peertracker/ 17:56:37 spire-1.2.1/pkg/common/peertracker/conn.go 17:56:37 spire-1.2.1/pkg/common/peertracker/credentials.go 17:56:37 spire-1.2.1/pkg/common/peertracker/errors.go 17:56:37 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 17:56:37 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 17:56:37 spire-1.2.1/pkg/common/peertracker/info.go 17:56:37 spire-1.2.1/pkg/common/peertracker/listener.go 17:56:37 spire-1.2.1/pkg/common/peertracker/listener_test.go 17:56:37 spire-1.2.1/pkg/common/peertracker/peertracker.go 17:56:37 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 17:56:37 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 17:56:37 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 17:56:37 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 17:56:37 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 17:56:37 spire-1.2.1/pkg/common/peertracker/tcp.go 17:56:37 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 17:56:37 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 17:56:37 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 17:56:37 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 17:56:37 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 17:56:37 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 17:56:37 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 17:56:37 spire-1.2.1/pkg/common/peertracker/uds.go 17:56:37 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 17:56:37 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 17:56:37 spire-1.2.1/pkg/common/peertracker/uds_linux.go 17:56:37 spire-1.2.1/pkg/common/pemutil/ 17:56:37 spire-1.2.1/pkg/common/pemutil/block.go 17:56:37 spire-1.2.1/pkg/common/pemutil/certs.go 17:56:37 spire-1.2.1/pkg/common/pemutil/common.go 17:56:37 spire-1.2.1/pkg/common/pemutil/csr.go 17:56:37 spire-1.2.1/pkg/common/pemutil/keys.go 17:56:37 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 17:56:37 spire-1.2.1/pkg/common/pemutil/testdata/ 17:56:37 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 17:56:37 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 17:56:37 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 17:56:37 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 17:56:37 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 17:56:37 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 17:56:37 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 17:56:37 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 17:56:37 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 17:56:37 spire-1.2.1/pkg/common/plugin/ 17:56:37 spire-1.2.1/pkg/common/plugin/aws/ 17:56:37 spire-1.2.1/pkg/common/plugin/aws/iid.go 17:56:37 spire-1.2.1/pkg/common/plugin/azure/ 17:56:37 spire-1.2.1/pkg/common/plugin/azure/msi.go 17:56:37 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 17:56:37 spire-1.2.1/pkg/common/plugin/facade.go 17:56:37 spire-1.2.1/pkg/common/plugin/facade_test.go 17:56:37 spire-1.2.1/pkg/common/plugin/gcp/ 17:56:37 spire-1.2.1/pkg/common/plugin/gcp/iit.go 17:56:37 spire-1.2.1/pkg/common/plugin/k8s/ 17:56:37 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 17:56:37 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 17:56:37 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 17:56:37 spire-1.2.1/pkg/common/plugin/k8s/utils.go 17:56:37 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 17:56:37 spire-1.2.1/pkg/common/plugin/log.go 17:56:37 spire-1.2.1/pkg/common/plugin/sshpop/ 17:56:37 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 17:56:37 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 17:56:37 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 17:56:37 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 17:56:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 17:56:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 17:56:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 17:56:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 17:56:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 17:56:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 17:56:37 spire-1.2.1/pkg/common/plugin/tpmdevid/ 17:56:37 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 17:56:37 spire-1.2.1/pkg/common/plugin/x509pop/ 17:56:37 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 17:56:37 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 17:56:37 spire-1.2.1/pkg/common/profiling/ 17:56:37 spire-1.2.1/pkg/common/profiling/dumpers.go 17:56:37 spire-1.2.1/pkg/common/profiling/profiling.go 17:56:37 spire-1.2.1/pkg/common/protoutil/ 17:56:37 spire-1.2.1/pkg/common/protoutil/masks.go 17:56:37 spire-1.2.1/pkg/common/protoutil/masks_test.go 17:56:37 spire-1.2.1/pkg/common/rotationutil/ 17:56:37 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 17:56:37 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 17:56:37 spire-1.2.1/pkg/common/selector/ 17:56:37 spire-1.2.1/pkg/common/selector/selector.go 17:56:37 spire-1.2.1/pkg/common/selector/selector_test.go 17:56:37 spire-1.2.1/pkg/common/selector/set.go 17:56:37 spire-1.2.1/pkg/common/selector/set_utils.go 17:56:37 spire-1.2.1/pkg/common/selector/set_utils_test.go 17:56:37 spire-1.2.1/pkg/common/telemetry/ 17:56:37 spire-1.2.1/pkg/common/telemetry/agent/ 17:56:37 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 17:56:37 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 17:56:37 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 17:56:37 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 17:56:37 spire-1.2.1/pkg/common/telemetry/agent/manager.go 17:56:37 spire-1.2.1/pkg/common/telemetry/agent/node.go 17:56:37 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 17:56:37 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 17:56:37 spire-1.2.1/pkg/common/telemetry/agent/store/ 17:56:37 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 17:56:37 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 17:56:37 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 17:56:37 spire-1.2.1/pkg/common/telemetry/blackhole.go 17:56:37 spire-1.2.1/pkg/common/telemetry/call.go 17:56:37 spire-1.2.1/pkg/common/telemetry/common/ 17:56:37 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 17:56:37 spire-1.2.1/pkg/common/telemetry/config.go 17:56:37 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 17:56:37 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 17:56:37 spire-1.2.1/pkg/common/telemetry/inmem.go 17:56:37 spire-1.2.1/pkg/common/telemetry/inmem_test.go 17:56:37 spire-1.2.1/pkg/common/telemetry/m3.go 17:56:37 spire-1.2.1/pkg/common/telemetry/m3_test.go 17:56:37 spire-1.2.1/pkg/common/telemetry/metrics.go 17:56:37 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 17:56:37 spire-1.2.1/pkg/common/telemetry/names.go 17:56:37 spire-1.2.1/pkg/common/telemetry/prometheus.go 17:56:37 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 17:56:37 spire-1.2.1/pkg/common/telemetry/sanitize.go 17:56:37 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 17:56:37 spire-1.2.1/pkg/common/telemetry/server/ 17:56:37 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 17:56:37 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 17:56:37 spire-1.2.1/pkg/common/telemetry/server/datastore/ 17:56:37 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 17:56:37 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 17:56:37 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 17:56:37 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 17:56:37 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 17:56:37 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 17:56:37 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 17:56:37 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 17:56:37 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 17:56:37 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 17:56:37 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 17:56:37 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 17:56:37 spire-1.2.1/pkg/common/telemetry/server/rotate.go 17:56:37 spire-1.2.1/pkg/common/telemetry/server/server.go 17:56:37 spire-1.2.1/pkg/common/telemetry/sink.go 17:56:37 spire-1.2.1/pkg/common/telemetry/statsd.go 17:56:37 spire-1.2.1/pkg/common/telemetry/statsd_test.go 17:56:37 spire-1.2.1/pkg/common/telemetry/uptime.go 17:56:37 spire-1.2.1/pkg/common/telemetry/version.go 17:56:37 spire-1.2.1/pkg/common/telemetry/withlabels.go 17:56:37 spire-1.2.1/pkg/common/uptime/ 17:56:37 spire-1.2.1/pkg/common/uptime/uptime.go 17:56:37 spire-1.2.1/pkg/common/uptime/uptime_test.go 17:56:37 spire-1.2.1/pkg/common/util/ 17:56:37 spire-1.2.1/pkg/common/util/certs.go 17:56:37 spire-1.2.1/pkg/common/util/certs_test.go 17:56:37 spire-1.2.1/pkg/common/util/csr.go 17:56:37 spire-1.2.1/pkg/common/util/hash.go 17:56:37 spire-1.2.1/pkg/common/util/selectors.go 17:56:37 spire-1.2.1/pkg/common/util/selectors_test.go 17:56:37 spire-1.2.1/pkg/common/util/signals.go 17:56:37 spire-1.2.1/pkg/common/util/sort.go 17:56:37 spire-1.2.1/pkg/common/util/sort_test.go 17:56:37 spire-1.2.1/pkg/common/util/task.go 17:56:37 spire-1.2.1/pkg/common/util/task_test.go 17:56:37 spire-1.2.1/pkg/common/util/testdata/ 17:56:37 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 17:56:37 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 17:56:37 spire-1.2.1/pkg/common/version/ 17:56:37 spire-1.2.1/pkg/common/version/version.go 17:56:37 spire-1.2.1/pkg/common/x509svid/ 17:56:37 spire-1.2.1/pkg/common/x509svid/common_test.go 17:56:37 spire-1.2.1/pkg/common/x509svid/csr.go 17:56:37 spire-1.2.1/pkg/common/x509svid/upstreamca.go 17:56:37 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 17:56:37 spire-1.2.1/pkg/common/x509util/ 17:56:37 spire-1.2.1/pkg/common/x509util/cert.go 17:56:37 spire-1.2.1/pkg/common/x509util/dns.go 17:56:37 spire-1.2.1/pkg/common/x509util/dns_test.go 17:56:37 spire-1.2.1/pkg/common/x509util/keyid.go 17:56:37 spire-1.2.1/pkg/common/x509util/keypair.go 17:56:37 spire-1.2.1/pkg/common/x509util/serialnumber.go 17:56:37 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 17:56:37 spire-1.2.1/pkg/server/ 17:56:37 spire-1.2.1/pkg/server/api/ 17:56:37 spire-1.2.1/pkg/server/api/agent.go 17:56:37 spire-1.2.1/pkg/server/api/agent/ 17:56:37 spire-1.2.1/pkg/server/api/agent/v1/ 17:56:37 spire-1.2.1/pkg/server/api/agent/v1/service.go 17:56:37 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 17:56:37 spire-1.2.1/pkg/server/api/agent_test.go 17:56:37 spire-1.2.1/pkg/server/api/api.go 17:56:37 spire-1.2.1/pkg/server/api/audit/ 17:56:37 spire-1.2.1/pkg/server/api/audit/audit.go 17:56:37 spire-1.2.1/pkg/server/api/audit/audit_test.go 17:56:37 spire-1.2.1/pkg/server/api/bundle.go 17:56:37 spire-1.2.1/pkg/server/api/bundle/ 17:56:37 spire-1.2.1/pkg/server/api/bundle/v1/ 17:56:37 spire-1.2.1/pkg/server/api/bundle/v1/service.go 17:56:37 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 17:56:37 spire-1.2.1/pkg/server/api/bundle_test.go 17:56:37 spire-1.2.1/pkg/server/api/debug/ 17:56:37 spire-1.2.1/pkg/server/api/debug/v1/ 17:56:37 spire-1.2.1/pkg/server/api/debug/v1/service.go 17:56:37 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 17:56:37 spire-1.2.1/pkg/server/api/entry.go 17:56:37 spire-1.2.1/pkg/server/api/entry/ 17:56:37 spire-1.2.1/pkg/server/api/entry/v1/ 17:56:37 spire-1.2.1/pkg/server/api/entry/v1/service.go 17:56:37 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 17:56:37 spire-1.2.1/pkg/server/api/entry_test.go 17:56:37 spire-1.2.1/pkg/server/api/health/ 17:56:37 spire-1.2.1/pkg/server/api/health/v1/ 17:56:37 spire-1.2.1/pkg/server/api/health/v1/service.go 17:56:37 spire-1.2.1/pkg/server/api/health/v1/service_test.go 17:56:37 spire-1.2.1/pkg/server/api/id.go 17:56:37 spire-1.2.1/pkg/server/api/id_test.go 17:56:37 spire-1.2.1/pkg/server/api/limits/ 17:56:37 spire-1.2.1/pkg/server/api/limits/limits.go 17:56:37 spire-1.2.1/pkg/server/api/middleware/ 17:56:37 spire-1.2.1/pkg/server/api/middleware/alias.go 17:56:37 spire-1.2.1/pkg/server/api/middleware/audit.go 17:56:37 spire-1.2.1/pkg/server/api/middleware/authorization.go 17:56:37 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 17:56:37 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 17:56:37 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 17:56:37 spire-1.2.1/pkg/server/api/middleware/caller.go 17:56:37 spire-1.2.1/pkg/server/api/middleware/caller_test.go 17:56:37 spire-1.2.1/pkg/server/api/middleware/common.go 17:56:37 spire-1.2.1/pkg/server/api/middleware/common_test.go 17:56:37 spire-1.2.1/pkg/server/api/middleware/entries.go 17:56:37 spire-1.2.1/pkg/server/api/middleware/entries_test.go 17:56:37 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 17:56:37 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 17:56:37 spire-1.2.1/pkg/server/api/ratelimit.go 17:56:37 spire-1.2.1/pkg/server/api/rpccontext/ 17:56:37 spire-1.2.1/pkg/server/api/rpccontext/alias.go 17:56:37 spire-1.2.1/pkg/server/api/rpccontext/audit.go 17:56:37 spire-1.2.1/pkg/server/api/rpccontext/caller.go 17:56:37 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 17:56:37 spire-1.2.1/pkg/server/api/selector.go 17:56:37 spire-1.2.1/pkg/server/api/selector_test.go 17:56:37 spire-1.2.1/pkg/server/api/status.go 17:56:37 spire-1.2.1/pkg/server/api/status_test.go 17:56:37 spire-1.2.1/pkg/server/api/svid/ 17:56:37 spire-1.2.1/pkg/server/api/svid/v1/ 17:56:37 spire-1.2.1/pkg/server/api/svid/v1/service.go 17:56:37 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 17:56:37 spire-1.2.1/pkg/server/api/trustdomain.go 17:56:37 spire-1.2.1/pkg/server/api/trustdomain/ 17:56:37 spire-1.2.1/pkg/server/api/trustdomain/v1/ 17:56:37 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 17:56:37 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 17:56:37 spire-1.2.1/pkg/server/api/trustdomain_test.go 17:56:37 spire-1.2.1/pkg/server/authpolicy/ 17:56:37 spire-1.2.1/pkg/server/authpolicy/defaults.go 17:56:37 spire-1.2.1/pkg/server/authpolicy/policy.go 17:56:37 spire-1.2.1/pkg/server/authpolicy/policy.rego 17:56:37 spire-1.2.1/pkg/server/authpolicy/policy_data.json 17:56:37 spire-1.2.1/pkg/server/authpolicy/policy_test.go 17:56:37 spire-1.2.1/pkg/server/authpolicy/validate.go 17:56:37 spire-1.2.1/pkg/server/bundle/ 17:56:37 spire-1.2.1/pkg/server/bundle/client/ 17:56:37 spire-1.2.1/pkg/server/bundle/client/client.go 17:56:37 spire-1.2.1/pkg/server/bundle/client/client_test.go 17:56:37 spire-1.2.1/pkg/server/bundle/client/manager.go 17:56:37 spire-1.2.1/pkg/server/bundle/client/manager_test.go 17:56:37 spire-1.2.1/pkg/server/bundle/client/sources.go 17:56:37 spire-1.2.1/pkg/server/bundle/client/sources_test.go 17:56:37 spire-1.2.1/pkg/server/bundle/client/updater.go 17:56:37 spire-1.2.1/pkg/server/bundle/client/updater_test.go 17:56:37 spire-1.2.1/pkg/server/ca/ 17:56:37 spire-1.2.1/pkg/server/ca/ca.go 17:56:37 spire-1.2.1/pkg/server/ca/ca_health.go 17:56:37 spire-1.2.1/pkg/server/ca/ca_test.go 17:56:37 spire-1.2.1/pkg/server/ca/journal.go 17:56:37 spire-1.2.1/pkg/server/ca/journal_test.go 17:56:37 spire-1.2.1/pkg/server/ca/manager.go 17:56:37 spire-1.2.1/pkg/server/ca/manager_health.go 17:56:37 spire-1.2.1/pkg/server/ca/manager_test.go 17:56:37 spire-1.2.1/pkg/server/ca/templates.go 17:56:37 spire-1.2.1/pkg/server/ca/upstream_client.go 17:56:37 spire-1.2.1/pkg/server/ca/upstream_client_test.go 17:56:37 spire-1.2.1/pkg/server/ca/validation.go 17:56:37 spire-1.2.1/pkg/server/cache/ 17:56:37 spire-1.2.1/pkg/server/cache/dscache/ 17:56:37 spire-1.2.1/pkg/server/cache/dscache/cache.go 17:56:37 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 17:56:37 spire-1.2.1/pkg/server/cache/entrycache/ 17:56:37 spire-1.2.1/pkg/server/cache/entrycache/cache.go 17:56:37 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 17:56:37 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 17:56:37 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 17:56:37 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 17:56:37 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 17:56:37 spire-1.2.1/pkg/server/catalog/ 17:56:37 spire-1.2.1/pkg/server/catalog/catalog.go 17:56:37 spire-1.2.1/pkg/server/catalog/keymanager.go 17:56:37 spire-1.2.1/pkg/server/catalog/nodeattestor.go 17:56:37 spire-1.2.1/pkg/server/catalog/noderesolver.go 17:56:37 spire-1.2.1/pkg/server/catalog/notifier.go 17:56:37 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 17:56:37 spire-1.2.1/pkg/server/config.go 17:56:37 spire-1.2.1/pkg/server/datastore/ 17:56:37 spire-1.2.1/pkg/server/datastore/datastore.go 17:56:37 spire-1.2.1/pkg/server/datastore/datastore_health.go 17:56:37 spire-1.2.1/pkg/server/datastore/repository.go 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/ 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 17:56:37 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 17:56:37 spire-1.2.1/pkg/server/endpoints/ 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/ 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/config.go 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/server.go 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 17:56:37 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 17:56:37 spire-1.2.1/pkg/server/endpoints/config.go 17:56:37 spire-1.2.1/pkg/server/endpoints/endpoints.go 17:56:37 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 17:56:37 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 17:56:37 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 17:56:37 spire-1.2.1/pkg/server/endpoints/middleware.go 17:56:37 spire-1.2.1/pkg/server/endpoints/middleware_test.go 17:56:37 spire-1.2.1/pkg/server/hostservice/ 17:56:37 spire-1.2.1/pkg/server/hostservice/agentstore/ 17:56:37 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 17:56:37 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 17:56:37 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 17:56:37 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 17:56:37 spire-1.2.1/pkg/server/hostservice/identityprovider/ 17:56:37 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 17:56:37 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 17:56:37 spire-1.2.1/pkg/server/plugin/ 17:56:37 spire-1.2.1/pkg/server/plugin/keymanager/ 17:56:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 17:56:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 17:56:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 17:56:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 17:56:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 17:56:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 17:56:37 spire-1.2.1/pkg/server/plugin/keymanager/base/ 17:56:37 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 17:56:37 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 17:56:37 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 17:56:37 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 17:56:37 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 17:56:37 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 17:56:38 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 17:56:38 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 17:56:38 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 17:56:38 spire-1.2.1/pkg/server/plugin/keymanager/test/ 17:56:38 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 17:56:38 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 17:56:38 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/ 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 17:56:38 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/noderesolver/ 17:56:38 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 17:56:38 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 17:56:38 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 17:56:38 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 17:56:38 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 17:56:38 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 17:56:38 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/notifier/ 17:56:38 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 17:56:38 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 17:56:38 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 17:56:38 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 17:56:38 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 17:56:38 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 17:56:38 spire-1.2.1/pkg/server/plugin/notifier/repository.go 17:56:38 spire-1.2.1/pkg/server/plugin/notifier/v1.go 17:56:38 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 17:56:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 17:56:38 spire-1.2.1/pkg/server/registration/ 17:56:38 spire-1.2.1/pkg/server/registration/manager.go 17:56:38 spire-1.2.1/pkg/server/registration/manager_test.go 17:56:38 spire-1.2.1/pkg/server/scanentries.go 17:56:38 spire-1.2.1/pkg/server/scanentries_test.go 17:56:38 spire-1.2.1/pkg/server/server.go 17:56:38 spire-1.2.1/pkg/server/server_test.go 17:56:38 spire-1.2.1/pkg/server/svid/ 17:56:38 spire-1.2.1/pkg/server/svid/observer.go 17:56:38 spire-1.2.1/pkg/server/svid/observer_test.go 17:56:38 spire-1.2.1/pkg/server/svid/rotator.go 17:56:38 spire-1.2.1/pkg/server/svid/rotator_config.go 17:56:38 spire-1.2.1/pkg/server/svid/rotator_config_test.go 17:56:38 spire-1.2.1/pkg/server/svid/rotator_test.go 17:56:38 spire-1.2.1/proto/ 17:56:38 spire-1.2.1/proto/private/ 17:56:38 spire-1.2.1/proto/private/server/ 17:56:38 spire-1.2.1/proto/private/server/journal/ 17:56:38 spire-1.2.1/proto/private/server/journal/journal.pb.go 17:56:38 spire-1.2.1/proto/private/server/journal/journal.proto 17:56:38 spire-1.2.1/proto/spire/ 17:56:38 spire-1.2.1/proto/spire/common/ 17:56:38 spire-1.2.1/proto/spire/common/common.pb.go 17:56:38 spire-1.2.1/proto/spire/common/common.proto 17:56:38 spire-1.2.1/proto/spire/common/plugin/ 17:56:38 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 17:56:38 spire-1.2.1/proto/spire/common/plugin/plugin.proto 17:56:38 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 17:56:38 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 17:56:38 spire-1.2.1/proto/spire/plugin/ 17:56:38 spire-1.2.1/proto/spire/plugin/agent/ 17:56:38 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 17:56:38 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 17:56:38 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 17:56:38 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 17:56:38 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 17:56:38 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 17:56:38 spire-1.2.1/release/ 17:56:38 spire-1.2.1/release/spire-extras/ 17:56:38 spire-1.2.1/release/spire-extras/README.md 17:56:38 spire-1.2.1/release/spire-extras/conf/ 17:56:38 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 17:56:38 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 17:56:38 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 17:56:38 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 17:56:38 spire-1.2.1/release/spire/ 17:56:38 spire-1.2.1/release/spire/README.md 17:56:38 spire-1.2.1/release/spire/conf/ 17:56:38 spire-1.2.1/release/spire/conf/agent/ 17:56:38 spire-1.2.1/release/spire/conf/agent/agent.conf 17:56:38 spire-1.2.1/release/spire/conf/server/ 17:56:38 spire-1.2.1/release/spire/conf/server/server.conf 17:56:38 spire-1.2.1/script/ 17:56:38 spire-1.2.1/script/build-artifact.sh 17:56:38 spire-1.2.1/script/generate_dummy_ca.sh 17:56:38 spire-1.2.1/support/ 17:56:38 spire-1.2.1/support/k8s/ 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/ 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 17:56:38 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 17:56:38 spire-1.2.1/support/oidc-discovery-provider/ 17:56:38 spire-1.2.1/support/oidc-discovery-provider/README.md 17:56:38 spire-1.2.1/support/oidc-discovery-provider/common_test.go 17:56:38 spire-1.2.1/support/oidc-discovery-provider/config.go 17:56:38 spire-1.2.1/support/oidc-discovery-provider/config_test.go 17:56:38 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 17:56:38 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 17:56:38 spire-1.2.1/support/oidc-discovery-provider/handler.go 17:56:38 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 17:56:38 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 17:56:38 spire-1.2.1/support/oidc-discovery-provider/main.go 17:56:38 spire-1.2.1/support/oidc-discovery-provider/server_api.go 17:56:38 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 17:56:38 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 17:56:38 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 17:56:38 spire-1.2.1/test/ 17:56:38 spire-1.2.1/test/clock/ 17:56:38 spire-1.2.1/test/clock/clock.go 17:56:38 spire-1.2.1/test/fakes/ 17:56:38 spire-1.2.1/test/fakes/fakeagentcatalog/ 17:56:38 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 17:56:38 spire-1.2.1/test/fakes/fakeagentkeymanager/ 17:56:38 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 17:56:38 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 17:56:38 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 17:56:38 spire-1.2.1/test/fakes/fakeagentstore/ 17:56:38 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 17:56:38 spire-1.2.1/test/fakes/fakedatastore/ 17:56:38 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 17:56:38 spire-1.2.1/test/fakes/fakeentryclient/ 17:56:38 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 17:56:38 spire-1.2.1/test/fakes/fakehealthchecker/ 17:56:38 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 17:56:38 spire-1.2.1/test/fakes/fakeidentityprovider/ 17:56:38 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 17:56:38 spire-1.2.1/test/fakes/fakemetrics/ 17:56:38 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 17:56:38 spire-1.2.1/test/fakes/fakenoderesolver/ 17:56:38 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 17:56:38 spire-1.2.1/test/fakes/fakenotifier/ 17:56:38 spire-1.2.1/test/fakes/fakenotifier/notifier.go 17:56:38 spire-1.2.1/test/fakes/fakepluginmetrics/ 17:56:38 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 17:56:38 spire-1.2.1/test/fakes/fakeserverca/ 17:56:38 spire-1.2.1/test/fakes/fakeserverca/serverca.go 17:56:38 spire-1.2.1/test/fakes/fakeservercatalog/ 17:56:38 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 17:56:38 spire-1.2.1/test/fakes/fakeserverkeymanager/ 17:56:38 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 17:56:38 spire-1.2.1/test/fakes/fakeservernodeattestor/ 17:56:38 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 17:56:38 spire-1.2.1/test/fakes/fakeupstreamauthority/ 17:56:38 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 17:56:38 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 17:56:38 spire-1.2.1/test/fakes/fakeworkloadapi/ 17:56:38 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 17:56:38 spire-1.2.1/test/fakes/fakeworkloadattestor/ 17:56:38 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 17:56:38 spire-1.2.1/test/fixture/ 17:56:38 spire-1.2.1/test/fixture/certs/ 17:56:38 spire-1.2.1/test/fixture/certs/agent_svid.der 17:56:38 spire-1.2.1/test/fixture/certs/base_cert.pem 17:56:38 spire-1.2.1/test/fixture/certs/base_csr.pem 17:56:38 spire-1.2.1/test/fixture/certs/base_key.pem 17:56:38 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 17:56:38 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 17:56:38 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 17:56:38 spire-1.2.1/test/fixture/certs/blog_cert.pem 17:56:38 spire-1.2.1/test/fixture/certs/blog_csr.pem 17:56:38 spire-1.2.1/test/fixture/certs/blog_key.pem 17:56:38 spire-1.2.1/test/fixture/certs/bundle.der 17:56:38 spire-1.2.1/test/fixture/certs/ca.pem 17:56:38 spire-1.2.1/test/fixture/certs/ca_key.pem 17:56:38 spire-1.2.1/test/fixture/certs/database_cert.pem 17:56:38 spire-1.2.1/test/fixture/certs/database_csr.pem 17:56:38 spire-1.2.1/test/fixture/certs/database_key.pem 17:56:38 spire-1.2.1/test/fixture/certs/node_cert.pem 17:56:38 spire-1.2.1/test/fixture/certs/node_csr.pem 17:56:38 spire-1.2.1/test/fixture/certs/node_key.pem 17:56:38 spire-1.2.1/test/fixture/certs/svid.pem 17:56:38 spire-1.2.1/test/fixture/certs/svid_key.pem 17:56:38 spire-1.2.1/test/fixture/config/ 17:56:38 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 17:56:38 spire-1.2.1/test/fixture/config/agent_good.conf 17:56:38 spire-1.2.1/test/fixture/config/agent_good_templated.conf 17:56:38 spire-1.2.1/test/fixture/config/plugin_good.conf 17:56:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 17:56:38 spire-1.2.1/test/fixture/config/server_good.conf 17:56:38 spire-1.2.1/test/fixture/config/server_good_templated.conf 17:56:38 spire-1.2.1/test/fixture/fixture.go 17:56:38 spire-1.2.1/test/fixture/nodeattestor/ 17:56:38 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 17:56:38 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 17:56:38 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 17:56:38 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 17:56:38 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 17:56:38 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 17:56:38 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 17:56:38 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 17:56:38 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 17:56:38 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 17:56:38 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 17:56:38 spire-1.2.1/test/fixture/registration/ 17:56:38 spire-1.2.1/test/fixture/registration/entries.json 17:56:38 spire-1.2.1/test/fixture/registration/good-for-update.json 17:56:38 spire-1.2.1/test/fixture/registration/good.json 17:56:38 spire-1.2.1/test/fixture/registration/invalid.json 17:56:38 spire-1.2.1/test/fixture/registration/invalid_json.json 17:56:38 spire-1.2.1/test/fixture/registration/manager_test_entries.json 17:56:38 spire-1.2.1/test/integration/ 17:56:38 spire-1.2.1/test/integration/README.md 17:56:38 spire-1.2.1/test/integration/common 17:56:38 spire-1.2.1/test/integration/setup/ 17:56:38 spire-1.2.1/test/integration/setup/adminclient/ 17:56:38 spire-1.2.1/test/integration/setup/adminclient/build.sh 17:56:38 spire-1.2.1/test/integration/setup/adminclient/client.go 17:56:38 spire-1.2.1/test/integration/setup/debugagent/ 17:56:38 spire-1.2.1/test/integration/setup/debugagent/build.sh 17:56:38 spire-1.2.1/test/integration/setup/debugagent/main.go 17:56:38 spire-1.2.1/test/integration/setup/debugserver/ 17:56:38 spire-1.2.1/test/integration/setup/debugserver/build.sh 17:56:38 spire-1.2.1/test/integration/setup/debugserver/main.go 17:56:38 spire-1.2.1/test/integration/setup/downstreamclient/ 17:56:38 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 17:56:38 spire-1.2.1/test/integration/setup/downstreamclient/client.go 17:56:38 spire-1.2.1/test/integration/setup/itclient/ 17:56:38 spire-1.2.1/test/integration/setup/itclient/client.go 17:56:38 spire-1.2.1/test/integration/setup/node-attestation/ 17:56:38 spire-1.2.1/test/integration/setup/node-attestation/build.sh 17:56:38 spire-1.2.1/test/integration/setup/node-attestation/client.go 17:56:38 spire-1.2.1/test/integration/setup/x509pop/ 17:56:38 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 17:56:38 spire-1.2.1/test/integration/setup/x509pop/setup.sh 17:56:38 spire-1.2.1/test/integration/suites/ 17:56:38 spire-1.2.1/test/integration/suites/admin-endpoints/ 17:56:38 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 17:56:38 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 17:56:38 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 17:56:38 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 17:56:38 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 17:56:38 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 17:56:38 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 17:56:38 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 17:56:38 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 17:56:38 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 17:56:38 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 17:56:38 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 17:56:38 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 17:56:38 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 17:56:38 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 17:56:38 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 17:56:38 spire-1.2.1/test/integration/suites/datastore-mysql/ 17:56:38 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 17:56:38 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 17:56:38 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 17:56:38 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres/ 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 17:56:38 spire-1.2.1/test/integration/suites/debug-endpoints/ 17:56:38 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 17:56:38 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 17:56:38 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 17:56:38 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 17:56:38 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 17:56:38 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 17:56:38 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 17:56:38 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 17:56:38 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 17:56:38 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 17:56:38 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 17:56:38 spire-1.2.1/test/integration/suites/downstream-endpoints/ 17:56:38 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 17:56:38 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 17:56:38 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 17:56:38 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 17:56:38 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 17:56:38 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 17:56:38 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 17:56:38 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 17:56:38 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 17:56:38 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 17:56:38 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 17:56:38 spire-1.2.1/test/integration/suites/join-token/ 17:56:38 spire-1.2.1/test/integration/suites/join-token/01-start-server 17:56:38 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 17:56:38 spire-1.2.1/test/integration/suites/join-token/03-start-agent 17:56:38 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 17:56:38 spire-1.2.1/test/integration/suites/join-token/05-check-svid 17:56:38 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 17:56:38 spire-1.2.1/test/integration/suites/join-token/README.md 17:56:38 spire-1.2.1/test/integration/suites/join-token/conf/ 17:56:38 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 17:56:38 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/join-token/conf/server/ 17:56:38 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/join-token/teardown 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/ 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 17:56:38 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/ 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 17:56:38 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 17:56:38 spire-1.2.1/test/integration/suites/k8s/ 17:56:38 spire-1.2.1/test/integration/suites/k8s/00-setup 17:56:38 spire-1.2.1/test/integration/suites/k8s/01-apply-config 17:56:38 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 17:56:38 spire-1.2.1/test/integration/suites/k8s/README.md 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/ 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/server/ 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 17:56:38 spire-1.2.1/test/integration/suites/k8s/init-kubectl 17:56:38 spire-1.2.1/test/integration/suites/k8s/teardown 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/README.md 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/root/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/nested-rotation/teardown 17:56:38 spire-1.2.1/test/integration/suites/node-attestation/ 17:56:38 spire-1.2.1/test/integration/suites/node-attestation/00-setup 17:56:38 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 17:56:38 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 17:56:38 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 17:56:38 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 17:56:38 spire-1.2.1/test/integration/suites/node-attestation/README.md 17:56:38 spire-1.2.1/test/integration/suites/node-attestation/conf/ 17:56:38 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 17:56:38 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 17:56:38 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/node-attestation/teardown 17:56:38 spire-1.2.1/test/integration/suites/rotation/ 17:56:38 spire-1.2.1/test/integration/suites/rotation/00-setup 17:56:38 spire-1.2.1/test/integration/suites/rotation/01-start-server 17:56:38 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 17:56:38 spire-1.2.1/test/integration/suites/rotation/03-start-agent 17:56:38 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 17:56:38 spire-1.2.1/test/integration/suites/rotation/05-check-svids 17:56:38 spire-1.2.1/test/integration/suites/rotation/README.md 17:56:38 spire-1.2.1/test/integration/suites/rotation/conf/ 17:56:38 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 17:56:38 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/rotation/conf/server/ 17:56:38 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/rotation/teardown 17:56:38 spire-1.2.1/test/integration/suites/self-test/ 17:56:38 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 17:56:38 spire-1.2.1/test/integration/suites/self-test/README.md 17:56:38 spire-1.2.1/test/integration/suites/self-test/teardown 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/ 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 17:56:38 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 17:56:38 spire-1.2.1/test/integration/suites/upgrade/ 17:56:38 spire-1.2.1/test/integration/suites/upgrade/00-setup 17:56:38 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 17:56:38 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 17:56:38 spire-1.2.1/test/integration/suites/upgrade/README.md 17:56:38 spire-1.2.1/test/integration/suites/upgrade/conf/ 17:56:38 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 17:56:38 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 17:56:38 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 17:56:38 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 17:56:38 spire-1.2.1/test/integration/suites/upgrade/teardown 17:56:38 spire-1.2.1/test/integration/suites/upgrade/versions.txt 17:56:38 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 17:56:38 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 17:56:38 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 17:56:38 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 17:56:38 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 17:56:38 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 17:56:38 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 17:56:38 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 17:56:38 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 17:56:38 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 17:56:38 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 17:56:38 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 17:56:38 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 17:56:38 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 17:56:38 spire-1.2.1/test/integration/test-one.sh 17:56:38 spire-1.2.1/test/integration/test.sh 17:56:38 spire-1.2.1/test/plugintest/ 17:56:38 spire-1.2.1/test/plugintest/config.go 17:56:38 spire-1.2.1/test/plugintest/load.go 17:56:38 spire-1.2.1/test/plugintest/option.go 17:56:38 spire-1.2.1/test/spiretest/ 17:56:38 spire-1.2.1/test/spiretest/apiserver.go 17:56:38 spire-1.2.1/test/spiretest/assertions.go 17:56:38 spire-1.2.1/test/spiretest/dir.go 17:56:38 spire-1.2.1/test/spiretest/errors_posix.go 17:56:38 spire-1.2.1/test/spiretest/errors_windows.go 17:56:38 spire-1.2.1/test/spiretest/logs.go 17:56:38 spire-1.2.1/test/spiretest/socketapi.go 17:56:38 spire-1.2.1/test/spiretest/suite.go 17:56:38 spire-1.2.1/test/spiretest/x509.go 17:56:38 spire-1.2.1/test/testca/ 17:56:38 spire-1.2.1/test/testca/ca.go 17:56:38 spire-1.2.1/test/testkey/ 17:56:38 spire-1.2.1/test/testkey/generate.sh 17:56:38 spire-1.2.1/test/testkey/genkeys.go 17:56:38 spire-1.2.1/test/testkey/keys.go 17:56:38 spire-1.2.1/test/testkey/new.go 17:56:38 spire-1.2.1/test/tpmsimulator/ 17:56:38 spire-1.2.1/test/tpmsimulator/simulator.go 17:56:38 spire-1.2.1/test/util/ 17:56:38 spire-1.2.1/test/util/cert_fixtures.go 17:56:38 spire-1.2.1/test/util/cert_generation.go 17:56:38 spire-1.2.1/test/util/io_redirection.go 17:56:38 spire-1.2.1/test/util/race.go 17:56:38 spire-1.2.1/test/util/util.go 17:56:38 building spire from source... 17:56:39 Installing go1.17.7... 17:57:06 Building bin/spire-server... 17:57:06 Building bin/spire-server... 17:57:06 go: downloading github.com/mitchellh/cli v1.1.2 17:57:06 go: downloading github.com/mitchellh/cli v1.1.2 17:57:06 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 17:57:06 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 17:57:06 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 17:57:06 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 17:57:06 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 17:57:06 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 17:57:06 go: downloading google.golang.org/grpc v1.44.0 17:57:06 go: downloading google.golang.org/grpc v1.44.0 17:57:06 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 17:57:06 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 17:57:06 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 17:57:07 go: downloading github.com/imdario/mergo v0.3.12 17:57:07 go: downloading github.com/sirupsen/logrus v1.8.1 17:57:08 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 17:57:09 go: downloading github.com/hashicorp/go-hclog v1.1.0 17:57:09 go: downloading github.com/imdario/mergo v0.3.12 17:57:09 go: downloading github.com/sirupsen/logrus v1.8.1 17:57:09 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 17:57:10 go: downloading github.com/hashicorp/go-hclog v1.1.0 17:57:10 go: downloading github.com/fatih/color v1.13.0 17:57:10 go: downloading github.com/mattn/go-isatty v0.0.14 17:57:10 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 17:57:10 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 17:57:10 go: downloading github.com/fatih/color v1.13.0 17:57:10 go: downloading github.com/mattn/go-isatty v0.0.14 17:57:10 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 17:57:10 go: downloading github.com/hashicorp/go-plugin v1.4.3 17:57:10 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 17:57:10 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 17:57:10 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 17:57:10 go: downloading github.com/hashicorp/go-plugin v1.4.3 17:57:10 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 17:57:11 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 17:57:11 go: downloading github.com/InVisionApp/go-logger v1.0.1 17:57:11 go: downloading github.com/armon/go-metrics v0.3.10 17:57:11 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 17:57:11 go: downloading github.com/InVisionApp/go-logger v1.0.1 17:57:11 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 17:57:11 go: downloading github.com/prometheus/client_golang v1.12.1 17:57:12 go: downloading github.com/uber-go/tally/v4 v4.1.1 17:57:12 go: downloading github.com/open-policy-agent/opa v0.38.0 17:57:13 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 17:57:13 go: downloading github.com/open-policy-agent/opa v0.38.0 17:57:28 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 17:57:28 go: downloading github.com/mattn/go-colorable v0.1.12 17:57:29 go: downloading github.com/Masterminds/goutils v1.1.0 17:57:29 go: downloading github.com/Masterminds/semver v1.5.0 17:57:29 go: downloading github.com/google/uuid v1.1.2 17:57:29 go: downloading github.com/huandu/xstrings v1.3.2 17:57:29 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 17:57:29 go: downloading github.com/oklog/run v1.0.0 17:57:29 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 17:57:29 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 17:57:30 go: downloading github.com/prometheus/client_model v0.2.0 17:57:30 go: downloading github.com/prometheus/common v0.32.1 17:57:30 go: downloading github.com/beorn7/perks v1.0.1 17:57:30 go: downloading github.com/cespare/xxhash/v2 v2.1.2 17:57:30 go: downloading github.com/prometheus/procfs v0.7.3 17:57:31 go: downloading go.uber.org/atomic v1.9.0 17:57:32 go: downloading github.com/imkira/go-observer v1.0.3 17:57:33 go: downloading github.com/hashicorp/errwrap v1.1.0 17:57:33 go: downloading github.com/mitchellh/reflectwalk v1.0.1 17:57:33 go: downloading github.com/hashicorp/golang-lru v0.5.4 17:57:33 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 17:57:33 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 17:57:33 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 17:57:33 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 17:57:38 go: downloading github.com/armon/go-metrics v0.3.10 17:57:38 go: downloading github.com/prometheus/client_golang v1.12.1 17:57:38 go: downloading github.com/uber-go/tally/v4 v4.1.1 17:57:38 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 17:57:38 go: downloading github.com/mattn/go-colorable v0.1.12 17:57:39 go: downloading github.com/Masterminds/goutils v1.1.0 17:57:39 go: downloading github.com/Masterminds/semver v1.5.0 17:57:39 go: downloading github.com/google/uuid v1.1.2 17:57:39 go: downloading github.com/huandu/xstrings v1.3.2 17:57:40 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 17:57:40 go: downloading github.com/oklog/run v1.0.0 17:57:40 go: downloading github.com/imkira/go-observer v1.0.3 17:57:40 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 17:57:40 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 17:57:40 go: downloading github.com/prometheus/client_model v0.2.0 17:57:40 go: downloading github.com/prometheus/common v0.32.1 17:57:41 go: downloading github.com/beorn7/perks v1.0.1 17:57:41 go: downloading github.com/cespare/xxhash/v2 v2.1.2 17:57:41 go: downloading github.com/prometheus/procfs v0.7.3 17:57:42 go: downloading go.uber.org/atomic v1.9.0 17:57:42 go: downloading github.com/hashicorp/errwrap v1.1.0 17:57:42 go: downloading github.com/mitchellh/reflectwalk v1.0.1 17:57:42 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 17:57:42 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 17:57:42 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 17:57:44 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 17:57:47 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 17:57:47 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 17:57:47 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 17:57:47 go: downloading github.com/stretchr/testify v1.7.0 17:57:47 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 17:57:47 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 17:57:47 go: downloading github.com/blang/semver/v4 v4.0.0 17:57:48 go: downloading github.com/go-sql-driver/mysql v1.6.0 17:57:48 go: downloading github.com/jinzhu/gorm v1.9.16 17:57:49 go: downloading github.com/lib/pq v1.10.4 17:57:49 go: downloading github.com/mattn/go-sqlite3 v1.14.12 17:57:49 go: downloading github.com/aws/aws-sdk-go v1.43.0 17:57:51 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 17:57:51 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 17:57:51 go: downloading github.com/stretchr/testify v1.7.0 17:57:51 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 17:57:51 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 17:57:51 go: downloading github.com/blang/semver/v4 v4.0.0 17:57:52 go: downloading github.com/go-sql-driver/mysql v1.6.0 17:57:52 go: downloading github.com/jinzhu/gorm v1.9.16 17:57:52 go: downloading github.com/lib/pq v1.10.4 17:57:52 go: downloading github.com/mattn/go-sqlite3 v1.14.12 17:57:53 go: downloading github.com/aws/aws-sdk-go v1.43.0 17:58:15 go: downloading k8s.io/client-go v0.23.4 17:58:15 go: downloading google.golang.org/api v0.70.0 17:58:15 go: downloading k8s.io/api v0.23.4 17:58:16 go: downloading google.golang.org/api v0.70.0 17:58:16 go: downloading k8s.io/api v0.23.4 17:58:16 go: downloading k8s.io/client-go v0.23.4 17:58:26 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 17:58:28 go: downloading github.com/google/go-tpm v0.3.3 17:58:29 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 17:59:02 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 17:59:02 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 17:59:02 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 17:59:02 go: downloading cloud.google.com/go/storage v1.21.0 17:59:02 go: downloading cloud.google.com/go v0.100.2 17:59:02 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 17:59:02 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 17:59:02 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 17:59:02 go: downloading cloud.google.com/go/storage v1.21.0 17:59:02 go: downloading k8s.io/apimachinery v0.23.4 17:59:02 go: downloading cloud.google.com/go v0.100.2 17:59:02 go: downloading k8s.io/apimachinery v0.23.4 17:59:02 go: downloading k8s.io/kube-aggregator v0.23.3 17:59:02 go: downloading cloud.google.com/go/security v1.3.0 17:59:02 go: downloading github.com/google/go-tpm v0.3.3 17:59:02 go: downloading sigs.k8s.io/controller-runtime v0.11.1 17:59:03 go: downloading k8s.io/kube-aggregator v0.23.3 17:59:04 go: downloading sigs.k8s.io/controller-runtime v0.11.1 17:59:04 go: downloading github.com/hashicorp/vault/api v1.4.1 17:59:04 go: downloading github.com/hashicorp/golang-lru v0.5.4 17:59:05 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 17:59:05 go: downloading cloud.google.com/go/security v1.3.0 17:59:05 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:59:05 go: downloading github.com/hashicorp/vault/api v1.4.1 17:59:05 go: downloading gopkg.in/yaml.v2 v2.4.0 17:59:06 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 17:59:06 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 17:59:06 go: downloading github.com/gobwas/glob v0.2.3 17:59:07 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 17:59:07 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 17:59:07 go: downloading github.com/twmb/murmur3 v1.1.6 17:59:07 go: downloading gopkg.in/yaml.v2 v2.4.0 17:59:07 go: downloading github.com/twmb/murmur3 v1.1.6 17:59:07 go: downloading github.com/aws/smithy-go v1.11.0 17:59:07 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:59:07 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 17:59:07 go: downloading github.com/gobwas/glob v0.2.3 17:59:08 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 17:59:08 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 17:59:08 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 17:59:08 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 17:59:08 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 17:59:08 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 17:59:09 go: downloading github.com/aws/smithy-go v1.11.0 17:59:09 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 17:59:09 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 17:59:09 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 17:59:09 go: downloading github.com/jinzhu/inflection v1.0.0 17:59:10 go: downloading github.com/gogo/protobuf v1.3.2 17:59:10 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 17:59:10 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 17:59:10 go: downloading github.com/jinzhu/inflection v1.0.0 17:59:10 go: downloading github.com/gogo/protobuf v1.3.2 17:59:16 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 17:59:16 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 17:59:16 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 17:59:16 go: downloading github.com/Azure/go-autorest/logger v0.2.1 17:59:16 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 17:59:16 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 17:59:16 go: downloading github.com/dimchansky/utfbom v1.1.1 17:59:16 go: downloading cloud.google.com/go/compute v1.3.0 17:59:16 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 17:59:16 go: downloading github.com/Azure/go-autorest/logger v0.2.1 17:59:16 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 17:59:16 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 17:59:16 go: downloading github.com/dimchansky/utfbom v1.1.1 17:59:16 go: downloading cloud.google.com/go/compute v1.3.0 17:59:17 go: downloading cloud.google.com/go/iam v0.1.1 17:59:17 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 17:59:17 go: downloading cloud.google.com/go/iam v0.1.1 17:59:17 go: downloading k8s.io/klog/v2 v2.30.0 17:59:17 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 17:59:17 go: downloading github.com/google/gofuzz v1.1.0 17:59:17 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 17:59:18 go: downloading k8s.io/klog/v2 v2.30.0 17:59:18 go: downloading github.com/google/gofuzz v1.1.0 17:59:18 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 17:59:19 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 17:59:19 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 17:59:19 go: downloading github.com/spf13/pflag v1.0.5 17:59:19 go: downloading github.com/spf13/pflag v1.0.5 17:59:20 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 17:59:20 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 17:59:20 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 17:59:20 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 17:59:20 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 17:59:20 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 17:59:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 17:59:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 17:59:20 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 17:59:20 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 17:59:20 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 17:59:20 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 17:59:20 go: downloading github.com/hashicorp/vault/sdk v0.4.1 17:59:20 go: downloading github.com/hashicorp/vault/sdk v0.4.1 17:59:21 go: downloading github.com/mitchellh/mapstructure v1.4.3 17:59:21 go: downloading github.com/mitchellh/mapstructure v1.4.3 17:59:22 go: downloading github.com/tklauser/go-sysconf v0.3.9 17:59:22 go: downloading github.com/tklauser/go-sysconf v0.3.9 17:59:22 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 17:59:22 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 17:59:22 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 17:59:22 go: downloading github.com/jmespath/go-jmespath v0.4.0 17:59:22 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 17:59:22 go: downloading github.com/jmespath/go-jmespath v0.4.0 17:59:24 go: downloading go.opencensus.io v0.23.0 17:59:24 go: downloading go.opencensus.io v0.23.0 17:59:25 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 17:59:25 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 17:59:25 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 17:59:26 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 17:59:26 go: downloading gopkg.in/inf.v0 v0.9.1 17:59:26 go: downloading github.com/go-logr/logr v1.2.2 17:59:26 go: downloading github.com/google/go-cmp v0.5.7 17:59:26 go: downloading gopkg.in/inf.v0 v0.9.1 17:59:26 go: downloading github.com/go-logr/logr v1.2.2 17:59:26 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 17:59:26 go: downloading github.com/json-iterator/go v1.1.12 17:59:26 go: downloading github.com/google/go-cmp v0.5.7 17:59:26 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 17:59:27 go: downloading github.com/googleapis/gnostic v0.5.5 17:59:27 go: downloading github.com/json-iterator/go v1.1.12 17:59:27 go: downloading github.com/googleapis/gnostic v0.5.5 17:59:29 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 17:59:30 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 17:59:32 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 17:59:32 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 17:59:32 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 17:59:32 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 17:59:32 go: downloading github.com/tklauser/numcpus v0.3.0 17:59:32 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 17:59:32 go: downloading go.uber.org/zap v1.21.0 17:59:33 go: downloading github.com/tklauser/numcpus v0.3.0 17:59:33 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 17:59:33 go: downloading sigs.k8s.io/yaml v1.3.0 17:59:33 go: downloading go.uber.org/zap v1.21.0 17:59:33 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 17:59:33 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 17:59:33 go: downloading github.com/modern-go/reflect2 v1.0.2 17:59:34 go: downloading github.com/ryanuber/go-glob v1.0.0 17:59:34 go: downloading github.com/golang/snappy v0.0.4 17:59:34 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 17:59:34 go: downloading sigs.k8s.io/yaml v1.3.0 17:59:34 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 17:59:34 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 17:59:34 go: downloading github.com/modern-go/reflect2 v1.0.2 17:59:34 go: downloading github.com/ryanuber/go-glob v1.0.0 17:59:34 go: downloading github.com/golang/snappy v0.0.4 17:59:35 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 17:59:43 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 17:59:43 go: downloading github.com/hashicorp/go-uuid v1.0.2 17:59:43 go: downloading github.com/hashicorp/go-version v1.2.0 17:59:43 go: downloading go.uber.org/multierr v1.6.0 17:59:43 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 17:59:43 go: downloading github.com/hashicorp/go-uuid v1.0.2 17:59:43 go: downloading github.com/hashicorp/go-version v1.2.0 17:59:44 go: downloading go.uber.org/multierr v1.6.0 18:00:10 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 18:00:10 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 18:00:10 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 18:00:10 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 18:04:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:04:25 Removing intermediate container 5837c2fed117 18:04:25 ---> cc842a4c62bc 18:04:25 18:04:25 Step 10/25 : FROM alpine:3.14 18:04:25 Removing intermediate container 37fbd813b95a 18:04:25 ---> 7f87466bcfca 18:04:25 18:04:25 Step 10/31 : FROM alpine:3.14 18:04:25 3.14: Pulling from library/alpine 18:04:25 3.14: Pulling from library/alpine 18:04:25 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 18:04:25 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 18:04:25 Status: Downloaded newer image for alpine:3.14 18:04:25 Status: Downloaded newer image for alpine:3.14 18:04:25 ---> ac73e934f311 18:04:25 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:04:25 ---> ac73e934f311 18:04:25 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:04:26 ---> Running in 059f41890847 18:04:26 ---> Running in 0a09743e64ea 18:04:27 Removing intermediate container 059f41890847 18:04:27 ---> 71878d7243c4 18:04:27 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:04:28 ---> Running in 9e88e8a6d071 18:04:29 Removing intermediate container 429f6a40c268 18:04:29 ---> db7bfa42d987 18:04:29 18:04:29 Step 10/23 : FROM alpine:3.14 18:04:29 ---> ac73e934f311 18:04:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:04:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 18:04:29 ---> Running in 8f0c86af8a0a 18:04:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 18:04:30 Removing intermediate container 8f0c86af8a0a 18:04:30 ---> 3de4bc87cc48 18:04:30 Step 12/23 : ENV APP_PORT=59880 18:04:30 ---> Running in 3a9e5e5e8285 18:04:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 18:04:30 Removing intermediate container 3a9e5e5e8285 18:04:30 ---> 3b2c877298f0 18:04:30 Step 13/23 : EXPOSE $APP_PORT 18:04:31 (1/3) Installing ca-certificates (20211220-r0) 18:04:31 ---> Running in d4d53ae6e0a0 18:04:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 18:04:31 (2/3) Installing dumb-init (1.2.5-r1) 18:04:31 (3/3) Installing su-exec (0.2-r1) 18:04:31 Executing busybox-1.33.1-r7.trigger 18:04:31 Executing ca-certificates-20211220-r0.trigger 18:04:31 Removing intermediate container d4d53ae6e0a0 18:04:31 ---> e90dce238864 18:04:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:04:32 OK: 6 MiB in 17 packages 18:04:32 ---> Running in cc25e430300f 18:04:32 (1/2) Installing dumb-init (1.2.5-r1) 18:04:32 (2/2) Installing su-exec (0.2-r1) 18:04:32 Executing busybox-1.33.1-r7.trigger 18:04:32 OK: 6 MiB in 16 packages 18:04:35 Removing intermediate container 9e88e8a6d071 18:04:35 ---> 16ad38e27abb 18:04:35 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:04:35 ---> Running in 17a5ab428195 18:04:35 Removing intermediate container 0a09743e64ea 18:04:35 ---> cff90b9ab176 18:04:35 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:04:35 ---> Running in 237ca6cb5360 18:04:36 Removing intermediate container 17a5ab428195 18:04:36 ---> 4da80b08e06d 18:04:36 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:04:36 ---> Running in 9a2b6e04d463 18:04:36 Removing intermediate container 237ca6cb5360 18:04:36 ---> 39a771d03870 18:04:36 Step 13/25 : WORKDIR / 18:04:36 Removing intermediate container cc25e430300f 18:04:36 ---> edcfe779c83a 18:04:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:04:36 ---> Running in 43d670e75f1a 18:04:36 ---> Running in 5a86e3e3a984 18:04:37 Removing intermediate container 9a2b6e04d463 18:04:37 ---> 3e0d475b31b9 18:04:37 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:04:37 ---> Running in e3f655313305 18:04:38 Removing intermediate container 5a86e3e3a984 18:04:38 ---> 29586bc7e3a4 18:04:38 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:04:39 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 18:04:39 ---> 0c7d49bf0a2d 18:04:39 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:04:40 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 18:04:41 ---> b09a49bd3050 18:04:41 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:04:41 Removing intermediate container e3f655313305 18:04:41 ---> c65af989b62b 18:04:41 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:04:42 ---> Running in 546b0d04fe07 18:04:42 (1/6) Installing dumb-init (1.2.5-r1) 18:04:42 (2/6) Installing libgcc (10.3.1_git20210424-r2) 18:04:42 (3/6) Installing libsodium (1.0.18-r0) 18:04:42 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 18:04:42 ---> b54f025a385a 18:04:42 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 18:04:42 (5/6) Installing libzmq (4.3.4-r0) 18:04:42 (6/6) Installing zeromq (4.3.4-r0) 18:04:42 Executing busybox-1.33.1-r7.trigger 18:04:42 Removing intermediate container 546b0d04fe07 18:04:42 ---> c09f46cc4d7f 18:04:42 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:04:42 OK: 8 MiB in 20 packages 18:04:43 ---> 925a79453fd7 18:04:43 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:04:44 ---> 9b30164f1b8e 18:04:44 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:04:45 ---> Running in 3f91dc839c83 18:04:45 Removing intermediate container 43d670e75f1a 18:04:45 ---> 1b422edc3bb6 18:04:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:04:47 ---> 169c8ffa58c6 18:04:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:04:49 ---> bdff14cf8def 18:04:49 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:04:49 Removing intermediate container 3f91dc839c83 18:04:49 ---> 3ea13f7272cf 18:04:49 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:04:51 ---> bde44b697ffa 18:04:51 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:04:52 ---> aa72ce3c0caa 18:04:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:04:53 ---> 84e7a0de5e13 18:04:53 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:04:54 ---> ba9c15212962 18:04:54 Step 19/23 : ENTRYPOINT ["/core-data"] 18:04:54 ---> Running in ed0d9d64da37 18:04:55 Removing intermediate container ed0d9d64da37 18:04:55 ---> 7f3c9333150e 18:04:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:04:55 ---> Running in 51bb25db4d31 18:04:55 ---> 5df0f056a266 18:04:55 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/ 18:04:55 ---> b0259ff4aa43 18:04:55 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:04:55 ---> Running in 6dc5f0611270 18:04:56 Removing intermediate container 51bb25db4d31 18:04:56 ---> 259a3719fd67 18:04:56 Step 21/23 : LABEL arch=arm64 18:04:56 ---> Running in 6f49c816bd8f 18:04:57 ---> 78900715276a 18:04:57 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:04:57 Removing intermediate container 6f49c816bd8f 18:04:57 ---> ba1807fcb19d 18:04:57 Step 22/23 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 18:04:57 ---> Running in 3ec8ddafcbcf 18:04:58 Removing intermediate container 3ec8ddafcbcf 18:04:58 ---> c9522a15906b 18:04:58 Step 23/23 : LABEL version=0.0.0 18:04:59 ---> 9f49e2085f55 18:04:59 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:04:59 ---> Running in 505b4287743b 18:05:00 Removing intermediate container 6dc5f0611270 18:05:00 ---> 4c2632abf685 18:05:00 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 18:05:00 Removing intermediate container 505b4287743b 18:05:00 ---> b9faebdc7410 18:05:00 18:05:00 ---> Running in 5547e66b732f 18:05:00 ---> 6dea302c6202 18:05:00 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:05:01 Removing intermediate container 5547e66b732f 18:05:01 ---> 3df74c466c56 18:05:01 Step 23/25 : LABEL arch=arm64 18:05:01 ---> Running in 2c88eb974b55 18:05:01 ---> Running in 4f76370d6e30 18:05:02 Successfully built b9faebdc7410 18:05:02 Successfully tagged core-data-arm64:latest 18:05:02 Building core-command 18:05:02  Building core-data ... done Removing intermediate container 2c88eb974b55 18:05:02 ---> e77146329cea 18:05:02 Step 24/25 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 18:05:02 ---> Running in 85b2f4c50abb 18:05:02 Removing intermediate container 4f76370d6e30 18:05:02 ---> 73f4910365d9 18:05:02 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:05:03 Removing intermediate container 85b2f4c50abb 18:05:03 ---> 6e2aeed473a1 18:05:03 Step 25/25 : LABEL version=0.0.0 18:05:03 ---> Running in 103c0316d0d6 18:05:03 ---> a1944506eb12 18:05:03 Step 26/31 : RUN chmod +x /entrypoint.sh 18:05:04 ---> Running in 855bf96e6162 18:05:04 Removing intermediate container 103c0316d0d6 18:05:04 ---> 2a7bd46c09b1 18:05:04 18:05:06 Successfully built 2a7bd46c09b1 18:05:06 Successfully tagged security-secretstore-setup-arm64:latest 18:05:06 Building sys-mgmt-agent 18:05:08  Building security-secretstore-setup ... done Removing intermediate container 855bf96e6162 18:05:08 ---> 7d859153b19b 18:05:08 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:05:09 ---> Running in ed6ba581b964 18:05:09 Removing intermediate container ed6ba581b964 18:05:09 ---> 29b4e74c1f6a 18:05:09 Step 28/31 : CMD ["gate"] 18:05:10 ---> Running in 230f87d183f6 18:05:10 Removing intermediate container 230f87d183f6 18:05:10 ---> c609c86f4cd5 18:05:10 Step 29/31 : LABEL arch=arm64 18:05:11 ---> Running in 5b26cd6efc68 18:05:12 Removing intermediate container 5b26cd6efc68 18:05:12 ---> d25406af63b8 18:05:12 Step 30/31 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 18:05:12 ---> Running in b7c8033ae807 18:05:12 Removing intermediate container b7c8033ae807 18:05:12 ---> f01fd999f97d 18:05:12 Step 31/31 : LABEL version=0.0.0 18:05:13 ---> Running in a77ed1f1f476 18:05:13 Removing intermediate container a77ed1f1f476 18:05:13 ---> 99505ca3c110 18:05:13 18:05:14 Successfully built 99505ca3c110 18:05:14 Successfully tagged security-bootstrapper-arm64:latest 18:05:14 Building security-spiffe-token-provider 18:06:22  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 18:06:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:06:22 ---> c02c9edb81f6 18:06:22 Step 3/23 : WORKDIR /edgex-go 18:06:22 ---> Using cache 18:06:22 ---> 4aee28250cef 18:06:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:22 ---> Using cache 18:06:22 ---> 06063c160531 18:06:22 Step 5/23 : RUN apk add --update --no-cache make git 18:06:22 ---> Running in 7058934fa740 18:06:22 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:06:22 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:06:22 OK: 220 MiB in 52 packages 18:06:22 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 18:06:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:06:22 ---> c02c9edb81f6 18:06:22 Step 3/23 : WORKDIR /edgex-go 18:06:22 ---> Using cache 18:06:22 ---> 4aee28250cef 18:06:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:22 ---> Using cache 18:06:22 ---> 06063c160531 18:06:22 Step 5/23 : RUN apk add --update --no-cache make bash git 18:06:22 ---> Running in 6c121f24f262 18:06:23 Removing intermediate container 7058934fa740 18:06:23 ---> b2320c19cef4 18:06:23 Step 6/23 : COPY go.mod vendor* ./ 18:06:24 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:06:24 ---> d2687b4c0e53 18:06:24 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:06:24 ---> Running in 015e6ed4c9e8 18:06:24 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:06:26 OK: 220 MiB in 52 packages 18:06:27 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 18:06:27 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:06:27 ---> c02c9edb81f6 18:06:27 Step 3/20 : WORKDIR /edgex-go 18:06:27 ---> Using cache 18:06:27 ---> 4aee28250cef 18:06:27 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 18:06:27 ---> Running in ea6919bec22b 18:06:28 Removing intermediate container 6c121f24f262 18:06:28 ---> f12852e61d76 18:06:28 Step 6/23 : COPY go.mod vendor* ./ 18:06:29 ---> f7bf361964ef 18:06:29 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:06:29 ---> Running in ce0f1141ff2a 18:06:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:06:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:06:31 Removing intermediate container 015e6ed4c9e8 18:06:31 ---> f98115a18afa 18:06:31 Step 8/23 : COPY . . 18:06:32 v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] 18:06:32 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 18:06:32 OK: 15739 distinct packages available 18:06:32 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:06:33 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:06:35 OK: 220 MiB in 52 packages 18:06:37 Removing intermediate container ce0f1141ff2a 18:06:37 ---> 589262b127d9 18:06:37 Step 8/23 : COPY . . 18:06:37 Removing intermediate container ea6919bec22b 18:06:37 ---> e4c91cf0c2c5 18:06:37 Step 5/20 : COPY go.mod vendor* ./ 18:06:39 ---> 4abd5a155747 18:06:39 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:06:39 ---> Running in d13a19b033ac 18:06:46 Removing intermediate container d13a19b033ac 18:06:46 ---> 256dbe0ed1c5 18:06:46 Step 7/20 : COPY . . 18:07:25 ---> 670a16704ff3 18:07:25 Step 9/23 : RUN make cmd/core-command/core-command 18:07:25 ---> Running in 3c7867124441 18:07:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 18:07:35 ---> 2232e587dafa 18:07:35 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:07:35 ---> Running in d297def7a81d 18:07:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:07:41 ---> bd58804cc2af 18:07:41 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 18:07:41 ---> Running in 379f5d97e3de 18:07:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 18:15:20 Removing intermediate container 3c7867124441 18:15:20 ---> 0246a7f2226a 18:15:20 18:15:20 Step 10/23 : FROM alpine:3.14 18:15:20 ---> ac73e934f311 18:15:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:15:20 ---> Running in a2c7d253bf1f 18:15:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 18:15:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 18:15:20 (1/1) Installing dumb-init (1.2.5-r1) 18:15:20 Executing busybox-1.33.1-r7.trigger 18:15:20 OK: 5 MiB in 15 packages 18:15:20 Removing intermediate container a2c7d253bf1f 18:15:20 ---> 0184fac9dd45 18:15:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:15:20 ---> Running in d42979e8a7c1 18:15:20 Removing intermediate container d42979e8a7c1 18:15:20 ---> 9a953bbeb774 18:15:20 Step 13/23 : ENV APP_PORT=59882 18:15:20 ---> Running in 1c56e5ec23ee 18:15:20 Removing intermediate container 1c56e5ec23ee 18:15:20 ---> 1f54b3842af1 18:15:20 Step 14/23 : EXPOSE $APP_PORT 18:15:20 ---> Running in f7635a45a80f 18:15:20 Removing intermediate container f7635a45a80f 18:15:20 ---> 41101f9bd19a 18:15:20 Step 15/23 : WORKDIR / 18:15:20 Removing intermediate container 379f5d97e3de 18:15:20 ---> f5955de10632 18:15:20 18:15:20 Step 9/20 : FROM alpine:3.15 18:15:20 ---> Running in 3ec4124a30f6 18:15:21 3.15: Pulling from library/alpine 18:15:21 Removing intermediate container 3ec4124a30f6 18:15:21 ---> dd899b5f1d1f 18:15:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:15:24 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 18:15:24 Status: Downloaded newer image for alpine:3.15 18:15:24 ---> 3fb3c9af89a9 18:15:24 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:15:24 ---> 27976d05aff5 18:15:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:15:24 ---> Running in 3431ebb36a35 18:15:25 Removing intermediate container 3431ebb36a35 18:15:25 ---> 07d7318e64b0 18:15:25 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:15:25 ---> Running in a966b04c6d1e 18:15:29 Removing intermediate container d297def7a81d 18:15:29 ---> 471cc94d710c 18:15:29 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:15:29 ---> Running in a2499d7e036b 18:15:29 ---> 819d8b262a32 18:15:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:15:29 Removing intermediate container a966b04c6d1e 18:15:29 ---> 0bcc15e644cf 18:15:29 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 18:15:30 ---> Running in 5b546f694a67 18:15:31 ---> cdf08216aa10 18:15:31 Step 19/23 : ENTRYPOINT ["/core-command"] 18:15:31 ---> Running in 24645d94b5c4 18:15:32 Removing intermediate container 24645d94b5c4 18:15:32 ---> b6d1ef9a6c72 18:15:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:15:32 ---> Running in 9edbf3da92ea 18:15:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:15:33 Removing intermediate container 9edbf3da92ea 18:15:33 ---> 0d511a112753 18:15:33 Step 21/23 : LABEL arch=arm64 18:15:33 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:15:33 ---> Running in 55057880f108 18:15:33 Removing intermediate container 55057880f108 18:15:33 ---> 9108c87f21d4 18:15:33 Step 22/23 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 18:15:33 ---> Running in df54b2806a02 18:15:34 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:15:34 Removing intermediate container df54b2806a02 18:15:34 ---> 08474583e5d0 18:15:34 Step 23/23 : LABEL version=0.0.0 18:15:34 ---> Running in 2590a8757e44 18:15:35 Removing intermediate container 2590a8757e44 18:15:35 ---> fe365668d1d0 18:15:35 18:15:35 Successfully built fe365668d1d0 18:15:35 Successfully tagged core-command-arm64:latest 18:15:35  Building core-command ... done Building core-metadata 18:15:35 v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] 18:15:35 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 18:15:35 OK: 15729 distinct packages available 18:15:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:15:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:15:38 (1/9) Installing ca-certificates (20211220-r0) 18:15:38 (2/9) Installing brotli-libs (1.0.9-r5) 18:15:39 (3/9) Installing nghttp2-libs (1.46.0-r0) 18:15:39 (4/9) Installing libcurl (7.80.0-r0) 18:15:39 (5/9) Installing curl (7.80.0-r0) 18:15:39 (6/9) Installing dumb-init (1.2.5-r1) 18:15:39 (7/9) Installing musl-obstack (1.2.3-r0) 18:15:39 (8/9) Installing libucontext (1.1-r0) 18:15:39 (9/9) Installing gcompat (1.0.0-r4) 18:15:39 Executing busybox-1.34.1-r5.trigger 18:15:40 Executing ca-certificates-20211220-r0.trigger 18:15:40 OK: 8 MiB in 23 packages 18:15:42 Removing intermediate container 5b546f694a67 18:15:42 ---> d0be8ab868bd 18:15:42 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 18:15:43 ---> d83185192562 18:15:43 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 18:15:46 ---> 1928526f75c4 18:15:46 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 18:15:47 ---> 4522e7dbfdf7 18:15:47 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 18:15:47 ---> Running in 4c61e74f29b8 18:15:48 Removing intermediate container 4c61e74f29b8 18:15:48 ---> 758547820739 18:15:48 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:15:48 ---> Running in 7c8dfc2d5d4c 18:15:48 Removing intermediate container 7c8dfc2d5d4c 18:15:48 ---> 85dcaa90fe9e 18:15:48 Step 18/20 : LABEL arch=arm64 18:15:48 ---> Running in 24f8ca5e8c91 18:15:49 Removing intermediate container 24f8ca5e8c91 18:15:49 ---> c03b3f49e71a 18:15:49 Step 19/20 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 18:15:49 ---> Running in 228bd676466e 18:15:50 Removing intermediate container 228bd676466e 18:15:50 ---> 74b07b4fc1ad 18:15:50 Step 20/20 : LABEL version=0.0.0 18:15:50 ---> Running in d30fe22b2120 18:15:50 Removing intermediate container d30fe22b2120 18:15:50 ---> 655318e7ae74 18:15:50 18:15:51 Successfully built 655318e7ae74 18:15:51 Successfully tagged security-spiffe-token-provider-arm64:latest 18:15:51  Building security-spiffe-token-provider ... done Building support-scheduler 18:16:38 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 18:16:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:16:38 ---> c02c9edb81f6 18:16:38 Step 3/23 : WORKDIR /edgex-go 18:16:38 ---> Using cache 18:16:38 ---> 4aee28250cef 18:16:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:16:38 ---> Using cache 18:16:38 ---> 06063c160531 18:16:38 Step 5/23 : RUN apk add --update --no-cache make git 18:16:38 ---> Using cache 18:16:38 ---> b2320c19cef4 18:16:38 Step 6/23 : COPY go.mod vendor* ./ 18:16:38 ---> Using cache 18:16:38 ---> d2687b4c0e53 18:16:38 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:16:38 ---> Using cache 18:16:38 ---> f98115a18afa 18:16:38 Step 8/23 : COPY . . 18:16:38 ---> Using cache 18:16:38 ---> 670a16704ff3 18:16:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:16:38 ---> Running in 01222e69c052 18:16:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:16:47 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 18:16:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:16:47 ---> c02c9edb81f6 18:16:47 Step 3/22 : WORKDIR /edgex-go 18:16:47 ---> Using cache 18:16:47 ---> 4aee28250cef 18:16:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:16:47 ---> Using cache 18:16:47 ---> 06063c160531 18:16:47 Step 5/22 : RUN apk add --update --no-cache make git 18:16:47 ---> Using cache 18:16:47 ---> b2320c19cef4 18:16:47 Step 6/22 : COPY go.mod vendor* ./ 18:16:47 ---> Using cache 18:16:47 ---> d2687b4c0e53 18:16:47 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:16:47 ---> Using cache 18:16:47 ---> f98115a18afa 18:16:47 Step 8/22 : COPY . . 18:16:47 ---> Using cache 18:16:47 ---> 670a16704ff3 18:16:47 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:16:47 ---> Running in da65b00a6050 18:16:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:16:58 Removing intermediate container a2499d7e036b 18:16:58 ---> b93da44a5684 18:16:58 18:16:58 Step 11/23 : FROM docker:20.10.14 18:16:58 20.10.14: Pulling from library/docker 18:17:13 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 18:17:13 Status: Downloaded newer image for docker:20.10.14 18:17:13 ---> c346e9eafbab 18:17:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:17:13 ---> Running in 55aee91a3196 18:17:13 Removing intermediate container 55aee91a3196 18:17:13 ---> d26e5ea7669f 18:17:13 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 18:17:13 ---> Running in a07c8745a64f 18:17:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:17:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:17:16 (1/43) Installing readline (8.1.1-r0) 18:17:16 (2/43) Installing bash (5.1.16-r0) 18:17:16 Executing bash-5.1.16-r0.post-install 18:17:16 (3/43) Installing brotli-libs (1.0.9-r5) 18:17:16 (4/43) Installing nghttp2-libs (1.46.0-r0) 18:17:16 (5/43) Installing libcurl (7.80.0-r0) 18:17:16 (6/43) Installing curl (7.80.0-r0) 18:17:16 (7/43) Installing dumb-init (1.2.5-r1) 18:17:16 (8/43) Installing libbz2 (1.0.8-r1) 18:17:16 (9/43) Installing expat (2.4.7-r0) 18:17:16 (10/43) Installing libffi (3.4.2-r1) 18:17:16 (11/43) Installing gdbm (1.22-r0) 18:17:16 (12/43) Installing xz-libs (5.2.5-r1) 18:17:16 (13/43) Installing libgcc (10.3.1_git20211027-r0) 18:17:16 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 18:17:16 (15/43) Installing mpdecimal (2.5.1-r1) 18:17:16 (16/43) Installing sqlite-libs (3.36.0-r0) 18:17:16 (17/43) Installing python3 (3.9.7-r4) 18:17:20 (18/43) Installing py3-appdirs (1.4.4-r2) 18:17:20 (19/43) Installing py3-certifi (2020.12.5-r1) 18:17:20 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 18:17:20 (21/43) Installing py3-idna (3.3-r0) 18:17:20 (22/43) Installing py3-urllib3 (1.26.7-r0) 18:17:20 (23/43) Installing py3-requests (2.26.0-r1) 18:17:20 (24/43) Installing py3-msgpack (1.0.2-r1) 18:17:20 (25/43) Installing py3-lockfile (0.12.2-r4) 18:17:20 (26/43) Installing py3-cachecontrol (0.12.10-r0) 18:17:20 (27/43) Installing py3-colorama (0.4.4-r1) 18:17:20 (28/43) Installing py3-contextlib2 (21.6.0-r1) 18:17:20 (29/43) Installing py3-distlib (0.3.3-r0) 18:17:20 (30/43) Installing py3-distro (1.6.0-r0) 18:17:20 (31/43) Installing py3-six (1.16.0-r0) 18:17:20 (32/43) Installing py3-webencodings (0.5.1-r4) 18:17:20 (33/43) Installing py3-html5lib (1.1-r1) 18:17:20 (34/43) Installing py3-parsing (2.4.7-r2) 18:17:20 (35/43) Installing py3-packaging (20.9-r1) 18:17:20 (36/43) Installing py3-tomli (1.2.2-r0) 18:17:20 (37/43) Installing py3-pep517 (0.12.0-r0) 18:17:20 (38/43) Installing py3-progress (1.6-r0) 18:17:20 (39/43) Installing py3-retrying (1.3.3-r2) 18:17:20 (40/43) Installing py3-ordered-set (4.0.2-r2) 18:17:20 (41/43) Installing py3-setuptools (52.0.0-r4) 18:17:21 (42/43) Installing py3-toml (0.10.2-r2) 18:17:21 (43/43) Installing py3-pip (20.3.4-r1) 18:17:22 Executing busybox-1.34.1-r5.trigger 18:17:22 OK: 82 MiB in 65 packages 18:17:29 Collecting docker-compose==1.23.2 18:17:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:17:30 Collecting PyYAML<4,>=3.10 18:17:30 Downloading PyYAML-3.13.tar.gz (270 kB) 18:17:35 Collecting websocket-client<1.0,>=0.32.0 18:17:35 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 18:17:35 Collecting texttable<0.10,>=0.9.0 18:17:35 Downloading texttable-0.9.1.tar.gz (11 kB) 18:17:39 Collecting docker<4.0,>=3.6.0 18:17:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:17:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 18:17:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:17:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:17:40 Collecting dockerpty<0.5,>=0.4.1 18:17:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:17:44 Collecting jsonschema<3,>=2.5.1 18:17:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:17:44 Collecting cached-property<2,>=1.2.0 18:17:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:17:44 Collecting docopt<0.7,>=0.6.1 18:17:44 Downloading docopt-0.6.2.tar.gz (25 kB) 18:17:48 Collecting docker-pycreds>=0.4.0 18:17:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:17:49 Collecting idna<2.8,>=2.5 18:17:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:17:49 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) 18:17:50 Collecting urllib3<1.25,>=1.21.1 18:17:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:17:50 Collecting chardet<3.1.0,>=3.0.2 18:17:50 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 18:17:50 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 18:17:50 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 18:17:50 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 18:17:50 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 18:17:52 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 18:17:52 Attempting uninstall: urllib3 18:17:52 Found existing installation: urllib3 1.26.7 18:17:52 Uninstalling urllib3-1.26.7: 18:17:52 Successfully uninstalled urllib3-1.26.7 18:17:53 Attempting uninstall: idna 18:17:53 Found existing installation: idna 3.3 18:17:53 Uninstalling idna-3.3: 18:17:53 Successfully uninstalled idna-3.3 18:17:57 Attempting uninstall: requests 18:17:57 Found existing installation: requests 2.26.0 18:17:57 Uninstalling requests-2.26.0: 18:17:57 Successfully uninstalled requests-2.26.0 18:17:58 Running setup.py install for texttable: started 18:18:01 Running setup.py install for texttable: finished with status 'done' 18:18:01 Running setup.py install for PyYAML: started 18:18:04 Running setup.py install for PyYAML: finished with status 'done' 18:18:04 Running setup.py install for docopt: started 18:18:08 Running setup.py install for docopt: finished with status 'done' 18:18:08 Running setup.py install for dockerpty: started 18:18:11 Running setup.py install for dockerpty: finished with status 'done' 18:18:13 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 18:18:32 Removing intermediate container a07c8745a64f 18:18:32 ---> 1284c2c78a70 18:18:32 Step 14/23 : ENV APP_PORT=58890 18:18:32 ---> Running in 3ef1e70f847b 18:18:32 Removing intermediate container 3ef1e70f847b 18:18:32 ---> 02a405eb71e8 18:18:32 Step 15/23 : EXPOSE $APP_PORT 18:18:32 ---> Running in 7c238fcf1d17 18:18:32 Removing intermediate container 7c238fcf1d17 18:18:32 ---> a6675d147396 18:18:32 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:18:33 ---> cbae2372f603 18:18:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:18:34 ---> bb4dcd1be692 18:18:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:18:35 ---> 9e8806b62e85 18:18:35 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 18:18:35 ---> Running in 66c90d56bcfe 18:18:35 Removing intermediate container 66c90d56bcfe 18:18:35 ---> 02ec18606405 18:18:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:18:35 ---> Running in a63121de3956 18:18:36 Removing intermediate container a63121de3956 18:18:36 ---> 42522527d00c 18:18:36 Step 21/23 : LABEL arch=arm64 18:18:36 ---> Running in d86f451aa8ec 18:18:37 Removing intermediate container d86f451aa8ec 18:18:37 ---> f8aff5278da3 18:18:37 Step 22/23 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 18:18:37 ---> Running in 9525d1aa9c9e 18:18:37 Removing intermediate container 9525d1aa9c9e 18:18:37 ---> f5ada26fe71d 18:18:37 Step 23/23 : LABEL version=0.0.0 18:18:37 ---> Running in e1b63cec909e 18:18:38 Removing intermediate container e1b63cec909e 18:18:38 ---> b03f08e9c448 18:18:38 18:18:39 Successfully built b03f08e9c448 18:18:39 Successfully tagged sys-mgmt-agent-arm64:latest 18:18:39  Building sys-mgmt-agent ... done Building security-proxy-setup 18:19:18 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 18:19:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:19:18 ---> c02c9edb81f6 18:19:18 Step 3/22 : WORKDIR /edgex-go 18:19:18 ---> Using cache 18:19:18 ---> 4aee28250cef 18:19:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:19:18 ---> Using cache 18:19:18 ---> 06063c160531 18:19:18 Step 5/22 : RUN apk add --update --no-cache make git 18:19:18 ---> Using cache 18:19:18 ---> b2320c19cef4 18:19:18 Step 6/22 : COPY go.mod vendor* ./ 18:19:18 ---> Using cache 18:19:18 ---> d2687b4c0e53 18:19:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:19:18 ---> Using cache 18:19:18 ---> f98115a18afa 18:19:18 Step 8/22 : COPY . . 18:19:18 ---> Using cache 18:19:18 ---> 670a16704ff3 18:19:18 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:19:18 ---> Running in 05851d0f3570 18:19:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:25:10 Removing intermediate container 01222e69c052 18:25:10 ---> 35c3c4f1a244 18:25:10 18:25:10 Step 10/23 : FROM alpine:3.14 18:25:10 ---> ac73e934f311 18:25:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:25:10 ---> Using cache 18:25:10 ---> 0184fac9dd45 18:25:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:25:10 ---> Using cache 18:25:10 ---> 9a953bbeb774 18:25:10 Step 13/23 : ENV APP_PORT=59881 18:25:10 ---> Running in 3b3506ed284c 18:25:10 Removing intermediate container 3b3506ed284c 18:25:10 ---> 55568b8ed504 18:25:10 Step 14/23 : EXPOSE $APP_PORT 18:25:10 ---> Running in 4dd4ab9630af 18:25:11 Removing intermediate container 4dd4ab9630af 18:25:11 ---> efb0853ba745 18:25:11 Step 15/23 : WORKDIR / 18:25:12 ---> Running in 2154d6e98aba 18:25:12 Removing intermediate container 2154d6e98aba 18:25:12 ---> bdb87edc74d3 18:25:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:25:14 ---> aaa68b280bd6 18:25:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:25:20 ---> b193fe295025 18:25:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:25:21 ---> ea9038f84d8a 18:25:21 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:25:21 ---> Running in ea41bbcf03fb 18:25:22 Removing intermediate container ea41bbcf03fb 18:25:22 ---> 847b8cd6661f 18:25:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:25:22 ---> Running in 088fdf0349a6 18:25:22 Removing intermediate container da65b00a6050 18:25:22 ---> 545633a6de9a 18:25:22 18:25:22 Step 10/22 : FROM alpine:3.14 18:25:22 ---> ac73e934f311 18:25:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:25:22 ---> Using cache 18:25:22 ---> 0184fac9dd45 18:25:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:25:22 ---> Using cache 18:25:22 ---> 9a953bbeb774 18:25:22 Step 13/22 : ENV APP_PORT=59861 18:25:22 ---> Running in 3dc759d44225 18:25:23 Removing intermediate container 088fdf0349a6 18:25:23 ---> 751f35c35d6a 18:25:23 Step 21/23 : LABEL arch=arm64 18:25:23 ---> Running in 16edf1ea23e6 18:25:23 Removing intermediate container 3dc759d44225 18:25:23 ---> 9ad39005b043 18:25:23 Step 14/22 : EXPOSE $APP_PORT 18:25:23 ---> Running in d45ac50ca3db 18:25:23 Removing intermediate container 16edf1ea23e6 18:25:23 ---> 02c6a062b60a 18:25:23 Step 22/23 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 18:25:24 ---> Running in 1230e5b2ebe9 18:25:24 Removing intermediate container d45ac50ca3db 18:25:24 ---> 76f30e0f481d 18:25:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:25:24 Removing intermediate container 1230e5b2ebe9 18:25:24 ---> e6aecbe75513 18:25:24 Step 23/23 : LABEL version=0.0.0 18:25:25 ---> Running in 13b146baf614 18:25:25 Removing intermediate container 13b146baf614 18:25:25 ---> a7c02dc980d5 18:25:25 18:25:25 ---> cdd1b5262e1a 18:25:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:25:26 Successfully built a7c02dc980d5 18:25:26 Successfully tagged core-metadata-arm64:latest 18:25:26  Building core-metadata ... done Building support-notifications 18:25:28 ---> 5c5361f81ead 18:25:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:25:29 ---> 899d3bb06e87 18:25:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:25:29 ---> Running in 7fa88a3a80d7 18:25:29 Removing intermediate container 7fa88a3a80d7 18:25:29 ---> ae1995f94884 18:25:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:25:30 ---> Running in 585287d474e9 18:25:30 Removing intermediate container 585287d474e9 18:25:30 ---> 1efad4dbf1c6 18:25:30 Step 20/22 : LABEL arch=arm64 18:25:30 ---> Running in 66bbc9e06bd3 18:25:31 Removing intermediate container 66bbc9e06bd3 18:25:31 ---> 9e8f73638796 18:25:31 Step 21/22 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 18:25:31 ---> Running in 49cbf7a31823 18:25:32 Removing intermediate container 49cbf7a31823 18:25:32 ---> f2dab23ed599 18:25:32 Step 22/22 : LABEL version=0.0.0 18:25:32 ---> Running in 5f73dfca1e1c 18:25:33 Removing intermediate container 5f73dfca1e1c 18:25:33 ---> 8fb19ff393e5 18:25:33 18:25:33 Successfully built 8fb19ff393e5 18:25:33 Successfully tagged support-scheduler-arm64:latest 18:25:33 Building security-spire-agent 18:26:30  Building support-scheduler ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 18:26:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:26:30 ---> c02c9edb81f6 18:26:30 Step 3/22 : WORKDIR /edgex-go 18:26:30 ---> Using cache 18:26:30 ---> 4aee28250cef 18:26:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:30 ---> Using cache 18:26:30 ---> 06063c160531 18:26:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:26:30 ---> Running in 6b101ff9c01a 18:26:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:26:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:26:30 OK: 220 MiB in 52 packages 18:26:30 Removing intermediate container 6b101ff9c01a 18:26:30 ---> 719547d0f823 18:26:30 Step 6/22 : COPY go.mod vendor* ./ 18:26:32 ---> 2829cdb83eba 18:26:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:26:32 ---> Running in 3cb9006e24e8 18:26:34 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 18:26:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:26:34 ---> c02c9edb81f6 18:26:34 Step 3/26 : WORKDIR /edgex-go 18:26:34 ---> Using cache 18:26:34 ---> 4aee28250cef 18:26:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:34 ---> Using cache 18:26:34 ---> 06063c160531 18:26:34 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 18:26:34 ---> Using cache 18:26:34 ---> 63c99b61703b 18:26:34 Step 6/26 : COPY go.mod vendor* ./ 18:26:34 ---> Using cache 18:26:34 ---> 75b5493cc8be 18:26:34 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:26:34 ---> Using cache 18:26:34 ---> d99ced35a15d 18:26:34 Step 8/26 : COPY . . 18:26:34 ---> Using cache 18:26:34 ---> 7051804d3847 18:26:34 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 18:26:34 ---> Using cache 18:26:34 ---> 86ad251fdd4c 18:26:34 Step 10/26 : RUN mkdir -p spire-build 18:26:34 ---> Using cache 18:26:34 ---> abf9f8180b7d 18:26:34 Step 11/26 : WORKDIR /edgex-go/spire-build 18:26:34 ---> Using cache 18:26:34 ---> d768d2ada7a6 18:26:34 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 18:26:34 ---> Running in d3c13100b55a 18:26:37 spire-1.2.1/ 18:26:37 spire-1.2.1/.data/ 18:26:37 spire-1.2.1/.data/.file 18:26:37 spire-1.2.1/.dockerignore 18:26:37 spire-1.2.1/.gitattributes 18:26:37 spire-1.2.1/.githooks/ 18:26:37 spire-1.2.1/.githooks/pre-commit 18:26:37 spire-1.2.1/.github/ 18:26:37 spire-1.2.1/.github/ISSUE_TEMPLATE.md 18:26:37 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 18:26:37 spire-1.2.1/.github/dependabot.yml 18:26:37 spire-1.2.1/.github/workflows/ 18:26:37 spire-1.2.1/.github/workflows/nightly_build.yaml 18:26:37 spire-1.2.1/.github/workflows/pr_build.yaml 18:26:37 spire-1.2.1/.github/workflows/release_build.yaml 18:26:37 spire-1.2.1/.github/workflows/scripts/ 18:26:37 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 18:26:37 spire-1.2.1/.github/workflows/scripts/push-images.sh 18:26:37 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 18:26:37 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 18:26:37 spire-1.2.1/.github/workflows/scripts/split.sh 18:26:37 spire-1.2.1/.gitignore 18:26:37 spire-1.2.1/.go-version 18:26:37 spire-1.2.1/.golangci.yml 18:26:37 spire-1.2.1/ADOPTERS.md 18:26:37 spire-1.2.1/CHANGELOG.md 18:26:37 spire-1.2.1/CODE-OF-CONDUCT.md 18:26:37 spire-1.2.1/CODEOWNERS 18:26:37 spire-1.2.1/CONTRIBUTING.md 18:26:37 spire-1.2.1/Dockerfile 18:26:37 spire-1.2.1/Dockerfile.dev 18:26:37 spire-1.2.1/Dockerfile.scratch 18:26:37 spire-1.2.1/LICENSE 18:26:37 spire-1.2.1/MAINTAINERS.md 18:26:37 spire-1.2.1/Makefile 18:26:37 spire-1.2.1/README.md 18:26:37 spire-1.2.1/ROADMAP.md 18:26:37 spire-1.2.1/SECURITY.md 18:26:37 spire-1.2.1/cmd/ 18:26:37 spire-1.2.1/cmd/spire-agent/ 18:26:37 spire-1.2.1/cmd/spire-agent/cli/ 18:26:37 spire-1.2.1/cmd/spire-agent/cli/api/ 18:26:37 spire-1.2.1/cmd/spire-agent/cli/api/common.go 18:26:37 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 18:26:37 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 18:26:37 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 18:26:37 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 18:26:37 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 18:26:37 spire-1.2.1/cmd/spire-agent/cli/cli.go 18:26:37 spire-1.2.1/cmd/spire-agent/cli/common/ 18:26:37 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 18:26:37 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 18:26:37 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 18:26:37 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 18:26:37 spire-1.2.1/cmd/spire-agent/cli/run/ 18:26:37 spire-1.2.1/cmd/spire-agent/cli/run/run.go 18:26:37 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 18:26:37 spire-1.2.1/cmd/spire-agent/cli/validate/ 18:26:37 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 18:26:37 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 18:26:37 spire-1.2.1/cmd/spire-agent/main.go 18:26:37 spire-1.2.1/cmd/spire-server/ 18:26:37 spire-1.2.1/cmd/spire-server/cli/ 18:26:37 spire-1.2.1/cmd/spire-server/cli/agent/ 18:26:37 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/agent/count.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/agent/list.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/agent/show.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/bundle/ 18:26:37 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/cli.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/entry/ 18:26:37 spire-1.2.1/cmd/spire-server/cli/entry/count.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/entry/create.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/entry/show.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/entry/update.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/entry/util.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/federation/ 18:26:37 spire-1.2.1/cmd/spire-server/cli/federation/common.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/federation/create.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/federation/list.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/federation/show.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/federation/update.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 18:26:37 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/jwt/ 18:26:37 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/run/ 18:26:37 spire-1.2.1/cmd/spire-server/cli/run/run.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/token/ 18:26:37 spire-1.2.1/cmd/spire-server/cli/token/generate.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/validate/ 18:26:37 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/x509/ 18:26:37 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 18:26:37 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 18:26:37 spire-1.2.1/cmd/spire-server/main.go 18:26:37 spire-1.2.1/cmd/spire-server/util/ 18:26:37 spire-1.2.1/cmd/spire-server/util/util.go 18:26:37 spire-1.2.1/conf/ 18:26:37 spire-1.2.1/conf/agent/ 18:26:37 spire-1.2.1/conf/agent/agent.conf 18:26:37 spire-1.2.1/conf/agent/agent_full.conf 18:26:37 spire-1.2.1/conf/agent/dummy_root_ca.crt 18:26:37 spire-1.2.1/conf/server/ 18:26:37 spire-1.2.1/conf/server/dummy_upstream_ca.crt 18:26:37 spire-1.2.1/conf/server/dummy_upstream_ca.key 18:26:37 spire-1.2.1/conf/server/server.conf 18:26:37 spire-1.2.1/conf/server/server_full.conf 18:26:37 spire-1.2.1/doc/ 18:26:37 spire-1.2.1/doc/SPIRE101.md 18:26:37 spire-1.2.1/doc/auditlog.md 18:26:37 spire-1.2.1/doc/authorization_policy_engine.md 18:26:37 spire-1.2.1/doc/changelog_guidelines.md 18:26:37 spire-1.2.1/doc/cure53-report.pdf 18:26:37 spire-1.2.1/doc/images/ 18:26:37 spire-1.2.1/doc/images/2019_roadmap.png 18:26:37 spire-1.2.1/doc/images/SPIRE101.png 18:26:37 spire-1.2.1/doc/images/SPIRE_agent.png 18:26:37 spire-1.2.1/doc/images/SPIRE_server.png 18:26:37 spire-1.2.1/doc/images/cache_mgr.png 18:26:37 spire-1.2.1/doc/images/cache_mgr_components.png 18:26:37 spire-1.2.1/doc/images/federated_spire.png 18:26:37 spire-1.2.1/doc/images/ha_mode.png 18:26:37 spire-1.2.1/doc/images/nested_spire.png 18:26:37 spire-1.2.1/doc/images/oidc_federation.png 18:26:37 spire-1.2.1/doc/images/single_trust_domain.png 18:26:37 spire-1.2.1/doc/images/spiffe_compatible.png 18:26:37 spire-1.2.1/doc/images/spire_logo.png 18:26:37 spire-1.2.1/doc/migrating_registration_api_clients.md 18:26:37 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 18:26:37 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 18:26:37 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 18:26:37 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 18:26:37 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 18:26:37 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 18:26:37 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 18:26:37 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 18:26:37 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 18:26:37 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 18:26:37 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 18:26:37 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 18:26:37 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 18:26:37 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 18:26:37 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 18:26:37 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 18:26:37 spire-1.2.1/doc/plugin_server_datastore_sql.md 18:26:37 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 18:26:37 spire-1.2.1/doc/plugin_server_keymanager_disk.md 18:26:37 spire-1.2.1/doc/plugin_server_keymanager_memory.md 18:26:37 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 18:26:37 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 18:26:37 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 18:26:37 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 18:26:37 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 18:26:37 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 18:26:37 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 18:26:37 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 18:26:37 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 18:26:37 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 18:26:37 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 18:26:37 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 18:26:37 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 18:26:37 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 18:26:37 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 18:26:37 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 18:26:37 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 18:26:37 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 18:26:37 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 18:26:37 spire-1.2.1/doc/scaling_spire.md 18:26:37 spire-1.2.1/doc/spire_agent.md 18:26:37 spire-1.2.1/doc/spire_server.md 18:26:37 spire-1.2.1/doc/supported_integrations.md 18:26:37 spire-1.2.1/doc/telemetry.md 18:26:37 spire-1.2.1/doc/telemetry_config.md 18:26:37 spire-1.2.1/doc/upgrading.md 18:26:37 spire-1.2.1/doc/using_spire.md 18:26:37 spire-1.2.1/examples/ 18:26:37 spire-1.2.1/examples/README.md 18:26:37 spire-1.2.1/go.mod 18:26:37 spire-1.2.1/go.sum 18:26:37 spire-1.2.1/pkg/ 18:26:37 spire-1.2.1/pkg/agent/ 18:26:37 spire-1.2.1/pkg/agent/agent.go 18:26:37 spire-1.2.1/pkg/agent/api/ 18:26:37 spire-1.2.1/pkg/agent/api/config.go 18:26:37 spire-1.2.1/pkg/agent/api/debug/ 18:26:37 spire-1.2.1/pkg/agent/api/debug/v1/ 18:26:37 spire-1.2.1/pkg/agent/api/debug/v1/service.go 18:26:37 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 18:26:37 spire-1.2.1/pkg/agent/api/delegatedidentity/ 18:26:37 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 18:26:37 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 18:26:37 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 18:26:37 spire-1.2.1/pkg/agent/api/endpoints.go 18:26:37 spire-1.2.1/pkg/agent/api/health/ 18:26:37 spire-1.2.1/pkg/agent/api/health/v1/ 18:26:37 spire-1.2.1/pkg/agent/api/health/v1/service.go 18:26:37 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 18:26:37 spire-1.2.1/pkg/agent/api/rpccontext/ 18:26:37 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 18:26:37 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 18:26:37 spire-1.2.1/pkg/agent/attestor/ 18:26:37 spire-1.2.1/pkg/agent/attestor/node/ 18:26:37 spire-1.2.1/pkg/agent/attestor/node/experimental.go 18:26:37 spire-1.2.1/pkg/agent/attestor/node/node.go 18:26:37 spire-1.2.1/pkg/agent/attestor/node/node_test.go 18:26:37 spire-1.2.1/pkg/agent/attestor/workload/ 18:26:37 spire-1.2.1/pkg/agent/attestor/workload/workload.go 18:26:37 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 18:26:37 spire-1.2.1/pkg/agent/catalog/ 18:26:37 spire-1.2.1/pkg/agent/catalog/catalog.go 18:26:37 spire-1.2.1/pkg/agent/catalog/keymanager.go 18:26:37 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 18:26:37 spire-1.2.1/pkg/agent/catalog/svidstore.go 18:26:37 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 18:26:37 spire-1.2.1/pkg/agent/client/ 18:26:37 spire-1.2.1/pkg/agent/client/client.go 18:26:37 spire-1.2.1/pkg/agent/client/client_test.go 18:26:37 spire-1.2.1/pkg/agent/client/dial.go 18:26:37 spire-1.2.1/pkg/agent/client/nodeconn.go 18:26:37 spire-1.2.1/pkg/agent/client/nodeconn_test.go 18:26:37 spire-1.2.1/pkg/agent/client/update.go 18:26:37 spire-1.2.1/pkg/agent/client/util.go 18:26:37 spire-1.2.1/pkg/agent/common/ 18:26:37 spire-1.2.1/pkg/agent/common/backoff/ 18:26:37 spire-1.2.1/pkg/agent/common/backoff/backoff.go 18:26:37 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 18:26:37 spire-1.2.1/pkg/agent/common/cgroups/ 18:26:37 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 18:26:37 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 18:26:37 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 18:26:37 spire-1.2.1/pkg/agent/config.go 18:26:37 spire-1.2.1/pkg/agent/endpoints/ 18:26:37 spire-1.2.1/pkg/agent/endpoints/config.go 18:26:37 spire-1.2.1/pkg/agent/endpoints/endpoints.go 18:26:37 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 18:26:37 spire-1.2.1/pkg/agent/endpoints/metrics.go 18:26:37 spire-1.2.1/pkg/agent/endpoints/middleware.go 18:26:37 spire-1.2.1/pkg/agent/endpoints/peertracker.go 18:26:37 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 18:26:37 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 18:26:37 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 18:26:37 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 18:26:37 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 18:26:37 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 18:26:37 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 18:26:37 spire-1.2.1/pkg/agent/endpoints/workload/ 18:26:37 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 18:26:37 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 18:26:37 spire-1.2.1/pkg/agent/manager/ 18:26:37 spire-1.2.1/pkg/agent/manager/cache/ 18:26:37 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 18:26:37 spire-1.2.1/pkg/agent/manager/cache/cache.go 18:26:37 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 18:26:37 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 18:26:37 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 18:26:37 spire-1.2.1/pkg/agent/manager/cache/sets.go 18:26:37 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 18:26:37 spire-1.2.1/pkg/agent/manager/config.go 18:26:37 spire-1.2.1/pkg/agent/manager/manager.go 18:26:37 spire-1.2.1/pkg/agent/manager/manager_test.go 18:26:37 spire-1.2.1/pkg/agent/manager/storage.go 18:26:37 spire-1.2.1/pkg/agent/manager/storage_test.go 18:26:37 spire-1.2.1/pkg/agent/manager/storecache/ 18:26:37 spire-1.2.1/pkg/agent/manager/storecache/cache.go 18:26:37 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 18:26:37 spire-1.2.1/pkg/agent/manager/sync.go 18:26:37 spire-1.2.1/pkg/agent/plugin/ 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/ 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 18:26:37 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 18:26:37 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/ 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 18:26:37 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 18:26:37 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 18:26:37 spire-1.2.1/pkg/agent/svid/ 18:26:37 spire-1.2.1/pkg/agent/svid/rotator.go 18:26:37 spire-1.2.1/pkg/agent/svid/rotator_config.go 18:26:37 spire-1.2.1/pkg/agent/svid/rotator_test.go 18:26:37 spire-1.2.1/pkg/agent/svid/store/ 18:26:37 spire-1.2.1/pkg/agent/svid/store/service.go 18:26:37 spire-1.2.1/pkg/agent/svid/store/service_test.go 18:26:37 spire-1.2.1/pkg/common/ 18:26:37 spire-1.2.1/pkg/common/agentpathtemplate/ 18:26:37 spire-1.2.1/pkg/common/agentpathtemplate/template.go 18:26:37 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 18:26:37 spire-1.2.1/pkg/common/api/ 18:26:37 spire-1.2.1/pkg/common/api/metrics.go 18:26:37 spire-1.2.1/pkg/common/api/middleware/ 18:26:37 spire-1.2.1/pkg/common/api/middleware/common_test.go 18:26:37 spire-1.2.1/pkg/common/api/middleware/interceptor.go 18:26:37 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 18:26:37 spire-1.2.1/pkg/common/api/middleware/logger.go 18:26:37 spire-1.2.1/pkg/common/api/middleware/logger_test.go 18:26:37 spire-1.2.1/pkg/common/api/middleware/metrics.go 18:26:37 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 18:26:37 spire-1.2.1/pkg/common/api/middleware/middleware.go 18:26:37 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 18:26:37 spire-1.2.1/pkg/common/api/middleware/misconfig.go 18:26:37 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 18:26:37 spire-1.2.1/pkg/common/api/middleware/names.go 18:26:37 spire-1.2.1/pkg/common/api/middleware/names_test.go 18:26:37 spire-1.2.1/pkg/common/api/names.go 18:26:37 spire-1.2.1/pkg/common/api/ratelimit.go 18:26:37 spire-1.2.1/pkg/common/api/rpccontext/ 18:26:37 spire-1.2.1/pkg/common/api/rpccontext/logger.go 18:26:37 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 18:26:37 spire-1.2.1/pkg/common/api/rpccontext/names.go 18:26:37 spire-1.2.1/pkg/common/auth/ 18:26:37 spire-1.2.1/pkg/common/auth/interceptors.go 18:26:37 spire-1.2.1/pkg/common/auth/interceptors_test.go 18:26:37 spire-1.2.1/pkg/common/auth/untracked_uds.go 18:26:37 spire-1.2.1/pkg/common/bundleutil/ 18:26:37 spire-1.2.1/pkg/common/bundleutil/bundle.go 18:26:37 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 18:26:37 spire-1.2.1/pkg/common/bundleutil/common_test.go 18:26:37 spire-1.2.1/pkg/common/bundleutil/marshal.go 18:26:37 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 18:26:37 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 18:26:37 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 18:26:37 spire-1.2.1/pkg/common/bundleutil/types.go 18:26:37 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 18:26:37 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 18:26:37 spire-1.2.1/pkg/common/catalog/ 18:26:37 spire-1.2.1/pkg/common/catalog/bind.go 18:26:37 spire-1.2.1/pkg/common/catalog/builtin.go 18:26:37 spire-1.2.1/pkg/common/catalog/catalog.go 18:26:37 spire-1.2.1/pkg/common/catalog/catalog_test.go 18:26:37 spire-1.2.1/pkg/common/catalog/closers.go 18:26:37 spire-1.2.1/pkg/common/catalog/cmd_linux.go 18:26:37 spire-1.2.1/pkg/common/catalog/cmd_other.go 18:26:37 spire-1.2.1/pkg/common/catalog/config.go 18:26:37 spire-1.2.1/pkg/common/catalog/config_test.go 18:26:37 spire-1.2.1/pkg/common/catalog/configure.go 18:26:37 spire-1.2.1/pkg/common/catalog/constraints.go 18:26:37 spire-1.2.1/pkg/common/catalog/constraints_test.go 18:26:37 spire-1.2.1/pkg/common/catalog/context.go 18:26:37 spire-1.2.1/pkg/common/catalog/external.go 18:26:37 spire-1.2.1/pkg/common/catalog/host.go 18:26:37 spire-1.2.1/pkg/common/catalog/pipenet.go 18:26:37 spire-1.2.1/pkg/common/catalog/plugin.go 18:26:37 spire-1.2.1/pkg/common/catalog/testplugin/ 18:26:37 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 18:26:37 spire-1.2.1/pkg/common/catalog/testplugin/main.go 18:26:37 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 18:26:37 spire-1.2.1/pkg/common/cli/ 18:26:37 spire-1.2.1/pkg/common/cli/env.go 18:26:37 spire-1.2.1/pkg/common/cli/flags.go 18:26:37 spire-1.2.1/pkg/common/cli/trust_domain.go 18:26:37 spire-1.2.1/pkg/common/cli/trust_domain_test.go 18:26:37 spire-1.2.1/pkg/common/cli/umask.go 18:26:37 spire-1.2.1/pkg/common/cli/umask_posix.go 18:26:37 spire-1.2.1/pkg/common/cli/umask_test.go 18:26:37 spire-1.2.1/pkg/common/cli/umask_windows.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/ 18:26:37 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/flag.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/flag_test.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/format.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/format_test.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/ 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 18:26:37 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 18:26:37 spire-1.2.1/pkg/common/coretypes/ 18:26:37 spire-1.2.1/pkg/common/coretypes/bundle/ 18:26:37 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 18:26:37 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 18:26:37 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 18:26:37 spire-1.2.1/pkg/common/coretypes/bundle/require.go 18:26:37 spire-1.2.1/pkg/common/coretypes/jwtkey/ 18:26:37 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 18:26:37 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 18:26:37 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 18:26:37 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 18:26:37 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 18:26:37 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 18:26:37 spire-1.2.1/pkg/common/coretypes/x509certificate/ 18:26:37 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 18:26:37 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 18:26:37 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 18:26:37 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 18:26:37 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 18:26:37 spire-1.2.1/pkg/common/cryptoutil/ 18:26:37 spire-1.2.1/pkg/common/cryptoutil/keys.go 18:26:37 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 18:26:37 spire-1.2.1/pkg/common/diskutil/ 18:26:37 spire-1.2.1/pkg/common/diskutil/file_posix.go 18:26:37 spire-1.2.1/pkg/common/diskutil/file_test.go 18:26:37 spire-1.2.1/pkg/common/diskutil/file_windows.go 18:26:37 spire-1.2.1/pkg/common/errorutil/ 18:26:37 spire-1.2.1/pkg/common/errorutil/wrapper.go 18:26:37 spire-1.2.1/pkg/common/health/ 18:26:37 spire-1.2.1/pkg/common/health/config.go 18:26:37 spire-1.2.1/pkg/common/health/context.go 18:26:37 spire-1.2.1/pkg/common/health/context_test.go 18:26:37 spire-1.2.1/pkg/common/health/health.go 18:26:37 spire-1.2.1/pkg/common/health/health_test.go 18:26:37 spire-1.2.1/pkg/common/health/logger.go 18:26:37 spire-1.2.1/pkg/common/hostservice/ 18:26:37 spire-1.2.1/pkg/common/hostservice/metricsservice/ 18:26:37 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 18:26:37 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 18:26:37 spire-1.2.1/pkg/common/idutil/ 18:26:37 spire-1.2.1/pkg/common/idutil/require.go 18:26:37 spire-1.2.1/pkg/common/idutil/require_test.go 18:26:37 spire-1.2.1/pkg/common/idutil/safety.go 18:26:37 spire-1.2.1/pkg/common/idutil/safety_test.go 18:26:37 spire-1.2.1/pkg/common/idutil/spiffeid.go 18:26:37 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 18:26:37 spire-1.2.1/pkg/common/jwtsvid/ 18:26:37 spire-1.2.1/pkg/common/jwtsvid/common.go 18:26:37 spire-1.2.1/pkg/common/jwtsvid/sign.go 18:26:37 spire-1.2.1/pkg/common/jwtsvid/token_test.go 18:26:37 spire-1.2.1/pkg/common/jwtsvid/validate.go 18:26:37 spire-1.2.1/pkg/common/jwtutil/ 18:26:37 spire-1.2.1/pkg/common/jwtutil/keyset.go 18:26:37 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 18:26:37 spire-1.2.1/pkg/common/log/ 18:26:37 spire-1.2.1/pkg/common/log/hclog_adapter.go 18:26:37 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 18:26:37 spire-1.2.1/pkg/common/log/log.go 18:26:37 spire-1.2.1/pkg/common/log/log_test.go 18:26:37 spire-1.2.1/pkg/common/log/options.go 18:26:37 spire-1.2.1/pkg/common/nodeutil/ 18:26:37 spire-1.2.1/pkg/common/nodeutil/node.go 18:26:37 spire-1.2.1/pkg/common/nodeutil/node_test.go 18:26:37 spire-1.2.1/pkg/common/peertracker/ 18:26:37 spire-1.2.1/pkg/common/peertracker/conn.go 18:26:37 spire-1.2.1/pkg/common/peertracker/credentials.go 18:26:37 spire-1.2.1/pkg/common/peertracker/errors.go 18:26:37 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 18:26:37 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 18:26:37 spire-1.2.1/pkg/common/peertracker/info.go 18:26:37 spire-1.2.1/pkg/common/peertracker/listener.go 18:26:37 spire-1.2.1/pkg/common/peertracker/listener_test.go 18:26:37 spire-1.2.1/pkg/common/peertracker/peertracker.go 18:26:37 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 18:26:37 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 18:26:37 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 18:26:37 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 18:26:37 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 18:26:37 spire-1.2.1/pkg/common/peertracker/tcp.go 18:26:37 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 18:26:37 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 18:26:37 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 18:26:37 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 18:26:37 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 18:26:37 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 18:26:37 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 18:26:37 spire-1.2.1/pkg/common/peertracker/uds.go 18:26:37 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 18:26:37 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 18:26:37 spire-1.2.1/pkg/common/peertracker/uds_linux.go 18:26:37 spire-1.2.1/pkg/common/pemutil/ 18:26:37 spire-1.2.1/pkg/common/pemutil/block.go 18:26:37 spire-1.2.1/pkg/common/pemutil/certs.go 18:26:37 spire-1.2.1/pkg/common/pemutil/common.go 18:26:37 spire-1.2.1/pkg/common/pemutil/csr.go 18:26:37 spire-1.2.1/pkg/common/pemutil/keys.go 18:26:37 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 18:26:37 spire-1.2.1/pkg/common/pemutil/testdata/ 18:26:37 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 18:26:37 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 18:26:37 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 18:26:37 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 18:26:37 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 18:26:37 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 18:26:37 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 18:26:37 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 18:26:37 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 18:26:37 spire-1.2.1/pkg/common/plugin/ 18:26:37 spire-1.2.1/pkg/common/plugin/aws/ 18:26:37 spire-1.2.1/pkg/common/plugin/aws/iid.go 18:26:37 spire-1.2.1/pkg/common/plugin/azure/ 18:26:37 spire-1.2.1/pkg/common/plugin/azure/msi.go 18:26:37 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 18:26:37 spire-1.2.1/pkg/common/plugin/facade.go 18:26:37 spire-1.2.1/pkg/common/plugin/facade_test.go 18:26:37 spire-1.2.1/pkg/common/plugin/gcp/ 18:26:37 spire-1.2.1/pkg/common/plugin/gcp/iit.go 18:26:37 spire-1.2.1/pkg/common/plugin/k8s/ 18:26:37 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 18:26:37 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 18:26:37 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 18:26:37 spire-1.2.1/pkg/common/plugin/k8s/utils.go 18:26:37 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 18:26:37 spire-1.2.1/pkg/common/plugin/log.go 18:26:37 spire-1.2.1/pkg/common/plugin/sshpop/ 18:26:37 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 18:26:37 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 18:26:37 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 18:26:37 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 18:26:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 18:26:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 18:26:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 18:26:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 18:26:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 18:26:37 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 18:26:37 spire-1.2.1/pkg/common/plugin/tpmdevid/ 18:26:37 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 18:26:37 spire-1.2.1/pkg/common/plugin/x509pop/ 18:26:37 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 18:26:37 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 18:26:37 spire-1.2.1/pkg/common/profiling/ 18:26:37 spire-1.2.1/pkg/common/profiling/dumpers.go 18:26:37 spire-1.2.1/pkg/common/profiling/profiling.go 18:26:37 spire-1.2.1/pkg/common/protoutil/ 18:26:37 spire-1.2.1/pkg/common/protoutil/masks.go 18:26:37 spire-1.2.1/pkg/common/protoutil/masks_test.go 18:26:37 spire-1.2.1/pkg/common/rotationutil/ 18:26:37 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 18:26:37 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 18:26:37 spire-1.2.1/pkg/common/selector/ 18:26:37 spire-1.2.1/pkg/common/selector/selector.go 18:26:37 spire-1.2.1/pkg/common/selector/selector_test.go 18:26:37 spire-1.2.1/pkg/common/selector/set.go 18:26:37 spire-1.2.1/pkg/common/selector/set_utils.go 18:26:37 spire-1.2.1/pkg/common/selector/set_utils_test.go 18:26:37 spire-1.2.1/pkg/common/telemetry/ 18:26:37 spire-1.2.1/pkg/common/telemetry/agent/ 18:26:37 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 18:26:37 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 18:26:37 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 18:26:37 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 18:26:37 spire-1.2.1/pkg/common/telemetry/agent/manager.go 18:26:37 spire-1.2.1/pkg/common/telemetry/agent/node.go 18:26:37 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 18:26:37 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 18:26:37 spire-1.2.1/pkg/common/telemetry/agent/store/ 18:26:37 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 18:26:37 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 18:26:37 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 18:26:37 spire-1.2.1/pkg/common/telemetry/blackhole.go 18:26:37 spire-1.2.1/pkg/common/telemetry/call.go 18:26:37 spire-1.2.1/pkg/common/telemetry/common/ 18:26:37 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 18:26:37 spire-1.2.1/pkg/common/telemetry/config.go 18:26:37 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 18:26:37 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 18:26:37 spire-1.2.1/pkg/common/telemetry/inmem.go 18:26:37 spire-1.2.1/pkg/common/telemetry/inmem_test.go 18:26:37 spire-1.2.1/pkg/common/telemetry/m3.go 18:26:37 spire-1.2.1/pkg/common/telemetry/m3_test.go 18:26:37 spire-1.2.1/pkg/common/telemetry/metrics.go 18:26:37 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 18:26:37 spire-1.2.1/pkg/common/telemetry/names.go 18:26:37 spire-1.2.1/pkg/common/telemetry/prometheus.go 18:26:37 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 18:26:37 spire-1.2.1/pkg/common/telemetry/sanitize.go 18:26:37 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 18:26:37 spire-1.2.1/pkg/common/telemetry/server/ 18:26:37 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 18:26:37 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 18:26:37 spire-1.2.1/pkg/common/telemetry/server/datastore/ 18:26:37 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 18:26:37 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 18:26:37 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 18:26:37 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 18:26:37 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 18:26:37 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 18:26:37 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 18:26:37 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 18:26:37 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 18:26:37 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 18:26:37 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 18:26:37 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 18:26:37 spire-1.2.1/pkg/common/telemetry/server/rotate.go 18:26:37 spire-1.2.1/pkg/common/telemetry/server/server.go 18:26:37 spire-1.2.1/pkg/common/telemetry/sink.go 18:26:37 spire-1.2.1/pkg/common/telemetry/statsd.go 18:26:37 spire-1.2.1/pkg/common/telemetry/statsd_test.go 18:26:37 spire-1.2.1/pkg/common/telemetry/uptime.go 18:26:37 spire-1.2.1/pkg/common/telemetry/version.go 18:26:37 spire-1.2.1/pkg/common/telemetry/withlabels.go 18:26:37 spire-1.2.1/pkg/common/uptime/ 18:26:37 spire-1.2.1/pkg/common/uptime/uptime.go 18:26:37 spire-1.2.1/pkg/common/uptime/uptime_test.go 18:26:37 spire-1.2.1/pkg/common/util/ 18:26:37 spire-1.2.1/pkg/common/util/certs.go 18:26:37 spire-1.2.1/pkg/common/util/certs_test.go 18:26:37 spire-1.2.1/pkg/common/util/csr.go 18:26:37 spire-1.2.1/pkg/common/util/hash.go 18:26:37 spire-1.2.1/pkg/common/util/selectors.go 18:26:37 spire-1.2.1/pkg/common/util/selectors_test.go 18:26:37 spire-1.2.1/pkg/common/util/signals.go 18:26:37 spire-1.2.1/pkg/common/util/sort.go 18:26:37 spire-1.2.1/pkg/common/util/sort_test.go 18:26:37 spire-1.2.1/pkg/common/util/task.go 18:26:37 spire-1.2.1/pkg/common/util/task_test.go 18:26:37 spire-1.2.1/pkg/common/util/testdata/ 18:26:37 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 18:26:37 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 18:26:37 spire-1.2.1/pkg/common/version/ 18:26:37 spire-1.2.1/pkg/common/version/version.go 18:26:37 spire-1.2.1/pkg/common/x509svid/ 18:26:37 spire-1.2.1/pkg/common/x509svid/common_test.go 18:26:37 spire-1.2.1/pkg/common/x509svid/csr.go 18:26:37 spire-1.2.1/pkg/common/x509svid/upstreamca.go 18:26:37 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 18:26:37 spire-1.2.1/pkg/common/x509util/ 18:26:37 spire-1.2.1/pkg/common/x509util/cert.go 18:26:37 spire-1.2.1/pkg/common/x509util/dns.go 18:26:37 spire-1.2.1/pkg/common/x509util/dns_test.go 18:26:37 spire-1.2.1/pkg/common/x509util/keyid.go 18:26:37 spire-1.2.1/pkg/common/x509util/keypair.go 18:26:37 spire-1.2.1/pkg/common/x509util/serialnumber.go 18:26:37 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 18:26:37 spire-1.2.1/pkg/server/ 18:26:37 spire-1.2.1/pkg/server/api/ 18:26:37 spire-1.2.1/pkg/server/api/agent.go 18:26:37 spire-1.2.1/pkg/server/api/agent/ 18:26:37 spire-1.2.1/pkg/server/api/agent/v1/ 18:26:37 spire-1.2.1/pkg/server/api/agent/v1/service.go 18:26:37 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 18:26:37 spire-1.2.1/pkg/server/api/agent_test.go 18:26:37 spire-1.2.1/pkg/server/api/api.go 18:26:37 spire-1.2.1/pkg/server/api/audit/ 18:26:37 spire-1.2.1/pkg/server/api/audit/audit.go 18:26:37 spire-1.2.1/pkg/server/api/audit/audit_test.go 18:26:37 spire-1.2.1/pkg/server/api/bundle.go 18:26:37 spire-1.2.1/pkg/server/api/bundle/ 18:26:37 spire-1.2.1/pkg/server/api/bundle/v1/ 18:26:37 spire-1.2.1/pkg/server/api/bundle/v1/service.go 18:26:37 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 18:26:37 spire-1.2.1/pkg/server/api/bundle_test.go 18:26:37 spire-1.2.1/pkg/server/api/debug/ 18:26:37 spire-1.2.1/pkg/server/api/debug/v1/ 18:26:37 spire-1.2.1/pkg/server/api/debug/v1/service.go 18:26:37 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 18:26:37 spire-1.2.1/pkg/server/api/entry.go 18:26:37 spire-1.2.1/pkg/server/api/entry/ 18:26:37 spire-1.2.1/pkg/server/api/entry/v1/ 18:26:37 spire-1.2.1/pkg/server/api/entry/v1/service.go 18:26:37 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 18:26:37 spire-1.2.1/pkg/server/api/entry_test.go 18:26:37 spire-1.2.1/pkg/server/api/health/ 18:26:37 spire-1.2.1/pkg/server/api/health/v1/ 18:26:37 spire-1.2.1/pkg/server/api/health/v1/service.go 18:26:37 spire-1.2.1/pkg/server/api/health/v1/service_test.go 18:26:37 spire-1.2.1/pkg/server/api/id.go 18:26:37 spire-1.2.1/pkg/server/api/id_test.go 18:26:37 spire-1.2.1/pkg/server/api/limits/ 18:26:37 spire-1.2.1/pkg/server/api/limits/limits.go 18:26:37 spire-1.2.1/pkg/server/api/middleware/ 18:26:37 spire-1.2.1/pkg/server/api/middleware/alias.go 18:26:37 spire-1.2.1/pkg/server/api/middleware/audit.go 18:26:37 spire-1.2.1/pkg/server/api/middleware/authorization.go 18:26:37 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 18:26:37 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 18:26:37 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 18:26:37 spire-1.2.1/pkg/server/api/middleware/caller.go 18:26:37 spire-1.2.1/pkg/server/api/middleware/caller_test.go 18:26:37 spire-1.2.1/pkg/server/api/middleware/common.go 18:26:37 spire-1.2.1/pkg/server/api/middleware/common_test.go 18:26:37 spire-1.2.1/pkg/server/api/middleware/entries.go 18:26:37 spire-1.2.1/pkg/server/api/middleware/entries_test.go 18:26:37 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 18:26:37 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 18:26:37 spire-1.2.1/pkg/server/api/ratelimit.go 18:26:37 spire-1.2.1/pkg/server/api/rpccontext/ 18:26:37 spire-1.2.1/pkg/server/api/rpccontext/alias.go 18:26:37 spire-1.2.1/pkg/server/api/rpccontext/audit.go 18:26:37 spire-1.2.1/pkg/server/api/rpccontext/caller.go 18:26:37 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 18:26:37 spire-1.2.1/pkg/server/api/selector.go 18:26:37 spire-1.2.1/pkg/server/api/selector_test.go 18:26:37 spire-1.2.1/pkg/server/api/status.go 18:26:37 spire-1.2.1/pkg/server/api/status_test.go 18:26:37 spire-1.2.1/pkg/server/api/svid/ 18:26:37 spire-1.2.1/pkg/server/api/svid/v1/ 18:26:37 spire-1.2.1/pkg/server/api/svid/v1/service.go 18:26:37 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 18:26:37 spire-1.2.1/pkg/server/api/trustdomain.go 18:26:37 spire-1.2.1/pkg/server/api/trustdomain/ 18:26:37 spire-1.2.1/pkg/server/api/trustdomain/v1/ 18:26:37 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 18:26:37 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 18:26:37 spire-1.2.1/pkg/server/api/trustdomain_test.go 18:26:37 spire-1.2.1/pkg/server/authpolicy/ 18:26:37 spire-1.2.1/pkg/server/authpolicy/defaults.go 18:26:37 spire-1.2.1/pkg/server/authpolicy/policy.go 18:26:37 spire-1.2.1/pkg/server/authpolicy/policy.rego 18:26:37 spire-1.2.1/pkg/server/authpolicy/policy_data.json 18:26:37 spire-1.2.1/pkg/server/authpolicy/policy_test.go 18:26:37 spire-1.2.1/pkg/server/authpolicy/validate.go 18:26:37 spire-1.2.1/pkg/server/bundle/ 18:26:37 spire-1.2.1/pkg/server/bundle/client/ 18:26:37 spire-1.2.1/pkg/server/bundle/client/client.go 18:26:37 spire-1.2.1/pkg/server/bundle/client/client_test.go 18:26:37 spire-1.2.1/pkg/server/bundle/client/manager.go 18:26:37 spire-1.2.1/pkg/server/bundle/client/manager_test.go 18:26:37 spire-1.2.1/pkg/server/bundle/client/sources.go 18:26:37 spire-1.2.1/pkg/server/bundle/client/sources_test.go 18:26:37 spire-1.2.1/pkg/server/bundle/client/updater.go 18:26:37 spire-1.2.1/pkg/server/bundle/client/updater_test.go 18:26:37 spire-1.2.1/pkg/server/ca/ 18:26:37 spire-1.2.1/pkg/server/ca/ca.go 18:26:37 spire-1.2.1/pkg/server/ca/ca_health.go 18:26:37 spire-1.2.1/pkg/server/ca/ca_test.go 18:26:37 spire-1.2.1/pkg/server/ca/journal.go 18:26:37 spire-1.2.1/pkg/server/ca/journal_test.go 18:26:37 spire-1.2.1/pkg/server/ca/manager.go 18:26:37 spire-1.2.1/pkg/server/ca/manager_health.go 18:26:37 spire-1.2.1/pkg/server/ca/manager_test.go 18:26:37 spire-1.2.1/pkg/server/ca/templates.go 18:26:37 spire-1.2.1/pkg/server/ca/upstream_client.go 18:26:37 spire-1.2.1/pkg/server/ca/upstream_client_test.go 18:26:37 spire-1.2.1/pkg/server/ca/validation.go 18:26:37 spire-1.2.1/pkg/server/cache/ 18:26:37 spire-1.2.1/pkg/server/cache/dscache/ 18:26:37 spire-1.2.1/pkg/server/cache/dscache/cache.go 18:26:37 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 18:26:37 spire-1.2.1/pkg/server/cache/entrycache/ 18:26:37 spire-1.2.1/pkg/server/cache/entrycache/cache.go 18:26:37 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 18:26:37 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 18:26:37 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 18:26:37 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 18:26:37 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 18:26:37 spire-1.2.1/pkg/server/catalog/ 18:26:37 spire-1.2.1/pkg/server/catalog/catalog.go 18:26:37 spire-1.2.1/pkg/server/catalog/keymanager.go 18:26:37 spire-1.2.1/pkg/server/catalog/nodeattestor.go 18:26:37 spire-1.2.1/pkg/server/catalog/noderesolver.go 18:26:37 spire-1.2.1/pkg/server/catalog/notifier.go 18:26:37 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 18:26:37 spire-1.2.1/pkg/server/config.go 18:26:37 spire-1.2.1/pkg/server/datastore/ 18:26:37 spire-1.2.1/pkg/server/datastore/datastore.go 18:26:37 spire-1.2.1/pkg/server/datastore/datastore_health.go 18:26:37 spire-1.2.1/pkg/server/datastore/repository.go 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/ 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 18:26:37 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 18:26:37 spire-1.2.1/pkg/server/endpoints/ 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/ 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/config.go 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/server.go 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 18:26:37 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 18:26:37 spire-1.2.1/pkg/server/endpoints/config.go 18:26:37 spire-1.2.1/pkg/server/endpoints/endpoints.go 18:26:37 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 18:26:37 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 18:26:37 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 18:26:37 spire-1.2.1/pkg/server/endpoints/middleware.go 18:26:37 spire-1.2.1/pkg/server/endpoints/middleware_test.go 18:26:37 spire-1.2.1/pkg/server/hostservice/ 18:26:37 spire-1.2.1/pkg/server/hostservice/agentstore/ 18:26:37 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 18:26:37 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 18:26:37 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 18:26:37 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 18:26:37 spire-1.2.1/pkg/server/hostservice/identityprovider/ 18:26:37 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 18:26:37 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 18:26:37 spire-1.2.1/pkg/server/plugin/ 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/ 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/base/ 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/test/ 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 18:26:37 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 18:26:37 spire-1.2.1/pkg/server/plugin/nodeattestor/ 18:26:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 18:26:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 18:26:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 18:26:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 18:26:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 18:26:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 18:26:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 18:26:37 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 18:26:37 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 18:26:37 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 18:26:38 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/noderesolver/ 18:26:38 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 18:26:38 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 18:26:38 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 18:26:38 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 18:26:38 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 18:26:38 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 18:26:38 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/notifier/ 18:26:38 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 18:26:38 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 18:26:38 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 18:26:38 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 18:26:38 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 18:26:38 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 18:26:38 spire-1.2.1/pkg/server/plugin/notifier/repository.go 18:26:38 spire-1.2.1/pkg/server/plugin/notifier/v1.go 18:26:38 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 18:26:38 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 18:26:38 spire-1.2.1/pkg/server/registration/ 18:26:38 spire-1.2.1/pkg/server/registration/manager.go 18:26:38 spire-1.2.1/pkg/server/registration/manager_test.go 18:26:38 spire-1.2.1/pkg/server/scanentries.go 18:26:38 spire-1.2.1/pkg/server/scanentries_test.go 18:26:38 spire-1.2.1/pkg/server/server.go 18:26:38 spire-1.2.1/pkg/server/server_test.go 18:26:38 spire-1.2.1/pkg/server/svid/ 18:26:38 spire-1.2.1/pkg/server/svid/observer.go 18:26:38 spire-1.2.1/pkg/server/svid/observer_test.go 18:26:38 spire-1.2.1/pkg/server/svid/rotator.go 18:26:38 spire-1.2.1/pkg/server/svid/rotator_config.go 18:26:38 spire-1.2.1/pkg/server/svid/rotator_config_test.go 18:26:38 spire-1.2.1/pkg/server/svid/rotator_test.go 18:26:38 spire-1.2.1/proto/ 18:26:38 spire-1.2.1/proto/private/ 18:26:38 spire-1.2.1/proto/private/server/ 18:26:38 spire-1.2.1/proto/private/server/journal/ 18:26:38 spire-1.2.1/proto/private/server/journal/journal.pb.go 18:26:38 spire-1.2.1/proto/private/server/journal/journal.proto 18:26:38 spire-1.2.1/proto/spire/ 18:26:38 spire-1.2.1/proto/spire/common/ 18:26:38 spire-1.2.1/proto/spire/common/common.pb.go 18:26:38 spire-1.2.1/proto/spire/common/common.proto 18:26:38 spire-1.2.1/proto/spire/common/plugin/ 18:26:38 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 18:26:38 spire-1.2.1/proto/spire/common/plugin/plugin.proto 18:26:38 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 18:26:38 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 18:26:38 spire-1.2.1/proto/spire/plugin/ 18:26:38 spire-1.2.1/proto/spire/plugin/agent/ 18:26:38 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 18:26:38 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 18:26:38 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 18:26:38 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 18:26:38 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 18:26:38 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 18:26:38 spire-1.2.1/release/ 18:26:38 spire-1.2.1/release/spire-extras/ 18:26:38 spire-1.2.1/release/spire-extras/README.md 18:26:38 spire-1.2.1/release/spire-extras/conf/ 18:26:38 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 18:26:38 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 18:26:38 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 18:26:38 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 18:26:38 spire-1.2.1/release/spire/ 18:26:38 spire-1.2.1/release/spire/README.md 18:26:38 spire-1.2.1/release/spire/conf/ 18:26:38 spire-1.2.1/release/spire/conf/agent/ 18:26:38 spire-1.2.1/release/spire/conf/agent/agent.conf 18:26:38 spire-1.2.1/release/spire/conf/server/ 18:26:38 spire-1.2.1/release/spire/conf/server/server.conf 18:26:38 spire-1.2.1/script/ 18:26:38 spire-1.2.1/script/build-artifact.sh 18:26:38 spire-1.2.1/script/generate_dummy_ca.sh 18:26:38 spire-1.2.1/support/ 18:26:38 spire-1.2.1/support/k8s/ 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/ 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 18:26:38 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 18:26:38 spire-1.2.1/support/oidc-discovery-provider/ 18:26:38 spire-1.2.1/support/oidc-discovery-provider/README.md 18:26:38 spire-1.2.1/support/oidc-discovery-provider/common_test.go 18:26:38 spire-1.2.1/support/oidc-discovery-provider/config.go 18:26:38 spire-1.2.1/support/oidc-discovery-provider/config_test.go 18:26:38 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 18:26:38 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 18:26:38 spire-1.2.1/support/oidc-discovery-provider/handler.go 18:26:38 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 18:26:38 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 18:26:38 spire-1.2.1/support/oidc-discovery-provider/main.go 18:26:38 spire-1.2.1/support/oidc-discovery-provider/server_api.go 18:26:38 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 18:26:38 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 18:26:38 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 18:26:38 spire-1.2.1/test/ 18:26:38 spire-1.2.1/test/clock/ 18:26:38 spire-1.2.1/test/clock/clock.go 18:26:38 spire-1.2.1/test/fakes/ 18:26:38 spire-1.2.1/test/fakes/fakeagentcatalog/ 18:26:38 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 18:26:38 spire-1.2.1/test/fakes/fakeagentkeymanager/ 18:26:38 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 18:26:38 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 18:26:38 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 18:26:38 spire-1.2.1/test/fakes/fakeagentstore/ 18:26:38 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 18:26:38 spire-1.2.1/test/fakes/fakedatastore/ 18:26:38 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 18:26:38 spire-1.2.1/test/fakes/fakeentryclient/ 18:26:38 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 18:26:38 spire-1.2.1/test/fakes/fakehealthchecker/ 18:26:38 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 18:26:38 spire-1.2.1/test/fakes/fakeidentityprovider/ 18:26:38 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 18:26:38 spire-1.2.1/test/fakes/fakemetrics/ 18:26:38 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 18:26:38 spire-1.2.1/test/fakes/fakenoderesolver/ 18:26:38 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 18:26:38 spire-1.2.1/test/fakes/fakenotifier/ 18:26:38 spire-1.2.1/test/fakes/fakenotifier/notifier.go 18:26:38 spire-1.2.1/test/fakes/fakepluginmetrics/ 18:26:38 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 18:26:38 spire-1.2.1/test/fakes/fakeserverca/ 18:26:38 spire-1.2.1/test/fakes/fakeserverca/serverca.go 18:26:38 spire-1.2.1/test/fakes/fakeservercatalog/ 18:26:38 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 18:26:38 spire-1.2.1/test/fakes/fakeserverkeymanager/ 18:26:38 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 18:26:38 spire-1.2.1/test/fakes/fakeservernodeattestor/ 18:26:38 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 18:26:38 spire-1.2.1/test/fakes/fakeupstreamauthority/ 18:26:38 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 18:26:38 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 18:26:38 spire-1.2.1/test/fakes/fakeworkloadapi/ 18:26:38 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 18:26:38 spire-1.2.1/test/fakes/fakeworkloadattestor/ 18:26:38 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 18:26:38 spire-1.2.1/test/fixture/ 18:26:38 spire-1.2.1/test/fixture/certs/ 18:26:38 spire-1.2.1/test/fixture/certs/agent_svid.der 18:26:38 spire-1.2.1/test/fixture/certs/base_cert.pem 18:26:38 spire-1.2.1/test/fixture/certs/base_csr.pem 18:26:38 spire-1.2.1/test/fixture/certs/base_key.pem 18:26:38 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 18:26:38 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 18:26:38 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 18:26:38 spire-1.2.1/test/fixture/certs/blog_cert.pem 18:26:38 spire-1.2.1/test/fixture/certs/blog_csr.pem 18:26:38 spire-1.2.1/test/fixture/certs/blog_key.pem 18:26:38 spire-1.2.1/test/fixture/certs/bundle.der 18:26:38 spire-1.2.1/test/fixture/certs/ca.pem 18:26:38 spire-1.2.1/test/fixture/certs/ca_key.pem 18:26:38 spire-1.2.1/test/fixture/certs/database_cert.pem 18:26:38 spire-1.2.1/test/fixture/certs/database_csr.pem 18:26:38 spire-1.2.1/test/fixture/certs/database_key.pem 18:26:38 spire-1.2.1/test/fixture/certs/node_cert.pem 18:26:38 spire-1.2.1/test/fixture/certs/node_csr.pem 18:26:38 spire-1.2.1/test/fixture/certs/node_key.pem 18:26:38 spire-1.2.1/test/fixture/certs/svid.pem 18:26:38 spire-1.2.1/test/fixture/certs/svid_key.pem 18:26:38 spire-1.2.1/test/fixture/config/ 18:26:38 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 18:26:38 spire-1.2.1/test/fixture/config/agent_good.conf 18:26:38 spire-1.2.1/test/fixture/config/agent_good_templated.conf 18:26:38 spire-1.2.1/test/fixture/config/plugin_good.conf 18:26:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 18:26:38 spire-1.2.1/test/fixture/config/server_good.conf 18:26:38 spire-1.2.1/test/fixture/config/server_good_templated.conf 18:26:38 spire-1.2.1/test/fixture/fixture.go 18:26:38 spire-1.2.1/test/fixture/nodeattestor/ 18:26:38 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 18:26:38 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 18:26:38 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 18:26:38 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 18:26:38 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 18:26:38 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 18:26:38 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 18:26:38 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 18:26:38 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 18:26:38 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 18:26:38 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 18:26:38 spire-1.2.1/test/fixture/registration/ 18:26:38 spire-1.2.1/test/fixture/registration/entries.json 18:26:38 spire-1.2.1/test/fixture/registration/good-for-update.json 18:26:38 spire-1.2.1/test/fixture/registration/good.json 18:26:38 spire-1.2.1/test/fixture/registration/invalid.json 18:26:38 spire-1.2.1/test/fixture/registration/invalid_json.json 18:26:38 spire-1.2.1/test/fixture/registration/manager_test_entries.json 18:26:38 spire-1.2.1/test/integration/ 18:26:38 spire-1.2.1/test/integration/README.md 18:26:38 spire-1.2.1/test/integration/common 18:26:38 spire-1.2.1/test/integration/setup/ 18:26:38 spire-1.2.1/test/integration/setup/adminclient/ 18:26:38 spire-1.2.1/test/integration/setup/adminclient/build.sh 18:26:38 spire-1.2.1/test/integration/setup/adminclient/client.go 18:26:38 spire-1.2.1/test/integration/setup/debugagent/ 18:26:38 spire-1.2.1/test/integration/setup/debugagent/build.sh 18:26:38 spire-1.2.1/test/integration/setup/debugagent/main.go 18:26:38 spire-1.2.1/test/integration/setup/debugserver/ 18:26:38 spire-1.2.1/test/integration/setup/debugserver/build.sh 18:26:38 spire-1.2.1/test/integration/setup/debugserver/main.go 18:26:38 spire-1.2.1/test/integration/setup/downstreamclient/ 18:26:38 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 18:26:38 spire-1.2.1/test/integration/setup/downstreamclient/client.go 18:26:38 spire-1.2.1/test/integration/setup/itclient/ 18:26:38 spire-1.2.1/test/integration/setup/itclient/client.go 18:26:38 spire-1.2.1/test/integration/setup/node-attestation/ 18:26:38 spire-1.2.1/test/integration/setup/node-attestation/build.sh 18:26:38 spire-1.2.1/test/integration/setup/node-attestation/client.go 18:26:38 spire-1.2.1/test/integration/setup/x509pop/ 18:26:38 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 18:26:38 spire-1.2.1/test/integration/setup/x509pop/setup.sh 18:26:38 spire-1.2.1/test/integration/suites/ 18:26:38 spire-1.2.1/test/integration/suites/admin-endpoints/ 18:26:38 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 18:26:38 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 18:26:38 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 18:26:38 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 18:26:38 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 18:26:38 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 18:26:38 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 18:26:38 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 18:26:38 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 18:26:38 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 18:26:38 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 18:26:38 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 18:26:38 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 18:26:38 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 18:26:38 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 18:26:38 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 18:26:38 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 18:26:38 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 18:26:38 spire-1.2.1/test/integration/suites/datastore-mysql/ 18:26:38 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 18:26:38 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 18:26:38 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 18:26:38 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 18:26:38 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres/ 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 18:26:38 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 18:26:38 spire-1.2.1/test/integration/suites/debug-endpoints/ 18:26:38 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 18:26:38 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 18:26:38 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 18:26:38 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 18:26:38 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 18:26:38 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 18:26:38 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 18:26:38 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 18:26:38 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 18:26:38 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 18:26:38 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 18:26:38 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 18:26:38 spire-1.2.1/test/integration/suites/downstream-endpoints/ 18:26:38 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 18:26:38 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 18:26:38 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 18:26:38 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 18:26:38 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 18:26:38 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 18:26:38 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 18:26:38 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 18:26:38 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 18:26:38 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 18:26:38 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 18:26:38 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 18:26:38 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 18:26:38 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 18:26:38 spire-1.2.1/test/integration/suites/join-token/ 18:26:38 spire-1.2.1/test/integration/suites/join-token/01-start-server 18:26:38 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 18:26:38 spire-1.2.1/test/integration/suites/join-token/03-start-agent 18:26:38 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 18:26:38 spire-1.2.1/test/integration/suites/join-token/05-check-svid 18:26:38 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 18:26:38 spire-1.2.1/test/integration/suites/join-token/README.md 18:26:38 spire-1.2.1/test/integration/suites/join-token/conf/ 18:26:38 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 18:26:38 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/join-token/conf/server/ 18:26:38 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 18:26:38 spire-1.2.1/test/integration/suites/join-token/teardown 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/ 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 18:26:38 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/ 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 18:26:38 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 18:26:38 spire-1.2.1/test/integration/suites/k8s/ 18:26:38 spire-1.2.1/test/integration/suites/k8s/00-setup 18:26:38 spire-1.2.1/test/integration/suites/k8s/01-apply-config 18:26:38 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 18:26:38 spire-1.2.1/test/integration/suites/k8s/README.md 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/ 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/server/ 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 18:26:38 spire-1.2.1/test/integration/suites/k8s/init-kubectl 18:26:38 spire-1.2.1/test/integration/suites/k8s/teardown 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/README.md 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/root/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/nested-rotation/teardown 18:26:38 spire-1.2.1/test/integration/suites/node-attestation/ 18:26:38 spire-1.2.1/test/integration/suites/node-attestation/00-setup 18:26:38 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 18:26:38 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 18:26:38 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 18:26:38 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 18:26:38 spire-1.2.1/test/integration/suites/node-attestation/README.md 18:26:38 spire-1.2.1/test/integration/suites/node-attestation/conf/ 18:26:38 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 18:26:38 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 18:26:38 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 18:26:38 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 18:26:38 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 18:26:38 spire-1.2.1/test/integration/suites/node-attestation/teardown 18:26:38 spire-1.2.1/test/integration/suites/rotation/ 18:26:38 spire-1.2.1/test/integration/suites/rotation/00-setup 18:26:38 spire-1.2.1/test/integration/suites/rotation/01-start-server 18:26:38 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 18:26:38 spire-1.2.1/test/integration/suites/rotation/03-start-agent 18:26:38 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 18:26:38 spire-1.2.1/test/integration/suites/rotation/05-check-svids 18:26:38 spire-1.2.1/test/integration/suites/rotation/README.md 18:26:39 spire-1.2.1/test/integration/suites/rotation/conf/ 18:26:39 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 18:26:39 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 18:26:39 spire-1.2.1/test/integration/suites/rotation/conf/server/ 18:26:39 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 18:26:39 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 18:26:39 spire-1.2.1/test/integration/suites/rotation/teardown 18:26:39 spire-1.2.1/test/integration/suites/self-test/ 18:26:39 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 18:26:39 spire-1.2.1/test/integration/suites/self-test/README.md 18:26:39 spire-1.2.1/test/integration/suites/self-test/teardown 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/ 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 18:26:39 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 18:26:39 spire-1.2.1/test/integration/suites/upgrade/ 18:26:39 spire-1.2.1/test/integration/suites/upgrade/00-setup 18:26:39 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 18:26:39 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 18:26:39 spire-1.2.1/test/integration/suites/upgrade/README.md 18:26:39 spire-1.2.1/test/integration/suites/upgrade/conf/ 18:26:39 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 18:26:39 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 18:26:39 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 18:26:39 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 18:26:39 spire-1.2.1/test/integration/suites/upgrade/teardown 18:26:39 spire-1.2.1/test/integration/suites/upgrade/versions.txt 18:26:39 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 18:26:39 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 18:26:39 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 18:26:39 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 18:26:39 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 18:26:39 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 18:26:39 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 18:26:39 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 18:26:39 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 18:26:39 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 18:26:39 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 18:26:39 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 18:26:39 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 18:26:39 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 18:26:39 spire-1.2.1/test/integration/test-one.sh 18:26:39 spire-1.2.1/test/integration/test.sh 18:26:39 spire-1.2.1/test/plugintest/ 18:26:39 spire-1.2.1/test/plugintest/config.go 18:26:39 spire-1.2.1/test/plugintest/load.go 18:26:39 spire-1.2.1/test/plugintest/option.go 18:26:39 spire-1.2.1/test/spiretest/ 18:26:39 spire-1.2.1/test/spiretest/apiserver.go 18:26:39 spire-1.2.1/test/spiretest/assertions.go 18:26:39 spire-1.2.1/test/spiretest/dir.go 18:26:39 spire-1.2.1/test/spiretest/errors_posix.go 18:26:39 spire-1.2.1/test/spiretest/errors_windows.go 18:26:39 spire-1.2.1/test/spiretest/logs.go 18:26:39 spire-1.2.1/test/spiretest/socketapi.go 18:26:39 spire-1.2.1/test/spiretest/suite.go 18:26:39 spire-1.2.1/test/spiretest/x509.go 18:26:39 spire-1.2.1/test/testca/ 18:26:39 spire-1.2.1/test/testca/ca.go 18:26:39 spire-1.2.1/test/testkey/ 18:26:39 spire-1.2.1/test/testkey/generate.sh 18:26:39 spire-1.2.1/test/testkey/genkeys.go 18:26:39 spire-1.2.1/test/testkey/keys.go 18:26:39 spire-1.2.1/test/testkey/new.go 18:26:39 spire-1.2.1/test/tpmsimulator/ 18:26:39 spire-1.2.1/test/tpmsimulator/simulator.go 18:26:39 spire-1.2.1/test/util/ 18:26:39 spire-1.2.1/test/util/cert_fixtures.go 18:26:39 spire-1.2.1/test/util/cert_generation.go 18:26:39 spire-1.2.1/test/util/io_redirection.go 18:26:39 spire-1.2.1/test/util/race.go 18:26:39 spire-1.2.1/test/util/util.go 18:26:39 building spire from source... 18:26:39 Removing intermediate container 3cb9006e24e8 18:26:39 ---> 0980f15140aa 18:26:39 Step 8/22 : COPY . . 18:26:39 Installing go1.17.7... 18:26:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 18:27:06 ---> dca23bca3e7b 18:27:06 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:27:06 ---> Running in 45e39c0a7c3a 18:27:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:27:13 Building bin/spire-server... 18:27:13 go: downloading github.com/mitchellh/cli v1.1.2 18:27:13 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 18:27:13 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 18:27:13 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 18:27:14 go: downloading google.golang.org/grpc v1.44.0 18:27:14 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 18:27:18 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 18:27:18 go: downloading github.com/sirupsen/logrus v1.8.1 18:27:18 go: downloading github.com/imdario/mergo v0.3.12 18:27:18 go: downloading github.com/hashicorp/go-hclog v1.1.0 18:27:19 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 18:27:19 go: downloading github.com/fatih/color v1.13.0 18:27:19 go: downloading github.com/mattn/go-isatty v0.0.14 18:27:20 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 18:27:20 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 18:27:20 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 18:27:20 go: downloading github.com/InVisionApp/go-logger v1.0.1 18:27:20 go: downloading github.com/hashicorp/go-plugin v1.4.3 18:27:20 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 18:27:22 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 18:27:22 go: downloading github.com/armon/go-metrics v0.3.10 18:27:22 go: downloading github.com/prometheus/client_golang v1.12.1 18:27:22 go: downloading github.com/uber-go/tally/v4 v4.1.1 18:27:24 go: downloading github.com/open-policy-agent/opa v0.38.0 18:27:27 Removing intermediate container 05851d0f3570 18:27:27 ---> 5215480cfd37 18:27:27 18:27:27 Step 10/22 : FROM alpine:3.14 18:27:27 ---> ac73e934f311 18:27:27 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 18:27:27 ---> Running in 1cc2ac09fa13 18:27:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 18:27:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 18:27:30 (1/6) Installing ca-certificates (20211220-r0) 18:27:30 (2/6) Installing brotli-libs (1.0.9-r5) 18:27:30 (3/6) Installing nghttp2-libs (1.43.0-r0) 18:27:30 (4/6) Installing libcurl (7.79.1-r0) 18:27:30 (5/6) Installing curl (7.79.1-r0) 18:27:30 (6/6) Installing dumb-init (1.2.5-r1) 18:27:30 Executing busybox-1.33.1-r7.trigger 18:27:30 Executing ca-certificates-20211220-r0.trigger 18:27:31 OK: 8 MiB in 20 packages 18:27:33 Removing intermediate container 1cc2ac09fa13 18:27:33 ---> f1796d97b78f 18:27:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:27:33 ---> Running in a1326ab78621 18:27:34 Removing intermediate container a1326ab78621 18:27:34 ---> 51edac355981 18:27:34 Step 13/22 : WORKDIR /edgex 18:27:34 ---> Running in 7ecc2bad3438 18:27:34 Removing intermediate container 7ecc2bad3438 18:27:34 ---> 0c6dd405f938 18:27:34 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:27:35 ---> 9e89f59ee08e 18:27:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:27:38 ---> d756d4ab3680 18:27:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:27:40 ---> 7ac265083f46 18:27:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 18:27:41 ---> c7e425886bb6 18:27:41 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:27:41 ---> Running in cf70099280e1 18:27:45 Removing intermediate container cf70099280e1 18:27:45 ---> cceadfe202da 18:27:45 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 18:27:45 ---> Running in 8586743af8e7 18:27:45 Removing intermediate container 8586743af8e7 18:27:45 ---> 4a647382fe8e 18:27:45 Step 20/22 : LABEL arch=arm64 18:27:45 ---> Running in 6a210575b7da 18:27:46 Removing intermediate container 6a210575b7da 18:27:46 ---> 4bf92d9e181a 18:27:46 Step 21/22 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 18:27:46 ---> Running in 9773e17e26e5 18:27:47 Removing intermediate container 9773e17e26e5 18:27:47 ---> 15a6c96a9157 18:27:47 Step 22/22 : LABEL version=0.0.0 18:27:47 ---> Running in 50c793d3acc7 18:27:47 Removing intermediate container 50c793d3acc7 18:27:47 ---> 2b2bfc379374 18:27:47 18:27:48 Successfully built 2b2bfc379374 18:27:48 Successfully tagged security-proxy-setup-arm64:latest 18:27:51  Building security-proxy-setup ... done go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 18:27:51 go: downloading github.com/mattn/go-colorable v0.1.12 18:27:51 go: downloading github.com/Masterminds/goutils v1.1.0 18:27:51 go: downloading github.com/Masterminds/semver v1.5.0 18:27:51 go: downloading github.com/google/uuid v1.1.2 18:27:51 go: downloading github.com/huandu/xstrings v1.3.2 18:27:52 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 18:27:52 go: downloading github.com/oklog/run v1.0.0 18:27:52 go: downloading github.com/imkira/go-observer v1.0.3 18:27:52 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 18:27:52 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 18:27:52 go: downloading github.com/prometheus/client_model v0.2.0 18:27:53 go: downloading github.com/prometheus/common v0.32.1 18:27:53 go: downloading go.uber.org/atomic v1.9.0 18:27:53 go: downloading github.com/beorn7/perks v1.0.1 18:27:53 go: downloading github.com/cespare/xxhash/v2 v2.1.2 18:27:53 go: downloading github.com/prometheus/procfs v0.7.3 18:27:54 go: downloading github.com/hashicorp/errwrap v1.1.0 18:27:54 go: downloading github.com/mitchellh/reflectwalk v1.0.1 18:27:54 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 18:27:54 go: downloading github.com/stretchr/testify v1.7.0 18:27:55 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 18:27:55 go: downloading github.com/hashicorp/golang-lru v0.5.4 18:27:55 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 18:27:55 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 18:27:56 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 18:27:57 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 18:28:02 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 18:28:02 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 18:28:02 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 18:28:02 go: downloading github.com/blang/semver/v4 v4.0.0 18:28:02 go: downloading github.com/go-sql-driver/mysql v1.6.0 18:28:02 go: downloading github.com/jinzhu/gorm v1.9.16 18:28:02 go: downloading github.com/lib/pq v1.10.4 18:28:02 go: downloading github.com/mattn/go-sqlite3 v1.14.12 18:28:02 go: downloading github.com/aws/aws-sdk-go v1.43.0 18:28:21 go: downloading k8s.io/client-go v0.23.4 18:28:21 go: downloading google.golang.org/api v0.70.0 18:28:21 go: downloading k8s.io/api v0.23.4 18:28:31 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 18:28:58 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 18:28:58 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 18:28:58 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 18:28:58 go: downloading cloud.google.com/go/storage v1.21.0 18:28:58 go: downloading cloud.google.com/go v0.100.2 18:28:58 go: downloading github.com/google/go-tpm v0.3.3 18:28:58 go: downloading k8s.io/apimachinery v0.23.4 18:28:58 go: downloading k8s.io/kube-aggregator v0.23.3 18:28:58 go: downloading cloud.google.com/go/security v1.3.0 18:28:58 go: downloading sigs.k8s.io/controller-runtime v0.11.1 18:28:59 go: downloading github.com/hashicorp/vault/api v1.4.1 18:29:00 go: downloading github.com/twmb/murmur3 v1.1.6 18:29:00 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 18:29:00 go: downloading gopkg.in/yaml.v2 v2.4.0 18:29:00 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:29:00 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 18:29:01 go: downloading github.com/gobwas/glob v0.2.3 18:29:01 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 18:29:01 go: downloading github.com/tklauser/go-sysconf v0.3.9 18:29:01 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 18:29:01 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 18:29:01 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 18:29:01 go: downloading github.com/aws/smithy-go v1.11.0 18:29:03 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 18:29:03 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 18:29:03 go: downloading github.com/jinzhu/inflection v1.0.0 18:29:03 go: downloading github.com/gogo/protobuf v1.3.2 18:29:08 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 18:29:08 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 18:29:08 go: downloading github.com/Azure/go-autorest/logger v0.2.1 18:29:08 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 18:29:08 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 18:29:08 go: downloading github.com/dimchansky/utfbom v1.1.1 18:29:08 go: downloading cloud.google.com/go/compute v1.3.0 18:29:09 go: downloading cloud.google.com/go/iam v0.1.1 18:29:09 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 18:29:09 go: downloading k8s.io/klog/v2 v2.30.0 18:29:09 go: downloading github.com/google/gofuzz v1.1.0 18:29:10 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 18:29:10 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 18:29:11 go: downloading github.com/spf13/pflag v1.0.5 18:29:11 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 18:29:11 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 18:29:11 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 18:29:11 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 18:29:11 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 18:29:12 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 18:29:12 go: downloading github.com/hashicorp/vault/sdk v0.4.1 18:29:13 go: downloading github.com/mitchellh/mapstructure v1.4.3 18:29:13 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 18:29:13 go: downloading github.com/tklauser/numcpus v0.3.0 18:29:13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 18:29:13 go: downloading github.com/jmespath/go-jmespath v0.4.0 18:29:14 go: downloading go.opencensus.io v0.23.0 18:29:15 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 18:29:15 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 18:29:15 go: downloading gopkg.in/inf.v0 v0.9.1 18:29:16 go: downloading github.com/go-logr/logr v1.2.2 18:29:16 go: downloading github.com/google/go-cmp v0.5.7 18:29:16 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 18:29:16 go: downloading github.com/json-iterator/go v1.1.12 18:29:17 go: downloading github.com/googleapis/gnostic v0.5.5 18:29:19 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 18:29:21 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 18:29:21 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 18:29:21 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 18:29:21 go: downloading go.uber.org/zap v1.21.0 18:29:22 go: downloading sigs.k8s.io/yaml v1.3.0 18:29:22 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 18:29:22 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 18:29:22 go: downloading github.com/modern-go/reflect2 v1.0.2 18:29:23 go: downloading github.com/ryanuber/go-glob v1.0.0 18:29:23 go: downloading github.com/golang/snappy v0.0.4 18:29:23 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 18:29:31 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 18:29:31 go: downloading github.com/hashicorp/go-uuid v1.0.2 18:29:31 go: downloading github.com/hashicorp/go-version v1.2.0 18:29:31 go: downloading go.uber.org/multierr v1.6.0 18:29:58 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 18:29:58 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 18:34:05 Removing intermediate container 45e39c0a7c3a 18:34:05 ---> 185b03fdc51f 18:34:05 18:34:05 Step 10/22 : FROM alpine:3.14 18:34:05 ---> ac73e934f311 18:34:05 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:34:05 ---> Running in be70e62f7efc 18:34:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 18:34:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 18:34:05 (1/2) Installing ca-certificates (20211220-r0) 18:34:05 (2/2) Installing dumb-init (1.2.5-r1) 18:34:05 Executing busybox-1.33.1-r7.trigger 18:34:05 Executing ca-certificates-20211220-r0.trigger 18:34:05 OK: 6 MiB in 16 packages 18:34:05 Removing intermediate container be70e62f7efc 18:34:05 ---> 9a0b53db7fba 18:34:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:34:05 ---> Running in ec7a643a6de8 18:34:05 Removing intermediate container ec7a643a6de8 18:34:05 ---> f335e90a95d5 18:34:05 Step 13/22 : ENV APP_PORT=59860 18:34:05 ---> Running in 1fc4fede178c 18:34:05 Removing intermediate container 1fc4fede178c 18:34:05 ---> b4f087e3e2cb 18:34:05 Step 14/22 : EXPOSE $APP_PORT 18:34:05 ---> Running in ab85c48c594d 18:34:05 Removing intermediate container ab85c48c594d 18:34:05 ---> 0ef2b047dc1d 18:34:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:05 ---> 9884152d2b96 18:34:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:34:05 ---> 000a7efabeaf 18:34:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:34:06 ---> ace3116ebcfc 18:34:06 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:34:06 ---> Running in 90fc8eaa91b6 18:34:07 Removing intermediate container 90fc8eaa91b6 18:34:07 ---> 656f50ead9ea 18:34:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:07 ---> Running in 4a9fd22ee6f0 18:34:07 Removing intermediate container 4a9fd22ee6f0 18:34:07 ---> a59a6b7b94ac 18:34:07 Step 20/22 : LABEL arch=arm64 18:34:07 ---> Running in 8cfc28d91d19 18:34:08 Removing intermediate container 8cfc28d91d19 18:34:08 ---> c10e446b890d 18:34:08 Step 21/22 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 18:34:08 ---> Running in 15cccad66451 18:34:08 Removing intermediate container 15cccad66451 18:34:08 ---> 276a4cea07bc 18:34:08 Step 22/22 : LABEL version=0.0.0 18:34:08 ---> Running in 78cbf76c3c4e 18:34:09 Removing intermediate container 78cbf76c3c4e 18:34:09 ---> 564eaa941c9c 18:34:09 18:34:09 Successfully built 564eaa941c9c 18:34:10 Successfully tagged support-notifications-arm64:latest 18:39:47  Building support-notifications ... done Building bin/spire-agent... 18:39:47 Building bin/spire-agent... 18:39:48 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 18:39:49 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 18:39:49 go: downloading cloud.google.com/go/secretmanager v1.3.0 18:39:49 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 18:39:49 go: downloading github.com/docker/docker v20.10.12+incompatible 18:39:52 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 18:39:52 go: downloading github.com/docker/docker v20.10.12+incompatible 18:39:52 go: downloading cloud.google.com/go/secretmanager v1.3.0 18:39:52 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 18:39:53 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 18:39:54 go: downloading github.com/google/go-tpm-tools v0.3.3 18:39:54 go: downloading github.com/google/go-tpm-tools v0.3.3 18:39:56 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 18:39:56 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 18:39:56 go: downloading github.com/docker/go-connections v0.4.0 18:39:56 go: downloading github.com/docker/go-units v0.4.0 18:39:56 go: downloading github.com/opencontainers/image-spec v1.0.1 18:39:56 go: downloading github.com/containerd/containerd v1.3.4 18:39:56 go: downloading github.com/docker/distribution v2.7.1+incompatible 18:39:57 go: downloading github.com/opencontainers/go-digest v1.0.0 18:39:57 go: downloading github.com/docker/go-units v0.4.0 18:39:57 go: downloading github.com/docker/go-connections v0.4.0 18:39:57 go: downloading github.com/opencontainers/image-spec v1.0.1 18:39:58 go: downloading github.com/containerd/containerd v1.3.4 18:39:58 go: downloading github.com/docker/distribution v2.7.1+incompatible 18:39:58 go: downloading github.com/opencontainers/go-digest v1.0.0 18:48:20 Removing intermediate container fed447c06dc1 18:48:20 ---> 18c17a2fc7a0 18:48:20 18:48:20 Step 13/25 : FROM alpine:3.15 18:48:20 ---> 3fb3c9af89a9 18:48:20 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:48:20 ---> Using cache 18:48:20 ---> 07d7318e64b0 18:48:20 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:48:20 ---> Using cache 18:48:20 ---> 0bcc15e644cf 18:48:20 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:48:20 ---> Running in e173eb6b4ac5 18:48:20 Removing intermediate container d1a53734a805 18:48:20 ---> bc7b0f4ebb96 18:48:20 18:48:20 Step 13/26 : FROM alpine:3.15 18:48:20 ---> 3fb3c9af89a9 18:48:20 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:48:20 ---> Using cache 18:48:20 ---> 07d7318e64b0 18:48:20 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:48:20 ---> Using cache 18:48:20 ---> 0bcc15e644cf 18:48:20 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 18:48:20 ---> Running in aba6d1f813c3 18:48:22 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:48:22 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:48:23 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:48:23 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:48:24 v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] 18:48:24 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 18:48:24 OK: 15729 distinct packages available 18:48:24 v3.15.4-17-g6f0b06dea5 [https://nl.alpinelinux.org/alpine/v3.15/main] 18:48:24 v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] 18:48:24 OK: 15729 distinct packages available 18:48:24 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:48:24 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:48:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:48:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:48:26 (1/5) Installing dumb-init (1.2.5-r1) 18:48:26 (1/4) Installing dumb-init (1.2.5-r1) 18:48:26 (2/5) Installing musl-obstack (1.2.3-r0) 18:48:26 (2/4) Installing musl-obstack (1.2.3-r0) 18:48:26 (3/5) Installing libucontext (1.1-r0) 18:48:26 (3/4) Installing libucontext (1.1-r0) 18:48:26 (4/5) Installing gcompat (1.0.0-r4) 18:48:26 (4/4) Installing gcompat (1.0.0-r4) 18:48:26 (5/5) Installing openssl (1.1.1n-r0) 18:48:26 Executing busybox-1.34.1-r5.trigger 18:48:26 Executing busybox-1.34.1-r5.trigger 18:48:26 OK: 6 MiB in 18 packages 18:48:26 OK: 6 MiB in 19 packages 18:48:28 Removing intermediate container e173eb6b4ac5 18:48:28 ---> 7bb09b973154 18:48:28 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 18:48:28 Removing intermediate container aba6d1f813c3 18:48:28 ---> bf78359c4e27 18:48:28 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 18:48:33 ---> 6aa044cec0dc 18:48:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 18:48:33 ---> 5635e5d41bf1 18:48:33 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 18:48:34 ---> 4a0e2953f9d5 18:48:34 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 18:48:34 ---> 88d7e1ff558e 18:48:34 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 18:48:34 ---> Running in 98a78270a7d0 18:48:34 Removing intermediate container 98a78270a7d0 18:48:34 ---> 68a246c6b891 18:48:34 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 18:48:34 ---> 2271e618ab3e 18:48:34 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 18:48:35 ---> e2f360bfe7a4 18:48:35 Step 21/26 : WORKDIR / 18:48:35 ---> ea5d880749fc 18:48:35 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:48:35 ---> Running in 48a1b78ff8c3 18:48:35 ---> Running in 98d254fd9784 18:48:35 Removing intermediate container 48a1b78ff8c3 18:48:35 ---> f909968b493f 18:48:35 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:48:36 ---> Running in f82ae9c43e96 18:48:36 Removing intermediate container 98d254fd9784 18:48:36 ---> c150a3ff1bd4 18:48:36 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:48:36 ---> Running in ab8243ad0e6b 18:48:36 Removing intermediate container f82ae9c43e96 18:48:36 ---> 8c63179d0513 18:48:36 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:48:36 ---> Running in 69b4beb91d1c 18:48:36 Removing intermediate container ab8243ad0e6b 18:48:36 ---> 4db937b2011e 18:48:36 Step 23/25 : LABEL arch=arm64 18:48:36 ---> Running in f93ea4bc0ec4 18:48:37 Removing intermediate container 69b4beb91d1c 18:48:37 ---> 4a219c212b28 18:48:37 Step 24/26 : LABEL arch=arm64 18:48:37 ---> Running in cb9820a482ac 18:48:37 Removing intermediate container f93ea4bc0ec4 18:48:37 ---> 8c57899ffcf3 18:48:37 Step 24/25 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 18:48:37 ---> Running in 9fcb0db7fc47 18:48:37 Removing intermediate container cb9820a482ac 18:48:37 ---> 17d5562892d5 18:48:37 Step 25/26 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 18:48:37 ---> Running in 03dbc620d68e 18:48:37 Removing intermediate container 9fcb0db7fc47 18:48:37 ---> 5769b0711f93 18:48:37 Step 25/25 : LABEL version=0.0.0 18:48:38 ---> Running in d4cbd2b748e3 18:48:38 Removing intermediate container 03dbc620d68e 18:48:38 ---> 856fc11b21d5 18:48:38 Step 26/26 : LABEL version=0.0.0 18:48:38 ---> Running in da27a17ebce2 18:48:38 Removing intermediate container d4cbd2b748e3 18:48:38 ---> 071b9bcf03a5 18:48:38 18:48:38 Successfully built 071b9bcf03a5 18:48:38 Successfully tagged security-spire-server-arm64:latest 18:48:38  Building security-spire-server ... done Removing intermediate container da27a17ebce2 18:48:38 ---> 59e110843df1 18:48:38 18:48:39 Successfully built 59e110843df1 18:48:39 Successfully tagged security-spire-config-arm64:latest 18:51:00  Building security-spire-config ... done Building bin/spire-agent... 18:51:00 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 18:51:00 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 18:51:00 go: downloading cloud.google.com/go/secretmanager v1.3.0 18:51:00 go: downloading github.com/docker/docker v20.10.12+incompatible 18:51:00 go: downloading github.com/google/go-tpm-tools v0.3.3 18:51:00 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 18:51:00 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 18:51:00 go: downloading github.com/docker/go-connections v0.4.0 18:51:00 go: downloading github.com/docker/go-units v0.4.0 18:51:00 go: downloading github.com/opencontainers/image-spec v1.0.1 18:51:00 go: downloading github.com/containerd/containerd v1.3.4 18:51:00 go: downloading github.com/docker/distribution v2.7.1+incompatible 18:51:00 go: downloading github.com/opencontainers/go-digest v1.0.0 18:54:53 Removing intermediate container d3c13100b55a 18:54:53 ---> 496cafd09dcd 18:54:53 18:54:53 Step 13/26 : FROM alpine:3.15 18:54:53 ---> 3fb3c9af89a9 18:54:53 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:54:53 ---> Using cache 18:54:53 ---> 07d7318e64b0 18:54:53 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:54:53 ---> Using cache 18:54:53 ---> 0bcc15e644cf 18:54:53 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:54:53 ---> Using cache 18:54:53 ---> 7bb09b973154 18:54:53 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 18:54:53 ---> a35cb77a4187 18:54:53 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 18:54:53 ---> 3bfbf33f7a47 18:54:53 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 18:54:53 ---> 7bcfca64f8e1 18:54:53 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 18:54:53 ---> 8a1898fc5d71 18:54:53 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 18:54:53 ---> 97f6387bc2f7 18:54:53 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:54:53 ---> Running in 6c8763d16d9a 18:54:53 Removing intermediate container 6c8763d16d9a 18:54:53 ---> a7bbeae99756 18:54:53 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:54:53 ---> Running in 5f407f797487 18:54:53 Removing intermediate container 5f407f797487 18:54:53 ---> b711af3436ed 18:54:53 Step 24/26 : LABEL arch=arm64 18:54:53 ---> Running in 02c67d5312b5 18:54:53 Removing intermediate container 02c67d5312b5 18:54:53 ---> ba6f3d9eb0df 18:54:53 Step 25/26 : LABEL git_sha=46a4fbd21856455d1ab57b7f92bf6ee0a53026db 18:54:53 ---> Running in 19ab236acbe5 18:54:53 Removing intermediate container 19ab236acbe5 18:54:53 ---> bbfcbaee845c 18:54:53 Step 26/26 : LABEL version=0.0.0 18:54:53 ---> Running in c25eaf66a59a 18:54:53 Removing intermediate container c25eaf66a59a 18:54:53 ---> 1e0e7958bbc9 18:54:53 18:54:53 Successfully built 1e0e7958bbc9 18:54:53 Successfully tagged security-spire-agent-arm64:latest 18:54:53  Building security-spire-agent ... done  [Pipeline] } 18:54:53 $ docker stop --time=1 d5598ef568bdb68238bb5832548807cb0099eb902412eb74f5275b1e0aa6eb4d 18:54:55 $ docker rm -f d5598ef568bdb68238bb5832548807cb0099eb902412eb74f5275b1e0aa6eb4d [Pipeline] // withDockerContainer [Pipeline] sh 18:54:56 + docker images 18:54:56 REPOSITORY TAG IMAGE ID CREATED SIZE 18:54:56 security-spire-agent-arm64 latest 1e0e7958bbc9 7 seconds ago 126MB 18:54:56 496cafd09dcd 33 seconds ago 4.25GB 18:54:56 security-spire-config-arm64 latest 59e110843df1 6 minutes ago 85.6MB 18:54:56 security-spire-server-arm64 latest 071b9bcf03a5 6 minutes ago 86.3MB 18:54:56 18c17a2fc7a0 6 minutes ago 4.25GB 18:54:56 bc7b0f4ebb96 6 minutes ago 4.25GB 18:54:56 support-notifications-arm64 latest 564eaa941c9c 20 minutes ago 29.4MB 18:54:56 185b03fdc51f 21 minutes ago 1.5GB 18:54:56 security-proxy-setup-arm64 latest 2b2bfc379374 27 minutes ago 49.1MB 18:54:56 5215480cfd37 27 minutes ago 1.51GB 18:54:56 support-scheduler-arm64 latest 8fb19ff393e5 29 minutes ago 28.8MB 18:54:56 core-metadata-arm64 latest a7c02dc980d5 29 minutes ago 29.1MB 18:54:56 545633a6de9a 29 minutes ago 1.5GB 18:54:56 35c3c4f1a244 29 minutes ago 1.5GB 18:54:56 sys-mgmt-agent-arm64 latest b03f08e9c448 36 minutes ago 294MB 18:54:56 b93da44a5684 37 minutes ago 1.52GB 18:54:56 security-spiffe-token-provider-arm64 latest 655318e7ae74 39 minutes ago 31.3MB 18:54:56 core-command-arm64 latest fe365668d1d0 39 minutes ago 27.4MB 18:54:56 f5955de10632 39 minutes ago 1.49GB 18:54:56 0246a7f2226a 39 minutes ago 1.5GB 18:54:56 security-bootstrapper-arm64 latest 99505ca3c110 49 minutes ago 27.2MB 18:54:56 security-secretstore-setup-arm64 latest 2a7bd46c09b1 49 minutes ago 47.9MB 18:54:56 core-data-arm64 latest b9faebdc7410 49 minutes ago 34.7MB 18:54:56 db7bfa42d987 50 minutes ago 1.51GB 18:54:56 7f87466bcfca 50 minutes ago 1.5GB 18:54:56 cc842a4c62bc 50 minutes ago 1.51GB 18:54:56 ci-base-image-arm64 latest c02c9edb81f6 About an hour ago 886MB 18:54:56 docker 20.10.14 c346e9eafbab 7 days ago 202MB 18:54:56 alpine 3.14 ac73e934f311 7 days ago 5.34MB 18:54:56 alpine 3.15 3fb3c9af89a9 7 days ago 5.32MB 18:54:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB 18:54:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 21 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:54:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:54:57 18:54:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 18:54:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:54:57 arm64: Pulling from edgex-lftools-log-publisher 18:54:57 8998bd30e6a1: Pulling fs layer 18:54:57 04944245beec: Pulling fs layer 18:54:57 699f458cf7ca: Pulling fs layer 18:54:57 765212b225bb: Pulling fs layer 18:54:57 f23df028b6ca: Pulling fs layer 18:54:57 d65c8cfc05b1: Pulling fs layer 18:54:57 2437ff75d9bd: Pulling fs layer 18:54:57 f23df028b6ca: Waiting 18:54:57 d65c8cfc05b1: Waiting 18:54:57 2437ff75d9bd: Waiting 18:54:57 765212b225bb: Waiting 18:54:57 04944245beec: Verifying Checksum 18:54:57 04944245beec: Download complete 18:54:57 765212b225bb: Verifying Checksum 18:54:57 765212b225bb: Download complete 18:54:58 f23df028b6ca: Verifying Checksum 18:54:58 f23df028b6ca: Download complete 18:54:58 d65c8cfc05b1: Verifying Checksum 18:54:58 d65c8cfc05b1: Download complete 18:54:58 699f458cf7ca: Verifying Checksum 18:54:58 699f458cf7ca: Download complete 18:54:58 8998bd30e6a1: Verifying Checksum 18:54:58 8998bd30e6a1: Download complete 18:55:00 2437ff75d9bd: Download complete 18:55:03 8998bd30e6a1: Pull complete 18:55:03 04944245beec: Pull complete 18:55:05 699f458cf7ca: Pull complete 18:55:05 765212b225bb: Pull complete 18:55:06 f23df028b6ca: Pull complete 18:55:06 d65c8cfc05b1: Pull complete 18:55:21 2437ff75d9bd: Pull complete 18:55:21 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:55:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:55:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 18:55:22 prd-ubuntu20.04-docker-arm64-4c-16g-20704 does not seem to be running inside a container 18:55:22 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:55:25 $ docker top 78c15194c8adad0f50e161c11ee3544ced515bc2340796cff591b4779a9ac271 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:55:26 ---> job-cost.sh 18:55:26 lf-activate-venv: SKIPPING 18:55:26 INFO: No Stack... 18:55:26 INFO: Retrieving Pricing Info for: v3-standard-4 18:55:27 INFO: Archiving Costs [Pipeline] sh 18:55:28 + cut -d, -f6 18:55:28 + cat /w/workspace/edgex-go/8/archives/cost.csv [Pipeline] lock 18:55:28 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3922-8-stack-cost] 18:55:28 Resource [jenkins-edgexfoundry-edgex-go-PR-3922-8-stack-cost] did not exist. Created. 18:55:28 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3922-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:55:29 + echo total: 0.2199999988079071 [Pipeline] stash 18:55:29 Stashed 1 file(s) [Pipeline] } 18:55:29 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3922-8-stack-cost] [Pipeline] // lock [Pipeline] } 18:55:29 $ docker stop --time=1 78c15194c8adad0f50e161c11ee3544ced515bc2340796cff591b4779a9ac271 18:55:31 $ docker rm -f 78c15194c8adad0f50e161c11ee3544ced515bc2340796cff591b4779a9ac271 [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 18:55:31 provisioning config files... 18:55:31 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config8707768561996998047tmp [Pipeline] { [Pipeline] sh 18:55:31 + set +x 18:55:31 + curl -s https://codecov.io/bash 18:55:31 + bash -s -- 18:55:31 18:55:31 _____ _ 18:55:31 / ____| | | 18:55:31 | | ___ __| | ___ ___ _____ __ 18:55:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:55:31 | |___| (_) | (_| | __/ (_| (_) \ V / 18:55:31 \_____\___/ \__,_|\___|\___\___/ \_/ 18:55:31 Bash-1.0.6 18:55:31 18:55:31 18:55:31 ==> git version 2.25.1 found 18:55:31 ==> 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 18:55:31 Release-Date: 2020-01-08 18:55:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:55:31 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:55:31 ==> Jenkins CI detected. 18:55:31 current dir:  /w/workspace/edgex-go/8 18:55:31 project root: . 18:55:31 --> token set from env 18:55:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:55:31 ==> Running gcov in . (disable via -X gcov) 18:55:31 ==> Python coveragepy not found 18:55:31 ==> Searching for coverage reports in: 18:55:31 + . 18:55:32 -> Found 1 reports 18:55:32 ==> Detecting git/mercurial file structure 18:55:32 ==> Reading reports 18:55:32 + ./coverage.out bytes=433581 18:55:32 ==> Appending adjustments 18:55:32 https://docs.codecov.io/docs/fixing-reports 18:55:33 + Found adjustments 18:55:33 ==> Gzipping contents 18:55:33 60K /tmp/codecov.Gy0ov1.gz 18:55:33 ==> Uploading reports 18:55:33 url: https://codecov.io 18:55:33 query: branch=PR-3922&commit=46a4fbd21856455d1ab57b7f92bf6ee0a53026db&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3922%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3922&job=&cmd_args= 18:55:33 -> Pinging Codecov 18:55:33 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3922&commit=46a4fbd21856455d1ab57b7f92bf6ee0a53026db&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3922%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3922&job=&cmd_args= 18:55:33 -> Uploading to 18:55:33 https://storage.googleapis.com/codecov/v4/raw/2022-04-12/00271124DB129430A58F1EEE437C3FCB/46a4fbd21856455d1ab57b7f92bf6ee0a53026db/9e272b05-0856-4ec8-95cc-916c6eee776e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220412T185533Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f08e28a0a67009677431a89358e8a6b1afec89d416d76dde54b006c2b178f3fe 18:55:33 % Total % Received % Xferd Average Speed Time Time Time Current 18:55:33 Dload Upload Total Spent Left Speed 18:55:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59700 0 0 100 59700 0 262k --:--:-- --:--:-- --:--:-- 261k 100 59700 0 0 100 59700 0 247k --:--:-- --:--:-- --:--:-- 245k 18:55:33 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/46a4fbd21856455d1ab57b7f92bf6ee0a53026db [Pipeline] } 18:55:33 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 18:55:34 + [ -d /w/workspace/edgex-go/8/archives ] [Pipeline] libraryResource [Pipeline] sh 18:55:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:55:35 ---> package-listing.sh 18:55:35 ++ facter osfamily 18:55:35 ++ tr '[:upper:]' '[:lower:]' 18:55:36 + OS_FAMILY=debian 18:55:36 + workspace=/w/workspace/edgex-go/8 18:55:36 + START_PACKAGES=/tmp/packages_start.txt 18:55:36 + END_PACKAGES=/tmp/packages_end.txt 18:55:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:55:36 + PACKAGES=/tmp/packages_start.txt 18:55:36 + '[' /w/workspace/edgex-go/8 ']' 18:55:36 + PACKAGES=/tmp/packages_end.txt 18:55:36 + case "${OS_FAMILY}" in 18:55:36 + dpkg -l 18:55:36 + grep '^ii' 18:55:36 + '[' -f /tmp/packages_start.txt ']' 18:55:36 + '[' -f /tmp/packages_end.txt ']' 18:55:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:55:36 + '[' /w/workspace/edgex-go/8 ']' 18:55:36 + mkdir -p /w/workspace/edgex-go/8/archives/ 18:55:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo 18:55:36 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:55:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:55:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:55:36 18:55:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 18:55:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:55:37 latest: Pulling from edgex-lftools-log-publisher 18:55:37 5eb5b503b376: Pulling fs layer 18:55:37 5c69ac0246d0: Pulling fs layer 18:55:37 ec43610c2a17: Pulling fs layer 18:55:37 3a2ae6a8a46f: Pulling fs layer 18:55:37 33b1e0a273af: Pulling fs layer 18:55:37 5d3b04190fa2: Pulling fs layer 18:55:37 2f39f015ded8: Pulling fs layer 18:55:37 2f39f015ded8: Waiting 18:55:37 33b1e0a273af: Waiting 18:55:37 3a2ae6a8a46f: Waiting 18:55:37 5c69ac0246d0: Verifying Checksum 18:55:37 5c69ac0246d0: Download complete 18:55:37 3a2ae6a8a46f: Verifying Checksum 18:55:37 3a2ae6a8a46f: Download complete 18:55:37 33b1e0a273af: Verifying Checksum 18:55:37 33b1e0a273af: Download complete 18:55:37 5d3b04190fa2: Download complete 18:55:37 ec43610c2a17: Verifying Checksum 18:55:37 ec43610c2a17: Download complete 18:55:37 5eb5b503b376: Verifying Checksum 18:55:37 5eb5b503b376: Download complete 18:55:38 2f39f015ded8: Download complete 18:55:38 5eb5b503b376: Pull complete 18:55:39 5c69ac0246d0: Pull complete 18:55:39 ec43610c2a17: Pull complete 18:55:39 3a2ae6a8a46f: Pull complete 18:55:39 33b1e0a273af: Pull complete 18:55:39 5d3b04190fa2: Pull complete 18:55:44 2f39f015ded8: Pull complete 18:55:44 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:55:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:55:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 18:55:44 prd-ubuntu20.04-docker-8c-8g-20701 does not seem to be running inside a container 18:55:44 $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-lftools-log-publisher:latest cat 18:55:46 $ docker top 3dbd6668d1496ac5fa94a2b0621619cdbb2ffff95ce00ae2a9e679c4328c1fba -eo pid,comm [Pipeline] { [Pipeline] sh 18:55:46 + touch /tmp/pre-build-complete [Pipeline] sh 18:55:46 + mkdir -p /var/log/sysstat [Pipeline] sh 18:55:47 + ls /var/log/sa-host 18:55:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:55:47 provisioning config files... 18:55:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config4080437192999745053tmp [Pipeline] { [Pipeline] echo 18:55:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:55:47 ---> create-netrc.sh [Pipeline] } 18:55:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:55:48 ---> python-tools-install.sh [Pipeline] echo 18:55:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:55:48 ---> sudo-logs.sh 18:55:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:55:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:55:48 ---> job-cost.sh 18:55:48 lf-activate-venv: SKIPPING 18:55:48 DEBUG: total: 0.2199999988079071 18:55:48 INFO: Retrieving Stack Cost... 18:55:49 INFO: Retrieving Pricing Info for: v3-standard-8 18:55:49 INFO: Archiving Costs [Pipeline] echo 18:55:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:55:49 ---> logs-deploy.sh 18:55:49 lf-activate-venv: SKIPPING 18:55:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3922/8 18:55:49 INFO: archiving workspace using pattern(s): 18:55:50 Archives upload complete. 18:55:50 INFO: archiving logs to Nexus 18:55:51 ---> uname -a: 18:55:51 Linux prd-ubuntu20-04-docker-8c-8g-20701 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 18:55:51 18:55:51 18:55:51 ---> lscpu: 18:55:51 Architecture: x86_64 18:55:51 CPU op-mode(s): 32-bit, 64-bit 18:55:51 Byte Order: Little Endian 18:55:51 Address sizes: 40 bits physical, 48 bits virtual 18:55:51 CPU(s): 8 18:55:51 On-line CPU(s) list: 0-7 18:55:51 Thread(s) per core: 1 18:55:51 Core(s) per socket: 1 18:55:51 Socket(s): 8 18:55:51 NUMA node(s): 1 18:55:51 Vendor ID: AuthenticAMD 18:55:51 CPU family: 23 18:55:51 Model: 49 18:55:51 Model name: AMD EPYC-Rome Processor 18:55:51 Stepping: 0 18:55:51 CPU MHz: 2799.998 18:55:51 BogoMIPS: 5599.99 18:55:51 Virtualization: AMD-V 18:55:51 Hypervisor vendor: KVM 18:55:51 Virtualization type: full 18:55:51 L1d cache: 256 KiB 18:55:51 L1i cache: 256 KiB 18:55:51 L2 cache: 4 MiB 18:55:51 L3 cache: 128 MiB 18:55:51 NUMA node0 CPU(s): 0-7 18:55:51 Vulnerability Itlb multihit: Not affected 18:55:51 Vulnerability L1tf: Not affected 18:55:51 Vulnerability Mds: Not affected 18:55:51 Vulnerability Meltdown: Not affected 18:55:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:55:51 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:55:51 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:55:51 Vulnerability Srbds: Not affected 18:55:51 Vulnerability Tsx async abort: Not affected 18:55:51 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 18:55:51 18:55:51 18:55:51 ---> nproc: 18:55:51 8 18:55:51 18:55:51 18:55:51 ---> df -h: 18:55:51 Filesystem Size Used Avail Use% Mounted on 18:55:51 overlay 155G 28G 127G 19% / 18:55:51 tmpfs 64M 0 64M 0% /dev 18:55:51 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:55:51 shm 64M 0 64M 0% /dev/shm 18:55:51 /dev/vda1 155G 28G 127G 19% /facter-os 18:55:51 18:55:51 18:55:51 ---> sar -b -r -n DEV: 18:55:51 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-20701) 04/12/22 _x86_64_ (8 CPU) 18:55:51 18:55:51 17:37:33 LINUX RESTART (8 CPU) 18:55:51 18:55:51 17:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:55:51 17:39:01 275.70 17.71 257.99 0.00 2240.96 150122.58 0.00 18:55:51 17:40:01 74.53 0.03 74.49 0.00 4.00 50359.21 0.00 18:55:51 17:41:01 41.39 0.12 41.28 0.00 1.60 11890.83 0.00 18:55:51 17:42:01 341.76 0.12 341.64 0.00 16.80 280352.47 0.00 18:55:51 17:43:01 506.55 0.33 506.22 0.00 4.67 261816.23 0.00 18:55:51 17:44:01 867.44 0.17 867.28 0.00 1.33 374684.71 0.00 18:55:51 17:45:01 1005.77 2.73 1003.03 0.00 25.73 358697.42 0.00 18:55:51 17:46:01 658.85 0.15 658.70 0.00 3.73 259730.22 0.00 18:55:51 17:47:01 498.58 0.07 498.52 0.00 4.67 129372.61 0.00 18:55:51 17:48:01 416.78 0.02 416.76 0.00 0.13 165251.52 0.00 18:55:51 17:49:01 241.05 0.00 241.05 0.00 0.00 93404.47 0.00 18:55:51 17:50:01 2.05 0.00 2.05 0.00 0.00 25.86 0.00 18:55:51 17:51:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 18:55:51 17:52:01 0.93 0.00 0.93 0.00 0.00 12.00 0.00 18:55:51 17:53:01 2.07 0.02 2.05 0.00 0.13 22.53 0.00 18:55:51 17:54:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 18:55:51 17:55:01 1.65 0.00 1.65 0.00 0.00 17.86 0.00 18:55:51 17:56:01 2.23 0.00 2.23 0.00 0.00 25.33 0.00 18:55:51 17:57:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 18:55:51 17:58:01 1.53 0.00 1.53 0.00 0.00 18.13 0.00 18:55:51 17:59:01 1.65 0.00 1.65 0.00 0.00 18.00 0.00 18:55:51 18:00:01 2.22 0.00 2.22 0.00 0.00 24.93 0.00 18:55:51 18:01:01 1.52 0.00 1.52 0.00 0.00 15.99 0.00 18:55:51 18:02:01 3.88 1.57 2.32 0.00 49.06 29.73 0.00 18:55:51 18:03:01 1.70 0.00 1.70 0.00 0.00 19.73 0.00 18:55:51 18:04:01 2.17 0.00 2.17 0.00 0.00 24.00 0.00 18:55:51 18:05:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 18:55:51 18:06:01 2.15 0.00 2.15 0.00 0.00 24.26 0.00 18:55:51 18:07:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 18:55:51 18:08:01 2.28 0.00 2.28 0.00 0.00 25.46 0.00 18:55:51 18:09:01 0.90 0.00 0.90 0.00 0.00 10.66 0.00 18:55:51 18:10:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 18:55:51 18:11:01 1.17 0.00 1.17 0.00 0.00 12.93 0.00 18:55:51 18:12:01 1.45 0.00 1.45 0.00 0.00 17.33 0.00 18:55:51 18:13:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 18:55:51 18:14:01 3.97 0.87 3.10 0.00 18.40 38.53 0.00 18:55:51 18:15:01 1.50 0.00 1.50 0.00 0.00 16.66 0.00 18:55:51 18:16:01 2.32 0.00 2.32 0.00 0.00 26.00 0.00 18:55:51 18:17:01 1.65 0.02 1.63 0.00 0.13 18.13 0.00 18:55:51 18:18:01 2.23 0.00 2.23 0.00 0.00 26.12 0.00 18:55:51 18:19:02 1.60 0.00 1.60 0.00 0.00 17.86 0.00 18:55:51 18:20:01 2.27 0.00 2.27 0.00 0.00 25.21 0.00 18:55:51 18:21:01 1.63 0.00 1.63 0.00 0.00 17.99 0.00 18:55:51 18:22:01 2.28 0.00 2.28 0.00 0.00 25.86 0.00 18:55:51 18:23:01 1.35 0.00 1.35 0.00 0.00 14.53 0.00 18:55:51 18:24:01 2.38 0.00 2.38 0.00 0.00 27.46 0.00 18:55:51 18:25:01 1.57 0.00 1.57 0.00 0.00 17.33 0.00 18:55:51 18:26:01 2.23 0.00 2.23 0.00 0.00 24.26 0.00 18:55:51 18:27:01 1.70 0.00 1.70 0.00 0.00 18.66 0.00 18:55:51 18:28:01 2.22 0.00 2.22 0.00 0.00 25.19 0.00 18:55:51 18:29:01 1.68 0.00 1.68 0.00 0.00 19.20 0.00 18:55:51 18:30:01 2.27 0.00 2.27 0.00 0.00 25.06 0.00 18:55:51 18:31:01 1.62 0.00 1.62 0.00 0.00 17.33 0.00 18:55:51 18:32:01 2.30 0.00 2.30 0.00 0.00 25.46 0.00 18:55:51 18:33:01 1.62 0.00 1.62 0.00 0.00 17.33 0.00 18:55:51 18:34:01 2.38 0.00 2.38 0.00 0.00 27.58 0.00 18:55:51 18:35:01 1.65 0.00 1.65 0.00 0.00 18.80 0.00 18:55:51 18:36:01 2.15 0.00 2.15 0.00 0.00 24.40 0.00 18:55:51 18:37:01 1.65 0.00 1.65 0.00 0.00 18.40 0.00 18:55:51 18:38:01 2.33 0.00 2.33 0.00 0.00 26.39 0.00 18:55:51 18:39:01 2.97 0.17 2.80 0.00 18.26 32.79 0.00 18:55:51 18:40:01 2.23 0.00 2.23 0.00 0.00 25.60 0.00 18:55:51 18:41:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 18:55:51 18:42:01 2.28 0.00 2.28 0.00 0.00 25.86 0.00 18:55:51 18:43:01 1.55 0.00 1.55 0.00 0.00 17.06 0.00 18:55:51 18:44:01 2.37 0.00 2.37 0.00 0.00 28.13 0.00 18:55:51 18:45:01 1.62 0.00 1.62 0.00 0.00 17.86 0.00 18:55:51 18:46:01 2.20 0.00 2.20 0.00 0.00 25.46 0.00 18:55:51 18:47:01 1.63 0.00 1.63 0.00 0.00 18.39 0.00 18:55:51 18:48:01 2.27 0.00 2.27 0.00 0.00 25.20 0.00 18:55:51 18:49:01 1.73 0.00 1.73 0.00 0.00 19.73 0.00 18:55:51 18:50:01 2.20 0.00 2.20 0.00 0.00 25.06 0.00 18:55:51 18:51:01 1.67 0.00 1.67 0.00 0.00 19.19 0.00 18:55:51 18:52:01 2.25 0.00 2.25 0.00 0.00 25.33 0.00 18:55:51 18:53:01 1.50 0.00 1.50 0.00 0.00 17.33 0.00 18:55:51 18:54:01 2.35 0.00 2.35 0.00 0.00 27.46 0.00 18:55:51 18:55:01 1.62 0.00 1.62 0.00 0.00 18.13 0.00 18:55:51 Average: 65.62 0.31 65.31 0.00 31.04 27759.60 0.00 18:55:51 18:55:51 17:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:55:51 17:39:01 28208352 31753260 537804 1.64 120432 3660180 2035864 6.00 1243952 3008460 310068 18:55:51 17:40:01 28146516 31670500 618160 1.88 150760 3576096 2322824 6.85 1393720 2882596 137404 18:55:51 17:41:01 27652468 31734792 552344 1.68 154480 4096632 1981408 5.84 1500304 3236340 348428 18:55:51 17:42:01 22342088 31605400 673132 2.05 162668 9124928 2611052 7.70 2031376 7854120 37836 18:55:51 17:43:01 17205216 31124344 1139304 3.46 249700 13346600 3653292 10.77 3042692 11616784 190520 18:55:51 17:44:01 13023444 31063284 1192492 3.63 277532 17286252 3699448 10.90 3966020 14711684 457740 18:55:51 17:45:01 5828808 30245220 1998184 6.08 482936 22919412 4437784 13.08 5191300 20128760 641292 18:55:51 17:46:01 3759136 29165540 3073872 9.35 540940 23833432 5800160 17.09 6877424 20481548 297756 18:55:51 17:47:01 6620632 31296008 950952 2.89 561436 23063400 2612488 7.70 4640484 19853444 39276 18:55:51 17:48:01 6715780 31626332 631752 1.92 680860 23241392 2220420 6.54 3544640 20930684 392236 18:55:51 17:49:01 8567560 31727728 534424 1.63 727912 21536680 1879524 5.54 3121124 19595660 432 18:55:51 17:50:01 8568316 31728488 533512 1.62 727940 21536684 1879524 5.54 3121368 19595664 148 18:55:51 17:51:01 8569440 31729692 532252 1.62 727964 21536688 1879524 5.54 3120484 19595668 12 18:55:51 17:52:01 8583372 31743708 518392 1.58 727980 21536688 1879524 5.54 3105844 19595764 180 18:55:51 17:53:01 8584928 31745228 516628 1.57 728008 21536688 1896840 5.59 3104808 19595772 36 18:55:51 17:54:01 8584952 31745292 516544 1.57 728032 21536696 1896840 5.59 3105028 19595772 48 18:55:51 17:55:01 8584904 31745284 516488 1.57 728068 21536700 1896840 5.59 3104940 19595776 16 18:55:51 17:56:01 8585076 31745512 516204 1.57 728116 21536704 1896840 5.59 3104620 19595780 12 18:55:51 17:57:01 8585028 31745588 516172 1.57 728132 21536704 1896840 5.59 3104960 19595884 12 18:55:51 17:58:01 8585504 31746088 515844 1.57 728160 21536700 1896840 5.59 3104408 19595888 56 18:55:51 17:59:01 8585212 31745840 516052 1.57 728188 21536712 1896840 5.59 3105044 19595892 12 18:55:51 18:00:01 8585668 31746340 515480 1.57 728244 21536712 1896840 5.59 3104716 19595892 28 18:55:51 18:01:01 8585852 31746580 515424 1.57 728284 21536716 1896840 5.59 3104752 19595896 12 18:55:51 18:02:01 8581388 31744600 517224 1.57 728348 21538196 1896840 5.59 3110720 19595428 176 18:55:51 18:03:01 8581128 31744380 517432 1.57 728380 21538200 1896840 5.59 3109988 19595424 36 18:55:51 18:04:01 8581080 31744352 517396 1.57 728400 21538204 1896840 5.59 3110324 19595428 196 18:55:51 18:05:01 8580836 31744128 517580 1.57 728416 21538204 1912896 5.64 3110448 19595428 24 18:55:51 18:06:01 8580480 31743816 517820 1.57 728444 21538208 1912896 5.64 3110384 19595432 12 18:55:51 18:07:01 8580664 31744008 517796 1.57 728452 21538208 1912896 5.64 3110032 19595432 12 18:55:51 18:08:01 8580404 31743760 517972 1.58 728480 21538212 1912896 5.64 3110128 19595436 36 18:55:51 18:09:01 8580356 31743740 517956 1.58 728480 21538216 1912896 5.64 3110496 19595440 12 18:55:51 18:10:01 8580220 31743604 517984 1.58 728484 21538216 1929168 5.69 3110344 19595440 204 18:55:51 18:11:01 8580220 31743608 517948 1.58 728492 21538220 1929168 5.69 3109972 19595444 12 18:55:51 18:12:01 8580132 31743712 517744 1.57 728504 21538356 1929168 5.69 3110256 19595580 48 18:55:51 18:13:01 8580084 31743668 517732 1.57 728512 21538348 1929168 5.69 3110004 19595580 12 18:55:51 18:14:01 8577184 31741692 519764 1.58 728580 21538872 1934592 5.70 3110924 19595944 188 18:55:51 18:15:01 8577088 31741608 519780 1.58 728592 21538872 1934592 5.70 3110732 19595944 188 18:55:51 18:16:01 8577300 31741824 519488 1.58 728608 21538876 1934592 5.70 3110500 19595948 200 18:55:51 18:17:01 8577512 31742064 519216 1.58 728620 21538880 1934592 5.70 3110868 19595952 12 18:55:51 18:18:01 8577472 31742072 519148 1.58 728656 21538884 1934592 5.70 3110552 19595956 48 18:55:51 18:19:02 8577620 31742228 518876 1.58 728696 21538888 1934592 5.70 3110868 19595960 12 18:55:51 18:20:01 8577784 31742432 518564 1.58 728736 21538892 1934592 5.70 3110640 19595960 204 18:55:51 18:21:01 8577736 31742444 518628 1.58 728772 21538896 1934592 5.70 3110636 19595972 12 18:55:51 18:22:01 8577224 31741996 519072 1.58 728816 21538900 1934592 5.70 3110712 19595980 188 18:55:51 18:23:01 8577400 31742228 519024 1.58 728864 21538900 1934592 5.70 3110748 19595984 212 18:55:51 18:24:01 8577084 31741936 519268 1.58 728892 21538904 1934592 5.70 3111152 19595976 12 18:55:51 18:25:01 8577344 31742216 518912 1.58 728928 21538908 1934592 5.70 3110536 19595980 12 18:55:51 18:26:01 8577020 31741948 519128 1.58 728960 21538908 1934592 5.70 3110724 19595984 12 18:55:51 18:27:01 8577004 31741992 519032 1.58 729008 21538912 1934592 5.70 3110784 19595992 12 18:55:51 18:28:01 8577208 31742196 518720 1.58 729052 21538916 1934592 5.70 3110776 19595992 12 18:55:51 18:29:01 8577076 31742144 518928 1.58 729080 21538916 1934592 5.70 3111344 19595992 12 18:55:51 18:30:01 8577060 31742140 518896 1.58 729124 21538924 1934592 5.70 3110888 19595996 12 18:55:51 18:31:01 8577028 31742164 518848 1.58 729160 21538924 1934592 5.70 3110868 19596000 12 18:55:51 18:32:01 8577708 31742908 518268 1.58 729216 21538928 1934592 5.70 3111040 19596008 12 18:55:51 18:33:01 8577432 31742688 518464 1.58 729260 21538928 1934592 5.70 3111032 19596012 12 18:55:51 18:34:01 8577416 31742688 518384 1.58 729292 21538932 1918352 5.65 3111404 19596004 8 18:55:51 18:35:01 8577368 31742712 518332 1.58 729324 21538940 1918352 5.65 3111180 19596012 12 18:55:51 18:36:01 8577772 31743260 517948 1.58 729348 21539068 1918352 5.65 3111148 19596140 12 18:55:51 18:37:01 8577488 31743000 518356 1.58 729384 21539072 1918352 5.65 3111172 19596144 12 18:55:51 18:38:01 8577724 31743308 518020 1.58 729428 21539080 1918352 5.65 3111256 19596152 12 18:55:51 18:39:01 8574944 31741216 520284 1.58 729460 21539620 1936080 5.71 3111780 19596632 8 18:55:51 18:40:01 8574848 31741132 520228 1.58 729500 21539632 1936080 5.71 3111440 19596636 208 18:55:51 18:41:01 8575092 31741432 519948 1.58 729520 21539632 1936080 5.71 3111384 19596640 12 18:55:51 18:42:01 8575156 31741532 519900 1.58 729556 21539636 1936080 5.71 3111336 19596644 12 18:55:51 18:43:01 8574580 31741016 520340 1.58 729596 21539640 1936080 5.71 3111612 19596652 212 18:55:51 18:44:01 8574784 31741268 520008 1.58 729620 21539640 1936080 5.71 3111908 19596644 16 18:55:51 18:45:01 8575052 31741548 519716 1.58 729640 21539644 1936080 5.71 3111612 19596648 12 18:55:51 18:46:01 8574972 31741524 519664 1.58 729680 21539648 1936080 5.71 3111700 19596652 232 18:55:51 18:47:01 8574980 31741536 519584 1.58 729704 21539652 1936080 5.71 3111424 19596656 12 18:55:51 18:48:01 8574888 31741504 519804 1.58 729724 21539656 1936080 5.71 3111776 19596664 12 18:55:51 18:49:01 8575004 31741628 519564 1.58 729756 21539656 1936080 5.71 3112116 19596660 16 18:55:51 18:50:01 8575028 31741688 519516 1.58 729760 21539660 1936080 5.71 3111732 19596664 20 18:55:51 18:51:01 8574696 31741368 519756 1.58 729784 21539668 1936080 5.71 3111996 19596668 20 18:55:51 18:52:01 8574648 31741364 519812 1.58 729820 21539668 1936080 5.71 3111724 19596672 20 18:55:51 18:53:01 8574808 31741532 519788 1.58 729840 21539672 1936080 5.71 3111924 19596676 20 18:55:51 18:54:01 8574772 31741536 519992 1.58 729876 21539672 1936080 5.71 3112092 19596676 16 18:55:51 18:55:01 8575496 31742308 519176 1.58 729912 21539680 1936080 5.71 3111752 19596684 20 18:55:51 Average: 9535494 31662551 599378 1.82 678147 20613395 2079650 6.13 3140765 18670628 37099 18:55:51 18:55:51 17:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:55:51 17:39:01 docker0 1214.03 930.63 97.46 3730.43 0.00 0.00 0.00 0.00 18:55:51 17:39:01 lo 4.60 4.60 0.45 0.45 0.00 0.00 0.00 0.00 18:55:51 17:39:01 ens3 2087.72 2168.59 10767.98 264.76 0.00 0.00 0.00 0.00 18:55:51 17:40:01 docker0 1.43 1.53 0.09 0.13 0.00 0.00 0.00 0.00 18:55:51 17:40:01 vethfe574e3 1.43 1.65 0.11 0.14 0.00 0.00 0.00 0.00 18:55:51 17:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 17:40:01 ens3 60.40 47.65 33.18 57.74 0.00 0.00 0.00 0.00 18:55:51 17:41:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:41:01 vethfe574e3 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:41:01 ens3 26.43 14.65 22.69 12.03 0.00 0.00 0.00 0.00 18:55:51 17:42:01 docker0 36.88 46.23 2.12 190.69 0.00 0.00 0.00 0.00 18:55:51 17:42:01 veth94707a9 0.00 0.82 0.00 0.05 0.00 0.00 0.00 0.00 18:55:51 17:42:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 18:55:51 17:42:01 ens3 178.79 129.73 1896.23 88.36 0.00 0.00 0.00 0.00 18:55:51 17:43:01 docker0 215.63 468.16 15.97 5832.39 0.00 0.00 0.00 0.00 18:55:51 17:43:01 veth94707a9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:55:51 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:43:01 ens3 523.01 261.24 5858.94 84.67 0.00 0.00 0.00 0.00 18:55:51 17:43:01 veth7d90b10 215.63 468.19 18.92 5832.39 0.00 0.00 0.00 0.48 18:55:51 17:44:01 docker0 43.12 59.76 2.51 327.10 0.00 0.00 0.00 0.00 18:55:51 17:44:01 vetheadadb6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:55:51 17:44:01 veth94707a9 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 18:55:51 17:44:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 18:55:51 17:44:01 veth7c5ba29 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 18:55:51 17:44:01 ens3 111.96 75.47 412.79 23.90 0.00 0.00 0.00 0.00 18:55:51 17:44:01 veth7d90b10 0.10 0.47 0.01 0.02 0.00 0.00 0.00 0.00 18:55:51 17:45:01 veth36396df 222.98 422.35 18.96 5828.74 0.00 0.00 0.00 0.48 18:55:51 17:45:01 docker0 490.93 927.15 34.94 12039.21 0.00 0.00 0.00 0.00 18:55:51 17:45:01 veth52e22d9 235.44 459.76 20.09 5834.53 0.00 0.00 0.00 0.48 18:55:51 17:45:01 veth94707a9 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 18:55:51 17:45:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 18:55:51 17:45:01 ens3 1017.81 561.94 12130.53 139.32 0.00 0.00 0.00 0.00 18:55:51 17:46:01 veth36396df 6.73 9.15 0.67 1.02 0.00 0.00 0.00 0.00 18:55:51 17:46:01 docker0 30.42 43.82 1.90 121.38 0.00 0.00 0.00 0.00 18:55:51 17:46:01 vethc4b4b79 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 18:55:51 17:46:01 veth52e22d9 0.17 0.27 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 17:46:01 veth94707a9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:55:51 17:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 17:46:01 ens3 101.70 80.79 151.47 76.69 0.00 0.00 0.00 0.00 18:55:51 17:47:01 veth36396df 0.13 0.17 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 17:47:01 docker0 23.51 43.44 2.00 614.63 0.00 0.00 0.00 0.00 18:55:51 17:47:01 veth52e22d9 10.71 14.85 1.02 207.01 0.00 0.00 0.00 0.02 18:55:51 17:47:01 veth94707a9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:47:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 18:55:51 17:47:01 ens3 107.10 60.38 1724.90 15.51 0.00 0.00 0.00 0.00 18:55:51 17:48:01 docker0 12.91 14.93 0.98 206.55 0.00 0.00 0.00 0.00 18:55:51 17:48:01 veth94707a9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 17:48:01 ens3 56.57 49.99 221.24 70.79 0.00 0.00 0.00 0.00 18:55:51 17:49:01 docker0 14.08 17.48 0.81 77.38 0.00 0.00 0.00 0.00 18:55:51 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:49:01 ens3 25.04 18.21 83.99 4.04 0.00 0.00 0.00 0.00 18:55:51 17:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 17:50:01 ens3 0.90 0.62 0.37 0.29 0.00 0.00 0.00 0.00 18:55:51 17:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:51:01 ens3 0.53 0.42 0.26 0.22 0.00 0.00 0.00 0.00 18:55:51 17:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 17:52:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 17:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:53:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 17:54:01 ens3 0.23 0.25 0.08 0.08 0.00 0.00 0.00 0.00 18:55:51 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:55:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 17:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:57:01 ens3 0.30 0.28 0.47 0.02 0.00 0.00 0.00 0.00 18:55:51 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 17:58:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 17:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 17:59:01 ens3 0.12 0.13 0.07 0.07 0.00 0.00 0.00 0.00 18:55:51 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:02:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 18:55:51 18:02:01 ens3 6.90 4.92 5.12 5.98 0.00 0.00 0.00 0.00 18:55:51 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:03:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:04:01 ens3 0.62 0.22 0.12 0.07 0.00 0.00 0.00 0.00 18:55:51 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:05:01 ens3 0.68 0.45 0.35 0.28 0.00 0.00 0.00 0.00 18:55:51 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:06:01 ens3 0.28 0.22 0.12 0.07 0.00 0.00 0.00 0.00 18:55:51 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:08:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:09:01 ens3 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 18:55:51 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:12:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:14:01 ens3 0.23 0.27 0.08 0.08 0.00 0.00 0.00 0.00 18:55:51 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:15:01 ens3 0.20 0.18 0.28 0.01 0.00 0.00 0.00 0.00 18:55:51 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:16:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:19:02 ens3 0.13 0.13 0.08 0.07 0.00 0.00 0.00 0.00 18:55:51 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:24:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 18:55:51 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:27:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:28:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:29:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 18:55:51 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:33:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:34:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 18:55:51 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:35:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:36:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:37:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:39:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:39:01 ens3 0.33 0.33 0.18 0.09 0.00 0.00 0.00 0.00 18:55:51 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:40:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:41:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:42:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:43:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:44:01 ens3 0.38 0.40 0.42 0.09 0.00 0.00 0.00 0.00 18:55:51 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:46:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:49:01 ens3 0.15 0.15 0.08 0.07 0.00 0.00 0.00 0.00 18:55:51 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:51:01 ens3 0.43 0.37 0.26 0.21 0.00 0.00 0.00 0.00 18:55:51 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:53:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:55:51 18:54:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 18:55:51 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 18:55:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:51 Average: docker0 27.06 33.16 2.06 300.56 0.00 0.00 0.00 0.00 18:55:51 Average: lo 0.21 0.21 0.02 0.02 0.00 0.00 0.00 0.00 18:55:51 Average: ens3 56.02 45.22 432.70 10.99 0.00 0.00 0.00 0.00 18:55:51 18:55:51 18:55:51 ---> sar -P ALL: 18:55:51 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-20701) 04/12/22 _x86_64_ (8 CPU) 18:55:51 18:55:51 17:37:33 LINUX RESTART (8 CPU) 18:55:51 18:55:51 17:38:01 CPU %user %nice %system %iowait %steal %idle 18:55:51 17:39:01 all 12.56 0.00 4.31 1.86 0.07 81.20 18:55:51 17:39:01 0 11.99 0.00 4.42 0.47 0.07 83.05 18:55:51 17:39:01 1 13.58 0.00 5.04 3.54 0.08 77.76 18:55:51 17:39:01 2 19.55 0.00 5.25 5.54 0.05 69.61 18:55:51 17:39:01 3 11.09 0.00 4.76 0.86 0.08 83.20 18:55:51 17:39:01 4 9.22 0.00 3.45 0.22 0.07 87.04 18:55:51 17:39:01 5 10.57 0.00 4.22 2.54 0.07 82.60 18:55:51 17:39:01 6 11.98 0.00 3.51 0.52 0.05 83.94 18:55:51 17:39:01 7 12.50 0.00 3.81 1.15 0.10 82.44 18:55:51 17:40:01 all 31.75 0.00 6.62 0.82 0.09 60.74 18:55:51 17:40:01 0 32.06 0.00 6.11 0.02 0.10 61.71 18:55:51 17:40:01 1 31.89 0.00 6.58 0.37 0.08 61.08 18:55:51 17:40:01 2 33.17 0.00 6.73 0.42 0.10 59.57 18:55:51 17:40:01 3 31.95 0.00 6.61 0.99 0.07 60.38 18:55:51 17:40:01 4 31.73 0.00 6.15 0.22 0.07 61.84 18:55:51 17:40:01 5 31.33 0.00 6.73 0.82 0.08 61.04 18:55:51 17:40:01 6 30.91 0.00 7.06 0.07 0.10 61.86 18:55:51 17:40:01 7 30.92 0.00 6.97 3.63 0.08 58.39 18:55:51 17:41:01 all 47.95 0.00 6.27 0.21 0.11 45.47 18:55:51 17:41:01 0 51.64 0.00 6.00 0.02 0.12 42.23 18:55:51 17:41:01 1 47.64 0.00 6.46 0.00 0.12 45.78 18:55:51 17:41:01 2 46.64 0.00 6.01 1.20 0.08 46.07 18:55:51 17:41:01 3 47.78 0.00 6.39 0.03 0.10 45.70 18:55:51 17:41:01 4 49.77 0.00 6.71 0.24 0.10 43.18 18:55:51 17:41:01 5 47.14 0.00 6.38 0.05 0.10 46.33 18:55:51 17:41:01 6 47.26 0.00 5.85 0.02 0.10 46.77 18:55:51 17:41:01 7 45.75 0.00 6.34 0.10 0.12 47.69 18:55:51 17:42:01 all 15.72 0.00 10.91 4.00 0.08 69.29 18:55:51 17:42:01 0 16.08 0.00 11.58 13.20 0.08 59.06 18:55:51 17:42:01 1 17.17 0.00 12.51 1.64 0.09 68.60 18:55:51 17:42:01 2 16.61 0.00 12.20 3.73 0.10 67.36 18:55:51 17:42:01 3 13.51 0.00 9.58 3.25 0.09 73.57 18:55:51 17:42:01 4 14.75 0.00 9.53 1.30 0.07 74.36 18:55:51 17:42:01 5 15.01 0.00 11.44 2.21 0.09 71.26 18:55:51 17:42:01 6 18.88 0.00 11.14 3.90 0.07 66.02 18:55:51 17:42:01 7 13.72 0.00 9.31 2.66 0.09 74.23 18:55:51 17:43:01 all 73.66 0.00 13.01 3.10 0.14 10.09 18:55:51 17:43:01 0 76.79 0.00 11.85 1.97 0.13 9.25 18:55:51 17:43:01 1 72.25 0.00 16.70 2.14 0.15 8.76 18:55:51 17:43:01 2 73.31 0.00 14.71 1.06 0.13 10.78 18:55:51 17:43:01 3 74.08 0.00 11.03 7.18 0.12 7.60 18:55:51 17:43:01 4 73.58 0.00 11.05 1.59 0.13 13.65 18:55:51 17:43:01 5 71.84 0.00 12.43 1.31 0.14 14.28 18:55:51 17:43:01 6 72.88 0.00 13.29 8.85 0.15 4.82 18:55:51 17:43:01 7 74.52 0.00 13.02 0.71 0.13 11.62 18:55:51 17:44:01 all 71.31 0.00 13.85 3.82 0.14 10.87 18:55:51 17:44:01 0 70.83 0.00 14.95 4.32 0.15 9.75 18:55:51 17:44:01 1 80.40 0.00 11.42 1.09 0.15 6.94 18:55:51 17:44:01 2 70.81 0.00 13.25 1.30 0.13 14.51 18:55:51 17:44:01 3 71.55 0.00 12.93 2.15 0.15 13.22 18:55:51 17:44:01 4 66.54 0.00 15.36 10.23 0.15 7.72 18:55:51 17:44:01 5 66.15 0.00 15.03 7.15 0.14 11.53 18:55:51 17:44:01 6 71.47 0.00 14.27 2.26 0.14 11.86 18:55:51 17:44:01 7 72.59 0.00 13.65 2.15 0.14 11.47 18:55:51 17:45:01 all 68.49 0.00 15.40 5.84 0.16 10.10 18:55:51 17:45:01 0 67.72 0.00 15.81 4.09 0.17 12.21 18:55:51 17:45:01 1 66.73 0.00 16.57 6.80 0.15 9.75 18:55:51 17:45:01 2 71.06 0.00 14.08 4.89 0.17 9.81 18:55:51 17:45:01 3 70.46 0.00 14.39 4.58 0.15 10.42 18:55:51 17:45:01 4 67.83 0.00 14.61 7.49 0.14 9.93 18:55:51 17:45:01 5 67.50 0.00 16.50 6.65 0.17 9.17 18:55:51 17:45:01 6 70.15 0.00 14.38 6.37 0.15 8.95 18:55:51 17:45:01 7 66.49 0.00 16.88 5.88 0.19 10.56 18:55:51 17:46:01 all 86.19 0.00 13.45 0.02 0.15 0.19 18:55:51 17:46:01 0 86.35 0.00 13.45 0.07 0.13 0.00 18:55:51 17:46:01 1 85.12 0.00 14.26 0.00 0.15 0.47 18:55:51 17:46:01 2 85.35 0.00 14.20 0.03 0.15 0.27 18:55:51 17:46:01 3 86.60 0.00 13.18 0.00 0.17 0.05 18:55:51 17:46:01 4 86.72 0.00 12.88 0.03 0.13 0.23 18:55:51 17:46:01 5 86.37 0.00 13.25 0.00 0.15 0.23 18:55:51 17:46:01 6 84.91 0.00 14.76 0.02 0.15 0.17 18:55:51 17:46:01 7 88.11 0.00 11.61 0.02 0.17 0.10 18:55:51 17:47:01 all 74.88 0.00 9.12 1.71 0.14 14.15 18:55:51 17:47:01 0 72.51 0.00 10.73 5.24 0.15 11.37 18:55:51 17:47:01 1 77.02 0.00 9.01 0.28 0.17 13.52 18:55:51 17:47:01 2 82.64 0.00 8.46 0.50 0.13 8.26 18:55:51 17:47:01 3 72.28 0.00 10.56 0.96 0.12 16.08 18:55:51 17:47:01 4 74.36 0.00 5.69 0.12 0.13 19.70 18:55:51 17:47:01 5 76.48 0.00 8.93 1.20 0.13 13.26 18:55:51 17:47:01 6 71.22 0.00 9.77 2.60 0.13 16.28 18:55:51 17:47:01 7 72.51 0.00 9.81 2.80 0.13 14.74 18:55:51 17:48:01 all 26.53 0.00 8.45 4.54 0.10 60.38 18:55:51 17:48:01 0 17.66 0.00 14.00 20.53 0.09 47.74 18:55:51 17:48:01 1 24.79 0.00 8.17 2.24 0.09 64.72 18:55:51 17:48:01 2 29.54 0.00 8.38 4.59 0.10 57.39 18:55:51 17:48:01 3 24.22 0.00 8.93 1.99 0.12 64.74 18:55:51 17:48:01 4 45.47 0.00 6.81 1.90 0.13 45.68 18:55:51 17:48:01 5 22.02 0.00 7.22 1.44 0.07 69.25 18:55:51 17:48:01 6 24.85 0.00 7.35 0.90 0.14 66.77 18:55:51 17:48:01 7 23.51 0.00 6.81 2.84 0.09 66.76 18:55:51 17:49:01 all 5.93 0.00 3.47 3.33 0.06 87.21 18:55:51 17:49:01 0 4.90 0.00 4.15 20.89 0.05 70.01 18:55:51 17:49:01 1 4.70 0.00 4.80 1.01 0.05 89.44 18:55:51 17:49:01 2 7.04 0.00 3.60 0.51 0.07 88.78 18:55:51 17:49:01 3 7.44 0.00 3.82 2.26 0.05 86.42 18:55:51 17:49:01 4 6.90 0.00 3.04 1.65 0.07 88.35 18:55:51 17:49:01 5 5.27 0.00 2.95 0.22 0.03 91.52 18:55:51 17:49:01 6 5.81 0.00 3.44 0.03 0.07 90.65 18:55:51 17:49:01 7 5.36 0.00 1.97 0.15 0.07 92.45 18:55:51 18:55:51 17:49:01 CPU %user %nice %system %iowait %steal %idle 18:55:51 17:50:01 all 0.01 0.00 0.01 0.01 0.00 99.96 18:55:51 17:50:01 0 0.02 0.00 0.00 0.07 0.00 99.92 18:55:51 17:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 17:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 17:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 17:50:01 4 0.00 0.00 0.02 0.02 0.00 99.97 18:55:51 17:50:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 17:50:01 6 0.05 0.00 0.03 0.00 0.02 99.90 18:55:51 17:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 17:51:01 all 0.03 0.00 0.01 0.00 0.00 99.95 18:55:51 17:51:01 0 0.02 0.00 0.02 0.02 0.00 99.95 18:55:51 17:51:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:55:51 17:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 17:51:01 3 0.08 0.00 0.00 0.00 0.00 99.92 18:55:51 17:51:01 4 0.02 0.00 0.02 0.02 0.00 99.95 18:55:51 17:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 17:51:01 6 0.08 0.00 0.03 0.00 0.00 99.88 18:55:51 17:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 17:52:01 all 0.02 0.00 0.02 0.00 0.00 99.96 18:55:51 17:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 17:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 17:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 17:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 17:52:01 4 0.03 0.00 0.00 0.03 0.00 99.93 18:55:51 17:52:01 5 0.03 0.00 0.03 0.00 0.00 99.93 18:55:51 17:52:01 6 0.00 0.00 0.02 0.00 0.02 99.97 18:55:51 17:52:01 7 0.05 0.00 0.05 0.00 0.00 99.90 18:55:51 17:53:01 all 0.02 0.00 0.02 0.01 0.01 99.94 18:55:51 17:53:01 0 0.02 0.00 0.02 0.08 0.00 99.88 18:55:51 17:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 17:53:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:55:51 17:53:01 3 0.00 0.00 0.05 0.00 0.02 99.93 18:55:51 17:53:01 4 0.05 0.00 0.02 0.00 0.00 99.93 18:55:51 17:53:01 5 0.02 0.00 0.02 0.02 0.00 99.95 18:55:51 17:53:01 6 0.03 0.00 0.05 0.00 0.02 99.90 18:55:51 17:53:01 7 0.02 0.00 0.00 0.00 0.02 99.97 18:55:51 17:54:01 all 0.01 0.00 0.01 0.01 0.00 99.96 18:55:51 17:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 17:54:01 1 0.00 0.00 0.02 0.00 0.02 99.97 18:55:51 17:54:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:55:51 17:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 17:54:01 4 0.02 0.00 0.00 0.07 0.02 99.90 18:55:51 17:54:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 17:54:01 6 0.02 0.00 0.03 0.00 0.00 99.95 18:55:51 17:54:01 7 0.03 0.00 0.02 0.00 0.00 99.95 18:55:51 17:55:01 all 0.01 0.00 0.01 0.01 0.00 99.96 18:55:51 17:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 17:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 17:55:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 17:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 17:55:01 4 0.00 0.00 0.02 0.07 0.00 99.92 18:55:51 17:55:01 5 0.02 0.00 0.00 0.00 0.02 99.97 18:55:51 17:55:01 6 0.02 0.00 0.07 0.03 0.02 99.87 18:55:51 17:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 17:56:01 all 0.02 0.00 0.01 0.02 0.00 99.95 18:55:51 17:56:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 17:56:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:55:51 17:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 17:56:01 3 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 17:56:01 4 0.02 0.00 0.00 0.08 0.00 99.90 18:55:51 17:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 17:56:01 6 0.03 0.00 0.05 0.08 0.02 99.82 18:55:51 17:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 17:57:01 all 0.01 0.00 0.01 0.00 0.00 99.97 18:55:51 17:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:55:51 17:57:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:55:51 17:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 17:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 17:57:01 4 0.00 0.00 0.00 0.03 0.00 99.97 18:55:51 17:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 17:57:01 6 0.02 0.00 0.05 0.00 0.00 99.93 18:55:51 17:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 17:58:01 all 0.09 0.00 0.01 0.01 0.00 99.89 18:55:51 17:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 17:58:01 1 0.63 0.00 0.00 0.00 0.00 99.37 18:55:51 17:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 17:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 17:58:01 4 0.02 0.00 0.00 0.07 0.00 99.92 18:55:51 17:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 17:58:01 6 0.02 0.00 0.05 0.00 0.02 99.92 18:55:51 17:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 17:59:01 all 0.01 0.00 0.01 0.01 0.00 99.97 18:55:51 17:59:01 0 0.00 0.00 0.00 0.00 0.02 99.98 18:55:51 17:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 17:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 17:59:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 17:59:01 4 0.02 0.00 0.02 0.08 0.00 99.88 18:55:51 17:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 17:59:01 6 0.03 0.00 0.02 0.02 0.02 99.92 18:55:51 17:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:00:01 all 0.02 0.00 0.00 0.04 0.01 99.94 18:55:51 18:00:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:00:01 1 0.00 0.00 0.00 0.00 0.02 99.98 18:55:51 18:00:01 2 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:00:01 3 0.03 0.00 0.00 0.00 0.02 99.95 18:55:51 18:00:01 4 0.02 0.00 0.00 0.08 0.00 99.90 18:55:51 18:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:00:01 6 0.03 0.00 0.00 0.22 0.02 99.73 18:55:51 18:00:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:55:51 18:00:01 CPU %user %nice %system %iowait %steal %idle 18:55:51 18:01:01 all 0.01 0.00 0.01 0.01 0.00 99.97 18:55:51 18:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:01:01 4 0.00 0.00 0.00 0.08 0.00 99.92 18:55:51 18:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:01:01 6 0.03 0.00 0.03 0.00 0.02 99.92 18:55:51 18:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:02:01 all 0.19 0.00 0.06 0.02 0.00 99.73 18:55:51 18:02:01 0 0.27 0.00 0.08 0.02 0.00 99.63 18:55:51 18:02:01 1 0.28 0.00 0.03 0.00 0.00 99.68 18:55:51 18:02:01 2 0.23 0.00 0.15 0.02 0.00 99.60 18:55:51 18:02:01 3 0.23 0.00 0.02 0.00 0.00 99.75 18:55:51 18:02:01 4 0.13 0.00 0.12 0.08 0.02 99.65 18:55:51 18:02:01 5 0.13 0.00 0.03 0.02 0.00 99.82 18:55:51 18:02:01 6 0.18 0.00 0.05 0.00 0.00 99.77 18:55:51 18:02:01 7 0.07 0.00 0.02 0.00 0.00 99.92 18:55:51 18:03:01 all 0.09 0.00 0.01 0.01 0.00 99.89 18:55:51 18:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:03:01 1 0.60 0.00 0.03 0.00 0.02 99.35 18:55:51 18:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:03:01 4 0.02 0.00 0.02 0.05 0.00 99.92 18:55:51 18:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:03:01 6 0.03 0.00 0.02 0.00 0.02 99.93 18:55:51 18:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:04:01 all 0.04 0.00 0.01 0.04 0.00 99.90 18:55:51 18:04:01 0 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:04:01 1 0.17 0.00 0.00 0.00 0.00 99.83 18:55:51 18:04:01 2 0.03 0.00 0.00 0.00 0.02 99.95 18:55:51 18:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:04:01 4 0.03 0.00 0.00 0.13 0.00 99.83 18:55:51 18:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:04:01 6 0.05 0.00 0.03 0.20 0.00 99.72 18:55:51 18:04:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:05:01 all 0.01 0.00 0.01 0.00 0.00 99.97 18:55:51 18:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:05:01 4 0.00 0.00 0.00 0.03 0.00 99.97 18:55:51 18:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:05:01 6 0.03 0.00 0.03 0.00 0.02 99.92 18:55:51 18:05:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:06:01 all 0.10 0.00 0.02 0.01 0.01 99.87 18:55:51 18:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:06:01 1 0.70 0.00 0.07 0.00 0.02 99.22 18:55:51 18:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:06:01 4 0.02 0.00 0.00 0.07 0.00 99.92 18:55:51 18:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:06:01 6 0.05 0.00 0.03 0.00 0.02 99.90 18:55:51 18:06:01 7 0.02 0.00 0.02 0.00 0.02 99.95 18:55:51 18:07:01 all 0.02 0.00 0.02 0.00 0.00 99.95 18:55:51 18:07:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:07:01 1 0.07 0.00 0.07 0.00 0.00 99.87 18:55:51 18:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:07:01 4 0.05 0.00 0.07 0.03 0.02 99.83 18:55:51 18:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:08:01 all 0.01 0.00 0.00 0.01 0.00 99.97 18:55:51 18:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:08:01 4 0.02 0.00 0.03 0.07 0.02 99.87 18:55:51 18:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:08:01 6 0.02 0.00 0.00 0.03 0.00 99.95 18:55:51 18:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:09:01 all 0.02 0.00 0.01 0.00 0.00 99.97 18:55:51 18:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:09:01 1 0.00 0.00 0.00 0.00 0.02 99.98 18:55:51 18:09:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:55:51 18:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:09:01 4 0.05 0.00 0.03 0.00 0.00 99.92 18:55:51 18:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:09:01 6 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:10:01 all 0.01 0.00 0.01 0.00 0.01 99.97 18:55:51 18:10:01 0 0.00 0.00 0.00 0.00 0.02 99.98 18:55:51 18:10:01 1 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:10:01 4 0.03 0.00 0.03 0.02 0.02 99.90 18:55:51 18:10:01 5 0.00 0.00 0.02 0.00 0.02 99.97 18:55:51 18:10:01 6 0.02 0.00 0.00 0.02 0.00 99.97 18:55:51 18:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:11:01 all 0.02 0.00 0.01 0.01 0.00 99.96 18:55:51 18:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:11:01 1 0.03 0.00 0.02 0.00 0.02 99.93 18:55:51 18:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:11:01 4 0.05 0.00 0.02 0.02 0.00 99.92 18:55:51 18:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:11:01 6 0.02 0.00 0.02 0.05 0.00 99.92 18:55:51 18:11:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:55:51 18:11:01 CPU %user %nice %system %iowait %steal %idle 18:55:51 18:12:01 all 0.02 0.00 0.01 0.00 0.00 99.97 18:55:51 18:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:12:01 4 0.03 0.00 0.03 0.03 0.02 99.88 18:55:51 18:12:01 5 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:12:01 6 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:13:01 all 0.01 0.00 0.01 0.01 0.00 99.97 18:55:51 18:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:13:01 4 0.02 0.00 0.03 0.07 0.02 99.87 18:55:51 18:13:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:14:01 all 0.04 0.00 0.06 0.03 0.00 99.87 18:55:51 18:14:01 0 0.07 0.00 0.07 0.05 0.00 99.82 18:55:51 18:14:01 1 0.00 0.00 0.03 0.00 0.02 99.95 18:55:51 18:14:01 2 0.05 0.00 0.05 0.00 0.00 99.90 18:55:51 18:14:01 3 0.00 0.00 0.05 0.00 0.02 99.93 18:55:51 18:14:01 4 0.05 0.00 0.07 0.07 0.00 99.82 18:55:51 18:14:01 5 0.03 0.00 0.03 0.00 0.00 99.93 18:55:51 18:14:01 6 0.12 0.00 0.13 0.12 0.00 99.63 18:55:51 18:14:01 7 0.00 0.00 0.03 0.00 0.00 99.97 18:55:51 18:15:01 all 0.08 0.00 0.01 0.01 0.00 99.90 18:55:51 18:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:15:01 1 0.50 0.00 0.05 0.00 0.00 99.45 18:55:51 18:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:15:01 4 0.05 0.00 0.03 0.07 0.02 99.83 18:55:51 18:15:01 5 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:16:01 all 0.26 0.00 0.01 0.02 0.00 99.72 18:55:51 18:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:16:01 1 1.97 0.00 0.00 0.00 0.00 98.03 18:55:51 18:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:16:01 3 0.02 0.00 0.02 0.05 0.00 99.92 18:55:51 18:16:01 4 0.03 0.00 0.03 0.07 0.00 99.87 18:55:51 18:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:16:01 6 0.00 0.00 0.00 0.03 0.00 99.97 18:55:51 18:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:17:01 all 0.27 0.00 0.01 0.01 0.00 99.71 18:55:51 18:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:55:51 18:17:01 1 1.99 0.00 0.00 0.00 0.00 98.01 18:55:51 18:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:17:01 3 0.00 0.00 0.00 0.02 0.00 99.98 18:55:51 18:17:01 4 0.03 0.00 0.05 0.05 0.02 99.85 18:55:51 18:17:01 5 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:17:01 6 0.02 0.00 0.00 0.00 0.02 99.97 18:55:51 18:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:18:01 all 0.14 0.00 0.01 0.02 0.00 99.82 18:55:51 18:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:18:01 1 1.04 0.00 0.00 0.00 0.02 98.94 18:55:51 18:18:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:18:01 3 0.00 0.00 0.02 0.02 0.00 99.97 18:55:51 18:18:01 4 0.05 0.00 0.03 0.08 0.02 99.82 18:55:51 18:18:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:18:01 6 0.00 0.00 0.00 0.08 0.00 99.92 18:55:51 18:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:19:02 all 0.02 0.00 0.01 0.01 0.00 99.96 18:55:51 18:19:02 0 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:19:02 1 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:19:02 2 0.03 0.00 0.02 0.00 0.00 99.95 18:55:51 18:19:02 3 0.02 0.00 0.02 0.03 0.00 99.93 18:55:51 18:19:02 4 0.07 0.00 0.00 0.02 0.00 99.92 18:55:51 18:19:02 5 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:19:02 6 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:19:02 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:20:01 all 0.01 0.00 0.01 0.01 0.00 99.97 18:55:51 18:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:20:01 1 0.00 0.00 0.03 0.00 0.00 99.97 18:55:51 18:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:20:01 3 0.02 0.00 0.00 0.03 0.00 99.95 18:55:51 18:20:01 4 0.03 0.00 0.05 0.03 0.02 99.86 18:55:51 18:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:21:01 all 0.01 0.00 0.01 0.01 0.00 99.97 18:55:51 18:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:21:01 2 0.02 0.00 0.00 0.00 0.02 99.97 18:55:51 18:21:01 3 0.00 0.00 0.02 0.02 0.00 99.97 18:55:51 18:21:01 4 0.03 0.00 0.03 0.05 0.00 99.88 18:55:51 18:21:01 5 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:21:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:22:01 all 0.00 0.00 0.01 0.01 0.00 99.97 18:55:51 18:22:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:22:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:55:51 18:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:22:01 4 0.02 0.00 0.05 0.05 0.02 99.87 18:55:51 18:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:22:01 6 0.00 0.00 0.02 0.03 0.00 99.95 18:55:51 18:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:55:51 18:22:01 CPU %user %nice %system %iowait %steal %idle 18:55:51 18:23:01 all 0.00 0.00 0.01 0.01 0.00 99.97 18:55:51 18:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:23:01 3 0.02 0.00 0.00 0.02 0.02 99.95 18:55:51 18:23:01 4 0.02 0.00 0.07 0.03 0.02 99.87 18:55:51 18:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:24:01 all 0.03 0.00 0.01 0.01 0.00 99.95 18:55:51 18:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:24:01 2 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:24:01 3 0.02 0.00 0.00 0.03 0.00 99.95 18:55:51 18:24:01 4 0.07 0.00 0.03 0.05 0.00 99.85 18:55:51 18:24:01 5 0.03 0.00 0.00 0.02 0.02 99.93 18:55:51 18:24:01 6 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:24:01 7 0.02 0.00 0.00 0.00 0.02 99.97 18:55:51 18:25:01 all 0.01 0.00 0.02 0.01 0.00 99.96 18:55:51 18:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:25:01 2 0.00 0.00 0.03 0.00 0.02 99.95 18:55:51 18:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:25:01 4 0.02 0.00 0.05 0.07 0.02 99.85 18:55:51 18:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:26:01 all 0.01 0.00 0.01 0.02 0.01 99.96 18:55:51 18:26:01 0 0.00 0.00 0.02 0.00 0.02 99.97 18:55:51 18:26:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:55:51 18:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:26:01 3 0.00 0.00 0.02 0.07 0.00 99.92 18:55:51 18:26:01 4 0.05 0.00 0.02 0.05 0.02 99.87 18:55:51 18:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:26:01 6 0.03 0.00 0.00 0.02 0.00 99.95 18:55:51 18:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:27:01 all 0.12 0.00 0.01 0.01 0.00 99.86 18:55:51 18:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:27:01 2 0.93 0.00 0.00 0.00 0.00 99.07 18:55:51 18:27:01 3 0.00 0.00 0.02 0.02 0.00 99.97 18:55:51 18:27:01 4 0.03 0.00 0.03 0.05 0.00 99.88 18:55:51 18:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:28:01 all 0.09 0.00 0.01 0.01 0.00 99.88 18:55:51 18:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:28:01 1 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:28:01 2 0.65 0.00 0.00 0.00 0.00 99.35 18:55:51 18:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:28:01 4 0.05 0.00 0.05 0.07 0.02 99.82 18:55:51 18:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:28:01 6 0.00 0.00 0.00 0.05 0.00 99.95 18:55:51 18:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:29:01 all 0.01 0.00 0.01 0.01 0.00 99.96 18:55:51 18:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:29:01 4 0.05 0.00 0.05 0.05 0.02 99.83 18:55:51 18:29:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:29:01 6 0.00 0.00 0.02 0.05 0.00 99.93 18:55:51 18:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:30:01 all 0.02 0.00 0.01 0.01 0.00 99.97 18:55:51 18:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:30:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:55:51 18:30:01 4 0.00 0.00 0.02 0.03 0.00 99.95 18:55:51 18:30:01 5 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:30:01 6 0.02 0.00 0.00 0.03 0.00 99.95 18:55:51 18:30:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:31:01 all 0.01 0.00 0.00 0.01 0.00 99.98 18:55:51 18:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:31:01 2 0.02 0.00 0.00 0.00 0.02 99.97 18:55:51 18:31:01 3 0.00 0.00 0.02 0.02 0.00 99.97 18:55:51 18:31:01 4 0.02 0.00 0.02 0.03 0.02 99.92 18:55:51 18:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:32:01 all 0.02 0.00 0.00 0.03 0.00 99.95 18:55:51 18:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:32:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:55:51 18:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:32:01 4 0.08 0.00 0.02 0.12 0.00 99.78 18:55:51 18:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:32:01 6 0.02 0.00 0.00 0.08 0.00 99.90 18:55:51 18:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:33:01 all 0.03 0.00 0.02 0.01 0.00 99.94 18:55:51 18:33:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:33:01 2 0.20 0.00 0.03 0.00 0.00 99.77 18:55:51 18:33:01 3 0.00 0.00 0.02 0.02 0.02 99.95 18:55:51 18:33:01 4 0.03 0.00 0.07 0.05 0.02 99.83 18:55:51 18:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:55:51 18:33:01 CPU %user %nice %system %iowait %steal %idle 18:55:51 18:34:01 all 0.26 0.00 0.01 0.02 0.00 99.70 18:55:51 18:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:34:01 2 2.00 0.00 0.00 0.00 0.00 98.00 18:55:51 18:34:01 3 0.02 0.00 0.03 0.02 0.00 99.93 18:55:51 18:34:01 4 0.03 0.00 0.02 0.10 0.02 99.83 18:55:51 18:34:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:34:01 6 0.00 0.00 0.02 0.02 0.00 99.97 18:55:51 18:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:35:01 all 0.25 0.00 0.01 0.02 0.00 99.71 18:55:51 18:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:35:01 2 1.97 0.00 0.00 0.00 0.00 98.03 18:55:51 18:35:01 3 0.00 0.00 0.00 0.02 0.00 99.98 18:55:51 18:35:01 4 0.02 0.00 0.07 0.13 0.00 99.78 18:55:51 18:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:36:01 all 0.27 0.00 0.01 0.01 0.00 99.71 18:55:51 18:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:36:01 2 1.99 0.00 0.02 0.00 0.00 98.00 18:55:51 18:36:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:36:01 4 0.05 0.00 0.05 0.07 0.00 99.83 18:55:51 18:36:01 5 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:37:01 all 0.25 0.00 0.01 0.01 0.00 99.73 18:55:51 18:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:37:01 2 1.92 0.00 0.02 0.00 0.02 98.05 18:55:51 18:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:37:01 4 0.02 0.00 0.05 0.05 0.02 99.87 18:55:51 18:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:38:01 all 0.06 0.00 0.01 0.02 0.00 99.91 18:55:51 18:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:38:01 2 0.43 0.00 0.03 0.00 0.00 99.53 18:55:51 18:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:38:01 4 0.03 0.00 0.03 0.08 0.02 99.83 18:55:51 18:38:01 5 0.00 0.00 0.00 0.00 0.02 99.98 18:55:51 18:38:01 6 0.00 0.00 0.00 0.05 0.00 99.95 18:55:51 18:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:39:01 all 0.09 0.00 0.06 0.01 0.01 99.83 18:55:51 18:39:01 0 0.03 0.00 0.07 0.02 0.02 99.87 18:55:51 18:39:01 1 0.03 0.00 0.05 0.00 0.02 99.90 18:55:51 18:39:01 2 0.03 0.00 0.05 0.00 0.00 99.92 18:55:51 18:39:01 3 0.02 0.00 0.05 0.00 0.00 99.93 18:55:51 18:39:01 4 0.50 0.00 0.18 0.07 0.02 99.23 18:55:51 18:39:01 5 0.03 0.00 0.05 0.00 0.00 99.92 18:55:51 18:39:01 6 0.00 0.00 0.02 0.02 0.02 99.95 18:55:51 18:39:01 7 0.05 0.00 0.03 0.00 0.02 99.90 18:55:51 18:40:01 all 0.01 0.00 0.01 0.01 0.00 99.97 18:55:51 18:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:40:01 4 0.05 0.00 0.03 0.02 0.02 99.88 18:55:51 18:40:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:40:01 6 0.00 0.00 0.00 0.03 0.00 99.97 18:55:51 18:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:41:01 all 0.02 0.00 0.01 0.01 0.00 99.96 18:55:51 18:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:55:51 18:41:01 2 0.02 0.00 0.02 0.00 0.02 99.95 18:55:51 18:41:01 3 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:41:01 4 0.02 0.00 0.03 0.05 0.00 99.90 18:55:51 18:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:41:01 6 0.02 0.00 0.00 0.02 0.00 99.97 18:55:51 18:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:42:01 all 0.03 0.00 0.01 0.01 0.00 99.95 18:55:51 18:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:42:01 2 0.15 0.00 0.00 0.00 0.00 99.85 18:55:51 18:42:01 3 0.00 0.00 0.02 0.02 0.00 99.97 18:55:51 18:42:01 4 0.07 0.00 0.03 0.05 0.02 99.83 18:55:51 18:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:42:01 6 0.00 0.00 0.00 0.03 0.00 99.97 18:55:51 18:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:43:01 all 0.26 0.00 0.01 0.01 0.00 99.72 18:55:51 18:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:43:01 2 1.97 0.00 0.00 0.00 0.00 98.03 18:55:51 18:43:01 3 0.03 0.00 0.00 0.03 0.00 99.93 18:55:51 18:43:01 4 0.03 0.00 0.05 0.03 0.00 99.88 18:55:51 18:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:44:01 all 0.06 0.00 0.02 0.01 0.00 99.91 18:55:51 18:44:01 0 0.07 0.00 0.02 0.00 0.00 99.92 18:55:51 18:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:44:01 2 0.20 0.00 0.02 0.00 0.00 99.78 18:55:51 18:44:01 3 0.00 0.00 0.02 0.02 0.00 99.97 18:55:51 18:44:01 4 0.05 0.00 0.03 0.07 0.02 99.83 18:55:51 18:44:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:44:01 6 0.00 0.00 0.02 0.02 0.00 99.97 18:55:51 18:44:01 7 0.13 0.00 0.02 0.00 0.00 99.85 18:55:51 18:55:51 18:44:01 CPU %user %nice %system %iowait %steal %idle 18:55:51 18:45:01 all 0.02 0.00 0.01 0.01 0.00 99.96 18:55:51 18:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:45:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:55:51 18:45:01 2 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:45:01 3 0.02 0.00 0.00 0.02 0.00 99.97 18:55:51 18:45:01 4 0.05 0.00 0.05 0.03 0.00 99.87 18:55:51 18:45:01 5 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:46:01 all 0.01 0.00 0.01 0.01 0.01 99.96 18:55:51 18:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:46:01 2 0.00 0.00 0.00 0.00 0.02 99.98 18:55:51 18:46:01 3 0.00 0.00 0.02 0.05 0.02 99.92 18:55:51 18:46:01 4 0.07 0.00 0.03 0.07 0.02 99.82 18:55:51 18:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:47:01 all 0.04 0.00 0.02 0.01 0.00 99.93 18:55:51 18:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:55:51 18:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:47:01 3 0.03 0.00 0.02 0.02 0.00 99.93 18:55:51 18:47:01 4 0.08 0.00 0.03 0.05 0.02 99.82 18:55:51 18:47:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:47:01 6 0.10 0.00 0.00 0.02 0.00 99.88 18:55:51 18:47:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:48:01 all 0.01 0.00 0.01 0.01 0.00 99.97 18:55:51 18:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:48:01 3 0.00 0.00 0.02 0.05 0.00 99.93 18:55:51 18:48:01 4 0.02 0.00 0.03 0.03 0.02 99.90 18:55:51 18:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:49:01 all 0.01 0.00 0.01 0.01 0.00 99.97 18:55:51 18:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:49:01 4 0.05 0.00 0.05 0.05 0.02 99.83 18:55:51 18:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:49:01 6 0.00 0.00 0.00 0.02 0.00 99.98 18:55:51 18:49:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:50:01 all 0.01 0.00 0.01 0.03 0.01 99.94 18:55:51 18:50:01 0 0.02 0.00 0.00 0.00 0.02 99.97 18:55:51 18:50:01 1 0.00 0.00 0.00 0.00 0.02 99.98 18:55:51 18:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:50:01 3 0.02 0.00 0.02 0.12 0.00 99.85 18:55:51 18:50:01 4 0.03 0.00 0.03 0.15 0.00 99.78 18:55:51 18:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:50:01 6 0.00 0.00 0.02 0.00 0.02 99.97 18:55:51 18:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:51:01 all 0.07 0.00 0.01 0.01 0.00 99.90 18:55:51 18:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:51:01 2 0.47 0.00 0.03 0.00 0.02 99.48 18:55:51 18:51:01 3 0.00 0.00 0.02 0.03 0.00 99.95 18:55:51 18:51:01 4 0.03 0.00 0.03 0.05 0.02 99.87 18:55:51 18:51:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:51:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:52:01 all 0.01 0.00 0.01 0.04 0.00 99.94 18:55:51 18:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:52:01 3 0.00 0.00 0.00 0.02 0.00 99.98 18:55:51 18:52:01 4 0.03 0.00 0.03 0.25 0.02 99.67 18:55:51 18:52:01 5 0.00 0.00 0.00 0.00 0.02 99.98 18:55:51 18:52:01 6 0.02 0.00 0.00 0.05 0.00 99.93 18:55:51 18:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:53:01 all 0.01 0.00 0.01 0.01 0.00 99.98 18:55:51 18:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:53:01 2 0.00 0.00 0.02 0.00 0.02 99.97 18:55:51 18:53:01 3 0.00 0.00 0.00 0.02 0.00 99.98 18:55:51 18:53:01 4 0.03 0.00 0.03 0.03 0.00 99.90 18:55:51 18:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:54:01 all 0.02 0.00 0.01 0.01 0.00 99.95 18:55:51 18:54:01 0 0.00 0.00 0.03 0.00 0.00 99.97 18:55:51 18:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:54:01 2 0.03 0.00 0.00 0.00 0.00 99.97 18:55:51 18:54:01 3 0.02 0.00 0.02 0.02 0.00 99.95 18:55:51 18:54:01 4 0.03 0.00 0.03 0.07 0.02 99.85 18:55:51 18:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:55:51 18:54:01 6 0.00 0.00 0.00 0.02 0.00 99.98 18:55:51 18:54:01 7 0.02 0.00 0.02 0.00 0.02 99.95 18:55:51 18:55:01 all 0.00 0.00 0.01 0.01 0.01 99.97 18:55:51 18:55:01 0 0.00 0.00 0.03 0.00 0.00 99.97 18:55:51 18:55:01 1 0.00 0.00 0.02 0.00 0.02 99.97 18:55:51 18:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:55:51 18:55:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:55:51 18:55:01 4 0.02 0.00 0.02 0.05 0.02 99.90 18:55:51 18:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:55:51 18:55:01 6 0.00 0.00 0.00 0.02 0.00 99.98 18:55:51 18:55:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:55:51 18:55:51 Average: CPU %user %nice %system %iowait %steal %idle 18:55:51 Average: all 6.68 0.00 1.36 0.39 0.02 91.55 18:55:51 Average: 0 6.57 0.00 1.46 0.91 0.02 91.05 18:55:51 Average: 1 6.84 0.00 1.44 0.25 0.02 91.46 18:55:51 Average: 2 7.09 0.00 1.38 0.30 0.02 91.21 18:55:51 Average: 3 6.59 0.00 1.32 0.32 0.02 91.75 18:55:51 Average: 4 6.82 0.00 1.25 0.37 0.02 91.54 18:55:51 Average: 5 6.44 0.00 1.35 0.30 0.02 91.89 18:55:51 Average: 6 6.60 0.00 1.36 0.35 0.02 91.68 18:55:51 Average: 7 6.52 0.00 1.29 0.28 0.02 91.89 18:55:51 18:55:51 18:55:51